body {
	background: #fff url(images/bg-site.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
*:focus { 
        outline: none; 
        }
*::-moz-focus-inner { 
        border: none; 
      }
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
}
h1 {
	color: #356AA0;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #DEF1F7;
	border-bottom: 1px solid #DEF1F7;
	}
h2 {
	font-size: .9ems;
	font-weight: bold;
	font-size: .9em;
	color: #017694;
	}
address {
	font-size: .7ems;
	font-style: normal;
	font-size: .8em;
                }
a:link {
}
a:visited {
}
a:hover {
     font-weight: bold;
}
a:active {
}
iframe {
	margin-top: -10px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
	background: url(images/bg-container.gif) repeat-y;
}

div#audio {
	position: absolute;
	left: 847px;
	top: 89px;
}

div#logo {
	height: 135px;
	background: url(images/logo.jpg);
	position: relative;
}
div#header {
	background: url(images/header.jpg) no-repeat;
	height: 254px;
	position: relative;
	}
a#contact {
	background: url(images/contact-us-online.gif) no-repeat 0 0;
	width: 253px;
	height: 28px;
	display: block;
	text-indent: -5000em;
	position: absolute;
	left: 473px;
	top: 162px;
	}
	a#contact:hover {
	background: url(images/contact-us-online2.gif) 0 0;
	}
	
div#flash {
	position: absolute;
	left: 754px;
	top: 19px;
}	

div#content {
	float: left;
	width: 700px;
	padding-left: 25px;
	margin-right: 30px;
	}
	div#content li {
	list-style: url(images/arrow.gif);
	margin-bottom: 5px;
	}

div#sidebar {
	float: left;
	width: 210px;
	}
	div#sidebar img {
	clear: left;
	float: left;
	margin-top: 15px;
	}



div#footer {
	clear: both;
	background: url(images/footer.gif) no-repeat;
	height: 31px;
}

div#owner {
	width: 970px;
	margin: 0px auto;
	clear: both;
	}
	div#owner img {
	float: left;
	border: none;
	}
	
div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 970px;
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #00A7D1;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
/* ----------------- MAIN NAVIGATION ----------------- */
div#nav {
	position: absolute;
	left: 742px;
	top: 19px;
	border-top: 1px solid #0088AA;
	width: 234px;
	}
	ul#mainnav {
	margin: 0px;
	padding: 0px;
	}
	ul#mainnav li {
	display: inline; 
	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;
	width: 228px;
	border-bottom: 1px solid #0088AA;
	padding: 5px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 15px;
	text-transform: uppercase;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #078AAB;
	font-size: 12px;
	}	



/* ---------------------------- UTILITY NAVIGATION ----------------------------  */
div#utility {
	width: 970px;
	margin: 0px auto;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	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;
	border-left: 1px solid #DEF1F7;
	color: #666666;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	color: #0DA5CA;
	}


/* ----------------- CUSTOM CLASSES ----------------- */

img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
}
p.clear {
	clear: both;
}
div.column {
	float: left;
	width: 200px;
}
div.divider {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 15px 0px;
}
img#map {
	float: left;
	border: 1px double #E1F2F9;
	background: #FFFFFF;
	padding: 5px;
	margin-right: 25px;
}
div#indent {
	width: 430px;
	float: right;
}
div.pullout {
	background: #F4F9FD;
	float: left;
	width: 420px;
	padding: 10px;
	text-align: center;
}
