/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	background:url(images/body-bkg-repeat.jpg) top left repeat-x #1e1e1e;
	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. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul {
	padding:30px;
	color:#333333;
	margin-top:-30px;
	margin-bottom:-20px;
}
/* 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, ul, li, lo, 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;
	padding-bottom:10px;
	line-height:1.3em;
}
h1 {
	font-size:24px;
	padding-bottom:10px;
	font-weight:bold;
	color:#e50707;
}
h2 {
	font-size:12px;
	padding-bottom:10px;
	padding-top:10px;
}
address {
	text-align:left;
	font-style:normal;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width:997px;
	margin:0 auto;
}
div#header {
	width:997px;
	height:277px;
	background:url(images/header.jpg) top left no-repeat;
}
/* ----------------- TOP NAV ----------------- */
div#topnav {
	height:45px;
	position:relative;
	padding-top:110px;
	padding-left:20px;
}
div#topnav ul {
}
div#topnav ul li {
	display:inline;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
div#topnav ul li a {
	text-decoration:none;
	color:#CCCCCC;
	padding:15px 15px 0px 15px;
	height:30px;
	display:block;
	float:left;
	border-right:1px #666666 solid;
}
div#topnav ul li a:hover {
	color:#FFFFFF;
	background:url(images/nav-hover.gif) top left repeat-x;
}
div#topnav ul li .current {
	color:#FFFFFF;
	background:url(images/nav-hover.gif) top left repeat-x;
}
div#container {
	width:997px;
	background:url(images/content-bkg-repeat.gif) top left repeat-y;
	float:left;
	position:relative;
}
/*AUDIO*/

div#audio {
	position:absolute;
	left: 764px;
	top: 0px;
	padding:12px 0px 0px 12px;
	width:150px;
	height:24px;
	background:url(images/audio-bkg.jpg) top left no-repeat;
}
div#content {
	width:997px;
	background:url(images/content-bkg.jpg) top left no-repeat;
	float:left;
}
/*LEFT COL*/
div#leftcol {
	width:618px;
	float:left;
	padding:50px 15px 20px 60px;
}
/*RIGHT COL*/
div#rightcol {
	width:273px;
	float:right;
	padding:0px 0px 0px 20px;
	margin-top:80px;
	border-left:1px #CCCCCC solid;
	height:400px;
	text-align:left;
}
div#rightcol img {
	border:1px #000000 solid;
	margin-top:15px;
}
/*FOOTER*/
div#footer {
	width:997px;
	height:77px;
	margin:0 auto;
	clear:both;
	background:url(images/footer-bkg.gif) top left no-repeat;
}
div#bottomnav {
	text-align:center;
	padding-top:50px;
	color:#FFFFFF;
}
div#bottomnav a {
	padding:0px 15px 0px 15px;
	color:#CCCCCC;
	font-size:11px;
}
div#bottomnav a:hover {
	color:#FFFFFF;
}
/*COPYRIGHT*/
div#copyright {
	width:997px;
	margin:0 auto;
	color:#FFFFFF;
}
div#copyright a {
	color:#FFFFFF;
	font-size:10px;
}
div#copyright a:hover {
	color:#999999;
}
/*OWNER SIGNIN*/
div#ownersignin {
	padding-bottom:10px;
}
div#ownersignin a {
	font-size:9px;
	color:#999999;
}
div#ownersignin a:hover {
	color:#CCCCCC;
}
/*LOCATION MAP*/
div#map iframe {
	border:1px #000000 solid;
	margin-top:25px;
}
/*CUSTOM CLASSES/ OTHER*/

div.centerimages {
	text-align:center;
	padding:10px 0px;
}
div.centerimages img {
	text-align:center;
	margin:0px 10px 0px 10px;
	border:#000000 1px solid;
}
div#sideimg {
	text-align:center;
	clear:both;
}
.clear {
	clear:both;
}
div#rightcol img.noborder {
	border:0px;
}
img.floatright {
	float:right;
	margin:0px 10px 10px 10px;
	border:1px solid #000000;
}
img.floatleft {
	float:left;
	margin:0px 10px 10px 10px;
	border:1px solid #000000;
}
