/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	
	background-color: #98500C;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}

html {
	scrollbar-face-color:#EBF5FF;
	scrollbar-base-color:#EBF5FF;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#F3F3F3;
	scrollbar-shadow-color:#EBF5FF;
	scrollbar-highlight-color:#EBF5FF;
	scrollbar-3dlight-color:#78AAFF;
	scrollbar-darkshadow-Color:#78AAFF;
}

.image{
	border-style:solid;
	border-color: #D9594D;
	border-width:1px;
	
}

.image_equipment{
	border-style:solid;
	border-color: #D9594D;
	border-width:3px;
	
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:  bold;
	line-height: 16px;
	color: #FF0000;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #414983;
}


strong{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #414983;
}

.blackbold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}

em{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;	
	line-height: 16px;	
	color: #999999;
}

/* I FRAME AREA */


.iframe_area {
	width: 736px;
	height: 361px;	
	
}

div.tabMain {  
  border: 0px solid #263D67;
  padding: 1em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent { 
  border: 0px solid #263D67;
  width: 100%;

}

/* CONTENT */

.body_main {
	width:  810px;	
}

.content_main {	
	width:  736px;
}

.content_left {	
	width:  24px;
}

.content_right {	
	width:  50px;
}

.content_height_main {height: 361px;}

.content_height_top {height: 20px;}

.content_height_bottom {height: 28px;}


/* MAIN CONTENT */

.nav_height{	
	height: 16px;
}
.nav_height_home{	
	height: 13px;
}


/* MAIN CONTENT */

.content_box{
	width:  736px;
	height: 361px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: none;
	background-color: #FFFFFF;
	filter:alpha (opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	-khtml-opacity: 0.75;
}



/* MISCELLANEOUS */


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: none;
	color: #FFFFFF;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

	
/* LOCATION RESULT PAGES */

.lines {	
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color:none;
	background-color: none; 	
	}

.search_county {
	width:  400px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BEC0CE;
	border-right-color: #BEC0CE;
	border-bottom-color: #BEC0CE;
	border-left-color:#BEC0CE;
	background-color: #F4F4F7;
	
	}
.feedback {	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D9594D;
	border-right-color: #D9594D;
	border-bottom-color: #D9594D;
	border-left-color:#D9594D;
	background-color: #F3EBB0;
	
	}	

/* LINKS */


a:link { color:#FFFFFF; text-decoration:none}
a:visited { color:#FFFFFF; text-decoration:none}
a:hover { color:#040D50; text-decoration:none; cursor:pointer}
a:active { color:#FFFFFF; text-decoration:none}

