/*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: #4f4f4f;
	background: #c2d6f1 url(./images/bg.gif) top repeat-x;
}

/*text*/
p {line-height: 1.2em;margin-bottom: 12px;font-size: 1.1em;}


h1, h2 {line-height: 0.8em; font-size: 2.7em; font-weight: normal; color: #03843c; overflow: hidden; margin-bottom: 12px;}

h1.sky, h2.sky {line-height: 1em; font-size: 3em; font-weight: normal; text-align: center; color: #4f77b0; text-shadow: 1px 1px #fff; padding: 60px 0 30px 0; clear: both;}
/*
h2 {line-height: 0.8em; font-size: 2.7em; font-weight: normal; color: #03843c; overflow: hidden; margin-bottom: 12px;}

h1 {line-height: 1em; font-size: 3em; font-weight: normal; text-align: center; color: #4f77b0; text-shadow: 1px 1px #fff; padding: 60px 0 30px 0; clear: both;}
*/

h3 {line-height: 0.8em; font-size: 1.7em; font-weight: normal; color: #03843c; overflow: hidden; margin-bottom: 12px;}

h1,h2,h3 {zoom:1;}

ul {
	list-style-type: none;
	margin:30px 0 30px 12px;
	overflow:auto;
}

li {
	line-height: 1.2em;
	float:left;
	width:405px;
	margin:5px;
}

abbr {
	border:0;
	cursor:help;
}

.clearL {clear:left;}

.centre {text-align: center;}

.big {font-size: 1.5em;}

.nilland {
	margin-left: -2px;
}

.no-space {
	padding: 0;
	margin: 0;
}

.col {
	width:395px;
	margin-top:10px;
}

address {font-style: normal; padding-bottom: 12px;}

div#tooltip {
position:absolute;
z-index:2000;
margin-left:10px;
width:auto;
max-width:300px;
display:none;
text-align:center;
background: #058C2D;
color:#fff;
border:2px solid #2ABF58;
padding: 10px 15px 5px 15px;
}
div#tooltip p {
position:relative;
}
img.tooltip {
position:absolute;
left:-36px;
}


/*anchor styles*/

a {color: #5c91d7;}

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

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


li a,
li a:visited {
	display:block;
	padding:10px;
	width:385px;
	text-decoration:none;
	background:#E9EFFA;
	border:1px solid #C3D7F1;
}
li a:hover {
	background:#7FA4D4;
	color:#fff;
}
li a:active {
	background:#03843C;
	color:#fff;
	border:1px solid #2ABF58;
}

.block-link {
	display: inline-block;
	width: 130px;
	height: 30px;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #7fa4d4;
	text-decoration: none !important;
}
.block-link:hover {
	background: #c6d9f2;
}

.btn {
	display: inline-block;
	height: 45px;
	padding: 0 10px;
	line-height: 38px;
	position: relative;
	text-decoration: none !important;
	margin: 0 8px;
	float: right;
	text-align: center;
}
.btn:active {
	outline: none;
	line-height: 42px;
}
.btn span {
	display: block;
	position: absolute;
	height: 45px;
	width: 8px;
	top: 0;
}

.btn-l {
	left: 0;
	margin-left: -8px;
}
.btn-r {
	right: 0;
	margin-right: -8px;
}

.green-btn {
	background: url(./images/btn-sprite.png) 0 -90px repeat-x;
	color: #fff;
	text-shadow: 1px 1px #046e23;
}
.green-btn .btn-l {
	background: url(./images/btn-sprite.png) 0 -45px;
}
.green-btn .btn-r {
	background: url(./images/btn-sprite.png) -8px -45px;
}
.green-btn:hover {
	background-position: 0 -135px;
}
.green-btn:hover .btn-l {
	background-position: -16px -45px;
}
.green-btn:hover .btn-r {
	background-position: -24px -45px;
}
.green-btn:active {
	background-position: 0 -133px;
}
.green-btn:active .btn-l {
	background-position: -16px -43px;
}
.green-btn:active .btn-r {
	background-position: -24px -43px;
}

.blue-btn {
	background: url(./images/btn-sprite.png) 0 -225px repeat-x;
	color: #5c91d7;
	text-shadow: 1px 1px #fff;
}
.blue-btn .btn-l {
	background: url(./images/btn-sprite.png) 0 0;
}
.blue-btn .btn-r {
	background: url(./images/btn-sprite.png) -8px 0;
}
.blue-btn:hover {
	background-position: 0 -180px;
	color: #fff;
	text-shadow: 1px 1px #3470bf;
}
.blue-btn:hover .btn-l {
	background-position: -16px 0;
}
.blue-btn:hover .btn-r {
	background-position: -24px 0;
}
.blue-btn:active {
	background-position: 0 -178px;
}
.blue-btn:active .btn-l {
	background-position: -16px 2px;
}
.blue-btn:active .btn-r {
	background-position: -24px 2px;
}

/*images*/

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

.fleft {float: left;}

.fright {float: right;}

.bordered {
	padding: 4px;
	border: 1px solid #c2d6f1;
	background: #d2ddec;
	margin: 0 0 10px 0px;
}

.top-left {
	background: url(./images/shadow-sprite.png) top left no-repeat;
}
.top-right {
	background: url(./images/shadow-sprite.png) top right no-repeat;
	position: relative;
	overflow: hidden;
}
.left {
	background: url(./images/shadow-sprite.png) -15px 0 repeat-y;
	left: 0;
}
.right{
	background: url(./images/shadow-sprite.png) -30px 0 repeat-y;
	right: 0;
}
.left, .right {
	position: absolute;
	height: 100%;
	width: 15px;
	top: 0;
	margin-top: 30px;
}
.content {
	background: #fff;
	margin: 0 15px;
	padding: 20px 20px 0 20px;
	overflow: auto;
}
.bottom {
	background: url(./images/bottom-shadow-sprite.png) 0 -90px repeat-x;
	height: 45px;
	position: relative;
	margin: 0 35px;
}
.bottom .left {
	background: url(./images/bottom-shadow-sprite.png) 0 0;
	left: 0;
	margin-left: -35px;
}
.bottom .right {
	background: url(./images/bottom-shadow-sprite.png) 0 -45px;
	right: 0;
	margin-right: -35px;
}

.bottom .left, .bottom .right {
	position: absolute;
	height: 45px;
	width: 35px;
	bottom: 0;
	margin-top: 0;
}


/*boxes*/
#wrapper {
	min-height: 100%;
	width: 930px;
	margin: 0 auto -155px auto;
}

#nav {
	text-align: right;
	margin-right: 15px;
}

#spacer {
	height: 155px;
}

#footer {
	height: 155px;
	background: url(./images/grass.jpg) center repeat-x;
}
#footer > div {
	padding-top: 14px;
	width: 930px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
}
#footer div p {
	background: url(./images/bg-black.png);
	margin: 0 15px 0 15px;
	padding:20px;
	color: #fff;
	line-height:1.6em;
}

/*box content*/

#bookmark {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-left: 15px;
}

#nav a {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#home-page #home-link,
#about-page #about-link,
#services-page #services-link,
#contact-page #contact-link {background: #fff; color: #7fa4d4; cursor: default;}

#tel-domain {
	overflow: auto;
	color: #03843c;
}
#tel-domain p {
	margin-top: 5px;
}
#tel-domain span {
	display: inline-block;
	margin-left: 10px;
	color: #a9a9a9;
}
#tel-domain a,
#tel-domain a:visited {
	color: #03843c;
	text-decoration: none;
	padding:0 3px 0 3px;
}
#tel-domain a:hover {
	color:#fff;
	background:#03843c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#tel-domain a:active {
	background:#7fa4d4;
}

.content > h2 {
	border-top: 1px solid #03843c;
	padding-top: 20px;
	margin-top: 8px;
}

#footer a {
	color: #fff;
}

#towns {
	display: none;
}

#more {
	display: none;
}


/*page specific*/


/*optional*/

#box1, #box2 {
	float: left;
	width: 465px;
}
#box1 h2, #box2 h2 {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}
#box1 .content, #box2 .content {
	min-height: 155px;
	position: relative;
}
#box1 .btn, #box2 .btn {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 43px;
	width: 140px;
	padding: 0;
	z-index: 500;
}
#box2 img {
	margin-top: 5px;
}

/*homepage*/

#banner {
	border: 1px solid #729516;
	position: relative;
	text-shadow: 1px 1px #046e23;
	overflow: hidden;
}
#banner img {
	vertical-align: bottom;
}
#banner-image {
	height: 373px;
}
#banner-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: right;
	background: url(./images/banner-gradient.png) right repeat-y;
	color: #fff;
	z-index: 500;
}
#banner-overlay p {
	margin: 0 30px 0 550px;
	font-size: 1.1em;
}
#banner-overlay h1 {
	margin: 50px 30px 40px 480px;
	line-height: 1.2em;
	color: #fff;
}
#banner-overlay .btn {
	font-size: 2.7em;
	margin: 40px 35px 0 0;
	line-height: 36px;
}
#banner-overlay .btn:active {
	line-height: 40px;
}
#banner a {
	color: #fff;
}

/*aboutpage */

#slideshow {
position:relative;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:847px;
  height:395px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:847px;
  height:395px;
}
.control {
  display:block;
  width:50px;
  height:50px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  position:absolute;
  top:177px;
  left:-15px;
  z-index:10;
  background:transparent url(./images/back.png) no-repeat 0 0;
}
#rightControl {
  position:absolute;
  top:177px;
  right:-15px;
  background:transparent url(./images/next.png) no-repeat 0 0;
}



/* contactpage */
#contact-page .content {
	overflow: hidden;
}
#form_div {
	float: left;
	width: 330px;
	margin-right: 120px;
}
#details {
	float: left;
}
#form_div p.label {
	padding: 10px 0 0 0;
	margin-bottom: 2px;
}

#submit-wrap {
	margin-top: 20px;
}
#submit-wrap span {
	display: block;
	float: right;
	height: 45px;
	width: 8px;
	top: 0;
}
#submit-wrap .btn-l {
	background: url(./images/btn-sprite.png) 0 -45px;
	margin-left: 0;
}
#submit-wrap .btn-r {
	background: url(./images/btn-sprite.png) -8px -45px;
	margin-right: 0;
}
#submit-wrap:hover .green-btn {
	background-position: 0 -135px;
	cursor: pointer;
}
#submit-wrap:hover .btn-l {
	background-position: -16px -45px;
}
#submit-wrap:hover .btn-r {
	background-position: -24px -45px;
}
#submit-wrap:active .green-btn {
	background-position: 0 -133px;
}
#submit-wrap:active .btn-l {
	background-position: -16px -43px;
}
#submit-wrap:active .btn-r {
	background-position: -24px -43px;
}

.submit {
    border: none;
	padding-bottom: 6px;
	font-size: 1em;
	float: right;
	margin: 0;
}
.sumbit:hover {
	cursor: pointer;
}

.input {
    color: #4f4f4f;
	width: 300px;
	height: 2em;
	font-size: 1.7em;
	line-height: 1em;
	padding: 0 10px;
    border: 1px solid #c2d6f1;
    background: #fff url(./images/grad.gif) top repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    
}

.textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
    color: #4f4f4f;
	width: 300px;
	height: 10em;
	padding: 10px;
    border: 1px solid #c2d6f1;
    background: #fff url(./images/grad.gif) top repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.input:focus,
.textarea:focus {
	background: #CFDEF4;
}
