@charset "utf-8";
/* CSS Document */
* {margin: 0; padding:0}
body {
	background: #e9eddb;
	font-family:Arial, Helvetica, sans-serif;
	}
.wrapper {
	
	border: 1px solid #aac08f;
	width: 800px;

	margin: 0 auto;
	}
 
.homeFlash { 
	height: 250px;
	border-top: 10px solid #aec590;
	border-bottom: 25px solid #aec590;
	}
.content {
	background: url(/images/contentBg.jpg) repeat-y; 
	}
.content h1 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight:lighter;
	padding: 10px 0 0px 20px;
	color: #68855f;
	}
.content p {
	font-size: 14px;
	padding: 5px 20px;
	color:#527259
	}
.footer {
	background: #527259;
	padding: 30px 0;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	}
.footer a {
	text-decoration: none;
	color:#DFECC6
	
	}
.clear {clear: both;}
/*-----Top Navigation-------------*/
.topNav {

	width: 760px;
	list-style:none;
	background: url(/images/ulBack.jpg) top left no-repeat;
	height: 50px;
	font-size: 16px;
	color:#fff;
	padding: 0 20px;
	}
.topNav li {
	display: inline;

	background: url(/arrow.gif)center left no-repeat;
	}
.topNav a {
	font-size: 16px;
	color:#fff;
	padding:0 2px 0 15px;
	line-height: 50px;
	text-decoration:none;
	}


/*Contact Info*/
#contactForm
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
}

#contactForm span
{
	display: block;
	margin-top: 3px;
}

#contactForm label
{
	display: block;
	font-size: 13px;
	width: 120px;
	float: left;
	text-align:right;
	padding-right: 10px;
}

#error_box
{
	margin: 15px 0px;
	padding: 10px 20px;
	border: 1px solid #FF0033
}

#error_box h3
{
	font-size: 14px;
	color: #FF0033;
	margin-bottom: 5px;
}

#error_box ul
{
	text-align: left;
	margin-left: 60px;
	font-size: 12px;
}

#contactForm ._label_error
{
	color: #FF0033
}

#contactForm input, #contactForm textarea
{
	width: 200px;
	padding: 1px 2px;
}

#contactForm textarea
{
	height: 120px;
}

input#submit
{
	width: 70px;
	padding: 2px 3px;
	margin-left: 240px;
	margin-top: 15px;
}

.publisher
{
	position: absolute;
	top: 10px;
	right: 10px;
	background: #FFF;
	padding: 10px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 1px solid #666;
	text-align:center;
	font-size: 12px;
	color: #333333;
}

.publisher a
{
	color: #006699;
}

.publisher input
{
	padding: 2px 3px;
}

/* contact form */


/* Services Styles */

#services
{
	margin-top: 10px;
}
.servicesItem, .tipsItem
{
	padding: 10px 5px;
	margin-top: 20px;
	clear: both;
}
.servicesImage
{
	float: left;
}
.servicesDesc
{
	margin-left: 190px;
}
.servicesDesc h3, .galleryDesc h3, .specialsDesc h3, .tipsItem h3
{
	color: #8ab92e;
	font-size:18px;
	margin: 15px 0 10px 0;
}
.servicesDesc p.price
{
	text-align: right;
	color: #333300;
	padding:0;
	margin:0;
}
.servicesDesc p.price span
{
	color: #D1721B;
	font-weight: bold;
}
.links {
	padding-left: 30px;
	color: #527259;
	}
.links ul li {
	list-style: none;
	font-weight:bold;
	font-size: 18px;
	}
.links ul li ul {
	list-style: disc;
	margin-left: 15px;	
	font-weight: normal;
	font-size:14px;
	
	}
.links a {
	color: #87704E;
	font-size:14px;
	padding-bottom: 15px;
	}
.faqs {
	padding-left: 30px;
	color: #527259;
	}
.faqs ul {
	list-style: none;
	}
.faqs ul li {
	list-style: none;
	font-weight: bolder;
	
	font-size: 16px;
	}
.faqs ul li ul li {
	
	margin-left: 15px;	
	font-weight: lighter;
	font-size:14px;
	color: #000;
	padding-bottom: 15px;
	
	}