/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* Defines the body tag */
body {
	background: #225080 url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 10px 0px 0px 0px; /* Always apply padding if you apply margins */
	}
	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
p, h1, h2, h3, h4, h5, td, ol, ul, li, ol, a, td, th, dt, dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

div {
	margin: 0px;
	padding: 0px;
	clear:none; /*if need to float two divs need to add clear:none;*/
	}
	

/* Creates the general link style for the site. This is not the main navigation. */
a, a.email{
	text-decoration: underline;
	font-weight: normal;
	color: #002244;}	
	a.email{
		font-weight: bold;
		color: #000;
		font-style: normal;
		font-size:12px;
		line-height: 15px
		}
a:hover{	
	text-decoration: none;
	color: #666;}

a.email:hover {	
	text-decoration: none;
	color: #666;}
	

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 970px;
	background: url(images/content.gif) top left repeat-y;
	}
/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 970px;
	height: 187px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
	width: 970px;
	background: url(images/header2.jpg) top right no-repeat;}
	

/* DIV FLASH */
div#flash {
	position: absolute;
	top: 11px;
	left: 688px;
	z-index: 1;
}

/* Double column bulleted list */
ul.left {
	float: left;
	list-style-position:inside;
	}
	
div#doubletxt{
	float: left;
	width: 300px;
	padding: 10px;
	margin: 15px 0px 10px 20px;
	text-align: left;
	border: 1px solid #ccc;
	height: 350px}
	#doubletxt p {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-weight: normal;
		}
	#doubletxt li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style-image:url(images/nbullet.gif);}


div#columnright {
	float: left;
	width: 250px;
	height:100px;
	}


div#content {
	float: left;
	width: 720px;
	color: #000;
	border-right: 0px dotted #666666;
	margin: 10px 0px 0px 0px;
	min-height: 535px;
	_height: 535px;
	}
	#content h1 {
		margin: 0px 13px 10px 25px;
		padding: 55px 5px 2px 0px;
		color:#002244;		
		font-size: 18px;
		font-weight:bold;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		border-bottom:1px solid #000;
		}
	#content h2 {
		color:#002244;
		font-size: 16px;
		font-weight: bold;
		margin: 5px 13px 5px 25px;
		font-style: normal;
		}
	
	#content h3 {
		color:#002244;
		font-size: 14px;
		font-weight: bold;
		margin: 15px 13px 0px 25px;
		padding: 10px 5px 10px 5px;
		font-style: normal;
		text-align:center;
		clear:both;
		border-top:1px solid #999;
		}
	#content h4 {
		color:#5087c7;
		font-size: 12px;
		font-weight: bold;
		margin: 10px 13px 0px 25px;		
		}
	#content p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 13px 5px 25px;
		line-height:18px;
		}

	#content a.hbold{
		color:#002244;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		}
	#content ul {
		font-size:12px;
		margin: 5px 0px 0px 0px;
		padding: 5px 13px 5px 95px;
		list-style-image:url(images/nbullet.gif);
		}
	#content li {
		margin: 5px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		}
		
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin:0px 15px 0px 15px;
	width:550px;
	}
cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	display:block;
	margin:10px 0px 20px 15px;
	}

/* Address in ABSOLUTE */
address {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 375px;
	left: 722px;
	height: 150px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 235px;
	line-height:17px;
	font-style: normal;
	z-index: 3;
	text-transform: normal;
	}	
	
	address strong{
	font-size: 14px;
	font-weight: bold;
	color: #002244;
	line-height:20px;
		}
	
	#columnright p{
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 553px;
	left: 721px;
	height: 80px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #f0af00;
	width: 246px;
	line-height:15px;
	font-style: normal;
	z-index: 3;
	text-transform: normal;
	}	
/* DIV FOOTER */
div#footer {
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	color:#fff;
	height: 75px;
	width: 970px;
	}
	#footer p {
	font-family:Arial, Helvetica, sans-serif;
	color:#f0af00;
	text-align: center;
	font-size: 12px;
	padding: 50px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	}

	/* DIV UTILITY NAV */
	div#utilnav{
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	}
			
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#fff;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;
			}

		/* DIV COPYRIGHT */
	div#copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align: center;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
	padding: 4px 0px 4px 0px;		
		}
		#copyright a {
			color:#fff;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#fff;
			text-decoration:none ;
			}
		img.ypimg {
			margin: 10px 0px 0px 0px;
			padding: 0px 0px 0px 0px;	
			}

	/* DIV sign in*/
	div#signin {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align: center;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
		}
		#signin a {
			color:#fff;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#signin a:hover {
			color:#fff;
			text-decoration:none ;
			}
/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */

div#imgborderr{
	margin: 0px 5px 0px 0px;
	padding: 60px 0px 0px 0px;
	text-align:center;
	width:264px;
	}
img {
	border: 0px;
	}
img.borderr {
	margin: 5px 0px 0px 0px;
	border:1px solid #666;
	padding: 4px;

	}
img.leftno {
	float: left;
	margin: 0px 8px 5px 0px;
	}
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
	}
img.left {
	float: left;
	border:1px solid #666;
	margin: 0px 8px 5px 0px;
}
.right {
	float: right;
	border:1px solid #666;
	padding: 4px;
	margin: 0px 0px 5px 8px;
	}


/* -----------------------------------------------------*/
/* ----Horizontal CSS NAV save all as one header ------ */
div#nav {
	position: absolute;
	top: 192px;
	left: 13px;
	width:947px;
	clear: both;
	height: 30px;
	}
	
div#nav li a#current{
	background: url(images/navbtnon.gif) top left no-repeat;
	color: #000;
	}
	
div#nav li a#current:hover{
	background: url(images/navbtnon.gif) top left no-repeat;
	color: #000;}


div#nav ul {
	margin:0px auto;
	padding:0;
	list-style:none; 
	line-height:12px;}  

div#nav li {
	float: left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav li a {
	display: block;
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color:#002244;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
	background: url(images/navbtn.gif) top left no-repeat;
	width: 135px;
	border-right:0px solid #002244;
}

div#nav li.oneline a {
	padding: 11px 0 10px 0;
}


div#nav li a:hover {
	background: url(images/navbtnon.gif) top left no-repeat;
	color: #000;}

/* ------------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

/* AUDIO/SIGNIN CONTAINER */
a#audiosignin {
	position: absolute;
	top: 33px;
	left: 557px;
	width: 121px;
	z-index: 2;
	height: 64px;
}

.audio {
	margin: 0px;
	color:#000;
	padding: 10px 15px 5px 23px;
	}
/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

.clear {
	clear: both;
	}

/* CTA button CONTAINER */
a#ctabtn {
	position: absolute;
	top: 242px;
	left: 727px;
	width: 238px;
	z-index: 5;
	height: 125px;
}

a#ctabtn2 {
	position: absolute;
	top: 315px;
	left: 721px;
	width: 248px;
	z-index: 5;
	height: 115px;
}

a.anchorr {color:#000; 
		   font-size:12px;
		   font-weight: bold;
		   text-transform:capitalize;
		   }
/*--------------------------------------------------------------------------*/
div#map { 
	text-align:left;
	width:650px;
	height:auto;
	clear:both;
	margin: 0px 10px 10px 25px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;}

div#content h3.noborder { border:0px;}