@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
	font-family: Helvetica, Arial, sans-serif;
}

p {
	text-align: left;
	font-size: .95em;
	line-height: 1.5;
}	

strong { 
	font-weight: bold; 
}

img {
	border: none;
}

h3 {
        text-align: center;
	font-size: 1.15em;
	line-height: 1.5em; 
	font-weight: bold;
	color: #55810C;
	background: transparent;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #476DC8;
	background: transparent;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #7459C8;
	background: transparent;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #476DC8;
	background: transparent;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #7459C8;
	background: transparent;
}

#banner {
	width: auto;
	height: 27px;
	border-width: 1px;
	background: url(bannerbg.jpg) repeat-x;
}

#banner a:link {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#banner a:hover {
	font-weight: bold;
}

#contactLink {
	float: right;
	position: relative;
	bottom: 30px;
	*bottom: 28px;
	font-size: .8em;
}

#container {
	width: auto;
	height: 900px;
	background: url(mainbg.jpg) repeat-x;
}

#noScript p{
	color: red;
}

#noScript h3{
	font-size: 0.9em;
	color: red;
}

#contentbg {
	width: 1024px;
	height: 900px;
	background: white url(capitolbg.jpg) no-repeat;
	margin: 0 auto;
}

#content {
	width: 650px;
	height: 860px;
	margin: 0px auto;
	position: relative;
	top: 10px;
	*right: 60px;
}

#content h1 {
	text-align: center;
	font-size: 1.15em;
	line-height: 1.5em; 
	font-weight: bold;
	color: #55810C;
	background: transparent;
}

#content p {
	margin: 1em 2.5em 0 2.5em;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.25;
}	

form {
	height:20px;
	width:540px;
	position: relative;
	margin: 0 auto 10px auto;
}

#addressForm {
    height: 25px;
    width: 550px;
    margin: 10px auto;
}

.text {
	border: solid #55810C;
    border-width: 1px;
    padding: 2px 0;
    color: #999;
    font-size: 0.9em;
}

#goButton {
	visibility: visible;
}

#busy_signal {
	visibility: hidden;
	color: #55810C;
	font-style: italic;
	font-weight: bold;
	text-decoration: blink;
}

#map_canvas {
	margin: 0 auto;
	*margin: 20px auto 0 auto;
	height: 600px;
	width: 550px;
	position: relative;
	border: solid #55810C;
	border-width: 1px;
	background: url(greymap.jpg);
}

#mapwindow {
	padding: 5px;
	font-size: .8em;
	width: 345px;
}

#mapwindow p{
	margin-left: 2px;
}

#mapwindow h3{
	font-size: 1.1em;
	text-align: left;
}

#mapwindow a:link {
	font-weight: bold;
	text-decoration: none;
	color: #476DC8;
	background: transparent;
}

#mapwindow a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #7459C8;
	background: transparent;
}

#mapwindow a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #476DC8;
	background: transparent;
}

#mapwindow a:active {
	font-weight: bold;
	text-decoration: none;
	color: #7459C8;
	background: transparent;
}

#credits {
	height: 70px;
	width: 200px;
	font-size: 0.7em;
	text-align: right;
	position: relative;
	margin: 20px 48px 0 0;
	*margin-top: 10px;
	float: right;
}

#credits a:link {
	font-weight: bold;
	text-decoration: none;
	color: #476DC8;
	background: transparent;
}

#credits a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #7459C8;
	background: transparent;
}

#credits a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #476DC8;
	background: transparent;
}

#credits a:active {
	font-weight: bold;
	text-decoration: none;
	color: #7459C8;
	background: transparent;
}

#helparrow {
	height: 50px;
	width: 120px;
	z-index: 1;
	background: url(startarrow.png);
	position: relative;
	float: left;
	top: 120px;
	*top: 137px;
	left: 150px;
	visibility: visible;
}
