html {
	background: #3A3332 url(../_resources/bg_header.gif) repeat-x top left;
	font-family: 'Arial', 'Sans-serif';
	color: #ffffff;
}

body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}


.header {
	display: block;
	margin: 70px auto 0;
	text-decoration: none;
	width: 291px;
	position: relative;
	z-index: 1;
}

.header img {
	border: none;
}

h1 {
	background: url(../_resources/logo.gif) no-repeat;
	margin: 70px auto 0;
	width: 291px;
	height: 63px;
	position: relative;
}

h1 a {
	text-indent: -1000em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h2 {
	margin: 0 0 10px;
	color: #6EA8E0;
	font-weight: normal;
	padding: 0;
}

.center_wrap h2 {
	margin: 0 0 10px;
	color: #6EA8E0;
	font-weight: normal;
	padding: 0 0 10px;
	border-bottom: 1px dotted #fff;	
}

.links {
	width: 540px;
	text-align: right;
	margin: 0 auto -15px;
	padding: 0;
	position: relative;
	top: -20px;
	left: 0;
	letter-spacing: -1px;
	font-size: 1.1em;
}

.links a {
	color: #ffffff;
	text-decoration: none;
}

.instruct {
	font-size: 1.1em;
	text-align: center;
	letter-spacing: -1px;
}

.instruct img {
	position: relative;
	top: 1px;
	left: 1px;
	margin-right: 3px;
}

.footer {
	margin: 20px 0;
	padding: 0;
	line-height: 1.4em;
	font-size: 0.8em;
	text-align: center;
}

.footer a:link, #about a:link, .footer a:visited, #about a:visited {
	color: #6EA8E0;
	text-decoration: none;
}

.footer a:active, #about a:active, .footer a:hover, #about a:hover {
	color: #6EA8E0;
	text-decoration: underline;
}

#map {
	margin: 0 auto;
	width: 642px; 
	height: 448px;
	border: 1px solid #fff;
}

.map_wrap {
	padding: 10px 0 30px;
	background: url(../_resources/bg_map.gif) no-repeat;
	width: 692px;
	margin: 0 auto -20px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.overlay .blackout {
	filter: alpha(opacity=30);
	-moz-opacity: .30;
	opacity: .30;
	background-color: #000;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;

}

.errors {
	background-color: #403A37;
	margin: 0 auto;
	width: 300px;
	position: relative;
	z-index: 2;
	padding: 15px 20px 10px;
	font-size: 0.9em;
	left: 0;
	top: 280px;
	text-align: center;
}

.popup {
	background-color: #403A37;
	margin: 0 auto;
	width: 220px;
	position: relative;
	z-index: 2;
	padding: 15px 20px 10px;
	font-size: 0.9em;
	left: 230px;
	top: 210px;
}

.popup p {
	margin: 0;
	padding: 0;
}

.popup label input {
	position: relative;
	top: 2px;
	left: -3px;
	margin: 0;
}

.popup img {
	margin: 0 0 5px;
}

label {
	display: block;
	margin-bottom: 3px;
}

input {
	padding: 0px;
	margin-bottom: 10px;
}

label.title {
	margin: 5px 0 10px;
}

#title, #url, #captcha {
	width: 98%;
}

#email, #name {
	width: 60%;
}

#message {
	height: 150px;
	width: 100%;
}

.popup b {
	font-size: 0.8em;
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
}

.close {
	color: red;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(/_resources/cross.gif) no-repeat;
}

.submit {
	margin: 10px auto 0;
	border: 1px solid #ffffff;
	cursor: pointer;
	padding: 2px 10px;
	display: block;
	background-color: #72655E;
	color: #ffffff;
}

.center_wrap {
	width: 600px;
	margin: 10px auto 40px;
}

.center_wrap p {
	font-size: 0.9em;
	color: #EDEDED;
	line-height: 1.3em;
	padding: 0 15px;
}

.login {
	width: 150px; 
	margin: 0 auto;
}

.contact {
	width: 400px; 
	margin: 0 auto;
}

.contact span {
	text-align: center; 
	font-size: 0.9em;
	display: block;
}	

.contact img {
	margin:0 0 5px; 
	border: 1px solid #fff;
}

.contact span input {
	width: 220px;
}

#about img {
	border: 2px solid white;
}

#about h2 {
	border-bottom: none;
	padding-bottom: 0;
}