/* CSS Document */

body {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	min-width: 800px;
	background-image: url('images/bgcopy.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	}
	
a:link, a:visited {text-decoration: underline; color: #6F93B7;}
a:hover, a:active {text-decoration: underline; color: #A9C285;}

p {	padding-left: 10px;
	padding-right: 10px;
	}
	
h1 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding: 1px 10px 1px 10px;
	background-color: #849D66;
	color: #1D180D;
	margin: 0px;
	border-bottom: 2px solid #8F9FAF;}

h2 {font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #97AE6F;}
	
h3 {font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #9B5D3B;}
	
hr {border-width: 1px 0px 1px 0px;
	border-color: #372E1B;
	border-style: dashed;
	}
td{vertical-align: top;}
table.thumbs img {border: 1px solid #F1EBC9;}
table.thumbs a:link, table.thumbs a:visited, table.thumbs a:hover, table.thumbs a:active{text-decoration: none;}
	
li {padding-right: 10px;}
#branding {width: 950px;
	margin: 0px auto;
	padding: 0px;}
/* Hides from IE-mac \*/ * html #photobar {margin-top: -3px;} /* End hide from IE-mac */
#photobar {width: 780px;
	border-bottom: 1px solid #823F44;
	background-color: #3A4922;
	}
#photobar img{width: 195px;
	float: left;
	}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-image: url('images/wrapperbg.jpg');
	background-repeat: repeat-y;
	}
	
#content {
	width: 705px;
	float: left;
	padding-bottom: 10px;
	}
	
#mainnav { width: 245px; float: left; padding-bottom: 10px; }
#mainnav h2 {margin: 5px 0px 5px 0px; padding: 0px 0px 0px 8px;
	color: #0d2e50; font-size: 22px; font-weight: normal;}
#mainnav a{font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 10px;
	margin-bottom: 2px;
	text-decoration: none;
	color: #000000;}
#mainnav a:link, #mainnav a:visited {background-color: #B4BEC9;	}
#mainnav a:hover, #mainnav a:active {background-color: #6F8297;	color: #ffffff;	}
/* Contact Form Stuff */

#contactbox {width:480px;
	padding-left: 10px;
	padding-top: 10px;}

form.contact label.fixedwidth { display: block; 
	width: 160px;
	float: left;
	}

form.contact .buttonarea {text-align: left;
	padding: 4px;
	}
img.border-right {border: 3px solid #F4EDD6;
	margin-left: 8px;
	margin-right: 4px;
	float: right;}
img.border-left {border: 3px solid #F4EDD6;
	margin-right: 8px;
	margin-left: 4px;
	float: left;}
img.border-right {border: 3px solid #F4EDD6;}

/*Equipment Collapsable Menu*/
.equipmenu {
	padding: 8px 0px 8px 45px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
	color: #97AE6F;
	}
.equipmenu span p{padding: 10px;}
a.equipmenu:link, a.equipmenu:visited{
	background: url('images/plus.gif') no-repeat 20px 50% #F6F4F2;
	border-top: 1px solid #8F9FAF;
	border-bottom: 1px solid #8F9FAF;
	text-decoration:none;}
a.equipmenu:hover, a.equipmenu:active {
	text-decoration:none;
	background-color: #F1EBC9;}
a.equipmenu:focus{
	text-decoration:none;
	background: url('images/minus.gif') no-repeat 20px 50% #F1EBC9;}
.menuOption {color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;	}
a.menuOption:link, a.menuOption:visited{
	background-image: url('images/dot.gif');
	background-repeat: no-repeat;
	background-position: 45px 50%;
	padding-left: 60px;
	line-height:20px;
	display: block;
	color: #000000;}
a.menuOption:hover, a.menuOption:active {
	background-image: url('images/dot.gif');
	background-repeat: no-repeat;
	background-position: 45px 50%;
	padding-left: 60px;
	line-height:20px;
	display: block;
	color: #000000;}	
	
#menu1, #menu2, #menu3{display: none;}
	
/* Footer Stuff */	
	
#footer {width: 950px;
	background-color: #1D180D;
	border-top: 2px solid #F3F4D6;
	}
#footer p{color: #ffffff;
	text-align: center;
	padding: 6px;}
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */