/* 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;
}

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

#sectionPic li {
	list-style: none;
}

#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;
}

#textMid h2 .yellow {
	color: #FFD028;
}

#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;
}

/* ---------- media gallery styles start here ----------------------- */
.media_gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 800px;

}
.media_gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 600px;
}
.media_gallery img {
	/*background: #fff;*/
	padding: 4px;
	float: left;
}
.media_gallery span {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 50px;
	background: url(/images/tape.png) no-repeat;
}
.media_gallery a {
	text-decoration: none;
}


#footer {
	position: relative;
	top: 10px;
	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;
}

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
 
/* Hide for both screenreaders and browsers: h5bp.com/m */
.hidden { display: none !important; visibility: hidden; }
 
/*  Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
 
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
 
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



