/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0 auto;
	font: 76% arial, helvetica, sans-serif;
	color: #666;
	background: #fff;
	width: 760px;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 0;
	font-size: 1.8em;
	border-bottom: 1px solid #eedfc2;
	padding: 0 0 1px 0;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'trebuchet ms', sans-serif;
	color: #1e7e2c;
}
/* ------------ line heights ---------------------- */
p, .newsbody, li{
	line-height: 1.7em;
}
ul.box li {
	line-height: 1.4em;
}
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
a {
	font-weight: bold;
}
a:link, a:visited  {
	color: #1e7e2c;
}
a:hover, a:active {
	color: #2ab13e;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #1e7e2c;
	font-weight: normal;
	padding-left: 4px;
}
input, textarea, select {
	border: 1px solid #ac4b42;
	margin: 2px 0 0 0;
	background: #f5eedc;
	color: #912a21;
	font-family: verdana, geneva, helvetica, sans-serif;
	font-size: 1em;
}

/* ------------ other main page block settings ---- */
/*#sidebarright > div > h4:first-child {
	margin-top: 0;
} 
#mainblockside > div > h2, #mainblockfull > div > h2 {
	margin-top: 0;
}*/
#banner {
	padding: 0;
	background: url(../images/bg_header.gif) no-repeat bottom left;
	text-align: right;
	border-top: 1px solid #ac4b42;
}
#bannerAbove {
	background: #eedfc2 url(../images/bg_header_above.gif) no-repeat bottom left;
	height: 6px;
}
#footerbar {
	padding: 0.6em;
	margin-top: 0em;
	background: #912a21;
	/*border-width: 0 0 1px 0;
	border-color: #000 #000 #ac4b42 #000;
	border-style: solid;*/
	color: #fff;
	font-size: 0.9em;
}
#footerbar a {
	text-decoration: none;
}
#footerbar a:link, #footerbar a:visited {
	color: #fff;
}
#footerbar a:hover, #footerbar a:active {
	color: #2AB13E;
}
#footerbarunder {
	font-size: 0.9em;
	color: #999;
	padding: 1em 0;
	float: right;
}
table.layout {
	width: 760px;
	margin: 1px auto;
}
table.layout tr td.content {
	/*background: #fff url(../images/bg_navbar_under.gif) no-repeat top left;*/
	background: #fff;
	padding: 12px 12px 12px 0;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #ad4b42;	
}
table.layout tr td.news {
	width: 200px;
	background: #F5EEDC url(../images/bg_newsbox.gif) repeat-x bottom;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #fff;
}

/* ====== GREEN BOX ====== */
div.green-box {
	background: #ddebdf;
	width: 99.8%;
	margin: 0;
	padding: 0;
	border: 1px solid #1e7e2c;
	color: #912A21;
}
div.green-box p {
	margin: 0;
	padding: 0 3px;
}
div.green-box h3 {
	margin: 0;
	padding: 0 3px;
}
/* ===== Two Column Layout ===== */
div#twoColumns {
	width: 100%;
}
div#colOne {
	width: 48.9%;
	margin-right: 2%;
	float: left;
}
div#colTwo {
	width: 48.9%;
	float: left;
}
div.imageStrip {
	width: 100%;
	border-style: solid;
	border-width: 1px 0;
	border-color: #EEDFC2;
	padding: 5px 0;
}
div.imageStrip img {
	display: block;
}
div.img-caption {
	float: left;
}
div.img-caption p {
	margin: 5px 2px 0 2px;
	font-size: 0.9em;
	color: #912A21;
	line-height: 1.3em;
}

/* ===== News Box Styling ===== */
h3.box {
	background: #EEDFC2;
	border-bottom: 1px solid #fff;
	padding: 0 4px 1px 8px;
}
h3.box a:link, h3.box a:visited {
	text-decoration: none;
	color: #912a21;
}
h3.box a:active, h3.box a:hover {
	text-decoration: none;
	/*color: #ac4b42;*/
	color: #1e7e2c;
}
ul.box {
	padding: 0;
	margin: 8px 0 4px 8px;
	list-style: none;
	font-size: 0.9em;
}
ul.box li {
	background: url(../images/bullet_red_square.gif) no-repeat 0 0.5em;
	margin: 0;
	padding: 1px 0 1px 14px;
}
ul.box h4 {
	margin: 0;
}
ul.box a:link, ul.box a:visited {
	text-decoration: none;
	color: #1e7e2c;
}
ul.box a:active, ul.box a:hover {
	text-decoration: underline;
	color: #2ab13e;
}
/* ====== Tariff Table ====== */
table.tariff {
	width: 100%;
	margin: 0 0 12px 0;
}
table.tariff tr th {
	text-align: left;
	padding: 3px;
	background: #eedfc2;
	color: #912a21;
}
table.tariff tr td {
	background: #f5eedc;
	padding: 3px;
	border-top: 1px solid #fff;
}
/* ============ nav bar content =================== */
#navbarh {
	padding: 0.2em;
	background: #AC4B42 url(../images/bg_navbar.gif) no-repeat top left;
	text-align: right;
	/*border-bottom: 1px solid #912a21;*/
}
#navbarh ul {
	padding: 5px 0;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 0 6px;
}
#navbarh ul li a {
	font-weight: bold;
	text-decoration: none;
}
#navbarh a:link, #navbarh a:visited {
	color: #fff;
}
#navbarh a:hover, #navbarh a:active {
	color: #f5eedc;
}
/* ============ misc content styles =============== */
h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #AC4B42;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}
/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #829f82;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #2AB13E;  
}
.sig {
	color: #829f82;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}
div.book {
	background: #cc2774 url(../images/bg_booking.gif) repeat-x bottom;
	border-bottom: 2px solid #fff;
	padding: 0.6em 0 0.7em 0;
	
}
div.book a {
	background: url(../images/bullet_circle.gif) no-repeat 0.5em 0.2em;
	padding: 0.2em 0 0.2em 29px;
	text-decoration: none;
	font-size: 1.1em;
}
div.book a:link, div.book a:visited {
	color: #fff; 
}
div.book a:active, div.book a:hover {
	color: #5af0ff; 
}


div#comments-box h3 {
	color: #912A21;
	border-bottom: 1px solid #912A21;
	padding-bottom: 5px;
}
div.guest-comment {
	background: #fffcf4;
	border-top: 10px solid #fff;
	border-bottom: 1px solid #f1e6ce;
	padding: 0 10px;
}
div.guest-comment h4 {
	margin: 0;
	background: url(../images/comment.gif) no-repeat 0 0.4em;
	padding-left: 17px;
}
div.guest-comment p {
	margin: 0;
}
.clearAll {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
