* {
	margin:0; 
}

html, body {
	height:100%;
}

body { 
	overflow:inherit; 
	background:url(../img/bg1.png) repeat-x #252525;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.4;
}

h1,h3,h2,h4,h5 {
	padding:0px 0 6px 0;
	font-size:15px;	
	color:#800000;
}

#sidebar h1, #sidebar h2 {
	text-align:center;
}

h4{
	font-size:13px;
}

p{
	padding:4px 0  4px 0;
}

a{
	color:#800000;
}

#wrap {
	background:url(../img/sidebg.gif) left repeat-y #F2F2F2; 
	min-height:100%;
	width:800px; 
	margin:0 auto; 
}

/*IE 6 fix */
* html #wrap { 
	height:100%; 
}

#header {
	height:110px;
	background:url(../img/header.jpg) center;
}

#bar {
	background:#CFCFCF;
	height:32px;
	border-bottom:1px dashed #4A4A4A;
	border-top:1px solid #4A4A4A;
}

#bar a {
	height:100%;
	text-align:center;
	width:33.3%;
	text-decoration:none;
	color:#000;
	font-weight:bold; 
	display:inline;
	line-height:30px;
	float:left;
}

/* IE 6 fix */
* html #bar a { 
	width:33%;
}

#bar a:hover {
	background-color:#B4B4B4;
	color:#800000;
}

#bar a:active{
	background-color:#B4B4B4;
}


#sidebar{
	padding:10px 0 10px 10px;
	width: 135px;
	float:left;
}


#sidebar a {
	color:#000;
	padding:4px 0 4px 16px;
	display:block;
	text-decoration:none;
}

#sidebar a:hover {
	background:url(../img/arrow.png) no-repeat left center;
	text-decoration:underline;
}

#current_link{
	background:url(../img/arrow.png) no-repeat left center;
}

#content {
	padding:10px;
	margin-left: 150px;
}

#map{
	 height:500px;
}

#map_instructions{
	margin-top:10px;
	border:1px dashed #4A4A4A;
}

#buffer{
	height:38px;
	clear:both
}

#footer {
	height:38px;
	width:800px; 
	margin:-39px auto 0; 
	background:#CFCFCF;
	border-top:1px dashed #4A4A4A;
}

th{ 
 text-align:left;
 vertical-align:top;
 padding:3px 3px 3px 3px;
 width:130px;
}

td{
	vertical-align:top;
	padding:3px;
}

#gmap_report_details table{
	width:500px;
	margin:auto;
}

#gmap_report_details td{
	border-bottom:1px dashed #999;
	padding:10px;
}

#gmap_report_details th{
	border-bottom:1px dashed #999;
	border-right:1px dashed #999;
	padding:10px;
}

.textfield {
	width:90%;
}

#reg p {
	color:#666;
	font-size:11px;
}

.textarea{
	width:298px;
	font-size:12px;
}

.error{
	padding:5px;
	font-weight:bold;
	color:#FF0000;
}

