/**Bayhouse css*//
/***********************************************/
/*Notes:

Logo colours:
	blue: #29aae2
	yellow: #fff200
	black: #231f20
	
************************************************/
*  {
	margin: 0; padding: 0;
}
html{
	height:100%;
	padding:0px;
	margin:0px;
	}
body {
	font: 76% Verdana, Arial, "Trebuchet MS", Tahoma, Sans-serif;
	color: #333333;
	background:#fff url(/images/bgrounds/bgtile.jpg) 0 0 repeat-x;
	margin:0px;
}

.clear {
	height: 0px;
	line-height: 0;
	clear: both;
	font-size: 0px;
}
a { font-size: 1em; }
a:link { color: #3354aa; text-decoration: underline; }
a:visited { color: #3354aa; text-decoration: underline; }
a:hover { color: #3354aa; text-decoration: none; }
a:active { color: #3354aa; text-decoration: underline;}
a.external {
	background:transparent url(/images/icons/external.png) no-repeat scroll right center;
	padding-right:13px;
}
#content ul { margin: 0 0 1em 5px; position: relative; }
#content ul li { 
	margin: 0 0 .4em 0; 
	padding: 0 0 0 20px; 
	list-style:none;
	background: url(/images/icons/arrow.gif) no-repeat 10px 7px; 
}
#content ol {
	margin: 0 0 1em 20px;
}
#content ol li {
	list-style-type: decimal;
	margin: 0 0 .4em 0; 
}

p, table, td, p a, li a, table a, dl a {
	font-size: 1em;
}

img { border: 0; }
.img-l, .left_aligned_image_margin, .left_aligned_image_margin_and_border { margin: 0 10px 10px 0; float: left; }
.img-r, .right_aligned_image_margin, .right_aligned_image_margin_and_border { margin: 0 0 10px 10px; float: right; }
.img-c { margin-left: 0px; margin-bottom: 10px}
.img-bdr, .image_border, .right_aligned_image_margin_and_border, .left_aligned_image_margin_and_border { padding: 1px; border: 1px solid #eee; }

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0px 0 0px 0;
	color:#29aae2;
}
h1 { font-size: 2em;}
h2 { font-size: 2.8em;  margin: 20px 0 0px 0;}
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 span, h2 span, h3 span {
	display: none;
}

h2{
	padding-bottom:10px;
	font-weight:100;
	height:1.5em;
	background:url(/images/bgrounds/hr.gif) center 30px no-repeat;
}
h3{
	color:#29aae2;
	height:1.7em;
	background:url(/images/bgrounds/hr.gif) center 10px no-repeat;
	margin-bottom:5px;
}
p {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #eee;
	background-color: #fff;
	margin: .5em 0 !important;
	margin: 0;
}
#header {
	background:url(/images/bgrounds/bgtop.jpg) center no-repeat;
	width: 990px;
	/*position:relative;
	left:-140px;
	*/
	height: 134px;
}
#header *{
	
}
#header .logo {
	position:relative;
	width:97px;
	height:96px;
	display:block;
	background:url(/images/logos/logo.gif) ;
	left:444px;
	top:9px;
}

.logo h1{
	display:none;
}

#header #nav{
	width:200px;
	/*position:absolute;
	top:5px;
	left:120px;*/
	padding:5px 0 0 120px;
	float: left;
}
#nav ul{
margin:0px;
}
#nav li{
	list-style:none;
}
#nav a{
	font-size:20px;
	color:#fff;
	display:block;
	text-align:right;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
#nav a:hover, #nav a.current{
	color:#fff200;
}
#container {
	margin: 0 auto;
	width: 990px;
	text-align: left;
	height:auto;
	background-color:#fff;
	background: transparent;
}
#content{
	margin: 0 auto;
	xmargin-left: 140px;
	background: #fff;
	width: 700px;
	padding-top: 5px;
	padding-left: 10px;
}
#main {
	width: 760px;
}
#main-l, #main-r, #main-full {
	float: left;
	line-height:1.5em;
}
#main-l {
	width:440px;
	margin-right:5px;
	padding-right:10px;
	
}
#contact-us #main-l {
	width: 100%;
}
#main-r {
	width:230px;
	background-color:transparent;
}
#contact-us #main-r {
	display: none;
}

#main-full{
	width:100%;
}

#main-r img{
	margin-top:5px;
	margin-bottom:5px;
}	
.footer {
width:100%;
padding-top:15px;
text-align:right;
margin: 0 auto;
}


th{
	text-align:center;
	color:#0066CC;
}

#ratesTable{
width:580px;
}

.bookeasy{
	text-align:center;
}
#map{
	margin: 0 auto;
	width: 685px;
	height: 350px;
}
/*
#container { border: 1px solid green; }

#header { border: 1px solid yellow;}

#content { border: 1px solid red;}

#main { border: 3px solid blue;}

#main-l { border: 1px solid orange;}

#main-r { border: 1px solid pink;}*/
