/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html, body { 
  padding:0px;
  margin:0px;
  height: 100%;
}

body {
	padding:0px;
	margin:0px;
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: url(images/site_bg.jpg);
}


h1 {
	text-align: left;
	color: #FFEFDB;
	letter-spacing: -1px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	padding: 0px;
	text-transform: none;
}


h2 {
	font-size:1.1em;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

h3 {
	font-size: 0.95em;
	color: #000000;
	padding: 35px 0px 5px;
	margin: 0px 0px 0px 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 1.1em;
	color: #C00000;
	padding: 0px;
	margin: 5px 0px 0px 10px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	line-height: 1.5em;
}

h5 {
	font-size: .95em;
	color: #333333;
	padding: 20px 0px 0px;
	margin: 0px 0px 0px 35px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}


ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	margin: 0px;
	padding: 8px 35px 8px 30px;
	line-height:1.3em;
	color: #999999;
	text-align: left;
	font-size: 0.95em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

strong {
	color: #999999;
}


/* This sets a default font for all of our  selectors. We set the text align back to left so it won't center (based on the body  to compensate for IE.) */


address {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-align: left;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	font-weight: normal;
}

div#addressbox {
	width: 176px;
	padding: 0px;
	margin: 20px auto 15px;
	position: absolute;
	left: 29px;
	top: -11px;
	height: 76px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9C598;
}

#addressbox strong {
	font-size: 0.95em;
	color: #333333;
}
#addressbox a:link, #addressbox a:visited, #addressbox a:hover {
	color: #333333;
	font-size:11px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/

div#container {
	min-height: 100%;
	height: auto;
	position:relative;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(images/container_g.gif);
	background-repeat: repeat-y;
	margin: 0px auto -110px;
}
div#flash {
	top: 0px;
	right: 0px;
	height: 270px;
	width: 370px;
	position: absolute;
	z-index: 100;
}


div#content {
	margin: 0px;
	padding: 0px;
	width:900px;
	position: relative;
}


/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 900px;
	height: 225px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;

}

div#header2 {
	height: 80px;
	width: 900px;
	background-image: url(images/cta_g.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

/* Creates DIV container for body. Setting the left and right margins to auto will center DIV. */

div#body {
	padding: 0px 0px 10px;
	margin: 0px auto;
	width: 900px;
	position: relative;
}


div#body li {
	color: #FFEFDB;
	font-size: 0.9em;
	list-style-image: url(images/bullet.gif);
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: normal;
}

div#body a:link, div#body a:visited, div#body a:hover {
	color: #F6E7D5;
}

/* ----------------- NAVIGATION CONTAINER ----------------- */
div#horznav {
	width:900px;
	height:45px;
	padding:0;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul#nav {
	margin:0;
	padding:0;
	list-style-type:none;
	position: absolute;
	width: 880px;
	left: 12px;
	top: -6px;
	height: 45px;
}

ul#nav li {
	float:left;
	margin:1px auto 0;
	padding:0;
	display:inline;
	line-height: 20px;
}

ul#nav li a {
	display:block;
	color:#000000;
	text-decoration:none;
	width: auto;
	padding: 13px 10px 14px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
	color:#9F1D03;
	text-decoration:none;
	
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #EFE1D6;
	padding: 2px;
}
img.right {
	float: right;
	margin: 8px 0px 10px 15px;
	padding: 2px;
	border: 1px solid #333333;
}

img.rightnoborder {
	float: right;
	margin: 8px 0px 10px 15px;
	padding: 0px;
}

img.border {
	margin: 0px;
	padding: 2px;
	border: 1px solid #333333;
}
.right {
	float: right;
	font: 10px Arial, Helvetica, sans-serif;
	clear: both;
	margin-right: 20px;
}


div#imagesright {
	float: right;
	margin: 0px;
	padding: 10px 35px 15px 20px;
}

.clear {
	clear: both;
}

/* DIV UTILITY NAV */

	div#utilnav {
	text-align: right;
	color: #000000;
	width: 500px;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 0px;
	float: right;
	margin: 0px;
	padding-left: 0px;
}

div#utilnav a:link, div#utilnav a:visited {
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
    }
	
div#utilnav a:hover {
	color: #D14F00;
	}	
	
	
	
/*   copyright     */

div#copyright {
	margin: 0px;
	padding-right: 20px;
	text-align: right;
	font: normal 9px Arial, Helvetica, Verdana, sans-serif;
	padding-top: 5px;
	float: right;
	clear: both;
	width: 400px;
}
div#copyright a:link, div#copyright a:visited {
color:#000000;
text-decoration: none;}
div#copyright a:hover, div#copyright a:active {
color:#000000;
text-decoration: underline;}
.ypimg { }







div#ownersignin {
	float: right;
	width: 116px;
	position: absolute;
	left: 831px;
	top: 83px;
	height: 15px;
}

div#ownersignin a:link, div#ownersignin a:hover, div#ownersignin a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}


div#footercontact {
	text-align: center;
	color: #333333;
	height: 110px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
	background-repeat: no-repeat;
	background-image: url(images/footer.gif);
}

div#footer {
	height: 110px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}


div#push {
	min-height: 100%;
	height: 110px;
	
}

div#map {
	width: 500px;
	border: 2px solid #333333;
	padding: 0px;
	float: left;
	margin: 20px 0px 15px 35px;
}
div#businesshours {
	width: 222px;
	padding: 0px;
	margin: 20px auto 15px;
	position: absolute;
	left: 220px;
	top: -10px;
	height: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.1em;
}
div#businesshours strong {
	color: #333333;
}
div#audio {
	position: absolute;
	height: 13px;
	width: 111px;
	top: 320px;
	left: 770px;
}
