/*PUBCODE STYLESHEET*/
@import url("reset-styles.css");

/*powered by New Vision*/
.nvglink {color:#666666;font-size:85%;}

/*layout*/
body{
	font-family: Arial, Helvetica, sans-serif;
	color:#076B7C;
	background:url(/img/bg.jpg) repeat-x top #C6B580;
}

#container{
	width:960px;
	margin:0px auto;
	font-size:85%;
}
#topnavigation{
	text-align: right;
	float: left;
	width: 960px;}
#topnavigation ul li{display:inline;}
#fontsize{display:inline;}
#header{
	margin-top: 10px;
	background-color: #fff;
	border-bottom: 3px solid #0DB7D3;
	border-top: 3px solid #0DB7D3;
	float: left;
	width: 100%;
}
#header img {
	float: left;
}
#logo {
	background: url(/img/visit-coastal-kent.jpg) no-repeat top;
	padding-top: 200px;
	text-align: center;
	width: 239px;
	float: left;
	color: #059CB1;
	font-weight: bold;
	font-size: 90%;
}
#logo span {
	display: block;
	padding: 0 10px;
}
#mainnavigation{
	float: left;
	width: 960px;
	height: 2em;
	background: url(/img/bar_bg.jpg) repeat-x bottom #BBE1EC;
	padding-top: 5px;
	clear: both;
}
#mainnavigation ul li {
	display: inline;
}
#mainnavigation a {
	display: block;
	color: #000;
	background: url(/img/nav-divide.jpg) no-repeat left;
	padding: 2px 19px;
	float: left;
	text-decoration: none;
}
#mainnavigation a:hover, #mainnavigation a:focus {
	background: #BBE1EC;
}
#mainnavigation a.first {
	background: none;
}
#content{
	background-color: #fff;
	padding: 20px;
	clear: both;
	float: left;
	width: 920px;
	margin-bottom: 10px;
}
.sidecontent {
	width: 220px;
	float: left;
}
.middlecontent {
	width: 440px;
	margin: 0 20px;
	float: left;
}
#footer{
	clear: both;
}
#footer ul{}
#footer ul li{}
#footer #bottomnav {
	background-color: #F6F3EB;
	border-top: 3px solid #C0AD74;
	float: left;
	width: 930px;
	padding: 15px;
	font-size: 90%;
	color: #000;
}
#footer #bottomnav .column {
	float: left;
	width: 150px;
	margin-right: 5px;
}
#footer #bottomnav h2 {
	color: #8D7A3F;
	margin: 0;
}
#footer #bottomnav a {
	color: #000;
	text-decoration: none;
}
#footer #footerlogos {
	text-align: right;
	clear: both;
}
#footer #footerlogos img {
	margin: 10px 0 10px 5px;
	vertical-align: top;
}
/*elements*/
h1{font-size: 130%; font-weight: bold; margin: 5px 0 10px;}
h2{font-size: 110%; font-weight: bold; margin: 5px 0 10px;}
h3{font-weight: bold;}
h4{}
h5{}
h6{}

a{
	color:#04A0B7;
}
a:visited{}
a:hover, a:focus, #fontsize a:hover, #fontsize a:focus {
	color: #000000;
	background-color: #E6DDC8;
	text-decoration: underline;
}

h1 a{}
h2 a{}
h3 a{}
h4 a{}
h5 a{}
h6 a{}

p{margin: 5px 0 10px;}
img{}
a img{border:0;}

ul{}
li{}

form{}
label{}
input{background-color:#fcfcfc;border:1px solid #ccc;}
select{}
fieldset{}
textarea{}

table{}
th {padding: 3px;}
td {padding: 3px;}
tr{}

/*skiplinks*/
#skiplinks{left:-9000px;position:absolute; top:0; background-color: #fff;}
#skiplinks a:focus {
	margin-left: 9000px;
}
#fontsize a{cursor: pointer;text-decoration: none; padding: 2px 5px; background-color: #fff;}
#fontsize a#fontsmall{font-size: 100%;}
#fontsize a#fontmedium{font-size: 130%;}
#fontsize a#fontlarge{font-size: 200%;}

/*Sitewide Classes*/
.float-left{float: left;}
.float-right{float: right;}

img.float-left{float:left;padding-right:10px;padding-bottom:10px;}
img.float-right{float:right;padding-left:10px;padding-bottom:10px;}

.clear{clear:both;height:1px;line-height:1px;font-size:0%;}
.text-image {
	font-size: 95%;
	line-height: 120%;
}
.text-image ul, .text-image li {
	list-style: inside disc;
	margin-left: 10px;
}
.sidecontent .text-image h2 {
	font-size: 140%;
	font-weight: normal;
}
.image-box {
	border-top: 1px solid #0DB7D3;
	margin-bottom: 20px;
}
.image-box span {
	display: block;
	background: url(/img/bar_bg.jpg) repeat-x top #1CBBD5;
	padding: 5px;
	color: 000;
	border-top: 1px solid #fff;
}
.image-box a span {
	color: #000;
	text-decoration: none;
}
.box {
	border: 2px solid #0DB7D3;
	background: #E2F2F7;
	padding: 5px;
	margin-bottom: 20px;
}
.box h2 {
	font-weight: bold;
	padding-bottom: 5px;
}
.box img {
	margin-bottom: 5px;
}
.box-bottom {
	font-size: 95%;
	line-height: 110%;
}
.box-bottom .button a {
	float: none;
	clear: both;
	display: block;
	margin-top: 5px;
}
.content-boxes .half {
	width: 210px;
	margin-right: 20px;
}
.content-boxes .third {
	width: 133px;
	margin-right: 20px;
}
.content-boxes .last {
	margin-right: 0 !important;
}
/*Button*/
a.button, .button a, .button input, input.button{
	background:#0DB7D3;
	padding: 5px;
	font-size: 110%;
	text-align: center;
	border: 1px solid #0DB7D3;
	color:#000;
	float:right;
	text-decoration:none;
	cursor:pointer;
}

a:hover.button, .button a:hover, .button input:hover, input:hover.button
{
	text-decoration:underline;
	background-color:#0FCEF0;
}

/*Widths*/
.full {
	width: 100%;
	float: left;
}
.half {
	float: left;
	width: 50%;
}
.third {
	float: left;
	width: 33%;/*work out px value based on width*/
}
.twothirds {
	float: left;
	width: 67%;
}
.quarter {
	float: left;
	width: 25%;
}
.fifth {
	float: left;
	width: 20%;
}

/*IE Input button width fix - suitable for all browsers*/
button, input {width: auto;overflow: visible;}

/*style overrides*/
/*----------------- 107 snippet -----------------*/
.thedmsSearchSmall label.hidden {
	position: absolute;
	top: -9000px;
	left: -9000px;
}
.thedmsSearchSmall form li {
	clear: both;
	margin-top: 0;
	padding-top: 10px;
}
.thedmsSearchSmall form li.startdate, .thedmsSearchSmall form li.nights {
	float: left;
	clear: none;
}
.thedmsSearchSmall li.startdate {
	margin-right: 5px;
}
.thedmsSearchSmall li.startdate label, .thedmsSearchSmall li.nights label {
	clear: both;
	float: none;
	display: block;
}
.thedmsSearchSmall li.startdate input {
	clear: left;
	float: left;
	display: block;
}
.thedmsSearchSmall li.nights input, .thedmsSearchSmall input#pn {
	clear: left;
	float: none;
	display: block;
}
.thedmsSearchSmall li.startdate .ui-datepicker-trigger {
	float: left;
}
.thedmsSearchSmall li.startdate input, .thedmsSearchSmall input#startdate {
	width: 120px;
}
.thedmsSearchSmall li.nights input {
	width: 40px;
}
.thedmsSearchSmall input#pn, .thedmsSearchSmall input#search, .thedmsSearchSmall select#at, .thedmsSearchSmall select#catid {
	width: 200px;
}
.thedmsSearchSmall select#townId {
	width: 170px;
}
.thedmsServerError {display: block;height: 70px;padding: 2%;width: 96%;}
