body {
	margin: 0px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: white;
}

body, header, footer, section, article, nav {
	display: block;
}

.push
{
	height: 0px;
	clear: both;
}

footer {
	padding: 10px;
	clear: both;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.normalcase {
	text-transform: none;
}

.section
{
	font-weight: bold;
	color: #009833;
}

a
{
	text-decoration: none;
	color: #3274d7;
	outline: none;
}

a:hover
{
	text-decoration: underline;
	color: #3274D7;
}

a:active
{
	outline: none;
}

h3
{
	margin-top: 0px;
	font-weight: bold;
	color: #3274d7;
}

input[type=text], input[type=password], textarea
{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 3px;
}

#subhead
{
	color: #595959;
}
#subhead a
{
	color: #3f3f3f;
}
#subhead h1
{
	color: #294a7d;
	font-family: "Frutiger LT 55 Roman", "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 60px;
}

#subhead h2
{
	color: #294a7d;
	font-family: "Frutiger LT 55 Roman", "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 32px;
}

div.morelinks
{
	margin-top: 20px;
	padding: 10px;
	border-width: 1px;
	border-style: dashed;
	border-color: #bababa;
	background-color: #f2f2f2;
}

div.morelinks h1
{
	font-family: "Frutiger LT 55 Roman", "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #294a7d;
	padding: 0px;
	margin: 0px;
}

.morelinks a
{
	text-decoration: none;
	color: #595959;
	padding-left: 12px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(/gfx/mini_arrow.png);
}

.morelinks a:hover
{
	text-decoration: underline;
	color: #3f3f3f;
}

/* grey table */
table.simple
{
	border-width: 1px;
	border-style: solid;
	border-color: #E3E3E3;
}

table.simple tr.header
{
	background-color: #E3E3E3;
	font-weight: bold;
}

table.simple tr.header td
{
	white-space: nowrap;
}

table.simple tr.primary
{
	background-color: white;
}

table.simple tr.alternate
{
	background-color: #F2F2F2;
}

/* green table */
table.green
{
	border-width: 1px;
	border-style: solid;
	border-color: #009833;
}

table.green tr.header
{
	font-weight: bold;
	color: white;
	background-color: #009833;
}

table.green tr.header td
{
	color: white;
	white-space: nowrap;
}

table.green tr.primary
{
	background-color: white;
}

table.green tr.alternate
{
	background-color: #e7feef;
}

table.green a
{
	text-decoration: underline;
	color: blue;
}

table.green a:hover
{
	text-decoration: none;
}

/* blue table */
table.blue
{
	border-width: 1px;
	border-style: solid;
	border-color: #5f759e;
}

table.blue tr.header
{
	color: white;
	background-color: #5f759e;
	font-weight: bold;
}

table.blue tr.header td
{
	color: white;
	white-space: nowrap;
}

table.blue tr.primary
{
	background-color: white;
}

table.blue tr.alternate
{
	background-color: #f2f6ff;
}

table.blue a
{
	text-decoration: underline;
	color: #000080;
}

table.blue a:hover
{
	text-decoration: none;
}

/* orange table */
table.orange
{
	border-width: 1px;
	border-style: solid;
	border-color: #dc8559;
}

table.orange tr.header
{
	color: white;
	background-color: #dc8559;
	font-weight: bold;
}

table.orange tr.primary
{
	background-color: white;
}

table.orange tr.alternate
{
	background-color: #fff6f0;
}

table.orange a
{
	text-decoration: underline;
	color: #800000;
}

table.orange a:hover
{
	text-decoration: none;
}

.headline
{
	font-style: italic;
	color: #020062;
	font-weight: bold;
}

.greytext
{
	color: #595959;
}

.bluetext
{
	color: #020062;
}

.greentext
{
	color: #009833;
}

.pagetitle
{
	font-weight: bold;
	font-size: larger;
	color: #3274D7;
}

.redtext
{
	color: maroon;
}

td.fieldname
{
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	width: 200px;
}

img.loader
{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.greenbar
{
	padding: 5px;
	font-size: smaller;
	font-weight: bold;
	color: white;
	background-color: #01a84d;
}

div.listbox
{
	background-color: white;
	overflow: auto;
	cursor: default;
}

div.listbox div.row
{
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
}
div.listbox div.alternate
{
	background-color: #ecf2fe;
}
div.listbox div.selected
{
	color: white;
	background-color: #3274d7;
}
p.errormsg
{
	font-style: normal;
	font-weight: normal;
	text-align: center;
	border: 1px solid #989898;
	padding: 5px;
	background-color: #FFFFFF;
	color: maroon;
}
p.errormsg a
{
	color: #004080;
	text-decoration: underline;
}

p.errormsg a:hover
{
	text-decoration: none;
}
.darkheader
{
	border-left-color: #a5a5a5;
	border-right-color: #a5a5a5;
	border-top-color: #a5a5a5;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	padding: 5px;
	font-weight: bold;
	font-size: smaller;
	color: black;
	background-color: #e6e6e6;
}
table.green tr.header td
{
	white-space: nowrap;
}
p.buzzword
{
	text-align: center;
	font-weight: bold;
	color: #004080;
}

div.rounded_area
{
	border-color: #e4e4e4;
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

div.rounded_area div.title
{
	padding-bottom: 10px;
	margin: 10px;
	border-bottom: 1px solid #E4E4E4;
	color: #666666;
	font-size: larger;
}

div.rounded_area p.padded
{
	margin: 15px;
}

table.breadcrumbs
{
	width: 100%;
	border-style: solid;
	border-color: #e4e4e4;
	border-width: 1px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 20px;
}

table.breadcrumbs td
{
	width: 1px;
	white-space: nowrap;
	padding-left: 8px;
	padding-right: 8px;
}

table.breadcrumbs span.last
{
	color: #262626;
}

table.breadcrumbs a
{
	text-decoration: none;
	color: #585858;
}

table.breadcrumbs a:hover
{
	color: #3274d7;
}

a img.blue_inverted
{
	background-color: #7f7f7f;
}

a:hover img.blue_inverted
{
	background-color: #3274d7;
}

div.store_item
{
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
}

div.store_item + div.store_item
{
	margin-top: 20px;
}

div.store_item p.name
{
	font-size: 13pt;
	font-weight: bold;
}

div.store_item p.desc
{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #656565;
}

div.store_item .link
{
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left: 10px;
}

div.store_item p.primary
{
	background-color: #3274d7;
}

div.store_item a.alternate
{
	background-color: #999999;
	text-decoration: none;
}

div.store_item a.alternate:hover
{
	background-color: #3274d7;
}

div.store_item p
{
	margin: 0px;
}

header {
	margin-bottom: 20px;
}

#quote
{
	display: inline-block;
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#quote h1
{
	font-family: "Frutiger LT 55", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #4b689d;
	font-weight: normal;
	margin: 0px;
	font-size: 30px;
}
#quote span.quotee
{
	font-size: 16px;
	margin: 0px;
	color: #626262;
	float: right;
	font-style: italic;
}
#quote p.more
{
	text-align: left;
	color: #165fcd;
	clear: both;
}
div.ad
{
	text-align: left;
}
div.ad div.img
{
	margin-bottom: 10px;
	border: 1px solid #D6D6D6;
	background-color: #f4f6f6;
	text-align: center;
}
div.ad h3
{
	color: #373737;
	text-align: center;
}
table.bullets
{
	width: 100%;
}
table.bullets td
{
	width: 50%;
	padding: 2px;
	vertical-align: top;
	color: #165fcd;
}
div.resources
{
	width: 45%;
	text-align: left;
	margin-top: 20px;
	color: #636363;
}

div.resources h3
{
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 24px;
	font-family: "Frutiger LT 55", "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #294a7d;
}

.left
{
	text-align: left;
	float: left;
}

.right
{
	text-align: right;
	float: right;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

td.selector
{
	max-width: 140px;
	min-width: 140px;
	font-size: larger;
	height: 49px;
	background-position: left top;
	background-repeat: no-repeat;
	width: 140px;
	padding-right: 50px;
	padding-left: 20px;
}

td.selector.on
{
	font-weight: bold;
	color: white;
	background-image: url(/gfx/selector_on.png);
}

td.selector.off
{
	background-image: url(/gfx/selector_off.png);
}

td.selector:hover a
{
	text-decoration: underline;
}

td.selector a
{
	color: black;
}

h1
{
	font-style: normal;
	font-weight: normal;
	font-family: "Frutiger LT 55", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #727272;
}

ol.faq
{
	color: #595959;
}

ol.faq li
{
	line-height: 1.5em;
	margin-top: 20px;
}

ol.faq li:first-line
{
	color: #165fcd;
	font-size: larger;
}

a.underlined
{
	text-decoration: underline;
}

a.underlined:hover
{
	text-decoration: none;
}

div.store_feature_set
{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F7F7F7));
	background-image: -moz-linear-gradient(center top, #FFFFFF, #F7F7F7);
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 10px;	
}


div.store_features
{
	max-width: 190px;
	min-width: 190px;
	width: 190px;
	text-align: left;
	color: #2d2d2d;
}

div.store_feature_set h1
{
	margin-top: 0px;
	color: #165FCD;
}

div.store_features h2
{
	margin-top: 0px;
	color: #165FCD;
}

div.store_features ul
{
	margin-left: 0px;
	padding-left: 0px;
}

div.store_features li
{
	margin: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}

div.store_features li+li
{
	border-top: 1px solid #818181;
}

div.store_features li p
{
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: smaller;
	color: #3f3f3f;
}

div.store_feature_price
{
	color: #294A7D;
	text-align: center;
	font-size: 28px;
	margin-top: 20px;
}

div.store_feature_price a
{
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 14px;
	background-color: #165FCD;
	color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.store_feature_price a:hover
{
	background-color: #294A7D;
	text-decoration: none;
}

.contentcolumn
{
	width:280px;float:left;
}

.contentcolumn h4
{
	border-top:1px solid #ccc;
	padding-top:15px;
}

.contentcolumnpad
{
	padding-right:20px;
}

.contentcolumn img
{
	display:block;
	margin:10px auto;
	width:auto;
}

.clearer
{
	clear:both;
}

a.metal, input[type=submit].metal, input[type=button].metal
{
	background-color: #cbcbcb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#a9a9a9));
	background-image: -moz-linear-gradient(top, #fdfdfd, #a9a9a9);
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	text-shadow: 0px 1px 0px #DCDCDC;
	color: black;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-radius: 4px;
	box-shadow: 1px solid #DCDCDC;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 1px solid #DCDCDC;
	-moz-border-radius: 4px;
	-moz-box-shadow: 1px solid #DCDCDC;
	cursor: default;
	text-decoration: none;
	display: inline-block;
}

a.metal:hover, input[type=submit].metal:hover, input[type=button].metal:hover
{
	text-decoration: none;
}

a.metal:active, input[type=submit].metal:active, input[type=button].metal:active
{
	color: #fefffe;
	text-shadow: 0px 1px 0px #000000;
	background-color: #5c5c5c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#7f7f7f));
	background-image: -moz-linear-gradient(top, #4a4a4a, #7f7f7f);
}

#FormContainer {	
	width: 405px;
}

#FormContainer label
{
	display:inline-block;
	width:165px;
}

#FormContainer label.textAreaLabel {
	width: 400px;
	margin-bottom: 7px;
}

#FormContainer input
{
	display:inline-block;
	width: 230px;
}

#FormContainer input.formButton {
	width: 100px;
}

#FormContainer textarea
{
	display:block;
	width: 395px;
}

#FormContainer .FormRow 
{
	margin-bottom:7px;
}

.WebColumn1
{
	width: 410px;
	float:left;
	border-right:1px solid #CCC;
	padding-right:20px;
	margin-right:20px
}

.WebColumn2
{
	width: 410px;
	float:left
}

#breaking_news
{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #F2F2F2;
	color: #7f7f7f;
}

#breaking_news_title
{
	width: 120px;
	display: inline-block;
	border-right: 1px solid #CCCCCC;
	color: #5a5a5a;
	padding: 4px;
	text-align: right;
	font-weight: bold;
}

#breaking_news_inner
{
	display: inline-block;
	width: 740px;
}

