@import url('reset.css');

/* START GLOBAL STYLES
----------------------------------------------------------------------------------------*/

body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#456745;
}

a {
	color:#456745;
	text-decoration:none;
	
}

a:hover, a:active {
	text-decoration:underline;
}

p {
	line-height:19px;
	padding:0 0 19px 0;
}


.floatright {
	float:right;
	padding:0px;
	margin:0px 0px 10px 10px;

}

.floatleft {
	float:left;
	padding:0px;
	margin:0px 10px 10px 0px;
}

.divider {
	border-bottom:1px solid #535f74;
	display:block;
	height:1px;
	overflow:hidden;
	margin:0px 0px 13px 0px;
	text-align:center;
}


/* Headings */

h3 {
	font-size:14px;
	color:#264d26;
	line-height:20px;
	margin:0 0 8px 0;
	font-weight:bold;
}



/* Wrappers */

#wrapper {
	width:951px;
	margin:0 auto;
	padding:0 12px 0 12px;
	text-align:left;
	background:url(/images/body-bg.png) repeat-y 0 0;

}


/* END GLOBAL STYLES
----------------------------------------------------------------------------------------*/

/* START HEADER STYLES
----------------------------------------------------------------------------------------*/

#header {
	width:951px;
	height:302px;
	background:url(../images/banners/main-banner.jpg) no-repeat 0 0;
	position:relative;
	overflow:hidden;
}


/* Logo */

#logo {
	margin:15px 0 0 20px;
	float:left;
	display:inline;
}


/* Call Info */

.call-info {
	background:url(../images/call-info.png) no-repeat 0 0;
	width:342px;
	height:0;
	padding-top:34px;
	display:block;
	overflow:hidden;
	float:right;
	margin:7px 3px 0 0;
}


/* Slogan */

#slogan {
	
	/*background:url(../images/slogan.png) no-repeat 0 0;*/
	width:647px;
	height:0;
	padding-top:24px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:218px;
	right:10px;
}


/* Booking */

.booking a {
	background:url(../images/space.gif) no-repeat 0 0;	
	width:241px;
	height:0;
	padding-top:39px;
	display:block;
	overflow:hidden;
	position:absolute;
	left:18px;
	top:202px;
}


/* Nav */

#nav {
	width:951px;
	background-color:#598759;
	height:53px;
	position:absolute;
	left:0;
	top:250px;
	text-align:center;
	line-height:50px;
}

#nav ul li {
	display:inline;
	border-right:2px solid #dfe8df;
	padding:0 15px 0 0;
	margin:0 15px 0 0;
	display:inline;
	text-align:center;
}

#nav ul li.last {
	display:inline;
	border:none;
	padding:0 0px 0 0;
	margin:0 0px 0 0;
	display:inline;
	text-align:center;
}

#nav ul li a {
	font-size:16px;
	color:#ffffff;

}

/* END HEADER STYLES
----------------------------------------------------------------------------------------*/


/* START MAINBODY STYLES
----------------------------------------------------------------------------------------*/

#textlinks {float:right;}


#mainbody {
	width:915px;
	background-color:#d5e0d5;
	height:auto !important;
	min-height:200px;
	height:200px;
	padding:26px 18px 20px 18px;

}

#main-content {
	width:915px;
	overflow:hidden;
}

.banner {
	width:239px;
	float:left;
	margin:0 20px 20px 0;
	display:inline;
}

.banner img {
	display:block;
	margin:0 0 18px 0;
}



/* END MAINBODY STYLES
----------------------------------------------------------------------------------------*/


/* START FOOTER STYLES
----------------------------------------------------------------------------------------*/

#footer {
	width:951px;
	background-color:#669966;
	height:82px;
	color:#284f28;
	padding:10px 0 0 0;
}

#footer a {
	color:#284f28;
}

.footer-info {
	width:272px;
	float:left;
	padding:8px 0 0 10px;
}

.footer-info .tel-info {
	font-size:24px;
	display:block;
	margin:0 0 15px 0;
}


/* Footer Logo */

.footer-logo {
	float:right;
	padding:2px 0 0 0;
}

.footer-logo ul li {
	float:left;
	margin:0 10px 0 0;
	display:inline;
}



/* END FOOTER STYLES
----------------------------------------------------------------------------------------*/

.contact-form { width:395px; float:left; height:auto; padding:15px 0 0 0;}
.contact-form-text { width:315px; float:left; height:auto; color:#333;}
.contact-form-text span{ color:#F00; font-size:13px;}
.contact-form-input { width:295px; float:left; height:24px; padding:4px 4px 0 0px; margin-bottom:4px;}
.contact-form-input input{ width:295px; height:18px; font-size:15px; color:#868686;}
.contact-form-inputsmall input{ width:95px; height:18px; font-size:15px; color:#868686;}
.contact-form-input2 {width:315px; float:left; height:auto; margin-bottom:4px;}
.contact-form-input2 textarea{ width:293px; height:106px; border:1px solid #8E8E8E; font-size:13px; color:#868686;  padding:4px; }
.contact-form-input3 {width:315px; float:left; height:auto; }

.smallertext { font-size:10px;}
.largertext { font-size:20px;}
