/* Content CSS Document */


/* Navigation Styles */

/* --- Navigation Styles --- */


#Nav {
	margin: 0px;
	padding: 85px 0 0 205px;
}

#Nav ul {
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	list-style: none;
	float: left;
}

#Nav ul li {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}

#Nav li a {
	display: block;
	float: left;
	padding-left: 25px;	
	padding-right: 25px;
	padding-top: 27px;
	padding-bottom: 5px;
	color: #ffffff;
	line-height: 21px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase; 
	font-size: 15px;
	
}

#Nav li a:hover {
	color: #1b252b;
	text-decoration: none;
	background: url(../images/navstar-bg-white.gif) no-repeat top center;
}

#Nav .tabon a{
	color: #1b252b;
	background: url(../images/navstar-bg.gif) no-repeat top center;
}

#Nav .tabon a:hover{
	color: #fff;
	text-decoration: none;
	background: url(../images/navstar-bg.gif) no-repeat top center;
}


/* General */

p {
	line-height: 16px;
}

h1 {
	color: #9d2f00;
	font-size: 21px;
	line-height: 21px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px;	
}

h2 {

}

h3 {
	color: #9d2f00;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;		
}

h4 {
	color: #6e6e6e;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

h5 {

}

h6 {

}

.blue {
	color:#0075bc;
}

.star {
	background: url(../images/star.gif) top left no-repeat;
	padding: 2px 0 0 20px;
	margin: 0 3px 0 0;
	color: #9f9f9f;
	font-size: 12px;
}

.stat95 {
	background: url(../images/95percent-bg.gif) top center no-repeat;
	padding: 70px 0 0 0;
	margin: 0 0 0 0;
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
}

.stat97 {
	background: url(../images/97percent-bg.gif) top center no-repeat;
	padding: 70px 0 0 0;
	margin: 0 0 0 0;
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
}

.stat82 {
	background: url(../images/82percent-bg.gif) top center no-repeat;
	padding: 65px 0 0 0;
	margin: 0 0 0 0;
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
}

#location {
	padding: 25px 0 0 20px;
	margin: 0 0 0 0;
	color: #4c4c4c;
	font-size: 16px;
}

.fields {
	color: #444;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.required {
	background: url(../images/star-required.gif) top right no-repeat;
	padding: 2px 20px 0 0;
	margin: 0 3px 0 0;
}

.requiredlegend {
	background: url(../images/star-required.gif) top left no-repeat;
	padding: 2px 0 0 20px;
	margin: 0 3px 0 0;
}

/* Links */

a { color: #0075bc; text-decoration: none; outline:none;}
a:link { color: #0075bc; text-decoration: none; outline:none;}
a:hover { color: #9d2f00; text-decoration: underline; outline:none;}
a:visited { color: #0075bc; text-decoration: none; outline:none;}
a:visited:hover { color: #9d2f00; text-decoration: underline; outline:none;}

#Footer a { color: #8f9396; text-decoration: none; outline:none; margin:0 5px 0 5px; padding:3px; border:1px solid #20282d;}
#Footer a:link { color: #8f9396; text-decoration: none; outline:none;}
#Footer a:hover { color: #ffffff; text-decoration: none; outline:none; border:1px solid #8f9396;}
#Footer a:visited { color: #8f9396; text-decoration: none; outline:none;}
#Footer a:visited:hover { color: #ffffff; text-decoration: none; outline:none; border:1px solid #8f9396;}

#HomeLink a { color: #767c80; text-decoration: none; outline:none;}
#HomeLink a:link { color: #767c80; text-decoration: none; outline:none;}
#HomeLink a:hover { color: #ffffff; text-decoration: none; outline:none;}
#HomeLink a:visited { color: #767c80; text-decoration: none; outline:none;}
#HomeLink a:visited:hover { color: #ffffff; text-decoration: none; outline:none;}






/* --- Tables --- */

#styledtable {
	margin: 0;
	font-size: 11px;
	padding: 0 0 7px 0;
}

.styledtableheading {
	padding: 6px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #1b50a0;
	background-color: #eaf1f8;
}

.styledrow_odd {
	background-color: #fff;
	padding: 6px;
	border-bottom: solid 1px #cccccc;
}

.styledrow_even {
	background-color: #efefef;
	padding: 6px;
	border-bottom: solid 1px #cccccc;
}
