/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bg_main.jpg) repeat-x;
	background-color: #2e3192;
	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: #000;
	margin: 0px;
	padding: 7px 30px 7px 40px;
	text-align: left;
	line-height: 1.9;
}


h1 {
font: bold 32px Georgia, "Times New Roman", Times, serif;
color: #554f4b;
margin: 0px 0px 10px 0px;
padding: 20px 0px 0px 40px;
}

h2 {
font: bold 16px Georgia, "Times New Roman", Times, serif;
color: #2d3035;
margin: 0px 0px 10px 0px;
padding: 20px 0px 0px 40px;
}

h3 {
margin:0 10px 0 20px;
padding:0;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
color: #fff;
text-align: left;
font-weight: normal;
line-height: 1.3;
}

address {

	margin: 15px 0 0 0;
	padding: 7px 10px 7px 20px;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #fff;
text-align: left;
font-weight: normal;
line-height: 1.4;
}



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: #fd3504;
}
a:visited {
color: #fd3504;
}
a:hover {
color: #737373;
}
a:active {
color: #fd3504;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 990px;
margin: 0 auto;
padding: 0;
}


div#header {
width: 990px;
height: 300px;
margin: 0 auto;
padding: 0;
position: relative;
}


div#hdrflash {
position: absolute;
width: 431px;
height: 236px;
margin: 0;
padding: 0;
top: 30px;
left: 20px;
}

div#sidenav {
float: right;
width: 200px;
height: 200px;
margin: 0;
padding: 0;
}

div#audio {
width: 200px;
height: 39px;
margin: 0;
padding-top: 20px;
background: url(images/bg_audio.gif) no-repeat;
}

div#container {
width:990px;
margin:0;
padding:0px;
background: url(images/bg_container.gif) repeat-y;
}

div#content {
	float: left;
	width:770px;
	margin: 0px auto;
	padding: 0px 0px 40px 20px;
	vertical-align:top;
	text-align:left;
}


div#content a:link {
text-decoration: none;
border-bottom: 1px dotted #fdf305;
font-weight: bold;
}

div#content a:visited {
text-decoration: none;
border-bottom: 1px dotted #fdf305;
font-weight: bold;
}

div#footer {
	width:930px;
	height: 107px;
	margin:0 auto;
	padding:0 0 0 60px;
	background: url(images/bg_footer.gif) no-repeat;
	font:normal 9px Verdana, Arial, Helvetica, Verdana, sans-serif;
	color:#2e3192;
	text-align: left;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	font-size:9px;
	color:#2e3192;
	text-decoration:underline;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
	font-size:9px;
	color:#00aeef;
	text-decoration:underline;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */

	ul#mainnav {
	margin: 0px 0 0 20px;
	padding: 0px;
	width: 160px;
	}
	ul#mainnav li {
	display: inline; 
	list-style: none;
	}

	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	color: #fd3504;
	text-decoration: none;
	display: block;
	width: 140px;
	border-bottom: 1px dotted #fdf305;
	padding: 5px;
	font-weight: bold;
	}

	ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	background: #fff;
	color: #2e3192;
	font-weight: bold;
	}


/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright, div#ownerlogin {
width: 950px;
margin: 15px 0 0 30px;
padding: 00;
text-align: left;
font: 9px Arial, Helvetica, sans-serif;
color: #fff;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color:#fff;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color:#fff;
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 dotted #554f4b;
	background-color: #ffffff;
	margin: 5px 0px 5px 10px;
	padding: 5px;
	clear: both;
}

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: 170px;
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 8px;
padding: 0px 15px 0px 15px;
line-height: 1.8;
}


div#ownerlogin a:link, div#ownerlogin a:visited {
	font-size:9px;
	color: #fff;
	text-decoration:underline;
	font-weight: bold;
}

div#ownerlogin a:hover, div#ownerlogin a:active {
	font-size:9px;
	color: #fff;
	text-decoration:none;
	font-weight: bold;
}

.bizname {
color: #2e3192;
font: bold 13px Georgia, "Times New Roman", Times, serif;
}

div#map {
width: 700px;
height: 400px;
margin: 10px auto;
padding: 0px;
border: 1px dotted #737373;
}

.standout {
font-style: italic;
}

div#biobox {
width: 690px;
margin: 5px 0 10px 40px;
padding: 5px;
border: 1px dotted #dadada;
background-color: #fff;
}

div#extraroom {
width: 100%;
height: 150px;
}



address a:link, address a:visited {
	color:#fff;
}

address a:hover, address a:active {
	color:#fff;
}
