@charset "utf-8";
body {
	background:#f9f3ff url(images/bodybg.jpg) top left repeat-x;
	margin:0px;
	padding:0px;
}
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, lo, td, div, textarea {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-style:normal; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	padding-left: 25px;
	padding-right: 30px;
	color: #000;
	line-height: 18px;
}
p strong {

}
p.indent {
	padding-left: 75px;
}
h1 {
	font-size: 30px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #308eb7;
	line-height: 23px;
	border-bottom: 1px solid #addaf4;
	margin: 10px 0px 20px 25px;
	padding: 0px 0px 10px 0px;
	clear:both;
	width: 666px;
	text-transform: none;
}
h2 {
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #555;
	line-height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
	margin: 15px 0px 10px 0px;
}
h4 {
	font-size: 20px;
	font-weight: bold;
	color: #4A0094;
	line-height: 27px;
	margin: 0px 0px 15px 0px;
	text-align:center;
}
address {
	font-size: 12px;
	color: #000;
	line-height: 14px;
	margin: 0 0 0 20px;
	font-style: normal;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a {
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}
/*------------------ LISTS FORMATS --------------------------*/
  ul {
	margin: 0px 20px 0px 50px;
	/*list-style-image: url(images/ul-house.gif);*/
		display:block;
}
li {
	font-size: 11px;
	font-weight: regular;
	line-height: 19px;
	color:#000;
	margin: 0px;
	list-style-position:inside;
}
ol {
	margin: 0px 20px 0px 30px;
	/*list-style-image: url(images/ul-house.gif);*/
		display:block;
}
ol li {
	font-size: 12=1px;
	font-weight: regular;
	line-height: 19px;
	color:#000000;
	margin: 0px 0px 0px 20px;
	list-style-image:url(images/li-square.gif);
}
div#listings {
	margin: 25px 0px 0px 0px;
}
div#listings ul {
	margin: 0px 0px 0px 0px;
}
div#listings ul li {
	font-size: 10px;
	padding: 0px 0px 2px 5px;
	color:#000000;
	list-style-image:url(images/li-square.gif);
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#wrapper {
	width:100%;
	float:left;
	margin: 0;
	padding:0;
}
div.container {
	width:990px;
	margin:0px auto;
	padding:0;
}
img#logo {
	position:absolute;
	top:25px;
	left:121px;
}
div#audio {
	position:absolute;
	left: 847px;
	top: 2px;
	margin: 0;
	padding: 0;
}
div#audio a, div#audio a:hover {
	font:normal 10px Arial, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#308eb7;
}
div#webaudiopopup {
	width: 179px;
	height: 100px;
	background-image:url(images/webaudiobg.gif);
	background-repeat:no-repeat;
	position:absolute;
	left: 0;
	top: 0;
}
div#soundapplet {
	width: 68px;
	height: 30px;
	position:absolute;
	left: 87px;
	top: 49px;
}
div#flash {
	width:auto;
	float:left;
}
div#header {
	height:300px;
	float:left;
	background:url(images/header.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	position: relative;
	width: 990px;
}
div#contentwrapper {
	width:990px;
	float:left;
	padding:0;
	background: url(images/contentbg.gif) top left repeat-y;
	margin: 0;
}
div#maincontent {
	padding:0;
	float:left;
	width:990px;
	margin: 0;
}
div#content {
	padding:0 0 25px 0;
	width:714px;
	float:left;
	background: url(images/bg-content-corner.gif) bottom right no-repeat;
	border-right: 1px solid #addaf4;
	min-height: 250px;
	margin: 0 0 10px 0;
}
div#sidebar {
	float:left;
	width:245px;
	margin: 0 10px 0 10px;
}
div#sidebar p {
	font-size: 24px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #308eb7;
	line-height: 23px;
	border-bottom: 1px solid #addaf4;
	margin: 10px 0px 20px 20px;
	padding: 3px 0px 7px 0px;
	clear:both;
	text-transform: none;
	text-align: center;
	width: 210px;
}
div#footer {
	width:100%;
	background:#f9f3ff url(images/footer.gif) top center no-repeat;
	clear: both;
	margin: 0 0 -20px 0;
	padding:0px 0px 0px 0px;
}
div#owner {
	position:absolute;
	left: 930px;
	top: 2px;
	margin: 0;
	padding: 0;
}
div#owner a, div#owner a:hover {
	font:normal 10px Arial, "Times New Roman", Times, serif;
	text-decoration:none;
	color: #308eb7;
}
div#copyright {
	font-size: 9px;
	width:990px;
	float:left;
	text-align:center;
	padding:0;
	margin:6px 0 0 0;
	position:relative;
	color:#3e81ab;
	line-height: 19px;
}
div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #3e81ab;
	text-decoration: underline;
}
div#copyright a:hover {
	text-decoration:underline;
}
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	height: 26px;
	width: 990px;
}
ul#mainnav li {
	display:inline;
	padding:0;
	min-width:50px;
	float:left;
}
ul#mainnav li a {
	font:tahoma, Arial, Helvetica, sans-serif;
	color:#3e81ab;
	text-decoration:none;
	float:left;
	width:auto;
	text-align:center;
	padding:4px 23px 0px 23px;
	height:26px;
	margin:0 2px 0 0;
}
ul#mainnav li a:hover, ul#mainnav a.current {
	background: url(images/bg-nav-on.jpg) top left repeat-x;
	color:#2597de;
}
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	float:left;
	width:990px;
	text-align: center;
}
ul#utilitynav {
	padding:0;
	margin:25px auto;
	list-style-type:none;
	width:990px;
	float:left;
	display:inline;
	text-align: center;
}
ul#utilitynav li {
	display:inline;
	width:auto;
	text-align:left;
}
ul#utilitynav li a {
	font:bold 12px tahoma;
	color:#3e81ab;
	text-decoration:none;
	border-right:1px solid #2597de;
	padding:0 10px 0 10px;
}
ul#utilitynav li a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#2597de;
}
ul#utilitynav li a.last {
	border-right:0;
}
/* ----------------- CUSTOM CLASSES ----------------- */

img.main {
	border:1px solid #cecece;
	text-align: center;
	margin:5px 70px 15px 70px;
	padding: 3px;
}
img.right {
	float:right;
	margin:0px 25px 10px 10px;
	border:1px solid #cecece;
	padding: 3px;
}
.clear {
	clear:left;
	display:inline-block;
}
div#iframe {
	margin: 0 auto;
	width: 625px;
}
div#map {
	margin: 0 30px 25px 25px;
	text-align: center;
	float: right;
	border: 1px solid #cecece;
	padding:3px;
}
div#map2 {
	margin: 0 0 0 25px;
	text-align: center;
	border: 1px solid #cecece;
	width: 666px;
	padding:3px;
}
#contact {
	margin: 0px 25px 15px 25px;
	width: 325px;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}
#contact table {
	padding:0;
	margin:0;
	border-collapse:collapse;
}
#contact strong {

}
#contact td {
	width: 110px;
}
#contact .hours {
	width:200px;
}
div#list2col {
	margin: 10px 0 30px 25px;
	padding: 0;
	width: 100%;
	clear: both;
}
div#list2col ul {
	float:left;
	width:40%;
	margin:0 0 0 10px;
}
div#list2col ul li {
	color: #000;
	background: url(images/bullet.gif) left 9px no-repeat;
	list-style-position:outside;
	line-height:21px;
	list-style-type:none;
	padding:0 0 0 13px;
}

