/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(images/body.jpg) repeat-x #bb8a2d;
	
}
p, a, ul, li {font-family: Tahoma, Arial, Verdana;
	text-align: left;
	color: #000000;
	}
p, li {font-size: 12px;}
p, h1, h2, h3 {margin: 15px; line-height: 1.6em;}
h1 {
	font-size: 1.4em;
	color: #5b6317;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	border-bottom: #5b6317 1px solid;
	margin: 0px 20px 10px 15px;
}
h2 {
	font-size: 1.2em;
	color: #5b6317;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}

address {
	border-top: dashed 2px #5b6317;
	text-align: center;
	font: normal 11px  Tahoma, Arial, Verdana;	
	padding: 0px;
	margin: 10px auto auto auto;
	color: #000000;
	width: 450px;	
}
address a {
	text-align: center;
	color: #000000;
	text-decoration: underline;
}

strong {
	color: #5b6317;
}
blockquote {
	text-align: left;
	width: 190px;
	margin: 10px auto 5px 5px;
	color: #ff0000;
}
/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
img.left 			{float: left; margin: 5px 15px 5px 10px;}
img.right 			{float: right; margin: 5px 15px 15px 10px;}
img.bordered {
	padding: 5px;
	border: solid thin #aba676;
}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:active, a:visited {
}
a:hover {
	text-decoration: none
}
/* ----------------- Vertical ------------------- */
div#nav {
	position: absolute;
	left: 29px;
	top: 147px;
	width: 200px;
}
ul#mainnav {
	margin: 0;
	padding: 0;
	width: 200px;
}
ul#mainnav li {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-family:  Tahoma, Arial, Verdana;
	font-weight: 900;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #444d0e;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 8px 15px 7px 10px;
	white-space: nowrap;
	text-transform: uppercase;
	border-bottom: 1px solid #41490d;
	width: 200px;
	font-family:  Tahoma, Arial, Verdana;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: url(images/nav_current.jpg) no-repeat center;
	color: #f8e9c8;
	text-indent: 22px;
	border: none;
}
* html #nav a {
	width: 1%;}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#wrapper {
	width: 893px;
	margin: 0 auto auto auto;
}
div#container {
	margin: auto;
	position: relative;
	width: 893px;
	background: url(images/container.gif) repeat-y;
}
div#header {
	width: 893px;
	height: 388px;
	background: url(images/header.jpg) no-repeat;
	text-align: right;
}
div#content {
	background: url(images/content.gif) no-repeat;
	width: 893px;
	padding: 1px 0px 0px 0px;
	margin: 0px;
}
div#context {
	margin: 0 25px 0 32px;
}
div#context ul {
	float: left;
}
div#context ul li{
	padding: 5px 5px 5px 25px;
	list-style: none;
	background: left center url(images/bullet.gif) no-repeat;
	color: #ff0000;
	margin-right: 0px;
}
div#context a {
	color: #5a5a5a;
	text-decoration: underline;
}

div#footer {
	font-size: 10px;
	text-align: center;
	position: relative;
	width: 893px;
	height: 72px;
	background: url(images/footer.gif) no-repeat;
	clear: both;
}
div#footer_nav {
	position: absolute;
	left: 125px;
	top: 21px;
	color: #8f8f8f;
}

div#footer_nav a:link, div#footer_nav a:visited {
	color: #8f8f8f;
	padding: 0 10px;
}
div#footer_nav a:hover {
	color: #CCCCCC;
}
div#copyright {
	font-size: 10px;
	font-family:  Tahoma, Arial, Verdana;
	color: #5b6317;
	padding-top: 4px;
	margin-left: 0px;
	margin-top: 0px;
}
div#copyright a:link, div#copyright a:visited {
	color: #5b6317;
}
div#copyright a:hover {
	color: #828282;
}
div#flash {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 266px;
	top: 43px;
	width: 591px;
}
div#map {
	border: solid 1px #98521f;
	padding: 0px;
	margin: 15px 15px 15px 15px;
	width: 625px;
}
	
/* ----------------- WEB AUDIO ----------------- */

div#audio {
	height: 26px;
	width: 88px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	left: 728px;
	top: 405px;
}

/* ------------------ Other Classes and ID's ------------ */
.clear 	{
	clear: both;
}
.left {
	float: left;
}
#login {
	position: absolute;
	right: -1px;
	bottom: -43px;
	padding: 0;
	margin: 0;
}
#login a {
	border: none;
	text-decoration: none;
}
#login img {
	border: none;
}
.center  {
	text-align: center;
}
.red_italic {
	color:#FF0000;
	font-style:italic;
	text-align: center;
}
.larger {
	font-size: 16px;
	font-weight: 800;
	font-style: none;
}
#testimonials {
	float: left;
	width: 200px;
	border-left: dashed 2px #5b6317;
	padding-left: 5px;
	margin-bottom: 15px;
	margin-top: 38px;
}
#about_left {
	float: left;
	width: 600px;
}
.customer {
	text-align: right;
	margin-top: 0px;
}
div#customerlobby {
	float: right;
	height: 70px;
	width: 120px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 35px;
}
