/* IE hack to center layout */
#everything, #header {
  width: 100%;
  text-align: center;
}

.main, #header .content {
  text-align: left;
}

.main {
  background: #F1CF7F;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.leftCol {
  float: left;
  width: 219px;
}

/* ___________________________  Header  ___________________________ */

#header .headerContent {
  width: 750px;
  height: 199px;
  margin-left: auto;
  margin-right: auto;
  background: #EBBA48 url(../images/headerLogo.png) no-repeat left top;
}

/* Hide Header Text */
#header .headerContent h2,
#header .headerContent p {
  display: none;
}

#header .headerContent img {
	margin-left: 219px;
	float: left;
}

/* ___________________________  Menu ___________________________ */

.leftCol ul.menu {
    background: #EBBA48;
	padding: 22px 0px 22px 0px;
	list-style: none outside none;
}

.leftCol ul.menu li {
  font-size: 0px; /* IE hack to stop it adding margin to <li> */
  padding: 8px 0px 8px 0px;
}

.leftCol ul.menu li a {
  display: block;
  width: 219px;
  height: 16px;
  background: #EBBA48 url(../images/menuaged-sprite.gif) no-repeat left top;
}

/* Hide Menu Text */
.leftCol ul.menu li a span { display: none; }

/* Menu Item: home */
.leftCol ul.menu li.home a { background-position: 0px 0px }
.leftCol ul.menu li.home a:hover,
body.index .leftCol ul.menu li.home a 
	{ background-position: -219px 0px; }

/* Menu Item: singles-couples */
.leftCol ul.menu li.singles-couples a { background-position: 0px -16px }
.leftCol ul.menu li.singles-couples a:hover,
body.singles-or-couples .leftCol ul.menu li.singles-couples a 
	{ background-position: -219px -16px; }

/* Menu Item: guarantee */
.leftCol ul.menu li.accommodation a { background-position: 0px -32px }
.leftCol ul.menu li.accommodation a:hover,  
body.accommodation-options .leftCol ul.menu li.accommodation a 
	{ background-position: -219px -32px; }

/* Menu Item: floor-plan */
.leftCol ul.menu li.services-provided a { background-position: 0px -64px }
.leftCol ul.menu li.services-provided a:hover,
body.services-provided .leftCol ul.menu li.services-provided a 
	{ background-position: -219px -64px; }

/* Menu Item: caring-community */
.leftCol ul.menu li.caring-community a { background-position: 0px -80px }
.leftCol ul.menu li.caring-community a:hover, 
body.caring-community .leftCol ul.menu li.caring-community a 
	{ background-position: -219px -80px; }

/* Menu Item: register-interest */
.leftCol ul.menu li.register-interest a { background-position: 0px -96px }
.leftCol ul.menu li.register-interest a:hover,  
body.register-interest leftCol ul.menu li.register-interest a 
	{ background-position: -219px -96px; }

/* Menu Item: newsletter-articles */
.leftCol ul.menu li.newsletter-articles a { background-position: 0px -112px }
.leftCol ul.menu li.newsletter-articles a:hover,  
body.newsletter-articles ul.menu li.newsletter-articles a 
	{ background-position: -219px -112px; }

/* Menu Item: contact */
.leftCol ul.menu li.contact a { background-position: 0px -128px }
.leftCol ul.menu li.contact a:hover,  
body.contact-us ul.menu li.contact a 
	{ background-position: -219px -128px; }

/* ___________________________  Content ___________________________ */

.main .content {
  float: left;
  background: #F1CF7F;
  width: 442px;
}

/* ___________________________  Start Box ___________________________ */


/* Normal */
.content .startBox {
  background: #fff; 
  width: 442px;
}

.content .startBox .boxContent {
  background: #F9EAC8;
  margin: 0px 2px 0px 2px;
  padding: 25px 30px 10px 30px;
}

/* Add Min-Height */
body .content .startBox {
  min-height: 236px; /* IE Hack */
}

body .content .startBox .boxContent {
  *height: 268px; /* IE Hack */
  min-height: 233px;
}

/* Inside Styles */
.content .startBox h1 {
  color: #00446C;
  font-size: 29px;
  margin-bottom: 15px;
}

.content .startBox p {
  color: #00446C;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 6px;
  font-weight: bold;
}

/* ___________________________ Body Content ___________________________ */

.content .mainContent {
  background: #fff;
/*  margin-right: 89px;*/
}

.content .mainContent .innerContent {
  background: #fff;
  margin: 0px 2px 0px 2px;
  padding: 25px 30px 15px 30px;
  min-height: 485px;
  *height: 525px; /* IE Hack */
}

.content .mainContent .innerContent h2 {
  color: #00446C;
  font-size: 20px;
  margin-bottom: 20px;
}

.content .mainContent .innerContent h3 {
  color: #00446C;
  font-size: 17px;
  margin-bottom: 20px;
}

.content .mainContent .innerContent p {
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 150%;
}

.content .mainContent .innerContent .accommodationTable h2 {
	margin-bottom: 2px;
}

.content .mainContent .innerContent ul { list-style: outside disc; padding-left: 1em; padding-bottom: 0.1em; }

.content .mainContent .innerContent strong { font-weight: bold; }


/* Forms */
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100%;
	margin: 0;
	padding: 0;
	min-width: 378px;
	max-width: 377px;
	width: 378px;
}

form fieldset {
	border-color: #EBBA48;
	border-width: 1px;
	border-style: dashed;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	margin-bottom: 5px;
}

form fieldset legend {
	color: 	#00446C;
	font-size:1.1em;   /* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll shift the nice offset on top of border  */
	background-color: #fff;
	padding: 0px 5px 0px 5px;
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

.full {
	text-align: left;
	width: 100%;
	clear: both;
}

form textarea.full {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:356px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form fieldset input, form textarea select, form fieldset select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form .formFooter {
	margin-top: 5px;
	text-align: right;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea {
	overflow: auto;
}

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required {
	font-weight:bold;
} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/* ___________________________  Footer ___________________________ */
#footer {
	clear: both;
	background: #F1CF7F;
	height: 1px;
	font-size: 0px;
}

/* ___________________________  SEO repositioning ___________________________ */

#header {
  position: absolute;
  left: 0px;
  top: 0px;
}

.main {
  margin-top: 201px;
}
