* {	
	margin: 0px;
	padding: 0px; 
}

html {
	height: 100%;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 200%;
	color: #000000;
}

body { 
	background-color: #dddcda;
	margin: 0; 
	height: 101%;
}

/*  IE 6 fix  ************************************************/
* html body {
	font: 62.5%/200% Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #dddcda;
	position: relative;
	left: auto; 
	top: 0px; 
	right: auto; 
	bottom: 0px;
}
/*************************************************************/
a, h1, h2, h3, h4, h5, h6 { 
	color: #000000; 
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
}

h1 { 
	font-size: 2.25em; 
}

h2 { 
	font-size: 2em; 
}

h3 { 
	font-size: 1.75em; 
}

h4 { 
	font-size: 1.5em; 
}

h5 { 
	font-size: 1.25em; 
}

h6 { 
	font-size: 1em; 
}

table, form, fieldset, img, a img {
	border: 0 none;
}

table {
	font: 125% Arial, Helvetica, sans-serif;
	border-collapse: collapse; 
}

td {
	vertical-align: top;
}

#wrapper {
	background: #cacfb9 url(../img/bg.jpg) no-repeat left top;
	margin: 0px auto 20px;
	width: 960px;
	border: 1px solid #b7b6aa;
	position: relative;
}

#header {
	background: url(../img/hdrbg.jpg) repeat-x left top;
	height: 150px;
	width: 100%;
	border-bottom: 1px solid #273a23;
	position: relative;
}

#header h1 {
	font-size: 2px;
	position: absolute;
	z-index: 100;
	left: 10px;
	top: 18px;
}

#header h1 a {
	color: #000000;
	display: block;
	background: url(../img/logo.jpg) no-repeat left top;
	height: 125px;
	width: 503px;
	z-index: 10;
}

#phone {
	position: absolute;
	z-index: 100;
	top: 10px;
	right: 10px;
}

#mainNav {
	list-style-type: none;
	position: absolute;
	z-index: 100;
	right: 0px;
	bottom: 0px;
}

#mainNav li {
	padding: 2px 25px;
	float: left;
	border-left: 1px solid #273a23;
}

#mainNav li a {
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#mainNav li a:hover/*, #home #header .home, #home #header .login, #contact #header .contact*/ {
	text-decoration: underline;
}

#leftcol {
	margin: 25px 295px 0px 0px;
}

#rightcol {
	float: right;
	width: 295px;
	margin: 25px 0px 0px;
	border-left: 1.5pt solid #000000;
}

#rightcol ul {
	margin: 30px 20px 40px;
	list-style-type: none;
}

.equipment {
	font: 2.1em Impact, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

#equip {
	margin: 45px auto 0px 130px;
}

.locations {
	background-color: #ffffff;
	margin: 15px 20px 0px;
	padding: 10px 20px 10px 10px;
	height: 1%;
	border: 1px solid #b7b6aa;
	list-style-type: none;	
}

.locations li {
	font: 1.35em Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	padding: 1px 0px 0px 5px;
}

#footer {
	margin: 0px 20px;
	clear: both;
	border-top: 1.5pt solid #000000;
}

#bottomNav {
	margin: 10px 295px 30px 20px;
	list-style-type: none;
}

#bottomNav  li {
	font: 1.25em Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin: 0px 20px;
}

#logo {
	display: block;
	margin-top: -2px;
	padding: 25px 39px;
	float: right;
	border-left: 1.5pt solid #000000;
}

#adc {
	text-align: right;
	clear: both;
	margin: 10px 20px;
}
