/* CSS Document */

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	line-height:19px;
}


/* ------------------ Spacing Classes ----------------------*/

#wrapper {
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#nav {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}

#content {
	width: 901px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #004680;
	border-left-color: #004680;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 32px;
	padding-left: 38px;
	padding-top: 30px;
	padding-bottom: 43px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#cta-float {
	float: right;
	margin-left: 139px;
	width: 278px;
	background-color: #FFFFFF;
}

#footer {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #004680;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#copyright {
	background-image: url(../images/bg-copyright.jpg);
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 26px;
}


/* ------------------ Text Classes ----------------------*/

h1 {
	font-size: 25px;
	color:#f6861f;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height:25px;
}

h2 { 
	font-weight: bold;
	font-size: 18px;
	color:#f6861f;
	margin-bottom: 0px;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	color:#004680;
	line-height: 16px;
	margin: 0px;
}
	
p {
	margin-bottom:15px;
}

a:link, a:visited {
	color:#f6861f;
	text-decoration:underline;
}

a:hover, a:active {
	color:#f6861f;
	text-decoration:none;
}

ul {
	list-style-image:url(../images/bullet.gif);
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

li {
	margin:0px;
	padding:0px;
}

#footer p {
	color:#ffffff;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}

#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:underline;
}

#footer a:hover, #footer a:active {
	color:#ffffff;
	text-decoration:none;
}

#copyright p {
	color:#004680;
	font-size: 11px;
	line-height: 16px;
}

#copyright a:link, #copyright a:visited {
	color:#004680;
	text-decoration:underline;
}

#copyright a:hover, #copyright a:active {
	color:#004680;
	text-decoration:none;
}

.highlight1 {
	color:#004680;
	font-size: 22px;
}

.highlight2 {
	color:#004680;
	font-size: 15px;
}

.poweredby {
	float: right;
}

.sitemap a:link, .sitemap a:visited {
	color:#004680;
	text-decoration:underline;
}

.sitemap a:hover, .sitemap a:active {
	color:#004680;
	text-decoration:none;
}


/* ------------------ Graphical Classes ----------------------*/

.border-img {
	border: 1px solid #004680;
	padding: 2px;
}

.cta-spacing {
	margin-bottom: 26px;
}

.bio-divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004680;
}

.wrap-img {
	border: 1px solid #004680;
	padding: 2px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}


/* ------------------ Special Function Classes ----------------------*/

.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}

a.rollover img, a.rollover:visited img  { filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
}

a.rollover:hover img, a.rollover:active img { 
 filter: alpha(opacity=00);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=00);
 -moz-opacity: 0.00; opacity:0.0;
}

a.rolloveron img { 
 filter: alpha(opacity=00);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=00);
 -moz-opacity: 0.00; opacity:0.0;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
	position:absolute;
	top: 0;
	font:normal 14px Arial;
	line-height:25px;
	z-index:100;
	background-color: #f6861f;
	width: 169px;
	visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

.dropmenudiv_e a.sub{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}


* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	color: #004680;
	background-color: #fdb878;
}
