/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #222F3D;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#000;  
  padding:0px;
  margin:0px;
	line-height: 1.5em;
}



h1 {
	text-align: left;
	color: #364C95;
	padding:20px 0px 0px;
	margin:0px 30px;
	font:  bold 15px Verdana, Arial, Helvetica, sans-serif;
}





h2 {
	font-size:15px;
	color: #26598E;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}


/* This sets a default font for all of our  selectors. We set the text align back to left so it won't center (based on the body  to compensate for IE.) */




address {
	font-style: normal;
	margin: 0;
	font-weight: normal;
	line-height: normal;
	color: #222F3D;
	font-size: 12px;
	padding: 0px;
	text-align: left;
}
div#bottom {
	height: 25px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/
div#container {
	position:relative;
	width: 820px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat;
}

div#content {
	margin: 0px;
	padding: 0px;
	width:805px;
	float: left;
} 
div#flashpg1 {
	height: 225px;
	width: 338px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

div#sidebarright {
	position: relative;
	margin: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#textscroller {
	height: 81px;
	width: 205px;
}


div#locationinfo {
	padding-top: 10px;
	float: left;
	color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#content li {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: #222F3D;
	line-height: 12px;
}


div#content a {
	color:#364C95;
	font-size: 12px;
} 

	#content p, h2{
	margin: 0px;
	padding: 15px 15px 0px 30px;
	line-height:16px;
	color: #212E3C;
	text-align: justify;
	font-size: 12px;
}
strong {
	color: #212E3C;
	font-size: 12px;
}



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 820px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_g.jpg);
	background-repeat: no-repeat;


}


.headerlogo{
	background-image:url(images/nav_g.gif);
	height: 40px;
	width: 820px;
	background-repeat: no-repeat;
}

div#navcontainer{
	width: 820px;
	height: 40px;
	margin: 0px;
	padding: 0px;

}
#leftcol {
	position: absolute;
	left: 5px;
	width: 812px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	top: 134px;
	height: 37px;
	}
div#right {
	float: right;
	height: auto;
	width: 300px;
	margin-top: 25px;
	padding-left: 10px;
	margin-right: 20px;
	padding-bottom: 20px;
}



/* DIV UTILITY NAV */
	div#utilnav {
	/*margin-left: 150px;*/
		text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	height: 35px;
	line-height: 35px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
		#utilnav a {
	text-decoration: none;
	font-size: 9px;
	color: #CCCCCC;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
			}
		#utilnav a:hover {
	text-decoration: none;
	color: #364C95;
	background-color: #FFFFFF;
}



/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {
	margin: 0px auto 10px;
	width: 800px;
	clear: both;
	color: #999999;
	text-align: center;
}

div#footerright {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #F57600;
	text-align: right;
}

div#footer p{color: #FFFFFF; font: 9px Verdana, Arial, Helvetica, sans-serif;
text-align:center;}

div#footer a:link, a:visited, a:hover, a:active {color: #FFFFFF;}

#copyright  {
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
	padding-top: 10px;
}

.ypimg {
	border: 0px;
	padding-top: 5px;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */
div#horznav {
	width:820px;
	height:40px;
	padding:0;

}

ul#nav {
margin:0;
padding:0;
list-style-type:none;
}

ul#nav li {
float:left;
margin:0 auto;
padding:0;
display:inline;
line-height: 18px;
}

ul#nav li a {
	display:block;
	padding:12px 15px 16px;
	color:#364C98;
	text-decoration:none;
	font-size:12px;
	font-weight: bold;
	width: auto;
	
}
div#subnav {
	height: 145px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#subbtns {
	float: left;
}


ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
	
	
}

.iframe{
	width: 525px;
	margin: 0px;
	float: left;
}
div#footercontact {
	/*margin-left: 150px;*/
		text-align: center;
	font-size: 10px;
	color: #333333;
	height: 54px;
	line-height: 35px;
	background-image: url(images/footer_g.gif);
	background-repeat: no-repeat;
	width: 820px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
div#footercontact a:link {
	color: #CCCCCC;
}
div#left {
	width: 149px;
	text-align: left;
	margin: 0px;
	padding: 10px 0px 0px;
	position: absolute;
	left: 196px;
	top: 2px;
	height: 53px;
}

#signin {
	position: absolute;
	right: 0px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	top: 141px;
	left: 688px;
	height: 18px;
	color: #CCCCCC;
	font-size: 10px;
}

div#signin a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.clearboth {
	clear: left;
}

div#signin a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#signin a:hover {

	color: #CCCCCC;
	text-decoration: none;
}
div#locationinfo a:link {
	color: #222F3D;
}
div#tile {
	width: 332px;
	margin: 10px 0px 0px 140px;
}
.faq {
	width: 800px;
}
div#audio {
	top: 147px;
	left: 565px;
	position: absolute;
}

.fltleft {
	float: left;
	margin-right: 10px;
}

div#video {
	width: 340px;
	margin: 0 auto;
	clear:right
}
