/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background-color: #a5acdf;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* 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 20px 5px 20px;
	text-align: left;
	line-height: 1.8;
}

.bizname {
font-weight: bold;
color: #454b7b;
}


h1 {
font: bold 16px Verdana, Arial, Helvetica, sans-serif;
color: #cc5052;
margin: 0px 0px 0px 0px;
padding: 10px 0px 0px 20px;
}

h2 {
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px dotted #cc5052;
color: #000;
margin: 0px 0px 0px 0px;
padding: 10px 0px 0px 20px;
}

address {
float: left;
margin:0;
padding:43px 10px 0px 15px;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #fff;
text-align: left;
line-height: 1.3;
}



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: #cc5052;
}
a:visited {
color:#cc5052;
}
a:hover {
color: #737373;
}
a:active {
color: #cc5052;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 910px;
margin: 0px auto;
padding: 0px;
position: relative;
}


div#header {
width: 910px;
height: 155px;
margin: 0px auto;
padding: 0px;
}



div#sidebar {
	position: absolute;
	top: 155px;
	left: 0px;
	width: 235px;
	height: 561px;
	margin: 0px;
	padding: 0px;
	background: url(images/leftside_bgd.gif) no-repeat;
}

div#audio {
position: absolute;
top: 275px;
left: 20px;
width: 111px;
height: 10px;
margin: 0;
padding: 0;
}


div#container {
width:910px;
margin:0px auto;
padding:0px 0px 0px 0px;
background: url(images/container.gif) repeat-y;
}

div#content {
	float: right;
	width:675px;
	_height: 561px;
	min-height: 561px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	vertical-align:top;
	text-align:left;
}

div#content a:link {
text-decoration: none;
border-bottom: 1px dotted #454b7b;
font-weight: bold;
}

div#content a:visited {
text-decoration: none;
border-bottom: 1px dotted #454b7b;
font-weight: bold;
}

div#footer {
	width:910px;
	height: 120px;
	padding:0;
	background: url(images/footer.gif) no-repeat;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
} 

div#utility_nav {
	width: 910px;
	height: 20px;
	margin: 10px auto;
	font:normal 9px Verdana, Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	text-align: right;
}

div#utility_nav a:link, div#utility_nav a:visited {
	font-size:9px;
	color:#000;
	text-decoration:underline;
	font-weight: bold;
}

div#utility_nav a:hover, div#utility_nav a:active {
	font-size:9px;
	color:#000;
	text-decoration:none;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */




	ul#mainnav {
	position: absolute;
	top: 27px;
	left: 5px;
	width: 225px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

	ul#mainnav li, ul#programnav 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: 12px;
	text-decoration: none;
	text-align: left;
	display: block;
	width: auto;
	padding: 10px 10px 10px 13px;
	margin: 0px;
	border-bottom: 1px solid #fff799; 
	color: #000; 
	font-weight: bold;
	}

	ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited {
	color: #b7484a;
	background-color: #fff799;
	}


	ul#programnav {
	position: absolute;
	top: 326px;
	left: 5px;
	width: 225px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

	ul#programnav li a:link, ul#programnav li a:visited, ul#programnav li a:active {
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	display: block;
	width: auto;
	padding: 10px 10px 10px 13px;
	margin: 0px;
	border-bottom: 1px solid #91dc75; 
	color: #000; 
	font-weight: bold;
	}

	ul#programnav li a:hover, ul#programnav li a#current:link, ul#programnav li a#current:visited {
	color: #fff;
	background-color: #91dc75;
	}
/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright, div#ownerlogin {
width: 910px;
margin: 15px auto;
padding: 0;
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 #dadada;
	background-color: #ffffff;
	margin: 5px 10px 5px 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;
}


div#clear {
	clear: both;
}



/* ----------------- CUSTOM CLASSES ----------------- */




div#map {
width: 600px;
height: 400px;
margin: 5px 3px 0 20px;
padding: 10px 10px 35px 10px;
border: 1px solid #666666;
}


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;
}

div#address_box {
margin: 5px 0px 0px 300px;
}

div#site_bottom {
width: 910px;
}
#hours {
	position: absolute;
	width: 616px;
	left: 285px;
	top: 10px;
}
#hours p {
	line-height: 1;
	color: #fff;
	text-align: center;
}
