﻿/*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: #20609f;
	background: #6baef7 url(images/bg.jpg) top center repeat-x;
}

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

h1 {line-height: 2.2em; font-size: 2.7em;text-align: center;}

h2 {line-height: 1.2em; font-size: 1.4em;margin-bottom: 8px;}

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

li {line-height: 1.2em;}

.center {text-align: center;}

.left {text-align: left;}

.bold {font-weight: bold;}

.extra-padding {padding: 0 20px 5px 20px;}

a {color: #0066ff;}

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

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

/*Images*/
#left img.fleft {
	padding-right: 5px;
} 
#left img.fright {
	padding-left: 5px;
}

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

.fleft {float: left;}

.fright {float: right;}

/*boxes*/
#nav {
	width: 554px;
	margin: 0 auto;
	height: 90px;
}
#nav ul {
	padding-left: 4px;
}
#nav li {
	list-style: none;
	float: left;
}
#ripple {
	height: 100px;
}

#top {
	width: 740px;
	margin: 0 auto;
	height: 18px;
}
#top a {
	color: #20609f;
}
#top p {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.1em;
}
#domain {
	float: left;
	width: 45%;
}
#bookmark {
	float: left;
	width: 23%;
	text-align: center;
}
#phone {
	float: left;
	width: 32%;
	text-align: right;
}

#main-rep {
	width: 744px;
	margin: 0 auto;
	background: url(images/main-rep.jpg) top center repeat-y;
}
#main-top {
	background: url(images/main-top.jpg) top center no-repeat;
}
#main-bot {
	background: url(images/main-bot.jpg) bottom center no-repeat;
	padding-bottom: 10px;
	position: relative;
	z-index: 10;
}

#main-rep h1 {
	padding-right: 94px;
	background: url(images/logo.jpg) right no-repeat;
	margin: 0 20px;
}

#left {
	float: left;
	width: 438px;
}

#right {
	float: left;
	width: 305px;
	min-height: 240px;
	border-left: 1px solid #20609f;
}

#aboutpage #left {
	width: 490px;
} 
#aboutpage #right {
	width: 253px;
}

#spacer {
	height: 60px;
}
#nav2 {
	height: 70px;
	width: 744px;
	margin: -70px auto 0 auto;
}
#nav2 ul {
	position: absolute;
	padding-left: 40px;
	z-index: 11;
}
#aboutpage #nav2 ul {
	padding-left: 50px;
}
#nav2 li {
	list-style: none;
	float: left;
	margin-right: 20px;
}
#aboutpage #nav2 li {
	margin-right: 30px;
}
.content {
	margin: 0 20px 8px 20px;
	padding-bottom: 8px;
	text-align: justify;
	border-bottom: 1px solid #20609f;
}
.content p {
	margin-bottom: 5px;
}
.content ul {
	text-align: center;
	font-weight: bold;
}
.content li {
	list-style: none;
	margin-top: 3px;
}
.content li a, .content li a:visited, .content li a:hover, .content li a:active {
	color: #20609f;
	text-decoration: none;
}
#bottom_r {
	border-bottom: none;
}

#footer {
	width: 740px;
	margin: 0 auto;
}
#footer a {
	color: #20609f;
}
#footer img {
	margin: 5px;
}
#leftfoot, #rightfoot {
	float: left;
	height: 30px;
}

#leftfoot {
	width: 64%;
}
#rightfoot {
	text-align: right;
	width: 36%;
}

#towns-text {
	padding-top: 10px;
}

#towns {display: none;}

#more {display: none;}

/* Form Styling */
#form_div {
	padding-left: 25px;
}
.submit {
    background-color: #fff;
	font-size:11px;
    margin-top: 5px;
    height: 20px;
    width: 100px;
    color: #00648a;
    border: 2px solid #66bad9;
}
.submit:hover {
    border: 2px solid #00648a;
}       
.input {
    color: #66bad9;
	width: 250px;
	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: 250px;
	height: 75px;
	line-height: 11px;
	font-size:11px;
    border: 1px solid #66bad9;
    background-color: #fff;
}
.textarea:hover {
    color: #00648a;
    border: 1px solid #00648a;
}