/* General Set-up and Typography */


* {
  margin: 0;
  padding: 0;
}

body {
  font: 65%/1.7 Arial, Verdana, sans-serif;
  background-color: #EAEAEA;
}

h1 {
  font-size: 2.0em;
  font-weight: normal;
}

h2 {
  font-size: 1.8em;
  font-weight: normal;
}

hr {
  height: 1px;
  color: #000000;
}

h1, h2, p {
  margin: 1em 0;
}

a {
	color: #4060A2;
}
a:hover {
	text-decoration: none;
}

img {
  border: 0px;
}

/* General Construction */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 947px; 
  margin: 0 auto; 
  text-align: left; 
  background: #fff url(../images/wrapper_bg.gif) repeat-y top left;
}

#content { 
  width: 680px;
  margin-right: 10px;
  float: right; 
}

#home_content {
  width: 707px;
  float: right; 
  padding: 0px;
}	

#leftnav{ 
  width: 225px; 
  float: left; 
} 

#footer { 
  clear: both; 
} 


/* Header Styles */

#header h1 {
  margin: 0px;
  text-indent: -5000px;
  background: #fff url(../images/header.jpg) no-repeat top left;
  height: 320px;
}
#header h1 a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

#header {
	background-color: #fff;
}


/* Top Navigation Styles */

#topnav {
	background-color: #4060A2;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 20px;
}

#topnav ul {
	list-style: none;
	height: 49px;
}

#topnav li {
	display: block;
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	height: 36px;
	padding-top:13px;
	text-align: center;
	text-transform: uppercase;
}

#topnav li a {
	color:#fff;
	text-decoration: none;
	font-size: 1.7em;
	font-weight: bold;
}

#topnav li a:hover {
	text-decoration: underline;
}

#topnavhome {
	width: 124px;
}
#topnavcontact {
	width: 181px;
}
#topnavyellow  {
	background-color: #FFCC00;
	width: 147px;
}
#topnavorange {
	background-color: #FF9900;
	width: 122px;
}
#topnavgreen {
	background-color: #009900;
	width: 168px;
}
#topnavred {
	background-color: #E30001;
	width: 191px;
}
/* Footer Styling */

#footer {
  background-color: #4060A2;
  padding: 0px 20px;
  border-top: 1px solid #000;
  color: #fff;
  height: 85px;
  text-align: right;
}

#footer p{
	font-size: 1.3em;
	text-transform: capitalize;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
#footerleft{
	float: left;
	background-image: url(../images/footerleftbg.gif);
	background-repeat: no-repeat;
	width: 230px;
	height: 83px;
}
#footerleft p {
	text-align: left;
	margin-left: 100px;
}

/* Side Navigation Styling */

#leftnav {
	margin-top: 1px;
	padding: 0px;
	padding-left: 10px;
	background-color: #4060A2;
}

#leftnav ul {
	list-style: none;
}

#leftnav h3 {
	font-family: Helvetica;
	font-size: 1.8em;
	color: #ffffff;
	background-color: #8A9FB4;
	padding-left: 10px;
}

#leftnav li {
	width: 180px;
	margin-bottom: 1px;
	font-size: 1.3em;
}

#leftnav li a {
	display: block;
	padding-left: 10px;
	background-color: #E1E4E7;
	color: #4B6782;
	text-decoration: none;
}

#leftnav li a:hover {
	color: #fff;
	background-color: #3E5C7A;
}

#leftnav p{
	color: #fff;
	font-size: 1.3em;
}
/* Main Content */

#content {
	padding: 10px;
}

#content h1, #home_content h1 {
	padding-left: 8px;
	color: #3E5C7A;
	margin: 0px;
	margin-top: -9px;
}

#content p, #home_content p {
	font-size: 1.3em;
	line-height: 18px;
	padding-left: 8px;
}

#content li, #home_content li {
	font-size: 1.2em;
	padding-left: 24px;
}
#content h2, #home_content h2 {
	padding-left: 8px;
	margin: 0;
	margin-top: -7px;
}
#content h3, #home_content h3 {
	padding-left: 8px;
	margin: 0;
	font-size:1.1em;
}
.clear {
	clear: both;
}
.creamtext {
	color: #FFE6C1;
}
select {
	font-family: Arial;
}
.leftnavsubmit {
	text-align: right;
	background-color: #003366;
	margin-right: 25px;
}
.leftnavsubmit #search {
	background-color: #E30001;
	color: #fff;
	border: 0px;
	font-family: Arial;
}
.rightarrow {
	margin-right: 20px;
}
.alignright {
	text-align: right;
}
.aligncenter{
	text-align: center;
}
.alignleft {
	text-align: left;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#home_content_top {
	background: #fff url(../images/home_bg.jpg) repeat-x top left;
	height: 245px;
}
#home_content_topleft {
	margin-top: 10px;
	float: left;
	width: 416px;
}
#home_content_topleft h2 {
	text-transform: uppercase;
	margin: 10px 0px 0px 10px;
	color: #4060A2;
	background-image: url(../images/home_green_vbar.gif);
	background-repeat: no-repeat;
}
#home_content_topright {
	margin-top: 10px;
	float: left;
	width: 250px;
}
#home_content_topright2 {
	float: left;
	margin-left: 10px;
}
#home_content_topright2 p{ 
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.home_content_cottagebox {
	background-color: #009900;
	width: 445px;
	height: 117px;
	padding-top: 0px;
}
.home_content_cottagebox h3 img {
	padding: 0px 10px 0px 3px;
	border-left: 5px solid #FF9900;
	float: left;
	text-align: right;
}
.home_content_cottagebox h2 {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0px;
	line-height: 36px;
}
.home_content_cottagebox h2 img {
	padding-left: 20px;
	padding-top: 5px;
}
.home_content_cottagebox p {
	color: #fff;
	margin-top: -4px;
	font-size: 0.9em;
}
.home_content_cottagebox_divider {
	width: 445px;
	height: 15px;
	margin:0px;
	padding: 0px;
	border: 0px;
	background: #009900 url(../images/home_cottagebox_divider.jpg) repeat-x top left;
}
#home_content_facilities {
	background-color: #E30001;
	width: 259px;
	height: 368px;
	float: right;
	margin-bottom: 5px;
}
#home_content_facilities h2 {
	color: #fff;
	padding-left: 5px;
	border-left: 3px solid #FFCC00;
	margin: 5px 20px 5px 10px;
	text-transform: uppercase;
}

#home_content_facilities p {
	color: #fff;
	margin: 5px 10px 5px 10px;
	padding-left: 25px;
}
#home_content_facilities p img {
	margin: 4px 0px 0px -25px;
}
.tick {
	background: #E30001 url(../images/tick.gif) no-repeat 0px 5px;
}
.readmorewhitered {
	text-align: right;
}
.readmorewhitered a {
	background-color: #fff;
	text-decoration: none;
	color: #000;
	padding: 2px;
	border: 1px solid #FF9A02;
}
#home_content_lower {
	clear: both;
}
#content li {
	margin-left: 20px;
}
#cottageheader {
	border-left: 3px solid #ffcc00;
	padding-left: 3px;
}
#pitchesheader {
	border-left: 3px solid #ff9900;
	padding-left: 3px;
}
#contactheader {
	border-left: 3px solid #4060A2;
	padding-left: 3px;
}
#bookingsheader {
	border-left: 3px solid #009900;
	padding-left: 3px;
}
#offersheader {
	border-left: 3px solid #E30001;
	padding-left: 3px;
}
#searchform select {
	margin-left: 0px;
}
#searchform label {
	width: auto;
	float: none;
	display: inline;
}
#bookingpgform label {
	width: 200px;
	float: left;
}
.clickpitch area:hover {
	cursor: pointer;
}
.clickpitch {
	background-color: #00ff00;
}
.bookingdates{
	float: left;
	width: 160px;
}
.bookingdates p{
	margin: 0px;
	line-height: 1.2em;
}
.facilitiesblock{
	float: left;
	width: 325px;
	height: 220px;
	text-align: center;
}
.requiredstar {
	font-size: 16px;
	color: #ff1111;
	font-weight: bold;
}
#bookingform #firstname, #bookingform #surname {
	margin-left: 20px;
}
#cardholdercountry {
	margin-left: 50px;
}
.smalltext {
	font-size: 0.75em;
}