/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}

/* 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, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #888888;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	font-weight: 100;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #000000;
}

h1 {
	font: 23px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 20px;
	margin-right: 35px;
	margin-left: 20px;
	text-align: left;
}

h2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #1A51A7;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

address {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	width: 170px;
	color: #ffffff;
	font-weight: 100;
	margin: 10px 0px 15px 15px;
	padding: 20px 10px 20px 10px;
	text-align: center;
	background-color: #8C6239;
	border: 1px solid #000000;
}
address a:link, address a:visited {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #ffffff;
}
address a:hover {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 900px;
	height: 210px;
	text-align: left;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 210px;
	right: 30px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}

/* NAVIGATION CONTAINER */
div#nav {
	width: 900px;
	top: 165px;
	left: 2px;
	position: absolute;
	text-align: left;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #ffffff;
	background-color: #000000;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav li a {
	display:block;
	padding: 8px 25px 10px 25px;
	color: #ffffff;
	text-decoration:none;
	font-weight: 100;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	font-size: 10px;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: #C69C6D;
	color: #ffffff;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 2px solid #000000;	
	position: relative;
}

/* Creates the div for the content */
div#content {
	float: right;
	width: 690px;
}

.left {
	float: left;
	padding: 2px;
	margin: 15px 0px 10px 30px;
	text-align: left;
	border: 0px solid #000000;
}

.right {
	float: right;
	padding: 2px;
	margin: 15px 0px 0px 0px;
	text-align: left;
	border: 0px solid #000000;
}

.right2 {
	padding: 2px;
	margin: 15px auto;
	text-align: left;
	border: 0px solid #000000;
}

.creditcards {
	padding: 0px;
	margin: 2px auto 5px auto;
	border: 1px solid #000000;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 84px;
}

div#footerholder {
	text-align: center;
	padding-top: 2px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#ffffff;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:underline;		
}

div#footerholder a:hover {
	color:#BB1A03;
	text-decoration:none;		
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 12x;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left side ----------------- */

div#leftside {
	float: left;
	width: 183px;
	vertical-align: top;
}

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	line-height: 17px;
	margin-bottom: 5px;
}

li {
	font-size: 13px;
	color:#000000;
	font-weight: 100;
}

div#iframe {
	width: 500px;
	padding: 0px;
	clear: left;
	margin: 15px auto;
}

.clear {
	clear: both;
	margin-top: 0px;
}

/* Creates the div for the content */
div#map {
	width: 550px;
	map: 400px;
	margin: 15px auto;
	border: 1px solid #000000;
}

.column1{
	float: left;
	width: 150px;
	margin: 10px 10px 10px 20px;
}

.column2{
	float: left;
	width: 250px;
	margin: 10px 10px 10px 20px;
}