/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* Defines the body tag */
body {
	background: #c8e2f9 url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px 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, em {
	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: #076ab7;}	
	a.email{
		font-weight: bold;
		color: #fff;
		font-style: normal;
		font-size:11px;
		}
a:hover{	
	text-decoration: none;
	color: #666;}

a.email:hover {	
	text-decoration: none;
	color: #076ab7;}
	

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background: url(images/content.gif) top left repeat-y;
	background-color:#ffffff;
	}
/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 770px;
	height: 162px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
	width: 770px;}
	

/* DIV FLASH */
div#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 207px;
	height: 120px;
	z-index: 1;}

/* Double column bulleted list */
ul.left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	list-style-position: inside; 
	list-style-type: disc;
	}

div#columnleft {
	float: left;
	width: 190px;
	height: 550px;
	}



div#content {
	float: left;
	width: 580px;
	color: #000;
	background: url(images/header2.gif) top left no-repeat;
}
	#content h1 {
		border-bottom: 1px dotted #076ab7;
		margin: 10px 15px 5px 15px;
		padding: 0px 0px 0px 0px;
		background: transparent;
		color:#076ab7;		
		font-size: 18px;
		font-weight:bold;
		text-transform: uppercase;
		}
	#content h2 {
		color:#2e8f03;
		font-size: 14px;
		font-weight: bold;
		margin: 5px 15px 0px 15px;
		font-style: italic;
		}
	
	#content h3 {
		color:#076ab7;
		font-size: 14px;
		font-weight: bold;
		margin: 10px 15px 10px 15px;
		font-style:italic;
		text-align:center;
		}
	#content h4 {
		color:#076ab7;
		font-size: 12px;
		font-weight: bold;
		margin: 10px 15px 0px 15px;		
		}
	#content p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 15px 5px 15px;
		}
		#content em {
		font-size:11px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-style:italic;
		font-weight:bold;
		clear:both;
		}
	#content ul{
		margin: 5px 0px 0px 45px;
		padding: 0px 15px 0px 0px;
		}
	#content li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 2px 0px;
		}
	#content a.hbold{
		color:#076ab7;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		}
		
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin:0px 15px 0px 15px;
	}
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: 508px;
	left: 2px;
	height: 38px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	width: 189px;
	line-height:14px;
	font-style: normal;
	z-index: 3;
	text-transform: normal;
	}	
/* DIV FOOTER */
div#footer {
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 8px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	color:#076ab7;
	height: 86px;
	width: 770px;
	}

	/* DIV UTILITY NAV */
	div#utilnav{
	text-align: center;
	font-size: 10px;
	margin: 0px 0px 0px 178px;
	padding: 50px 0px 0px 0px;
	}
			
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#076ab7;
			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:#666;
	text-align: center;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	background-color: #8fd25e;		
		}
		#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:#076ab7;
	text-align: center;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
		}
		#signin a {
			color:#076ab7;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#signin a:hover {
			color:#076ab7;
			text-decoration:none ;
			}
/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img {
	border: 0px;
	}
img.borderr {
	margin: 0px 0px 0px 0px;
	border:1px solid #076ab7;	
	}
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 #076ab7;
	margin: 0px 8px 5px 0px;
}
.right {
	float: right;
	border:1px solid #076ab7;
	margin: 0px 0px 5px 8px;
	}


/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {	
	width: 190px;
	}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #076ab7;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;
	text-indent: 35px;}

/* UL TAG */
div#nav ul {
	background-image:url(images/navbkg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	width: 190px;}

div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;}

div#nav li a {
	font-size: 11px;
	color: #2e8f03;
	text-decoration: none;
	display: block;
	width: 190px;
	padding: 6px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	text-indent: 25px;
	font-weight:bold;}


div#nav li a:hover {
color:#076ab7;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;
	text-indent: 35px;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

/* AUDIO/SIGNIN CONTAINER */
a#audiosignin {
	position: absolute;
	top: 128px;
	left: 23px;
	width: 150px;
	z-index: 2;
	height: 34px;
}

.audio {
	margin: 0px;
	color:#076ab7;
	padding: 10px 15px 5px 23px;
	}
/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

.clear {
	clear: both;
	}

/* CTA button CONTAINER */
a#ctabtn {
	position: absolute;
	top: 21px;
	left: 373px;
	width: 315px;
	z-index: 5;
	height: 42px;
}

a.anchorr {color:#076ab7; 
		   font-size:12px;
		   font-weight: bold;
		   text-transform:capitalize;
		   }
/*--------------------------------------------------------------------------*/
div#map { 
	text-align:left;
	width:525px;
	height:auto;
	clear:both;
	margin: 0px 10px 10px 15px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;}
