/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFF;
	margin: 0px;
	padding: 0px; 
	text-align: center;
}
*:focus { 
        outline: none; 
        }
*::-moz-focus-inner { 
        border: none; 
      }
p, h1, h2, h3, h4, h5, a, address, ul, li, lo, td, dd, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
}

h1 {
	color: #fff;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #126A9E;
	margin-right: 30px;
	padding-bottom: 5px;
}
h2 {
	color: #fff;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #5BAE11;
	margin-right: 30px;
	padding-bottom: 5px;
}




p, div#content li {
	font-size: 0.8em;
	line-height: 1.4em;
}
iframe {
	margin-top: -10px;
}

address {
	font: normal 0.8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
a:link {
	color: #fff;
}
a:hover {
	font-weight: bold;
}


/* ----------------- LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
	background: url(images/bg-container.jpg) repeat-y;
	}

div#logo {
	background: url(images/logo.jpg);
	height: 125px;
	position: relative;
	}
div#main {
	float: left;
	width: 679px;
}

div#header {
	position: relative;
	background: url(images/header.jpg);
	height: 222px;
	}
	
a#read {
	background: url(images/read-about-us1.gif) no-repeat 0px 0px;
	width: 110px;
	height: 27px;
	display: block;
	text-indent: -5000em;
	left: 498px;
	top: 187px;
	position: absolute;
	}
	a#read:hover {
	background: url(images/read-about-us2.gif) 0px 0px;
	}	

div#ctas {
	float: right;
}	
	
a#services {
	background: url(images/button-services.jpg) no-repeat 0px 0px;
	width: 311px;
	height: 71px;
	display: block;
	text-indent: -5000em;
	}
	a#services:hover {
	background: url(images/button-services-hover.jpg) 0px 0px;
	}
	
a#survey {
	background: url(images/button-survey.jpg) no-repeat 0px 0px;
	width: 311px;
	height: 73px;
	display: block;
	text-indent: -5000em;
	}
	a#survey:hover {
	background: url(images/button-survey-hover.jpg) 0px 0px;
	}		

a#contact {
	background: url(images/button-contact.jpg) no-repeat 0px 0px;
	width: 311px;
	height: 78px;
	display: block;
	text-indent: -5000em;
	}
	a#contact:hover {
	background: url(images/button-contact-hover.jpg) 0px 0px;
	}


div#audio {
	position: absolute;
	left: 111px;
	top: 86px;
}

div#flash {
	position: absolute;
	left: 391px;
	top: 41px;
}

div#content {
	float: left;
	width: 629px;
	background: url(images/bg-content.jpg) no-repeat;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 30px;
	}



div#sidebar {
	float: right;
	width: 261px;
	background: url(images/bg-sidebar.jpg) no-repeat;
	padding-left: 40px;
	padding-top: 30px;
	padding-right: 10px;
	}
	

div#footer {
	clear: both;
	background: url(images/footer.jpg) no-repeat;
	height: 28px;
	}

div#owner {
	width: 950px;
	margin: 0px auto;
	clear: both;
	}
	div#owner img {
	float: right;
	border: none;
	}
	
div#copyright {
	font-size: 9px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 960px;
	margin: 0px auto;
	clear: both;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #157BBC;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}

/* ---------------------------- MAIN NAVIGATION (HORIZONTAL) ----------------------------  */
div#nav{
	position: absolute;
	left: 498px;
	top: 78px;
	width: 468px;
}
ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-right: 1px solid #570641;
	}
	ul#mainnav li {
	display: inline;
	float: right;
	margin: 0px auto;
	padding: 0px;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 14px;
	margin: 0px;
	border-left: 1px solid #570641;
	color: #fff;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #750857;
	}


/* ---------------------------- UTILITY NAVIGATION ----------------------------  */
div#utility {
	width: 960px;
	margin: 0px auto;
	clear: both;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 2px 10px;
	margin: 0px;
	color: #1672AC;
	border-left: 1px solid #65C312;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}
	
/* ---------------------------- CUSTOM CLASSES ----------------------------  */
img.right {
	padding: 5px;
	clear: right;
	float: right;
	margin:0px 0px 15px 15px;
}
img.left {
	padding: 5px;
	clear: left;
	float: left;
	margin: 0px 15px 15px 0px;
}
div.column {
	float: left;
	width: 220px;
	margin-right: 40px;
}

p.clear {
	clear: left;
}
div.divider {
	clear: both;
	border-top: 1px solid #126A9E;
	margin-bottom: 15px;
}
div.indent {
	padding-left: 220px;
}
