/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */
/* Defines the body tag */
body {
	background: #cff3f2 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 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

p {
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 25px 10px 25px;
	line-height:18px;
	}

h1 {
	margin: 0px 25px 10px 25px;
	padding: 15px 5px 2px 0px;
	color:#367588;		
	font-size: 18px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom:1px solid #367588;
	}
	
h2 {
	color:#4ba1b0;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 25px 0px 25px;
	font-style: normal;
	text-align: left;
	}
	
h3 {
	color:#4ba1b0;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 25px 5px 25px;
	padding: 5px 5px 5px 5px;
	font-style: normal;
	text-align:center;
	border-top: 1px solid #999;
	clear:both;
	}
	
h4  {
	color:#367588;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 25px 0px 25px;		
	}

div {
	margin: 0px;
	padding: 0px;
	clear:none; /*if need to float two divs need to add clear:none;*/
	}
	
/* Address for sidebar or footer */
address {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height:16px;
	font-style: normal;
	text-transform: normal;	
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	}
	address strong{
	font-size: 14px;
	color: #fff;	
	}
	
/* Creates the general link style for the site. This is not the main navigation. */
a, a.email{
	text-decoration: underline;
	font-weight: normal;
	color: #367588;
	}	
	a.email{
		font-weight: bold;
		color: #fff;
		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: 265px;
	background: url(images/header.jpg) top left no-repeat;
	}

div#header2 {
	margin-left: 0px;
	width: 970px;
	height: 265px;
	background: url(images/header2a.jpg) top left no-repeat;
	}
	
div#header3 {
	margin-left: 0px;
	width: 970px;
	height: 265px;
	background: url(images/header3.jpg) top left no-repeat;
	}

div#header4 {
	margin-left: 0px;
	width: 970px;
	height: 265px;
	background: url(images/header4.jpg) top left no-repeat;
	}

/* DIV SUBHEADER */
div#subheader {
	clear: both;
	width: 970px;
	background: url(images/header2.jpg) top right no-repeat;
	}

/* DIV SIDEBAR */	
div#sidebar {
	float: left;
	width: 250px;
	height:100px;
	}
	
/* DIV CONTENT */
div#content {
	float: left;
	width: 720px;
	color: #000;
	border-right: 0px dotted #666666;
	margin: 5px 0px 0px 0px;
	}
	div#content a.hbold{
		color:#fff;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		}
	div#content ul, ol {
		font-size:12px;
		margin: 5px 0px 0px 0px;
		padding: 5px 25px 5px 95px;
		list-style-image:url(images/nbullet.gif);
		}
	div#content ol {
		font-size:12px;
		margin: 5px 0px 0px 0px;
		padding: 5px 25px 5px 95px;
		list-style-image: none;
		}
	div#content li {
		margin: 5px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		}

/* 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:#000;
	height: 68px;
	width: 970px;
	}
	div#footer p {
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		text-align: center;
		font-size: 12px;
		padding: 30px 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: 25px 0px 0px 0px;
	}
			
	div#utilnav a {
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		color:#000;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}
	div#utilnav a:hover {
		text-decoration: underline;
		color: #000;
		}

/* DIV COPYRIGHT */
div#copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align: center;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
		}
	div#copyright a {
		color:#000;
		text-decoration:underline;
		font-size: 9px;
		font-weight: bold;
		}
	div#copyright a:hover {
		color:#000;
		text-decoration:none;
		}
	img.ypimg {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;	
		}


/* DIV MAP */
div#map { 
	text-align:left;
	width:670px;
	height:auto;
	clear:both;
	margin: 0px 25px 10px 25px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	}

/* CTA button CONTAINER */
a#ctabtn {
	position: absolute;
	top: 117px;
	left: 266px;
	width: 233px;
	z-index: 5;
	height: 101px;
	}
	
a#ctabtn2 {
	position: absolute;
	top: 210px;
	left: 330px;
	width: 232px;
	z-index: 5;
	height: 27px;
	}

			
/* DIV DOUBLE TEXT COLUMN */
div#doubletxt{
	float: left;
	width: 280px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 35px;
	text-align: left;
	}	
	div#doubletxt p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-weight:bold;
		}		
	div#doubletxt li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style-image:url(images/nbullet.gif);}

/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 650px;
	text-align: left;
	}
form p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;	
	}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
	margin: 0px 0px 0px 20px;
	}

div#submitbtn {
	margin: 0px 0px 0px 20px;
	}
  
  
/* ----------------- End SINGLE COLUMN FORM ------------------- */


/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */

img.left {
	float: left;
	border:1px solid #367588;
	margin: 0px 8px 5px 0px;
	padding: 2px;
	}
	
img.right {
	float: right;
	border:1px solid #367588;
	padding: 2px;
	margin: 0px 0px 5px 8px;
	}
	
img.borderr {
	margin: 5px 0px 0px 0px;
	border: 1px solid #367588;
	padding: 2px;
	}
	
img.leftno {
	float: left;
	margin: 0px 8px 5px 0px;
	}
	
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
	}
/* -----------------------------------------------------*/
/* ----Horizontal CSS NAV save all as one header -------*/
/* -----------------------------------------------------*/
div#nav {
	position: absolute;
	top: 234px;
	left: 250px;
	width:507px;
	clear: both;
	height: 29px;
	}
	
div#nav li a#current{
	background: url(images/nav-hover-on.gif) top left no-repeat;
	color: #000;
	}
	
div#nav li a#current:hover{
	background: url(images/nav-hover-on.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: 8px 0px 7px 0px;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
	background: url(images/nav-hover.gif) top left no-repeat;
	width: 115px;}

div#nav li a:hover {
	background: url(images/nav-hover-on.gif) top left no-repeat;
	color: #000;}

/* ---------------------------------------------------*/
/* ----------------- CUSTOM CLASSES ----------------- */
/* ---------------------------------------------------*/

/* Multipurpose Clear */
.clear {
	clear: both;
	}
	
/* Double column bulleted list */
ul.left {
	float: left;
	list-style-position:inside;
	width: 200px;
	}
