/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* Defines the body tag */
body {
	background: #fff url(images/main-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;
	}

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: #000;}	
	a.email{
		font-weight: bold;
		color: #00468a;
		font-style: italic;
		}
a:hover{	
	text-decoration: none;
	color: #ccc;}

a.email:hover {	
	text-decoration: none;
	color: #000;}
	

/* -------------------------------------------------------- */
/* ----------------- 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: 286px;
	background: url(images/header.gif) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
	width: 770px;}

div#click {
	width: 580px;
	margin: 10px auto;
}

div#address {
	position: absolute;
	top: 49px;
	left: 258px;
	height: 189px;
	width: 301px;
}

address {
	text-align: center;
	font-weight: bold;
	color: #98BFE4;
	width: 120px;
	float:left;
	margin: 15px 12px;
	z-index: 3;
	font: 10px/11px Arial, Helvetica, sans-serif;
	}
.phone {
	font-size: 16px;
	color: #CC0000;
	line-height: 1.3em;
}
	
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;
	}


/* DIV FLASH */
div#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 223px;
	height: 126px;
	z-index: 1;}

div#tab {
	position:absolute;
	left: 267px;
	top: 7px;
}

div#video{
	margin-left: auto;
	margin-right: auto;
	height: 384px;
	width: 332px;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* DIV FLASH CTA*/
div#flashcta {
	position: absolute;
	top: 328px;
	left: 554px;
	width: 200px;
	height: 235px;
	border: 1px solid #00468a;
	/*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#content {
	float: left;
	clear: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 600px;
	color: #000;
	background: url(images/header2.gif) top left no-repeat;}
	#content h1 {
		border-bottom: 1px dotted #00468a;
		margin: 5px 15px 5px 15px;
		padding: 0px 0px 0px 0px;
		background: transparent;
		color:#00468a;		
		font-size: 18px;
		font-weight:bold;
		text-transform: uppercase;
		}
	#content h2 {
		color:#000;
		font-size: 12px;
		font-weight: bold;
		margin: 10px 15px 0px 15px;
		}
	
	#content h3 {
		color:#00468a;
		font-size: 14px;
		font-weight: bold;
		margin: 10px 15px 0px 15px;
		}
	#content h4 {
		border-bottom: 1px dotted #00468a;
		margin: 0px 15px 5px 15px;
		padding: 0px 0px 0px 0px;
		}
	#content p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 15px 5px 15px;
		}
	#content p.ctaright {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 245px 5px 15px;
		}
	#content ul{
		margin: 5px 0px 0px 45px;
		padding: 0px 15px 0px 0px;
		}
	#content li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 2px 0px;
		}

	div.double {
	float: left;
	width: 260px;
	padding: 0px 0px 0px 0px;
	margin: 0 10px 15px 15px;
	text-align: center;}
	#content .double p {
		margin: 0 0 0 0;
		padding: 3px 0px 0px 0px;
		font-weight:bold;}
	#content .double img {
		margin: 10px 0 0 0;
		border: 1px solid #333;}
	
.floaty{float:left;}

.clear {	
	clear: both;}
	
.clickhere {	
	float: right;
	margin: 20px 80px 0px 10px;
	border: 0px solid #000000;}
	
/* DIV FOOTER */
div#footer {
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color:#c1d9ef;
	height: 66px;
	width: 770px;
	position: relative;
	}


	/* DIV UTILITY NAV */
	div#utilnav{
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:36px;
	right:0px;
	width:770px; 
	left: 0px;}
			
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#c1d9ef;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#ffffff;
			}
			
	
	/* DIV COPYRIGHT */
	div#copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	text-align: center;
	font-size: 9px;
	margin: 60px 0px 0px 0px;
	position: absolute;
	top:10px;
	right:0px;
	width:770px;
	left: 0px;
		}
		#copyright a {
			color:#00468a;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#666;
			text-decoration:none ;
			}

	
/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img {
	border: 0px;
	}
img.borderr {
	margin: 0px 0px 0px 0px;
	border:1px solid #666666;	
	}

img.left {
	float: left;
	border:1px solid #666666;
	margin: 0px 8px 5px 0px;
	}
img.leftno {
	float: left;
	margin: 0px 8px 5px 0px;
	clear:none;
	}
img.right {
	float: right;
	border:1px solid #666666;
	margin: 0px 0px 5px 8px;
	}
img.rightul {
	float: right;
	border:1px solid #666666;
	margin: 0px 5px 5px 8px;
	}
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
	}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	/*position: absolute;
	top: 121px;
	left: 0px;
	z-index: 10;*/	
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #c1d9ef;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}

/* UL TAG */
div#nav ul {
	background-image:url(images/navbkg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	width: 170px;}

div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;}

div#nav li a {
	font-size: 11px;
	color: #00468a;
	text-decoration: none;
	display: block;
	width: 170px;
	padding: 5px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	text-indent:0px;
	font-weight:bold;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
color:#c1d9ef;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}


/* ----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

/* AUDIO/SIGNIN CONTAINER */
div#audiosignin {
	position: absolute;
	top: 255px;
	left: 261px;
	width: 232px;
	z-index: 2;
	height: 34px;
}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
.audio {
	margin: 0px;
	color:#00468a;
	padding: 10px 15px 5px 23px;
	}
.ctaindex {
	float: right;
	margin: 15px;
}

div#audioapple {
	position: absolute;
	left: 23px;
	top: 8px;
}

img.save { margin: 5px 0 0 5px; }
/*--------------------------------------------------------------------------*/
div#maps { 
	text-align:left;
	width:450px;
	height:auto;
	clear:both;
	margin: 0px 10px 10px 15px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;}
div#servicelist li {
	font-size: 14px;
	font-weight: bold;
}
div#servicelist p {
	font-size: 14px;
	color: #00468A;
}
div#serviceflash {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*-------------------------provides code for absolute positioning for addressess in header-----------------------------*/

a#logoright1 {
	position: absolute;
	top: 55px;
	right: -324px;
	border: 0px solid #000000;
	width: 267px;
	height: 51px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

a#logoright2 {
	position: absolute;
	top: 123px;
	right: -185px;
	border: 0px solid #000000;
	width: 151px;
	height: 45px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

a#logoright3 {
	position: absolute;
	top: 123px;
	right: -254px;
	border: 0px solid #000000;
	width: 146px;
	height: 43px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

a#logoright4 {
	position: absolute;
	top: 186px;
	right: -177px;
	border: 0px solid #000000;
	width: 136px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

a#logoright5 {
	position: absolute;
	top: 184px;
	right: -338px;
	border: 0px solid #000000;
	width: 151px;
	height: 52px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
