body {
	background-image:url(images/bg-body.gif);
	background-repeat:repeat-x;
	background-color:#18baf3;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-align:left;
	color:#000; 
}

* {
	padding:0px;
	margin:0px;
}

h1 {
	line-height:35px;
	text-align:left;
	font: bold;
	font-size:20px;
	color:#e5ba42;
	border-bottom:#e5ba42 1px solid;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
	}
	
h2 {
	line-height:35px;
	text-align:left;
	font: bold;
	font-size:16px;
	color:#fff;
	margin:0px 0px 0px 10px;
	}
	
h3 {
	line-height:35px;
	text-align:left;
	font: bold;
	font-size:16px;
	color:#fff;
	margin:0px 0px 15px 0px;
	clear:left;
	}
	
hr {
	size:1px;
	color:#CCCCCC;
}
address {
	margin:0px 0px 0px 10px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-size:14px;
	color:#fff;
                }
				
address a:link, address a:visited {
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-size:14px;
	color:#e5ba42;
	text-decoration:none;
	font-weight:normal;
                }
address a:hover {
	text-decoration:underline;
	font-weight:normal;
	color:#e5ba42;
                }

/* All links must inclde some type of hover interactivity */
a:link, a:visited {
     font-weight: bold;
	 text-decoration:underline;
	 color:#00965f;
}

a:hover {
     font-weight: bold;
	 text-decoration:none;
	 color:#00965f;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width:990px;
	margin: 0px auto;
	padding:20px 0px 0px 0px;
}

div#container {
	background-image:url(images/bg-container.gif);
	background-repeat:repeat-y;
	width:990px;
	float:left;
}

div#containertop {
	background-image:url(images/bg-container-top.gif);
	background-repeat:no-repeat;
	width:990px;
	float:left;
}

div#audio {
	width:111px;
	height:10px;
	position:absolute;
	top:7px;
	right:40px;
}

#AudioWebPro {
	position:absolute;
	top:0px;
	right:0px;
}

div#iframe {
	width:550px;
	margin:-50px auto 0px auto;
}

div#mapviewer {
	margin:0px auto 10px auto;
	width:550px;
	padding:5px;
	border:1px #000 dotted;
}

div#header {
	height:226px;
	width:990px;
	background-image:url(images/bg-header.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}

div#flash {
	float:left;
	width:990px;
	height:226px;
}
	
div#content {
	width:700px;
	float:right;
	padding:3px 20px 0px 0px;
}

div#content p {
	padding:0px 0px 15px 0px;
}

div#sidebar {
	width:245px;
	float:left;
	padding:10px 0px 0px 0px;
}

div#footer {
	width:990px;
	height:49px;
	float:left;
	background-image:url(images/bg-footer.gif);
	background-repeat:no-repeat;
}

div#owner {
	margin:0px;
	position:relative;
	float:left;
	width:300px;
}

div#owner a:link, div#owner a:visited {
	position:absolute;
	left:85px;
	top:15px;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

div#owner a:hover {
	text-decoration:underline;
	font-weight:normal;
}

div#copyright {
	color:#000;
	padding:10px 0px 0px 0px;
	clear:both;
	width:990px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}

/* ----------------- HORIZONTAL NAVIGATION ----------------- */

div#nav{
	background-image:url(images/bg-nav.gif);
	background-repeat:no-repeat;
	height:49px;
	position:relative;
	width:990px;
	float:left;
}
ul#mainnav {
	float: left;
	width:890px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left:1px;
	top:0px;
	}
ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	border-right:#086281 1px solid;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	height:34px;
	padding:15px 25px 0px 25px;
	margin: 0px;
	color: #03384a;
	font-weight: normal;
	text-transform:uppercase;
	border-right:#4ed1ff 1px solid;
}
ul#mainnav li a:hover {
	background-color:#055875;
	color:#86d9f6;
	border-right:#055875 1px solid;
}

ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color:#055875;
	color:#e5ba42;
	border-right:#055875 1px solid;
}


/* ----------------------------  Utility NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	float:right;
	width:600px;
	margin:0px;
	padding:0px;
	text-align:left;
	position:relative;
	}
	ul#utilitynav {
	width:600px;
	display:inline;
	padding:0px;
	margin: 0px;
	text-align:left;
	position:absolute;
	top:14px;
	right:60px;
	}
	ul#utilitynav li {
	display:inline;
	float: none;
	margin: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	padding:0px 10px 0px 10px;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	width: auto;
	color: #fff;
	font-weight: normal;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	font-weight:normal;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */

img.right {
	float:right;
	margin:0px 0px 10px 15px;
}
img.left {
	float:left;
	margin:0px 20px 10px 20px;
	border: solid 1px #161b18;
}

img.leftborder 	{
	padding: 2px;
	border: 1px solid #B3B18E;
	float: left;
	margin: 0 15px 15px 0;
	background: #FFFFFF;
}

img.center {
	float:none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	padding: 5px;
	border: solid 1px #161b18;
}

p.centered {
	text-align:center;
}

p.indent{
	padding-left:100px;
}

p.justify{
	text-align:justify;
}

p.clear {
	clear:both;
}
/* ---------------------- LIST STYLES----------------------- */
div.listleft {
	float:left;
	width:215px;
}

div.listleft2 {
	float:left;
	width:215px;
	margin-bottom:20px;
}

ul.list {
	margin:0px 0px 10px 15px;
	
}

ul.list li {
		color:#000;
		list-style-type: square;
		font-size:14px;
		line-height:16px;
}
