/*
 Site Styles
*/

body, html {
	font-size: 12px;
	font-family: arial;
	line-height: 17px;
	color: white;
}

body {
	background-color: #182F47;
}

a {
	color: #f7a82b;
}

a:hover {

}

div.centrify {
	width: 908px;
	margin: 0 auto 0 auto;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 16px;
}


h3 {
	font-size: 14px;
	color: #aabdd0;
}

.header {
	font-size: 22px;
	font-weight: bold;
}

table.header {
	width: 100%;
	margin: 15px 20px 0 0;
}

table.navigation {
	height: 26px;
	font-weight: bold;
}

table.navigation td {
	border-right: 1px solid #36699c;
	border-left: 1px solid #0f1d29;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
}

/* navigation td and subnav_container should be the same width */
table.navigation td {
	width: 150px;
}

table.navigation td.selected {
	background-color: #d38915;
	border-top: 1px solid #36699c;
}

div.subnav_container {
	width: 180px;
	margin-top: 3px;
	display: none;
}

div.subnav_container a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;	
	background-color: #3d73aa;
	padding: 3px 0 3px 15px;
	border-bottom: 1px solid #1d3955;
}

div.subnav_container a:hover {
	background-color: #1d3955;
	border-bottom: 1px solid #1d3955;
}

table td.footer, table td.footer a {
	font-size: 10px;
	color: #36689a;
}

table td.footer {
	padding-left: 15px;
}

.border {
	background-color: #244567;
}

span.crumbs, span.crumbs a {
	color: #f7a82b;
	margin-top: 15px;
}

span.crumbs a {
	text-decoration: underline;
	text-transform: uppercase;
}

body.home {
	 background: #172d44 url(../images/home-bg.gif) repeat-x;
}

div.legal_selection, textarea {
	color: #000000;
}

div#navie {
	/*width: 212px;*/
	margin-left: -10px;
	margin-top: 12px;
}

div.toggler, div.toggler1 {
	cursor: pointer;
	color: #ffffff;
	padding: 9px 5px 9px 10px;
	width: 155px;
	border-bottom: 1px solid #182f47;
	background-color: #456C92;
	font-size: 11px;
}

div.toggler1 {
	background: #184a7c url(../images/universal/plus.gif) 8px 11px no-repeat;
	color: #fae47c;
	padding: 6px 5px 8px 25px;
	width: 140px;
	border-bottom: 1px solid #182f47;
	font-size: 11px;
}

div.toggler1:hover, div.toggler1_selected {
	background-color:#3a4b61;
}

div.toggler2{
	width: 140px;
	padding: 3px 5px 7px 25px;
	background-color: #182f47;
	font-size: 11px;
}

div.toggler2:hover, div.toggler2_selected {
	width: 140px;
	padding: 3px 5px 7px 25px;
	background-color: #000000;
	font-size: 11px;
}

div.toggler2 a {
	text-decoration: none;
}

div.toggler_selected {
	background-color:#d38915;
}

div.pane, div.pane1 {
	/*margin-left: 10px;
	padding-left: 4px;*/
}

#navie {
	display: none;
}