/* CSS Document */

html, body {
	padding:0;
	margin:0;
	background-color: #333333;
	min-height: 100%;
}
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 0px;
	line-height: 0px;
}





/* HOLDER STYLES */
#wrapper {
	width: 100%;
	margin: 0px 0px 0px 10px;/*	background-color: #333333;
*/
}
#container {
	width: 100%;
	margin: 0;
	float: left;
}





/* HEADER STYLES */
#header {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
}






/* CENTER STYLES */
#center {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	text-align: left;
	min-width: 320px;
}
#content {
	margin: 0px;
	width: 640px;
	text-align: left;
	padding: 9px;
}
#page-heading {
	text-align: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0;
	float: left;
	min-width: 320px;
}




#map-box {
	margin: 0px 50px 30px 0px;
	float: left;
	width: 300px;
	text-align: left;
}
#map-iframe {
	margin: 0px 0px 10px 0px;
	float: left;
	width: 300px;
	text-align: left;
}
#map-text {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 300px;
	text-align: left;
}







/* SIDEBAR LEFT STYLES */
#sidebar-left {
	float: left;
	width: 260px;
	margin: 70px 0px 0px 20px;
	padding: 0px 30px 0px 16px;
}






/* FONT STYLES */
.text {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 17px;
}
.text a {
	color: #00B5CB;
	text-decoration: underline;
	font-weight: bold;
}
.text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}





.h1 {
	font: 30px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
}
.h1 a {
	color: #333333;
	text-decoration: none;
}
.h1 a:hover{
	color: #003926;
	text-decoration: none;
}
.h1 a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}



.h2 {
	font: 22px Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
}
.h2 a {
	color: #00B5CB;
	text-decoration: none;
	font-weight: bold;
}
.h2 a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}



.h3 {
	font: 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
}
.h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
.h3 a:hover{
	color: #00B5CB;
	text-decoration: none;
}








/* FOOTER STYLES */
#footer {
	width: 100%;
	margin: 0px 0px 10px 0px;
	float: left;
	background-image: url(../images/BG-footer.gif);
	height: 30px;
	background-repeat: no-repeat;
}
#footer-credits {
	width: 100%;
	margin: 5px 0px 0px 16px;
	float: left;
}



.footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.footer a {
	color: #DDDDDD;
	text-decoration: none;
}
.footer a:hover {
	color: #00B5CB;
	text-decoration: none;
}
