﻿/*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: #404242;
	background: #fff url(images/repeat.jpg) top center repeat-x;
}

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

h1 {line-height: 2em; font-size: 1.8em;color: #2b598d;}

h2 {line-height: 1.6em; font-size: 1.4em;color: #2b598d;}

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

li {line-height: 1.2em;}

.centre {text-align: center;}

.bold {font-weight: bold;}

.domain {color: #2b598d; font-size: 1.6em;}

.tel {color: #2b598d;font-size: 1.7em;float: right;}

a {color: #2b598d;}

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

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

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

.fleft {float: left;}

.fright {float: right;}

/*boxes*/
#header {
	width: 1000px;
	margin: 0 auto;
	height: 165px;
	background: url(images/header.jpg) top center no-repeat;
	z-index: 1000;
}
#header a {
	text-decoration: none;
}
#domain {
	height: 40px;
	text-align: center;
}

#tele {
	padding: 90px 160px 0 0;
}

#main {
	width: 1000px;
	margin: 0 auto;
	background: #fff url(images/main-bg.jpg) top center no-repeat;
}
#left {
	float: left;
	width: 191px;
}
#nav {
	height: 144px;
	width: 191px;
	position: relative;
}
#nav ul {
	padding: 0 9px 0 101px;
	position: absolute;
}
#nav li {
	list-style: none;
}
#nav li.last img {
	margin-top: 5px;
}
#content_wrap {
	width: 720px;
	float: left;
	position: relative;
	z-index: 100;
}
#content_rep {
	background: url(images/content-rep.png) top right repeat-y;
}
#content_bg {
	background: url(images/content-bg.jpg) bottom center no-repeat;
	margin: 0 10px;
	padding: 0 50px;
	min-height: 360px;
}
#homepage #content_bg {
	background: url(images/content-bg2.jpg) bottom center no-repeat;
}
#content_bot {
	background: url(images/content-bot.png) top right no-repeat;
	height: 15px;
}
#left-content {
	float: left;
	width: 350px;
}
#left-content .nav2 img {
	margin-right: 35px;
}
ul.inline {
	margin: 5px 0 0 20px;
}
ul.inline li {
	margin-bottom: 3px;
	list-style: none;
	background: url(images/bullet.png) top left no-repeat;
	padding-left: 15px;
	line-height: 13px;
}
ul.inline li.last {
	background: none;
}
ul.nav2 {
	height: 102px;
}
ul.nav2 li {
	list-style: none;
	float: left;
}
p#bottom {
	margin-right: 270px;
	padding-bottom: 10px;
}
#nav2 {
	margin-top: -102px;
	height: 102px;
	position: relative;
	z-index: 101;
}
#nav2 ul {
	position: absolute;
	width: 660px;
}
#nav2 li {
	float: right;
}
#spacer {
	padding:15px 300px;
	text-align:center;
}

#footer {
	background: url(images/footer-rep.gif) top center repeat-x;
	color: #fff;
}
#footer div {
	/* width: 1000px;*/
	width:100%;
	margin: 0 auto;
	height: 50px;
}
#footer p.fleft {
	margin-left: 205px;
	text-align: left;
	padding-top: 10px;
}
#footer img.fright {
	margin-right: 105px;
	text-align: right;
}
#footer a {
	color: #fff;
}
.links {
	text-align: center;
	line-height: 50px;
}

p.centre {
	margin: 0 105px 0 205px;
	padding-top: 5px;
	font-size: 0.9em;
}

#about, #towns {
	display: none;
}

/* Form Styling */
#form_div {
	position: relative;
	z-index: 102;
	width: 250px;
}
#map {
	float: right;
	width: 320px;
	height: 460px;
}
.submit {
    background-color: #fff;
	font-size:11px;
    margin-top: 5px;
    height: 20px;
    width: 120px;
    color: #00648a;
    border: 2px solid #66bad9;
}
.submit:hover {
    border: 2px solid #00648a;
}       
.input {
    color: #66bad9;
	width: 200px;
	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: 202px;
	height: 60px;
	line-height: 11px;
	font-size:11px;
    border: 1px solid #66bad9;
    background-color: #fff;
}
.textarea:hover {
    color: #00648a;
    border: 1px solid #00648a;
}


.textonly{
display:none;
}
