@charset "utf-8";
/* CSS Document */
body
{
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}

#banner {
	text-align: center;
	padding-top: 10px;
}

#container {
	margin: auto;
	width: 1020px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0;
	background-color: #FFFFFF;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
		}
		
#footer {
	clear: both;
	font-size: 12px;
	text-align: center;
	height: 50px;
	padding-top: 2px;
	background-color: #006699;
	color: #FFFFFF;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	font-size: 14px;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{

text-decoration: none;
}

#navlist a:hover
{
text-decoration: none;
}

.submit {
	float: right;
}

#content {
	margin: 10px;
	clear: both;
}
#aboutimage {
	float: right;
	margin-left: 20px;
}
#home_content {
	float: right;
	width: 60%;
}
#home_image {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}
#googlemap {
	float: right;
}
#testimonials {
	float: right;
	width: 27%;
}
#gallery {
	float: left;
}


#container .home_leftcol {
	width: 319px;
	float: left;
	padding: 10px;
}

#container .home_rightcol {
	width: 320px;
	float: right;
	left: 38px;
	top: 530px;
	padding: 10px;
}
#home_bottom {
	clear: both;
	font-size:13.5px;
	border-top-style: solid;
	border-top-color: #666666;
	border-top-width: thin;
}

#home_bottom p {
text-align: justify;
}


#home_bottom .home_midcol {
	width: 315px;
	float: left;
	padding: 10px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}

