/* CSS Document, CORE CSS for De Vere sites */

/* STANDARD TYPOGRAPHY STUFF */

img {border: 0;}

a:link {color:#47adbf; text-decoration: none;}
a:visited {color:#47adbf; text-decoration: none;}
a:hover {color:#47adbf; text-decoration: underline;}
a, a:active {color:#47adbf; text-decoration: none;}

H1, H2, H3 {padding: 0; margin: 0; font-family: georgia, times, serif; color: #217b8b; font-weight: normal;}
H1 {font-size: 1.6em;}
H2 {font-size: 1.4em;}
H3 {font-size: 1em;}
H4 {font-size: .9em; margin-bottom: 3px;}

form { margin:0; padding:0;}
fieldset {border:0; margin:0; padding:0;}
div.content P {font-size: 0.9em; line-height: 1.4em;}


div.hr-dotted-001 { 
/*	margin-bottom:10px; */
	border-bottom:1px dotted #000; 
	font-size:0; 
	height:1px; 
	clear:both; 
	/*width:100%;*/
	margin:0 13px 10px 13px;
}
div.hr-dotted-001 hr {display:none;}



.cb {clear:both;}
.cr {clear:right;}
.cl {clear:left;}
.fl {float: left;}
.fr {float: right;}
.fwBold {font-weight:bold;}
.fwNormal {font-weight:normal;}
.blue {color: #47ADBF;}
.red {color: #880707;}

.mb0 {margin-bottom:0px!important;}
.mb4 {margin-bottom:4px;}
.mb8 {margin-bottom:8px;}
.mb12 {margin-bottom:12px;}
.mb14 {margin-bottom:14px;}
.mt20 {margin-top:20px;}
.ml15 {margin-left:15px;}
.pl30 {padding-left:30px;}
.pr1em {padding-right:1em;}
.pr30 {padding-right:30px;}
.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pointerOnHover {cursor:pointer;}
.tal {text-align:left;}
.tar {text-align:right!important;}
.underline {text-decoration:underline!important;}
.clear {
	font-size:0;
	line-height:0;	
	height:0px; 
	clear:both; 
	width:100%;
	padding:0;
	margin:0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* 	SKELETON */

BODY {
	padding: 0; margin: 0;
	background: #161511 url(../img/common/bg-body.jpg) repeat-x top left;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 88%; /* all font sizing in ems. if you want to change font-sizes throughout, just change this.*/
}
div#frame {
	margin-top: 20px;
	width: 990px;
	margin-left: auto; margin-right: auto;
	text-align: left;
}
div#frame-top {
	padding-top: 6px;
	background: transparent url(../img/common/bg-frame-top.gif) no-repeat top left;
}
div#frame-mid {
	background-color: #fff;
}
div#frame-bot {
	padding: 7px 0px;
	background: transparent url(../img/common/bg-frame-bot.gif) no-repeat bottom left;
}
div#hdr-out, div#ftr-out {
	background-image: url(../img/common/bg-hdr-top.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
div#hdr-in, div#ftr-in {
	background-image: url(../img/common/bg-hdr-bot.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
div#hdr-in { /* this forms 7px margin below navigation strip with shadow */
	padding-bottom: 6px;
}
div#ftr-links-box {
	text-align: center;
}

/* HEADER ELEMENTS */

div#hdr-in IMG#logo {
	padding: 35px 0px 14px 49px;
}
div#hdr-in div#hdr-hr { /* this and div#hdr-hr div (next selector) form the horizontal rule in header */
	text-align: center;
	padding-bottom: 5px;
}
div#hdr-in div#hdr-hr div {
	width: 972px;
	margin-left: auto; margin-right: auto;
	border-top: 1px solid #ccc;
}
div#nav-out {
	text-align: center;
}
div#nav-in {
	width: 962px;
	margin-left: auto; margin-right: auto;
	background-color: #fff;
}
div#nav-wrap {
	background-color: #085159;
}
div#nav-in div#nav-wrap UL {
	padding: 10px 0px; margin: 0;
	text-align: left;
}
div#nav-in UL LI {
	padding: 0px 18px; margin: 0;
	border-left: 1px solid #064147;
	border-right: 1px solid #6b979b;
	float: left;
	list-style-type: none;
}
div#nav-in UL LI A {
	color: #fff;
	font-family: georgia, times, serif;
	font-size: 0.9em;
	background: #085159;
}
div#nav-in UL LI A:hover,
div#nav-in UL LI A.current  
{
	color: #d3cab4;
}

/* FOOTER ELEMENTS */

div#nav-ftr {
	padding-left: 140px;
	background-image: url(../img/common/logo-ftr.gif);
	background-repeat: no-repeat;
	background-position: 26px 24px;
}
div#nav-ftr UL {
	padding: 30px 0px 25px 0px; margin: 0;
	text-align: left;
}
div#nav-ftr UL LI {
	border-left: 1px solid #ccc;
	display: inline;
	padding: 8px 8px 10px 22px;
	background: url(../img/common/bullet-nav-ftr.gif) no-repeat 6px center ; 
}
div#nav-ftr UL LI.first {
	border-left: 0px solid #ccc;
}
div#nav-ftr UL LI A {
	color: #4a6171;
	font-family: georgia, times, serif;
	font-size: 0.85em;
}
div#nav-ftr UL LI A:hover {
	color: #6b979b;
}

/* FOOTER LINKS */

div#ftr-links-box {
	padding-bottom: 20px;
}
div#ftr-links-box UL#ftr-links {
	list-style-type: none;
}
div#ftr-links-box UL#ftr-links LI {
	display: inline;
	border-left: 1px solid #4c655d;
	padding: 0px 10px;
}
div#ftr-links-box UL#ftr-links LI.first {
	border-left: 0px solid #4c655d;
}
div#ftr-links-box UL#ftr-links LI A {
	font-size: 0.8em;
	color: #fff;
}

/* MAIN CONTENT DIVS (USED IN FRAME-MID) */

div#content-frame {
	padding-top: 8px;
	padding-bottom: 10px;
}
div#row1-col1-main-banner {
	width: 677px;
	float: left;
	margin-left: 8px;
}
div#row1-col2-booking-form {
	width: 289px;
	float: left;
	margin-left: 8px;
}
div#row2-col-l-narrow {
	width: 256px;
	float: left;
	padding: 10px 0px 0px 5px;
}
div#row2-col-r-wide {
	width: 720px;
	float: left;
	margin-top: 12px;
}






















