/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body 	{margin: 0; padding: 0; text-align: center; background: #EBEBEB url(images/bg-body.jpg) repeat-x left top;}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
p, li 	{ font-size: 14px; }
p, h1 	{margin: 15px 0;}
h1 		{
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #006699;
	text-transform: uppercase;
	margin-top: 0px;
}
h2 		{
	color: #CC3300;
	font: normal 24px/normal "Times New Roman", Times, serif;
}
address {
	text-align: left;
	font: normal 14px "Times New Roman", Times, serif;
	position: absolute;
	left: 625px;
	top: 304px;
	color: #006699;
	width: 200px;
	background: url(images/bg-address.jpg);
	padding: 15px 10px 10px 15px;
	height: 221px;
}
/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left 			{float: left; margin: 0 15px 15px 0;}
.right 			{float: right; margin: 0 0 15px 15px;}
.leftborder 	{padding: 2px; border: 1px solid #000; float: left; margin: 0 15px 15px 0;}
.rightborder 	{
	padding: 2px;
	border: 1px solid #006699;
	float: right;
	margin: 0 0 15px 15px;
}
.border 		{
	padding: 2px;
	border: 1px solid #006699;
}
.clear 			{clear: both;}
.center 		{text-align: center;}
.ulleft 		{float: left; margin-top: 0px; margin-left: 10px; padding-left: 20px; width: 225px;}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited {}
/* ----------------- Vertical --------------------- */
div#nav 		{position: absolute; top: 10px; left: 635px; width: 205px;}
ul#mainnav 		{margin: 0; padding: 0;}
ul#mainnav li 	{display: inline; list-style: none;}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #003366;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 8px 0;
	font: normal 15px "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid #4D87BB;
	text-transform: uppercase;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited { color: #FFFFFF; }
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container 	{margin: auto; position: relative; width: 850px;}
div#header 		{width: 850px; height: 304px; background: url(images/bg-header.jpg) no-repeat left top; text-align: left;}
div#content-top {
	background: url(images/bg-content-top-cta.jpg) no-repeat left;
	height: 30px;
	width: 850px;
}
div#content 	{
	background: url(images/bg-content.jpg) top left repeat-y;
	padding: 1px 250px 1px 15px;
	line-height: 18px;
	color: #666;
	width: 585px;
	font-size: 18px;
}
div#footer {
	background: url(images/bg-footer.jpg) top left no-repeat;
	font-size: 12px;
	text-align: left;
	color: #9B4021;
	padding-top: 12px;
	padding-left: 10px;
	width: 597px;
	padding-right: 243px;
}
div#footer a:link, div#footer a:visited { color: #9B4021; }
div#footer a:hover { color: #6797C7; }
div#copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	clear: both;
	padding-right: 240px;
	text-align: left;
	padding-left: 10px;
}
div#copyright a:link, div#copyright a:visited {color: #000;}
div#copyright  img {
	margin: -30px 0 0px;
	float: right;
}
div#map {
	padding: 2px;
	margin-bottom: 15px;
	border: 0px solid #9B4021;
	width: 575px;
	height: 450px;
}
/* ----------------- AUDIO POPUP STYLES ----------------- */
div#audio {
	position: absolute;
	background: #ffffff;
	top: 125px;
	text-align: center;
	z-index: 200;
	visibility: hidden;
	border-top: 3px solid #0B3075;
	border-right: 1px solid #0B3075;
	border-bottom: 1px solid #0B3075;
	border-left: 1px solid #0B3075;
	padding-right: 10px;
	padding-left: 10px;
	width: 200px;
	color: #006699;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
div#audio p 		{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
div#audio a 		{ color: #3A4893; }
div#audio .warning 	{
	font-size: 12px;
	font-weight: normal;
	color: #994022;
}
a#web-audio-btn 	{display: block; position: absolute; height: 33px; width: 212px; left: 632px; top: 248px;}
div#windowshade {
	background: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	opacity: .35;
	filter:alpha(opacity=35);
	display: none;
}

/* ----------------- SERVICE PAGE CTA LINK ----------------- */
a#ctalink {
	position: absolute;
	top: 1256px;
	right: 264px;
	border: 0px solid #000000;
	width: 260px;
	height: 102px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	background-image: url(smooth-shapes2.jpg);
}
	
