@charset "utf-8";
/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	background-color: #2D78A3;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
A, A:link, A:active, A:visited {COLOR: #006699; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
A:hover {COLOR: #006699; TEXT-DECORATION: underline;}
DIV#content {
	background-image: url(../img/bodybg.gif);
	background-repeat: repeat-y;
	width: 980px;
}
DIV#header { /* Top Green Header */
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 48px;
	padding-right: 15px;
	font-style: normal;
	padding-top: 5px;
}
#header img { /* Logo */
	float: left;
	margin-top: 8px;
	margin-left: 20px;
}
DIV#frame { /* Creates borders around shadow */
	text-align: center;
	width: 968px;
	margin-right: 5px;
	margin-left: 7px;
}
DIV#navbar { /* Top navigation background */
	background-image: url(../img/navbg.gif);
	height: 32px;
	width: 100%;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #7e95a8;
	line-height: 32px;
}
DIV#navact { /* Top navigation background */
	width: 81px;
	display: block;
	float: left;
	background-image: url(../img/tabact.gif);
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #11449E;
	background-repeat: no-repeat;
	margin-left: 10px;
}

#navbar a, #navbar a:visited, #navbar a:active { /* Top navigation background */
	width: 110px;
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #11449E;
	background-image: url(../img/navdiv.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 6px;
	background-position: right;
}
#navbar a:hover { /* Top navigation background */
	text-decoration: none;
	background-image: url(../img/tabhov.gif);
	background-position: center;
}
DIV#featlinks { /* Featured link at page top background */
	background-image: url(../img/featlinksup.gif);
	height: 90px;
	width: 968px;
	text-align: left;
}
.search { /* Search box */
	height: 90px;
	width: 343px;
	text-align: center;
	float:left;
}
.search p, .searchhov p { 
	padding-left: 105px;
	margin-top: 30px;
}
.searchhov { /* Search box HOVER */
	height: 90px;
	width: 343px;
	color:#FFB217;
	/*background-image: url(../img/searchhov2.gif); */
	background-repeat: no-repeat;
	text-align: center;
	float:left;
}
.cont { /* Contact box */
	height: 90px;
	width: 202px;
	text-align: left;
	float:left;
	margin-left:11px;
	
}
.conthov { /* Contact box HOVER */
	height: 90px;
	width: 202px;
	/* background-image: url(../img/ideahov.jpg); */
	background-repeat: no-repeat;
	text-align: left;
	float:left;
	margin-left:11px;
}
.cont ul, .conthov ul { /* Bulleted list in boxes at page top */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 86px;
	margin: 0px;
	line-height: 13px;
	font-size: 11px;
	list-style-type: none;
}
.acct { /* Account box */
	height: 90px;
	width: 193px;
	text-align: left;
	float:left;
	margin-left:6px;
}
.accthov { /* Account box HOVER */
	height: 90px;
	width: 193px;
	/* background-image: url(../img/acthov.jpg); */
	background-repeat: no-repeat;
	text-align: left;
	float:left;
	margin-left:6px;
}
.acct ul, .accthov ul, .home ul, .homehov ul { /* Bulleted list in boxes at page top */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 79px;
	margin: 0px;
	line-height: 13px;
	font-size: 10px;
	list-style-type: none;
}
.acct li, .accthov li,  .home li, .homehov li { /* Bulleted list in boxes at page top */
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}
.home { /* Account box */
	height: 90px;
	width: 193px;
	text-align: left;
	float:left;
	margin-left:6px;
}
.homehov { /* Account box HOVER */
	height: 90px;
	width: 193px;
	/* background-image: url(../img/acthov.jpg); */
	background-repeat: no-repeat;
	text-align: left;
	float:left;
	margin-left:6px;
}
DIV#bodycontentframe {
	padding-right: 17px;
	padding-left: 17px;
	padding-top:4px;
}
DIV#footer { /* Footer */
	background-image: url(../img/footer.gif);
	height: 72px;
	width: 980px;
	font-size: 11px;
	color: #666666;
	text-align: left;
}
#footer p { /* Footer */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#footer a { /* Footer */
	text-decoration: none;
}
