/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background-color: #dadada;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center;
}

/* 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, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 5px 30px 5px 40px;
	text-align: left;
	line-height: 1.7;
}


h1 {
font: bold 24px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px 0px 0px 0px;
padding: 20px 0px 0px 40px;

}

h2 {
margin: 10px 30px 30px 40px;
padding: 10px;
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #825e8c;
border: 1px solid #825e8c;
background-color: #f2e7dc;
text-align: center;
}

h3 {
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
border-top: 1px dotted #dadada;
padding: 3px 0 0 0;
margin: 15px 30px 5px 40px;
}

address {
position: absolute;
top: 170px;
left: 70px;
margin:0;
padding:0;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
color: #000;
text-align: left;
line-height: 1.5;
}



li {
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #790000;
}
a:visited {
color: #790000;
}
a:hover {
color: #737373;
}
a:active {
color: #790000;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 900px;
margin: 0 auto;
padding: 0;
}

div#header {
width: 900px;
height: 316px;
margin: 0 auto;
padding: 0;
background: url(images/bg_header.jpg) no-repeat;
position: relative;
}

div#audio {
position: absolute;
top: 50px;
left: 280px;
width: 111px;
height: 10px;
margin: 0;
padding: 0;
z-index: 1000;
}


div#flash {
width: 222px;
height: 172px;
position: absolute;
top: 30px;
left: 662px;
z-index: 1000;
}

div#container {
width:900px;
margin:0;
padding:0px;
background: url(images/bg_container.gif) repeat-y;
}

div#content {
	width:850px;
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	vertical-align:top;
	text-align:left;
}


div#content a:link {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#content a:visited {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#footer {
	width:870px;
	height: 41px;
	margin:0;
	padding:20px 0 0 30px;
	background: url(images/bg_footer.gif) no-repeat;
	font:normal 9px Verdana, Arial, Helvetica, Verdana, sans-serif;
	color:#fff;
	text-align: left;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	font-size:9px;
	color:#fff;
	text-decoration:underline;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
	font-size:9px;
	color:#fe0002;
	text-decoration:none;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */




	ul#mainnav {
	position: absolute;
	top: 111px;
	left: 277px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

	ul#mainnav li {
	display: inline;
	margin: 0px auto;
	padding: 0px;
	}

	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	display: block;
	width: auto;
	padding: 4px;
	margin: 0px; 
	color: #000; 
	font-weight: bold;
	text-transform: uppercase;
	}

	ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited {
	color: #fe0002; 
	}


/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright, div#ownerlogin {
width: 870px;
margin: 15px 0 0 30px;
padding: 00;
text-align: left;
font: 9px Arial, Helvetica, sans-serif;
color: #000;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color: #000;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color: #000;
text-decoration:underline;
}

div#copyright img {
border: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #3e3e3e;
	background-color: #ffffff;
	margin: 5px 10px 10px 0px;
	padding: 5px;
	clear: both;
}

img.right {
	float: right;
	border: 1px solid #dadada;
	background-color: #ffffff;
	margin: 5px 0px 5px 10px;
	padding: 5px;
	clear: both;
}

img.middle {
	border: 1px solid #dadada;
	background-color: #ffffff;
	margin: 5px 0px 5px 10px;
	padding: 5px;
}

img.rightb {
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	clear: both;
}

div#clear {
	clear: both;
}

img.list {
	margin-right: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#bullet {
list-style:none;
}

ul#bulletfloat {
float: left;
width: 250px;
list-style:none;
padding-bottom: 10px;
}

ul#bullet li, ul#bulletfloat li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 7px;
padding: 0px 30px 0px 15px;
line-height: 1.7;
}


div#map {
float: right;
width: 600px;
height: 300px;
margin: 10px auto;
padding: 0px;
border: 1px solid #dadada;
clear: both;
}


div#ownerlogin a:link, div#ownerlogin a:visited {
	font-size:9px;
	color: #000;
	text-decoration:underline;
	font-weight: bold;
}

div#ownerlogin a:hover, div#ownerlogin a:active {
	font-size:9px;
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

.bizname {
color: #fe0002;
font-weight: bold;
}

.center {
text-align: center;
}

.sublink {
font-size: 9px;
text-align: right;
}

