/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #e7e6c7;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h2, h3, a, ul, li, address {
	color: #575656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 20px 0px;
	font-size: 11px;
	line-height: 1.5;
}

blockquote {
	margin: 5px 20px 15px 20px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
}

h1 { 
	font-size: 18px;
	font-weight: bold;
	color: #137174;
	text-align: left;
	margin-bottom: 20px;
}

h2 { 
	font-size: 12px;
	font-weight: bold;
	color: #5eb5ab;
	text-align: left;
	margin: 5px 0px;
}

	h2 a { 
		text-decoration: underline; 
		font-weight: bold; 
		color: #5eb5ab;
		}
		
h3 { 
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #137174;
	text-align: left;
	margin-bottom: 5px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 20px 15px 30px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 5px;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #1a9db5; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #4d4c4c; 
	}

/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	width: 762px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 248px;
	left: 7px;
	border-left: 1px solid #e4ebec;
}

ul#mainnav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 6px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #e4ebec;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: #137174;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	margin: 0px auto;
	padding: 3px 0px;
	width: 770px;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #137174;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #cccccc;
	}

ul#utilitynav li a:hover {
	color: #000000;
}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- HEADER ----------------- */

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 275px;
	text-align: left;
	background-image: url(images/bg-header.gif);
	position: relative;
}

	div#header img {
		border: 0px;
	}

/* ----------------- BODY ----------------- */

div#container{
	width: 770px;
	margin: 10px auto 3px auto;
	padding: 0px;
	background: #e1e2b8;
	position: relative;
}

div#content {
	width: 735px;
	padding: 20px 15px 20px 20px;
	text-align: left;
	clear: both;
	background-image: url(images/bg-content.gif);
	position: relative;
}

div#content2 {
	width: 730px;
	padding: 20px;
	text-align: left;
	clear: both;
	background-image: url(images/bg-content2.gif);
	position: relative;
}

div#content3 {
	width: 730px;
	padding: 20px;
	text-align: left;
	clear: both;
	background-image: url(images/bg-content4.jpg);
	background-repeat: no-repeat;
	position: relative;
}

div#content4 {
	width: 770px;
	text-align: left;
	clear: both;
	background-image: url(images/bg-content4.gif);
	position: relative;
}

div.panel {
	width: 300px;
	margin: 0px 0px 0px 15px;
	padding: 30px 0px 0px 10px;
	text-align: left;
	float: right;
}

div.box1 {
	margin: 10px 0px;
	padding: 10px;
	text-align: left;
	border-bottom: 10px solid #e3e4c3;
}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	width: 748px;
	padding: 10px;
	border-top: 1px solid #cfd0a3;
	border-right: 1px solid #cfd0a3;
	border-left: 1px solid #cfd0a3;
	text-align: left;
	clear: both;
}

	div#footer p {
		font-size: 10px;
		line-height: 1.3;
		margin: 0px 0px 5px 0px;
	}
	
	div#footer img {
		border: none;
	}

div#footerleft {
	float: left;
	text-align: left;
	width: 200px;
}

div#footerright {
	float: right;
	text-align: right;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyrightcontainer {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding: 10px 0px 5px 0px;
	clear: both;
}

/* Set link style for copyright. */
div#copyrightcontainer a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

div#copyrightcontainer a:hover {
	color: #333333;
}

div#copyrightcontainer img {
	border: none;
	margin-top: 10px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.border {
	border: 1px solid #ebebeb;
}

img.rightnobrd {
	border: none;
	float: right;
}

div.clear {
	clear: both;
}

div.clearleft {
	clear: left;
}

hr {
	border: none;
	border-top: 1px solid #cfd0a3;
	height: 1px;
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

p.top {
	text-align: right;
	margin: 0px;
}

p.services {
	float: left;
	margin-right: 70px;
}

img.print {
	border: none;
	vertical-align: middle;
}
img.imgright { float:right; margin:5px 0px 10px 5px;}

iframe.noscroll {
	float: left;
	margin: -40px 0px 0px -30px;
}

div#audio {
	position: absolute;
	top: 5px;
	right: 30px;
	background-image: url(images/bg-audio.gif);
	width: 114px;
	height: 16px;
	padding: 20px 0px 0px 74px;
	z-index: 2;
}

div#login {
	float: right;
}

div#cta {
	position: absolute;
	top: 90px;
	left: 0px;
}

div#map {
	width: 305px;
	border: 1px solid #ebebeb;
	margin: 10px 0px;
}

