
/*
// Six Arches Caravan Park
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
overflow-x: hidden;
}

*{
padding: 0;
margin: 0;
border: 0;
font-size: 100%;
}

body{
position: relative;
padding: 0px;
border: 0;
margin: 0;
text-align: center;
font: 0.8em Arial,Verdana,Tahoma,sans-serif;
background-color: #4c81b9;
color: #4b4b4b;
overflow-x: hidden;
background-image: #e2e2e2;
/*background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;*/
}

a{
text-decoration: none;
color: #363636;
}

a:hover{
color: #a5a5a5;
}

h1{
margin: 0;
padding-top: 0;
font: bold 1.2em Arial,Verdana,Tahoma,sans-serif;
color: #4c81b9;
letter-spacing: 0px;
text-transform: uppercase;
font-style: italic;
}

h2{
margin: 4px 0px;
font: bold 1.1em Arial,Verdana,Tahoma,sans-serif;
letter-spacing: 0px;
color: #4c81b9;
}


img{
border: none;
}

#content-wrapper ul{
padding-left: 35px;
margin-bottom: 12px;
}

#content ul{
list-style-image: url(../images/bullet.png);
}

#content h2{
font-style: italic;
}



#container{
width: 900px;
text-align: left;
margin: 0px auto;
overflow: hidden;
background-color: #ffffff;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
position: relative;
min-height: 700px;
}

#content-wrapper{
clear: both;
overflow: hidden;
padding-top: 5px;
background-image: url(../images/content-bg.png);
background-position: top right;
background-repeat: no-repeat;
}

#emblem{
position: absolute;
top: 7px;
right: 7px;
z-index: 9999;
}



#column-left{
float: left;
width: 228px;
overflow: hidden;
}

#column-right{
float: left;
width: 670px;
height: auto;
overflow: hidden;
}



#header-wrapper{
overflow: hidden;
background-color: #ffffff;
background-image: url(../images/header-wrapper-bg.png);
background-repeat: repeat-x;
background-position: bottom left;
}

#header{
width: 952px;
height: 150px;
margin: 0px auto;
text-align: left;
position: relative;
}

#header-logo{
display: block;
float: left;
padding-top: 6px;
}

#header-contact{
color: #4c81b9;
float: right;
margin: 25px 30px 0 0;
text-align: left;
font-size: 1.2em;
}

#header-contact a{
color: #4c81b9;
}

#header-contact a:hover{
color: #96a600;
}

#header-contact span{
font-weight: bold;
color: #96a600;
}

#header-newsletter{
color: #4c81b9;
float: right;
margin: 10px 10px 0 0;
text-align: right;
}



#navigation{
clear: both;
width: 905px;
z-index: 99;
margin: 0px 25px;
overflow: hidden;
position: absolute;
left: 0px;
bottom: 0;
}

#navigation li{
list-style-type: none;
float: left;
}

#navigation a{
display: block;
padding: 5px 8px 5px 8px;
color: #ffffff;
text-decoration: none;
text-align: left;
font-size: 0.85em;
font-weight: normal;
letter-spacing: 0px;
background-color: #96a600;
float: left;
border: 1px solid #828282;
border-bottom: none;
margin-right: 2px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
-webkit-text-size-adjust: none;
}

#navigation a:hover,#navigation a.current{
color: #4c81b9;
background-color: #ffffff;
}

#navigation a.current:hover{
color: #666666;
}

#navigation a.first{
}

#navigation a.last{
margin-right: 0;
padding-right: 15px;
}



#slideshow-wrapper{
border: 1px solid #bbbbbb;
margin: 4px;
width: 890px;
height: 290px;
}

#slideshow{
overflow: hidden;
background: #000000;
margin: 5px;
width: 880px;
height: 280px;
}

#slideshow img{
width: 880px;
height: 280px;
}



#content{
margin: 10px;
text-align: justify;
font-size: 12px;
color: #545454;
overflow: hidden;
}

#content p{
margin: 5px 0px 14px 0px;
line-height: 18px;
}



#footer-wrapper{
overflow: hidden;
background-color: #96a600;
}

#footer{
margin: 0px auto;
clear: both;
width: 900px;
overflow: hidden;
color: #e2e2e2;
font: normal 10px "Trebuchet MS", Tahoma, Verdana;
}

#footer a{
color: #e2e2e2;
font-size: 10px;
}

#footer a:hover{
color: #4c81b9;
}

#footer-left{
float: left;
text-align: left;
padding: 7px;
}

#footer-right{
float: right;
text-align: right;
padding: 7px;
}



#contact-left{
float: left;
width: 380px;
margin: 10px 0px 20px 40px;
text-align: center;
}

#contact-right{
float: right;
width: 300px;
margin: 10px 40px 20px 0px;
}




form.contact-form label{
clear: both;
text-align: left;
font-weight: bold;
display: block;
margin-top: 7px;
}

form.contact-form input,form.contact-form textarea,form.contact-form select{
display: block;
width: 100%;
margin-top: 2px;
font: 9pt verdana,arial,tahoma,sans-serif;
border: 1px solid #cccccc;
padding: 3px;
}

form.contact-form input:hover,form.contact-form textarea:hover,form.contact-form select:hover{
border-color: #999;
}

form.contact-form textarea{
overflow: auto;
height: 100px;
}

input.contact-submit{
clear: both;
float: right;
width: auto;
margin-right: 2px;
padding: 4px 6px;
border: 0;
background-color: #4c81b9;
text-transform: uppercase;
color: #ffffff;
font-size: 0.8em;
font-weight: bold;
cursor: pointer;
}

.captcha-container{
width: 100%;
display: block;
clear: both;
float: left;
text-align: center;
padding: 5px;
margin-top: 7px;
border: 1px solid #cccccc;
}

form.contact-form div.captcha-container input{
width: 96%;
}

div.captcha-container small{
display: block;
}



#panel{
width: 1000px;
margin: 6px auto;
border: 1px solid #2ecc1e;
background-color: #b7e5b0;
color: #218416;
padding: 15px;
font-weight: bold;
}



#side-tab-container{
position: absolute;
top: 40px;
left: 0px;
width: 25px;
}

.side-tab{
display: block;
margin-bottom: 10px;
font-size: 11px;
}


.side-tab img{
border: 0;
text-decoration: none;
}

a.side-tab:hover{
color: #888888;
}




.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
}


.rounded{
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
behavior: url(includes/border-radius.htc);
}

.validated-form label.error{
color: red;
}


body div.block{
display: block;
overflow: hidden;
background-color: #ffffff;
background-image: url(../images/grad-light-med.png);
background-repeat: repeat-x;
background-position: bottom left;
margin: 2px 5px;
border: 1px solid #a1a1a1;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

div.block h2{
font-family: 'Droid Serif',arial,verdana,sans-serif;
font-size: 1.2em;
background-color: #4c81b9;
background-image: url(../images/grad-small.png);
background-repeat: repeat-x;
background-position: bottom left;
color: #ffffff;
margin: 0;
padding: 4px 7px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
letter-spacing: 0;
font-weight: normal;
text-shadow: 1px 1px 0px #000000;
font-variant: small-caps;
font-style: none;
}

div.block h2 a{
color: #ffffff;
}

div.block h2 img{
vertical-align: middle;
}

div.block-inner{
margin: 6px;
overflow: hidden;
}

div.block-inner h3{
border-bottom: 1px dotted #cccccc;
padding-bottom: 3px;
margin-top: 10px;
margin-bottom: 3px;
font-weight: bold;
font-style: italic;
color: #4c81b9;
font-size: 1.0em;
font-family: arial,verdana,sans-serif;
}

p.news-date{
font-size: 11px;
}

#see-on-map{
color: #4c81b9;
font-size: 11px;
font-weight: bold;
}


div.split-list-container{
overflow: hidden;
}

ul.split-list{
float: left;
width: 40%;
}

#availability td{
padding: 3px;
}

#availability input,#availability textarea,#availability select{
border: 1px solid #aaaaaa;
padding: 2px;
}

#availability input:hover,#availability textarea:hover,#availability select:hover,#availability input:focus,#availability textarea:focus,#availability select:focus{
border-color: #666666;
}

#availability select{
padding: 2px 6px 2px 2px;
}


#gallery{
overflow: hidden;
}

#gallery a{
float: left;
display: block;
width: 200px;
height: 133px;
border: 4px solid #4c81b9;
margin: 4px;
}

ul.split-list{
float: left;
width: 40%;
}

div.split-list-container{
overflow: hidden;
}


#cockerham-link{
position: absolute;
top: 180px;
left: 0;
border: 1px solid #96a600;
border-left: 0;
}

#cockerham-link:hover{
}

#header-newsletter input{
border: 1px solid #999999;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#download-booking-form{
font-size: 14px;
}






div.area-showcase{
border: 1px dotted #aaaaaa;
padding: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-indent: 25px;
background-color: #ffffff;
background-image: url(../images/speechmarks.png);
background-position: 4px 6px;
background-repeat: no-repeat;
margin-bottom: 5px;
overflow: hidden;
}

div.area-showcase a{
float: right;
display: block;
text-indent: 0;
margin-left: 15px;
margin-bottom: 4px;
width: 200px;
height: 133px;
padding-left: 0;
border: 2px solid #96a600;
}

div.area-showcase a img{
padding: 0;
margin: 0;
display: inline;
}







