/* CSS Document */body {	margin: 0;	font-family: Verdana, Arial, Helvetica, sans-serif;	background-image: url(../images/bg2.gif);	background-repeat: repeat-x;	background-color: #faf3ed;}a:link {	color: #942608;}a:hover {	color: #333333;}a:visited {	color: #942608;}#mast {	width: 960px;	height: 105px;	border-right-color: #999999;	border-right-style: solid;	border-right-width: 1px;}#contact {	position:absolute;	left:780px;	top:10px;	z-index:3;	color: #FFFFFF;	font-size: 12px;	}#home {	position:absolute;	left:820px;	top:87px;	z-index:4;	color: #FFFFFF;	font-size: 12px;	}#home a {	color: #FFFFFF;	text-decoration: none;}#contact a {	color: #FFFFFF;	text-decoration: none;}#logo {	position:absolute; 	left:8px; 	top:12px; 	width:130px; 	z-index:1;}#navcontainer {	position:absolute;	left:25px;	top:68px;	width:960px;	height: 20px	z-index:2;}*html #navcontainer { /*trick IE*/	top:68px; 	t\op:85px;} #navlist ul {	margin-left: 0;	padding-left: 0;	white-space: nowrap;}#navlist li {	display: inline;	list-style-type: none;	padding-right: 5px;	padding-left: 5px;	font-weight: bold;}#navlist a {	font-size: 11px;	padding-top: 2px;	padding-bottom: 2px;	padding-right: 25px;	padding-left: 0px;	text-decoration: none;	text-align: center;	}#navlist a:link, #navlist a:visited {	color: #ffffff;	background-color: #942608;	text-decoration: none;}#navlist a:hover {	color: #ffffff;	background-color: #000000;	text-decoration: none;}#content {	width:820px;	font-size: small;	border-right-width: 1px;	border-right-style: dotted;	border-right-color: #999999;	padding-right: 70px;	margin-left: 70px;	padding-top: 20px;	margin-top: 10px;	padding-bottom:25px;}#footer {	background-color: #942608;	height: 100%;	margin-top: 10px;	color: #FFFFFF;	font-size: 10px;	}.bottom {	border-right-color: #999999;	border-right-style: solid;	border-right-width: 1px;}.home_left {	border-right-color: #999999;	border-right-style: dotted;	border-right-width: 2px;	padding-right: 10px;	color: #666666;}#page_masts {	border-bottom-color: #999999;	border-bottom-style: dotted;	border-bottom-width: 2px;	list-style-type: none;}#copyright {	padding-left: 10px;}#map {	width: 700px; 	height: 500px; 	margin-right: 50px;}/*****************tabs*****************/.tabs {	float:left;	}.tabs li {	list-style-type: none;	margin-bottom:10px;}.panes {	float:right;	width:400px;	height:200px;	border:#333333 solid 4px;	padding: 8px;}/*****************forms*****************/form {  font-size: 1em;  width: 550px;  padding-top: 15px;  border-top-color: #999999;  border-top-style: dotted;  border-top-width: 2px;  }/* fieldset styling */fieldset {  margin: 1em 0; /*  space out the fieldsets a little*/  padding: 1em;  border : 1px solid #ccc;}/* legend styling */legend {  font-weight: bold;}/* style for  labels */label {  display: block;}/* style for required labels */label .required {  font-size: .90em;  color:#000000;}input[type="text"], textarea {	width: 450px;	border: #000000 1px solid;	background: #ffffff;}input.radio, input.submit {	width: 50;}/* style form elements on focus */input:focus, textarea:focus {  background: #ffffff;  border: #999900 1px solid;}input.radio {  float: left;  margin-right: 1em;}textarea {  width: 450px;  height: 100px;}/* Hack to make sure the floated radio buttons   sit next to the labels correctly in IE/Mac*//* This is the style I want IE/Mac to see */input.radio + label {  text-indent: 2em;}/* Using the commented backslash filter, I'm resetting   the above rule for everything other than IE5/Mac \*/input.radio + label {  text-indent: 0;}/* End the hack */-->