body {
	font-family: verdana;
	background: #bfbfbf;
	font-size: 11px;
}

img {
   border-style: none;
}

* {
	margin: 0;
	padding: 0;
}

img, div { 
	behavior: url(images/iepngfix.htc)
}

#wrapper {
	margin: auto;
	width: 880px;
	background: #fff;
	margin-top: 20px;
}

#branding {
	width: 880px;
	position: relative;
	height: 420px;	
}

#headerImage {
	padding: 10px 10px 10px 10px;
}

#nav {
	position: absolute;
	bottom: 35px;
	left: 30px;
	z-index: 1;
}

#nav a:link, #nav a:active, #nav a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-right: 30px;
}

#nav a:hover {
	color: #bf9530;
	text-decoration: none;
	font-weight: bold;
}

#headerTop {
	position: absolute;
	top: 10px;
	left: 10px;
}

#headerBottom {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#leftCol {
	float: left;
	width: 220px;	
}

#leftColContent {
	margin: 0px 0px 5px 10px;
}

#leftColContent img, #imagesContent img {
	border: 1px solid #bfbfbf;
	margin-bottom: 5px;
}

#content {
	float: right;
	width: 658px;
}

#contentBody {
	float: left;
	background: #f0f0f0;
	width: 436px;
	border: 1px solid #bfbfbf;	
}

#contentLargeBody {
	background: #f0f0f0;
	width: 647px;
	border: 1px solid #bfbfbf;
}

#contentImages {
	float: right;
	width: 220px;
}

#imagesContent {
	margin: 0px 0px 0px 9px;
}


#footer {
	clear: both;
	padding-top: 10px;
}

#footerContent {
	margin-top: 10px;
	padding: 25px;
	background: #e2e2e2;
	font-size: 10px;
	color: #26405a;
}

p {
	line-height: 14pt;
	padding: 0px 15px 0px 15px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #747f3c;
	text-decoration: none;
	
}

#footer a:hover {
	color: #bf9530;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #747f3d;
	text-decoration: none;
	
}

a:hover {
	color: #747f3d;
	text-decoration: underline;
}

ul {
	padding: 0px 15px 0px 15px;
	list-style-type: none;
}	

li {
	background: url('images/bullet_green.gif') no-repeat 0 5%;
	padding-left: 30px;
	padding-bottom: 12px;
	line-height: 13pt;
}

.boldText {
	font-weight: bold;
}

fieldset {
	padding: 5px;
	background: #e2e2e2;
	border: 1px solid #bfbfbf;
	
}

label {
	float: left;
	width: 110px;
}

.input {
	border: 1px solid #bfbfbf;
	width: 180px;
	height: 20px;
	background: #fff;
}

textarea {
	border: 1px solid #bfbfbf;
	background: #fff;
}

#submit {
	width: 100px;
	margin-left: 110px;
	border: 1px solid #bfbfbf;
	background: #fff;
}

#contactContent {
	padding: 15px;
}

#errorDiv {
	padding: 15px 15px 15px 55px;
	background: #efefef url('images/big_cross.jpg') no-repeat 15px 50%;
	border: 1px solid #bfbfbf;
	margin: 0px 15px 5px 15px;
	color: red;
	font-weight: bold;
}

#goodDiv {
	padding: 15px 15px 15px 55px;
	background: #efefef url('images/big_tick.jpg') no-repeat 15px 50%;
	border: 1px solid #bfbfbf;
	margin: 0px 15px 5px 15px;
	color: #46a73f;
	font-weight: bold;
}

#jamesLeft {
	float: left;
	width: 45%;
	
}

#dansRight {
	float: right;
	width: 45%;
	
}

#jamesLeftContent {
	padding-left: 35px;
}


.bookingsCalendarTable {
	border-collapse: collapse;
}

.calDay {
	padding: 10px;
	background: #46a73f;
	text-align: center;
}

.calBooked {
	background: #e22c16;
	padding: 10px;
	text-align: center;
}

.calBlank {
	padding: 10px;
}

.calHead {
	padding: 10px;
	text-align: center;
	background: #ccc;
}

#calMainHeading {
	padding: 10px;
	text-align: center;
	background: #7e7e7e;
	color: #fff;
}

.clearDiv {
	clear: both;
}

#textGreen {
	font-weight: bold;
	color: #46a73f;
}

#textRed {
	font-weight: bold;
	color: #e22c16;
}

.photosHolder {
	padding: 15px;
}

.photosHolder img {
	border: 5px solid #bfbfbf;
	float: left;
	margin: 10px 15px 10px 0px;
}

#mainBodyHeader {
	width: 436px;
	border-bottom: 1px solid #bfbfbf;
	background: #8ea0b4;
	color: #fff;
}

#mainBodyHeaderBig {
	width: 647px;
	border-bottom: 1px solid #bfbfbf;
	background: #8ea0b4;
	color: #fff;
}

#mainBodyHeader h2, #mainBodyHeaderBig h2 {
	font-size: 11px;
	padding: 11px 0px 11px 15px;
}

a.infoBox, a.info:visited {
	z-index:10;
	color: #B32400;
}

a.infoBox:hover{
	position:relative;
	z-index:100;
	color: #B32400;
	text-decoration: none;
}	
		
a.infoBox span{
	display:none;
}

a.infoBox:hover span {
	display:block;
	position:absolute;
	float:left;
	white-space:nowrap;
	bottom:4.2em;
	right: 0px;
	background:#fffcd1;
	border:1px solid #444;
	color:#444;
	padding: 1px 5px;
	z-index: 10;
	text-align: left;
	text-decoration: none;
	padding: 10px;
	line-height: 12pt;
}

#pngA {
	position: absolute;
	top: 228px;
	left: 350px;
}

#pngB {
	position: absolute;
	top: 215px;
	right: 135px;"	
}