/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #c3bca1;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, 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;
}

address {
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	border-top: 1px solid #e7e7e6;
	border-bottom: 1px solid #e7e7e6;
	padding: 10px 0px 15px 0px;
	margin-bottom: 20px;
}

h1 { 
	font-size: 14px;
	font-weight: bold;
	color: #082b4e;
	text-align: left;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #cccccc;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #282827;
	text-align: left;
	margin: 5px 0px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 0px 15px 30px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 5px 50px 15px 30px;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 5px;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #838181; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #4d4c4c; 
	}

/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	width: 770px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 175px;
	left: 2px;
}

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: 11px 17px 9px 16px;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #e4ebec;
	text-align: center;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: #008080;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	margin: 0px auto;
	padding: 3px 0px;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	}

ul#utilitynav li a:hover {
	color: #dfddd5;
}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- HEADER ----------------- */

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 212px;
	text-align: left;
	background-image: url(images/bg-header.jpg);
	position: relative;
}

	div#header img {
		border: 0px;
	}

/* ----------------- BODY ----------------- */

div#container{
	width: 770px;
	margin: 10px auto 3px auto;
	padding: 0px;
	background-image: url(images/bg-content.gif);
	position: relative;
}

div#content {
	width: 529px;
	padding: 20px;
	text-align: left;
	float: left;
	position: relative;
}

div#rightside {
	width: 181px;
	padding: 150px 10px 20px 10px;
	text-align: left;
	float: right;
	position: relative;
}

div.box {
	margin-right: 45px;
	text-align: left;
	float: left;
}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	width: 758px;
	height: 20px;
	padding: 5px;
	margin: auto;
	border-top: 1px solid #8d8d8c;
	background: #008080;
	text-align: left;
	clear: both;
}
	
/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 10px 0px 5px 0px;
	clear: both;
}

div#copyright img {
	border: none;
}

/* Set link style for copyright. */
div#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

div#copyright a:hover {
	color: #000000;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.border {
	border:1px solid #d3d09c;
	margin: 5px;
}

img.left {
	border:1px solid #d3d09c;
	float: left;
	margin: 0px 15px 15px 0px;
}

img.right {
	border:1px solid #d3d09c;
	float: right;
	margin: 0px 0px 15px 15px;
}

img.rightnobrd {
	float: right;
}

img.directions {
	border: none;
	margin-top: 5px;
}

div.clear {
	clear: both;
}

hr {
	border: none;
	border-top: 1px dotted #cccccc;
	height: 1px;
	margin-bottom: 15px;
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

div#audio {
	position: absolute;
	top: 5px;
	right: 5px;
	background-image: url(images/bg-audio.gif);
	width: 114px;
	height: 16px;
	padding: 20px 0px 0px 74px;
	z-index: 2;
}

div#logo {
	position: absolute;
	top: 10px;
	right: 40px;
}

img#cta {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}

div#login {
	float: right;
}

div#map {
	border: 1px solid #d3d09c;
	margin: 20px auto;
	width: 500px;
}