/*global*/
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
html,body {
	height: 100%;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2b141a;
	background: #000 url(images/bg.jpg) top center repeat;
}




/*text*/
p {line-height: 1.2em;}

h1 {line-height: 1.6em; font-size: 1.4em;}

h2 {line-height: 1.2em; font-size: 1em; font-weight: bold; margin-top: 10px;}

h3 {line-height: 1.4em; font-size: 1.2em;}

ul {margin-left: 20px;}

li {line-height: 1.2em;margin-top: 3px;font-size: 0.9em;}

a {color: #0066ff;}

a,
a:visited {text-decoration: none;}

a:hover,
a:active {text-decoration: underline;}

.center {text-align: center;}

.right {text-align: right;}

.bold {font-weight: bold;}

.tel {color: #2047a9; font-size: 1.6em;line-height: 1.2em;}

.domain {color: #2047a9; font-size: 0.9em;line-height: 1.2em;}

.bookmark {color: #2047a9; font-size:1.4em;line-height: 1em;}

.photo {text-align: center;padding: 3px 0;}

/*box classes*/
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.fleft {float: left;}

.fright {float: right;}

/*boxes*/
#outer_l {
	float: left;
	width: 50%;
	margin-right: -400px;
}
#outer_l_in {
	margin-right: 400px;
	background: url(images/header-rep-l.jpg) repeat-x top right;
	height: 194px;
}
#outer_r {
	width: 50%;
	position: absolute;
	right: 0;
}
#outer_r_in {
	margin-left: 400px;
	background: url(images/header-rep-r.jpg) repeat-x top left;
	height: 194px;
}

#header {
	width: 800px;
	margin: 0 auto;
	background: url(images/header.jpg) top center no-repeat;
	height: 194px;
}
#nav {
	padding: 115px 0 0 364px;
}
#nav img {
	position: relative;
	margin-left: 16px;
	z-index: 10;
}

#spacer {
	width: 800px;
	margin: 0 auto;
	background: url(images/spacer.jpg) top left no-repeat;
	height: 13px;
}
#content {
	width: 800px;
	margin: 0 auto;
	background: #fff url(images/content-header.jpg) top center no-repeat;
}
#homepage #content {
padding-top:20px;
}

div#video {
width:760px;
margin:0 auto 20px auto;
background: #B0CE8E;
border:5px solid #B0CE8E;
border-bottom:3px solid #B0CE8E;
}
div#video div#noflash{
padding:0 100px 10px 100px;
}

#left {
	float: left;
	width: 250px;
}
#left .in {
	padding: 33px 15px 0 15px;
}
#left ul {
	margin-bottom: 3px;
}
#left li.last {
	list-style: none;
}
#left img#first {
	margin-top: 6px;
}

#right {
	float: left;
	width: 550px;
}
#right .in {
	margin-top: 10px;
	padding: 0 15px;
	border-left: 1px solid #2047a9;
	min-height: 410px;
}
#right p {
	font-size: 1.1em;
}
#right ul {
	margin-left: 70px;
}
#right li {
	font-size: 1.1em;
	line-height: 17px;
	margin-top: 5px;
	list-style: none;
	background: url(images/tick.gif) top left no-repeat;
	padding-left: 20px;
}

#project, #towns {
	display: none;
}

#footer {
	text-align: center;
	margin: 5px 15px 0 15px;
	padding-bottom: 15px;
	font-size: 0.8em;
	background: url(images/border.gif) top left repeat-x;
}
#footer img {
	margin-bottom: 8px;
}
#footer2 {
	width: 800px;
	margin: 0 auto;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
}
#footer2 p {
	padding: 5px 0;
}
#footer2 a {
	color: #fff;
}

/* Form Styling */
#top-left, #top-right, #bot-left, #bot-right {float: left;}

#top-left {width: 30%;}

#top-right {width: 65%;}

#bot-left, #bot-right {display: block;width: 49.5%;}

.submit {
    background-color: #fff;
	font-size:11px;
    margin-top: 5px;
    height: 20px;
    width: 90px;
    color: #00648a;
    border: 2px solid #66bad9;
}
.submit:hover {
    border: 2px solid #00648a;
}       
.input {
    color: #66bad9;
	width: 240px;
	height: 15px;
	font-size:11px;
    border: 1px solid #66bad9;
    background-color: #fff;
}
.input:hover {
    color: #00648a;
    border: 1px solid #00648a;
}
.textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #66bad9;
	padding: 0px; line-height: 14px; margin: 0px;
	width: 255px;
	height: 82px;
	line-height: 11px;
	font-size:11px;
    border: 1px solid #66bad9;
    background-color: #fff;
}
.textarea:hover {
    color: #00648a;
    border: 1px solid #00648a;
}
input.url,
label.url {
	display:none;
}
