@charset "utf-8";
/* CSS Document 
//
// CONTENTS
// 000 ACCESSIBILITY
// 001 PRIMARY LAYOUT
// 002 SECONDARY LAYOUT
// 003 TYPOGRAPHY
// 004 IMAGES
// 005 FORMS

*/



/*-------------------------------------------------------------------------------------------------------------------- 000 ACCESSIBILITY ------*/

.skipLink {
	position: absolute;
	left: -9999px;
	width: 990px;
}

.hide {
	display:none;
	clear:both;
}



/*------------------------------------------------------------------------------------------------------------------- 001 PRIMARY LAYOUT ------*/

body {
	font:80% Verdana, Arial, Helvetica, sans-serif;
	background:#e4e9f5 url(../images/interface/header-bg.gif) top repeat-x;
	margin:0;
	padding:0;
	margin:0;
	color:#909090;
	text-align:center;
}

#wrapper {
	width:960px;
	margin:0 auto;
	text-align:left;
	position:relative;

}

#header {
	height: 150px;
	width: 960px;
	position:relative;
	margin:0 auto; padding:0;
}

#bodywrapper {
	height:1%;
	width:960px;
	float:left;
	padding:75px 0 0;
	background: #ffffff url(../images/interface/bg.gif) top center no-repeat;
}

#navigation {
	float:left;
	width:170px;
	font-size:1.1em;
	display:inline;
	padding-top:25px;
}

#mBody {
	width:500px;
}

#footer {
	clear:both;
	width:960px;
	margin:0 auto 50px;
	position:relative;
	background-color:#FFFFFF;
	float:left;
	padding-top:30px;
	padding-bottom:20px;
}

#body-contact #footer {
	background: #ffffff url(../images/interface/footer-bg.gif) repeat-y right;
}

#contactwrapper {
	margin:0;
	padding:0;
	width:960px;
	float:left;
	background: #ffffff url(../images/interface/footer-bg.gif) repeat-y right;
}

#contactbottom {
	background-color:#5a75b8;
	width:340px;
	height:100px;
	position:absolute;
	right: 36px;
	bottom: -50px;
}

#contact {
	position:absolute;
	right: 40px;
	bottom: -50px;
	width: 300px;
	height: 200px;
	padding: 22px 22px 30px;
	background:#5a75b8 url(../images/interface/contact-bg.gif) top center no-repeat;
}

#body-contact #contact {
	position:absolute;
	right:36px;
	bottom: -50px;
	width:300px;
	height: 300px;
	padding: 22px 20px 30px;
	background:#5a75b8 url(../images/interface/contact-bg.gif) top center no-repeat;
}

#contact p {
	font-size:0.85em;
	color: #ffffff;
}

#body-contact #contact {
	position:relative;
	float:right;
	bottom:0;
	right:0;
	margin-right: 36px;
}

* html #body-contact #contact {
	margin-right: 18px;
}

/*----------------------------------------------------------------------------------------------------------------- 002 SECONDARY LAYOUT ------*/

#mBody ul {
	padding-left:1.5em;
}

#mBody ul li {
	padding: 11px 0 0.3em 2em;
	list-style: none;
	background: url(../images/interface/bullet.gif) no-repeat 0 1em;
}

#mBody ol li {
	padding-top:0.5em;
	padding-bottom:0.3em;
	line-height: 1.8em;
	font-size:0.9em;
}

#header h1 {
	padding:0; margin:0;
	position:absolute;
	left:20px; top:0px;
	height:150px; width: 275px;
	background: url(../images/interface/logo.gif);
	text-indent:-9999px;
}

#menu {
	padding:0; margin:0;
	position:absolute;
	right:10px; top: 43px;
	height:74px; width:604px;
}

#menu ul {
	position:relative;
	padding:0; margin:0;
	height:74px; width:604px;
	background: url(../images/interface/menu-bg.gif);
	text-indent: -99999px;
	list-style:none;
}

#menu ul li {
	position: absolute;
	height:48px; width:116px;
	top:10px;
	margin:0; padding:0;
}

#li-home{left:10px;}
#li-rooms{left:127px;}
#li-pricing{left:244px;}
#li-catering{left:361px;}
#li-contact{left:478px;}

#menu ul a, #menu ul span {
	display: block;
	text-decoration: none;
	height:48px; width:116px;
	margin:0; padding:0;
}

#li-home a:hover{background: url(../images/interface/menu-bg.gif) -10px -84px;}
#li-rooms a:hover{background: url(../images/interface/menu-bg.gif) -127px -84px;}
#li-pricing a:hover{background: url(../images/interface/menu-bg.gif) -244px -84px;}
#li-catering a:hover{background: url(../images/interface/menu-bg.gif) -361px -84px;}
#li-contact a:hover{background: url(../images/interface/menu-bg.gif)-478px -84px;}

#li-home span{background: url(../images/interface/menu-bg.gif) -10px -158px;}
#li-rooms span{background: url(../images/interface/menu-bg.gif) -127px -158px;}
#li-pricing span{background: url(../images/interface/menu-bg.gif) -244px -158px;}
#li-catering span{background: url(../images/interface/menu-bg.gif) -361px -158px;}
#li-contact span{background: url(../images/interface/menu-bg.gif)-478px -158px;}

.primary{
	float:right;
	margin:0 40px 2em 0;
	display:inline;
}

#copyright {
	float:left;
	color: #c0c0c0;
	width:535px;
	text-align:right;
	font-size:10px;
}

#copyright a {
	color:#c0c0c0 !important;
}

#copyright p {
	padding-bottom: 6px;
}

#copyright p a {
	border-right: 1px #c0c0c0 solid;
	padding: 0 10px;
}

#copyright p a.last {
	border:none !important;
	padding-right: 0 !important;
}

.datatable {
	width:100%;
	background:#e3e8f3;
	margin-top:1em;
	border-bottom: 1px #5c77b9 solid;
}

.datatable tr {
	height:2em;
}

.datatable td {
	border-right: 1px #6385c0 solid;
	padding-left:4px;
	color:#444444;
}

.datatable td.first {
	border-left: 1px #6385c0 solid;
}

.datatable tr.odd {
	background: #cdd6ea;
}

.datatable th {
	border-right: 1px #6385c0 solid;
	padding-left:4px;
	background: #6385c0;
	color:#FFFFFF;
	font-weight:normal;
}

.datatable th.first {
	border-left: 1px #6385c0 solid;
}

/*----------------------------------------------------------------------------------------------------------------------- 003 TYPOGRAPHY ------*/

p, h3, h4, ul, ol {
	border:0;
	margin:0;
	padding-top:1em;
}

p {
	font-size: 0.9em;
	line-height: 1.8em;
}

h2 {
	color: #8ba2cf;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif !important;
	margin: 0;
}

#contact h2 {
	color: #ffffff;
	font-size:18px;
}

h3 {
	font-size:20px;
	color: #869fce;
	font-weight: normal;
}

.subheading {
	padding-top:0;
}

a, a:active, a:link, a:visited {
	text-decoration:none;
	color:#8ba2cf;
}

a:hover {
	text-decoration:underline;
}

a.button span {
	height:20px;
	line-height:20px;
	font-size:0.9em;
	display:block;
	background:url(../images/interface/button.png) top left;
	padding:0 6px 0 8px;
	color: #5b77b9;
}

a.button {
	padding-right:15px;
	display:block;
	height:20px;
	float:left;
	background:url(../images/interface/button.png) bottom right;
	margin-top:12px;
	margin-right:8px;
}

a.end {
	margin-right: 0 !important;
}

#mBody {
	height:1%;
	text-align:justify;
	float:left;
	min-height:350px;
	padding-left:36px;
}

#copyright a, #copyright a:active, #copyright a:link, #copyright a:visited {
	text-decoration:none;
	color:#404040;
}

#copyright a:hover {
	text-decoration:underline;
}

a#backtotop , a#backtotop:active, a#backtotop:link, a#backtotop:visited {
	color:#ffffff;
	float:right;
	text-decoration:none;
}

a#backtotop:hover {
	text-decoration:underline;
}

#navigation h3 {
	color: #8ba2cf;
	font-size:14px;
}

ul.secondary-ul {
	margin-left:320px;
}

/*--------------------------------------------------------------------------------------------------------------------------- 004 IMAGES ------*/

.primary img, .primary-about img {
	border: 2px #6a8ac5 solid;
}

#contactwrapper img {
	float:right;
	margin: 0 57px 2em 0;
	border: 2px #ffffff solid;
}

.top img {
	margin-top: 65px;
}

#map {
	float:none !important;
	margin:1em 0 0 0 !important;
	width:494px;
	height:396px;
	border: 2px #6a8ac5 solid !important;
}

/*---------------------------------------------------------------------------------------------------------------------------- 006 FORMS ------*/

#contactFormArea {
	margin-top:30px;
	margin-left:54px;
}

#contactFormArea p {
	clear:both;
	padding:0;
	margin:11px 0;
}

#contactFormArea label {
	display:block;
	width: 140px;
	float:left;
	margin: 0;
}

#contactFormArea textarea {
	width:250px;
}

#contactFormArea input {
	width: 250px;
}

#contactFormArea .text {
	width:250px;
	margin: 6px 0;
	padding:4px;
	border:5px #dddddd solid;
	background:#ffffff !important;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

#contactFormArea .text:focus {
	border-color:#8ba2cf;
}

#contactFormArea .submit {
	width:256px;
	margin-left: 140px;
}