@charset "UTF-8";
/* CSS Document */

body, div{
	margin:0;
	padding:0;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}
body{
	background: #1F2020 url(../images/body-bg.png) top left repeat-x;
}
hr{
	height:1px;
	color:#333333;
	border-bottom: none;
	border-right: none;
	margin: 20px 0 20px 0;
}
h1{
	font-size:18px;
	margin:0 0 5px 0;
	padding-top: 15px;
}

h2{
	font-size: 14px;
}
a img{
	border: none;
}
a {
	text-decoration: none;
	color:#2b4d82;
}

a:hover {
	text-decoration: underline;
}

.clearBoth{
	clear:both;
}

.spacerClear10{
	clear: both;
	height: 10px;
}
.spacerClear20{
	clear: both;
	height: 20px;
}
.spacerClear30{
	clear: both;
	height: 30px;
}
.spacerClear50{
	clear: both;
	height: 50px;
}

#outCont{

}
#header{
	background: url(../images/header.jpg) top center no-repeat;
	margin: 0;
	width: 1020px;
	height: 358px;
	position: relative;
}
#homeLink{
	/* background: #FFFFFF; */
	position: absolute;
	top:40px;
	left:340px;
	width:300px;
	height:80px;
}
#footer{
	background: url(../images/footer.jpg) top center no-repeat;
	height:76px;
	width:1024px;
}
#header{
	position: relative;
}
#nav{
	position: absolute;
	top: 180px;
	right:20px;
	font-size: 16px;
}
#actSubNav{
	font-weight: bold;
	font-size: 14px;
	margin:0 0 10px 0;
	display: block;
	position: relative;
	top:-40px;
	text-align: center;
	letter-spacing: .2em;
}
#nav a{
	color:#fff;
	font-weight: bold;
	margin: 0 20px 0 0;
}
#nav a.one{
	position:relative;top:-30px;
}
#nav a.two{
	position:relative;top:-20px;
}
#nav a.three{
	position:relative;top:-20px;
}
#nav a.four{
	position:relative;top:-25px;
}
#nav a.five{
	position:relative;top:-35px;
}
#cont{
	width: 1020px;
	margin:0 auto 0 auto;
}
#content{
	margin: 0 20px 0 20px;
	background: #B5B5B5 url(../images/cont-bg.png) top left repeat-x;
	padding:0 40px 40px 40px;
	position: relative;
}

#content p{
	margin: 0 0 1em 0;
}
.thirdCol{
	float:left;
	width:286px;
	margin: 0 20px 0 0;
}
.flLeft{
	float: left;
	margin:0 20px 10px 0px;
}
.flRight{
	float: right;
	margin:0 0px 10px 20px;
}

.homeDetailsLink{
	text-align: right;
	display: block;
	margin: 10px 0 0 0;
}

.homeLeadIn{
	font-size: 18px;
	font-family: Georgia, Times, serif;
	line-height: 1.9em;
}

#weatherWidget{
	float:right;
	clear:both;
	position: relative;
	top:-120px;
}
#rates{
	position:absolute;
	top:80px;
	left:310px;
	width:210px;
	height:40px;
	display: block;
	z-index: 20;
}

#gallery_link{
	height: 80px;
	left: 390px;
	position: absolute;
	top: 175px;
	width: 150px;
	z-index: 21;
}

#question{
	position: absolute;
	z-index: 25;
	top:95px;
	left:755px;
	width: 100px;
	height:28px;
}

form label{
	width:130px;
	float:left;
	text-align: right;
	font-weight: bold;
	padding:0 10px 10px 0;
}

form input{

	overflow: hidden;
}
form br{
	clear: both;
}

.caption{
	font-weight: normal;
	font-style: oblique;
}

.formLine{
	clear:both;
	position: relative;
}
.formLine .error{
	border:1px dotted #E32700;
	clear:none;
}
.formLine span.error{
	font-weight: bold;
	color: #FF0000;
	position: absolute;
	border:none;
	top:0;
	right:30px;
	z-index: 10;
}
