/* CSS Rules for the Google Map */

p, h1, h2, h3, h4, h5, h6, ul, li, form, blockquote {margin:0; padding:0;}
.hide {display:none;}
.orange {color:#FF8B00;}
a img {border:none;}
h2, h3 {margin:8px 0; color:#7F7F7F; font:normal 2em verdana, tahoma, arial, sans-serif;}
p {padding-bottom:8px; font-size:1.1em; line-height:2em;}
a {color:#FF8B00;}
a:hover {color:#7F7F7F;}

body {
	background:#A8A9A9 url(../images/bg.gif) 50% repeat-y; 
	margin:0px; 
	font: 62.5%  Verdana, Arial, Geneva, Helvetica, sans-serif; 
	text-align:center; 
	color:#7F7F7F;
}
#container {
	position: relative; 
	width:870px; 
	margin:0 auto 0 auto; 
}
#header {
	width:870px; height:98px;
	margin:0px; padding:0;
	background:#FFF url(../images/head_bg.gif) bottom no-repeat;
}
#logo {
	position: absolute; 
	top:0px; left: 26px;
	margin: 0; padding:0;
	background: url(../images/logo.gif) top left no-repeat; 
	width: 214px; height:80px; 
	}
#logo a { display: block; overflow: hidden; height:80px;}

#nav{
	margin: 0; padding:0;
	position:absolute;
	top:40px; right:26px;
}

#nav ul, #nav li {
	margin: 0; padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	line-height: 14px;
	font: 1.2em arial, verdana, tahoma, sans-serif;
	margin: 0 10px;
	text-decoration: none;
	color: #FF8C00;
}

#nav a:hover {color: #7F7F7F;}

/* Styles for main content ---------*/

#main {
	position:absolute; 
	top:100px; left: 26px; 
	width:681px; 
	margin:0; padding:0; 
	text-align:left;
}

#content {
	float:left;
	padding:8px;
	width:600px;
}

#search_area {
	background:#7F7F7F;
	width:665px;
	padding:8px; margin-bottom:2px;
}
select.restricted_width {width:224px;}/* Let's try to keep the select box one width only */

#map  {
	float:left;
	background:#7F7F7F;
	width:665px; 
	height:480px;
	padding:8px; 
	margin-bottom:2px;
}

#map div {
	font-size: 11px !important; 
}
#map div .gmap_tab_content {font-size: 9px !important; }
  
#credits {
	float:left;
	background:#7F7F7F;
	width:665px; height:30px;
	padding:8px; 
	text-align:right;
}

#credits p {padding-top:10px; color:#FFF; font:bold 1.1em arial, verdana, tahoma, sans-serif;}
#credits a {color:#FFF; text-decoration:none;}
#credits a:hover {color:#FF8B00; text-decoration:none;}

#right_col {
	position:absolute;
	top:179px; right:26px;
	width:125px;
	margin:0; padding:0;
}
#right_col img {padding-bottom:12px;}

#footer {
	margin:0 auto 0 auto; 
	padding:0px; 
	width:810px; 
	height:114px; 
	background: url(../images/footer_bg.gif) top no-repeat;
}
#footer p {display:none;}

option.region { font-weight: bold }

.text_field {width:200px;}
                    
