/*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 {
	min-height: 100%;
	height: auto;
	height: 100%;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #555555;
	background: #ffffff url(images/pattern.jpg) top center repeat;
	position: relative;
	z-index: -2;
}

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

h1 {line-height: 1em; font-size: 2.1em;color: #214285;margin-bottom: 15px;}

h2 {line-height: 0.8em; font-size: 1.4em;color: #214285;margin-bottom: 15px;}

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

li {line-height: 1.2em;}

.centre {text-align: center;}

.bold {font-weight: bold;}

.justify {text-align: justify;}

.big {font-size: 1.2em;}

.bigger {font-size: 1.5em; font-weight: bold;}

a {color: #0066ff;}

a:visited {color: #660099;}

a:hover {color: #ff0000;}

a:active {color: #339900;}

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*/
#outer-rep {
	width: 1000px;
	margin: 0 auto -100px auto;
	background: url(images/rep_b.jpg) top center repeat-y;
	min-height: 100%;
}
#outer-bg {
	padding-left: 115px;
	min-height: 346px;
}

#left {
	float: left;
	width: 486px;
}
#right {
	float: left;
	width: 331px;
}
#right li a {
	color: #214285;
	text-decoration: none;
}

#nav {
	margin: 0 10px;
	padding: 0 10px;
	background: #ebeef5 url(images/bottom_corners.jpg) bottom center no-repeat;
	height: 45px;
	color: #214285;
	font-size: 12px;
	overflow: hidden;
}
#nav a {
	display: inline-block;
	padding: 18px 10px 0 10px;
	text-decoration: none;
	color: #214285;
	font-weight: bold;
}
#nav a:hover,
#homepage #homelink,
#aboutpage #aboutlink,
#gallerypage #gallerylink,
#contactpage #contactlink {
	background: url(images/arrow.jpg) top center no-repeat;
}
#nav a:hover {
	text-decoration: underline;
}
#nav div {
	padding-top: 3px;
}
.content-top {
	margin: 35px 10px;
	background: #ebeef5 url(images/top_corners.jpg) top center no-repeat;
}
.content-bot {
	background: url(images/bottom_corners.jpg) bottom center no-repeat;
	padding: 20px 25px;
}
.content-top-thumb {
	margin: 35px 10px 0 10px;
	background: #ebeef5 url(images/top_corners.jpg) top center no-repeat;
}
.content-bot-thumb {
	background: url(images/bottom_corners.jpg) bottom center no-repeat;
	padding: 15px;
}
#gallerypage .content-bot-thumb img {
	margin-bottom: 5px;
}
.button {
	float: left;
	width: 50%;
	text-align: center;
	font-weight: bold;
	color: #214285;
}
.button p {
	padding: 0 20px;
}

#homepage .button {
	width: 33.3%;
}
#homepage .button p {
	padding: 0 5px;
}

#logo {
	padding: 8px 0 45px 0;
}
#domservlog {
	text-align: center;
	color: #214285;
	font-size: 1.4em;
}
#domservlog ul {
	padding-top: 30px;
}
#domservlog li {
	list-style: none;
	line-height: 0.8em;
	margin-top: 10px;
}

#domservlog li .normal {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 0.7em;
	margin-top: -4px;
}

#footer {
	height: 100px;
	width: 1000px;
	margin: 0 auto;
	font-size: 10px;
}
#footer a {color: #555555;}
#innersole_l {
	position: absolute;
	margin-left: 115px;
	text-align: center;
	padding-top: 40px;
}
#innersole_l div {
	width: 476px;
	height: 10px;
}
#innersole_r {
	position: absolute;
	margin-left:601px;
}
#innersole_r div {width: 331px;}

#spacer_l{height: 70px;}

#spacer_r {height: 120px;}

#towns {display: none;}

/* Form Styling */
#form_div {
	float: left;
	width: 220px;
}
#form_div p {
	margin-right: 20px;
}

#address {
	float: left;
	width: 190px;
}

.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: 150px;
	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: 150px;
	height: 75px;
	line-height: 11px;
	font-size:11px;
    border: 1px solid #66bad9;
    background-color: #fff;
}
.textarea:hover {
    color: #00648a;
    border: 1px solid #00648a;
}


#more{
 display:none;
}


#more ul,li,p{padding:0.5em;margin:0.5em; }





