@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p{
	margin:			7px 0;
	padding:		0;
}
.page-left {
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
}
.page-right {
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
}
.page {
	background-image: url(../images/SPOTMaps-bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #68727d;
	text-align: left;
}

.footer-separator {
  background:#898989;
}
.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
}
.footer-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
	text-decoration:none
}
.footer-link:hover {
	text-decoration:underline
}

.comment {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #ff8400;
}

.summary1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 0px;
	text-decoration:none
}
.summary1 a:hover {
	color: #ff8400;
	text-decoration:underline
}
.summary2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 0px;
	text-decoration:none
}
.summary2 a:hover {
	color: #ff8400;
	text-decoration:underline
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #ff8400;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-top: 10px;
	text-decoration:underline;
}
.big-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:700;
	color: #000000;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 5px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 5px;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-top: 5px;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
	margin-left: 45px;
	margin-top: 5px;
}
.link {
	color: #ff8400;
}

.back-button-text {
	background: transparent url('../images/back-button-center.gif') no-repeat;
	color: #506170;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	height: 25px;
	line-height: 25px;
	padding-right: 10px;
	padding-left:5px;
	text-align:center;
	text-decoration: none;
}
.back-button-text a {
	color: #506170;
	text-decoration:none;
}
#contactForm{
	margin:			20px 0 20px 275px;
	padding:		0;
	width:			425px;
	color:			#475D75;
}
#contactForm p{
	margin:			11px 0;
	padding:		0;
	clear:			both;
}
#contactForm h2{
	display:		block;
	height:			22px;
	line-height:	22px;
	background:		url(../images/common/form-top.gif) no-repeat top left;
	font-size:		11px;
	color:			#FFFFFF;
	text-decoration:none;
	font-weight:	bold;
	padding:		0 0 0 15px;
	margin:			0;
}
#contactForm fieldset{
	border-top:		none;
	font-family: 	Arial, Verdana, Helvetica, sans-serif;
	border-bottom:	1px solid #FF6601;
	border-left:	1px solid #FF6601;
	border-right:	1px solid #FF6601;
	padding:		10px;
	margin:			0;
}
#contactForm .label{
	display:		block;
	width:			120px;
	text-align:		right;
	float:			left;
	padding:		0 4px 0 0;
	font-size:		12px;
}
#contactForm .labelRadio{
	padding:		0 13px 0 0;
	font-size:		12px;
}
#contactForm textarea{
	width:			250px;
	height:			140px;
	font-size:		12px;
}
#contactForm .size1{
	width:			18px;
}
#contactForm .size2{
	width:			250px;
}
#contactForm .size3{
	width:			207px;
}
#contactForm .input{
	border:			solid 1px #ECE9D8;
	font-size:		12px;
}
.alignCenter{
	text-align:		center;
}
#contactForm .submit{
	text-align:		center;
	width:			100px;
	height:			14px;
	line-height:	14px;
	border:			none;
	font-size:		10px;
	font-weight:	bold;
	color:			#6A6A6A;
	background:		url(../images/common/submitBG.gif) no-repeat top left;
}

#contactForm .labelRadio,
#contactForm .inputHelp{
	font-weight:	bold;
	font-style:		italic;
	font-size:		11px;
}
.alert{
	color:			#FF0000;
	margin:			10px;
	padding:		7px;
	font-size:		12px;
}
h1.comment{
	background:		url(../images/common/bullet-comment.jpg) no-repeat top left;
	padding:		0 0 0 18px;
	margin:			15px 0 0 55px;
	line-height:	22px;
	height:			22px;
}
html>body h1.comment{
	height:			auto;
	min-height:		22px;
}
