/* CSS Document */

body {
	font-size: 0.85em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Verdana , sans-serif;
}

#header {
	position: relative;
	margin: 0px auto;
	width: 800px;
	height: 124px;
	background-color: #FFFFFF;
	background-image: url(/images/bg_banner.jpg);
	background-repeat: no-repeat;
}

#nav {
	position: relative;
	margin: 10px auto 0px auto;
	width: 800px;
	height: 20px;
	background-color: #1B86BC;
	font-size: .90em;
	z-index: 10;
}

#nav ul {
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

#nav ul li {
	display: inline;
	margin-left: 10px;

}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	color: #FFD028;
	
}

#sectionPic {
	position: relative;
	margin: 0px auto;
	width: 800px;
	height: 258px;
}

#content {
	position: relative;
	margin: 10px auto 0px auto;
	width: 800px;
}

#award {
	float: left;
	width: 135px;
	padding-top: 5px;
}

#secNav {
	float: left;
	width: 135px;
	background-color: #000000;
	padding-top: 5px;
	font-size: .85em;
}

#secNav ul {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
	
}

#secNav li {
	padding-left: 10px;
	padding-right: 10px;
	list-style: none;
}

#secNav a {
	display: block;
	width: 115px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #CFCDC4;
	text-decoration: none;
	border-bottom: 2px dotted #CFCDC4;
	font-weight: bold;
}

#secNav a:hover {
	color: #E0C144;
}

#text {
	position: relative;
	margin-left: 145px;
	width: 650px;
	font-size: .9em;
}

#text h1 {
	margin-top: 0px;
	font-size: 1.5em;
	color: #FFD028;
}

#text h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.15em;
	color: #1B86BC;
}

#text p.testimonial {
	padding: 5px;
	border-bottom: 1px #F9CF59 solid;
	background-color: #FFFBD8;
}

#text th {
	background-color: #F9CF59;
	font-weight: bold;
}

#text td {
	background-color: #FFFBD8;
}

#textMid {
	position: relative;
	margin-left: 145px;
	width: 350px;
	font-size: .9em;
}

#textMid h1 ,
#textMidSml h1 , 
#textLft h1 {
	margin-top: 0px;
	font-size: 1.5em;
	color: #FFD028;
}

#textMid h2 ,
#textMidSml h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.15em;
	color: #1B86BC;
}

#textMidSml {
	position: relative;
	margin-left: 145px;
	width: 270px;
	font-size: .9em;
}

#textMid p.terms {
	font-size: 0.75em;
}

#textLft {
	position: relative;
	margin-left: 145px;
	width: 320px;
	font-size: .9em;
}

#textRht {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 320px;
	font-size: .9em;
}

#textRht h1 {
	margin-top: 0px;
	font-size: 1.5em;
	color: #FFD028;
}

#textRht p  {
	margin-top: 0px;
}

li.pdf {
	list-style: url(/images/pdf.gif);
}

#rhtPanel {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
}

#rhtPanel table {
	margin: 0px;
	border: 0px;
	font-size: .8em;
	width: 100%;
}

#rhtPanel table td {
	color: #999999;
}

#rhtPanel table td strong {
	font-weight: bold;
	color: #000000;
}

#rhtPanel table td a {
	color: #999999;
	text-decoration: none;
}

#rhtPanel table td a:hover {
	color: #000000;
	text-decoration: underline;
}

#rhtPanel table th {
	background-color: #FDD252;
	font-weight: bold;
	text-align: center;
}

#form {
	position: relative;
	top: -180px;
	left: 0px;	
	width: 380px;
	margin-left: 420px;
}

#form table {
	margin: 0px;
	border: 0px;
	font-size: .8em;
	width: 100%;
}

#form table td {
	color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
}

#form h2 {
	font-size: 1.5em;
	color: #FFD028;
}

#form p {
	font-size: .9em;
}
#form table td strong {
	font-weight: bold;
	color: #000000;
}

#form table th {
	background-color: #FDD252;
	font-weight: bold;
	text-align: center;
}

#form .fields {
	font-size: 9pt;	
	border: 0px;
	background-color: #FFFCE9;
	border: 1px #FDD252 solid;
}	

#form .submit {
	background-color: #1F85B6;
	border: 0px;
	color: #FFFFFF;
}

#form .reset {
	background-color: #B2B2B2;
	border: 0px;
	color: #FFFFFF;
}

#footer {
	position: relative;
	top: 50px;
	width: 800px;
	border-top: 1px solid #000000;
	text-align: right;
	font-size: 0.80em;
	color: #999999;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	display: inline;
	border-right: 1px #CCCCCC solid;
	padding: 3px 6px;
}

#footer a {
	color: #999999;
	text-decoration: none;
	font-weight:bold;
}


