/* CSS Document */

html {
	height:100%;
	width:100%;
}
body {
	margin:0px;
	padding:0px;
	background:url(../../images/bg_wrapper.jpg) center top no-repeat;
}
body, td {
	color:#5C6F80;
	font-family:Gotham, "Gotham Book", Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:16px;
}
form, input, select, textarea {
	color:#5C6F80;
	font-family:Gotham, "Gotham Book", Arial, Verdana, sans-serif;
	font-size:12px;
}
img, div {
	behavior:url(iepngfix.htc)
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding-bottom: 12px;
}
ul {
	margin:0px 0px 5px 10px;
	padding:0px 0px 5px 10px;
}
hr {
	color:#FFFFFF;
	background-color:#FFFFFF;
	border:1px dotted #5C6F80;
	border-style:none none dotted;
	display:block;
	overflow:visible;
}
td {
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:1px dotted #5C6F80;
}
a {
	color:#00B5CC;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:underline;
}
.container {
	position:relative;
	width:960px;
	height:650px;
	margin:0px auto;
	text-align:left;
}
.left {
	position:absolute;
	top:0px;
	left:0px;
	width:222px;
	height:100%;
	margin:0px;
	padding:0px;
}
.logo {
	position:absolute;
	top:25px;
	left:0px;
	width:222px;
	height:210px;
}
.staticnav {
	position:fixed;
	top:220px;
	z-index:100;
	height:351px;
	width:152px;
	padding:35px 35px 0px 35px;
}
.navigation {
	width:152px;
	height:480px;
}
.mainnav {
	display:block;
	width:147px;
	height:19px; /* height of the .nav div to keep sIFR navigation from jumping onload */
	padding-left:5px; /* use padding to adjust baseline and alignment of sIFR */
	font-size:17px;
	font-family:Gotham, "Gotham Book", Arial, Verdana, sans-serif;
}
a.mainnav {
	color:#5C6F80;
	text-decoration:none;
	font-size:17px;
	font-family:Gotham, "Gotham Book", Arial, Verdana, sans-serif;
}
a.mainnav:visited {
	text-decoration:none;
}
a.mainnav:hover {
	color:#00B5CC;
	text-decoration:none;
}
a.mainnav:active {
	text-decoration:none;
}
.mainnav_active {
	display:block;
	width:147px;
	height:19px; /* height of the .nav div to keep sIFR navigation from jumping onload */
	padding-left:5px; /* use padding to adjust baseline and alignment of sIFR */
	font-size:17px;
	color:#005596;
}
.subnav {
	display:block;
	padding:0px 0px 0px 5px;
}
a.subnav {
	color:#5C6F80;
	text-decoration:none;
	font-size:10px;
	line-height:14px;
	font-family:Gotham, "Gotham Book", Arial, Verdana, sans-serif;
}
a.subnav:visited {
	text-decoration:none;
}
a.subnav:hover {
	color:#005596;
	text-decoration:none;
}
a.subnav:active {
	text-decoration:none;
}
.right {
	position:absolute;
	top:0px;
	left:222px;
	width:738px;
	height:100%;
	margin:0px;
	padding:0px;
}
.topnav {
	width:738px;
	height:58px;
	text-align:right;
}
.nav {
	float:right;
	padding:32px 30px 0px 0px;
}
.nav a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	line-height:19px;
	font-family:Gotham, "Gotham Book", Arial, Verdana, sans-serif;
}
.nav a:visited {
	text-decoration:none;
}
.nav a:hover {
	color:#00B5CC;
	text-decoration:none;
}
.nav a:active {
	text-decoration:none;
}
.nav_active {
	color:#00B5CC;
	font-family:Gotham, "Gotham Book", Arial, Verdana, sans-serif;
}
.masthead {
	clear:both;
	display:block;
	width:738px;
	height:113px;
}
.masthead_print {
	display:none;
}
.content {
	width:520px;
	height:auto;
	margin:15px 0px 0px 38px;
	padding:0px 15px 0px 15px;
	background:#FFFFFF;
}
.footer {
	width:550px;
	height:15px;
	margin:0px 0px 0px 38px;
	padding:0px;
	background:url(../../images/bg_footer-trans.png) top;
}
.heading_orange_home {
	color:#F8751D;
	font-family:Gotham, "Gotham Book", Arial, Verdana, sans-serif;
	font-size:22px;
}
.heading_gray_home {
	font-family:Gotham, "Gotham Book", Arial, Verdana, sans-serif;
	font-size:15px;
	line-height:20px;
}
.heading_orange {
	color:#F8751D;
	font-family:Gotham, "Gotham Book", Arial, Verdana, sans-serif;
	font-size:15px;
}
.heading_gray {
	font-family:Gotham, "Gotham Book", Arial, Verdana, sans-serif;
	font-size:15px;
	line-height:normal;
}
.subhead {
	font-weight:bold;
	font-size:12px;
}
.subhead2 {
	color:#005596;
	font-size:12px;
}
.small {
	font-size:10px;
}
.img_border {
	margin:0px;
	padding:5px;
}
.form_note {
	font-size:9px;
	display:block;
}
.required {
	color:#cc0000;
	font-weight:bold;
}
