/* CSS Document */

body {
	background-image:url(images/backgrey.jpg);
	margin:0px;
	text-align:center;
	font:Georgia, "Times New Roman", Times, serif;
}
img { 
	border:none;
}
.container {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:950px;
}
#mainflash img {
	width:950px;
	height:245px;
}
#mainflash {
	width:950px;
	height:245px;
	background-image:url(images/headerback.jpg);
}
.nav {
	width:950px;
	height:72px;
	background-image:url(images/navback.jpg);
}
.nav img {
	margin:0px 25px 0px 25px;
}

a#home img {height:42px; width:46px; background: url(images/n-home1.gif);}
a#home:hover img {background: url(images/n-home2.gif)}
a#about img {height:42px; width:54px; background: url(images/n-about1.gif);}
a#about:hover img {background: url(images/n-about2.gif)}
a#services img {height:42px; width:70px; background: url(images/n-services1.gif);}
a#services:hover img {background: url(images/n-services2.gif)}
a#gallery img {height:42px; width:68px; background: url(images/n-gallery1.gif);}
a#gallery:hover img {background: url(images/n-gallery2.gif)}
a#testimonials img {height:42px; width:116px; background: url(images/n-test1.gif);}
a#testimonials:hover img {background: url(images/n-test2.gif)}
a#faq img {height:42px; width:30px; background: url(images/n-faq1.gif);}
a#faq:hover img {background: url(images/n-faq2.gif)}
a#contact img {height:42px; width:76px; background: url(images/n-contact1.gif);}
a#contact:hover img {background: url(images/n-contact2.gif)}

.content {
	width: 950px;
	background-image:url(images/mainback.jpg);
}
.footer {
	background-image:url(images/footer.jpg);
	width:950px;
	height:78px;
	clear:both;
}
.footer p {
	padding:20px 0px 0px 0px;
	margin:0px;
}

.maincopy {
	font-size:14px;
	line-height:18px;
	color:#666666;
	margin:15px 0px 15px 0px;
}
.maincopy_underline {
	font-size:14px;
	line-height:18px;
	text-decoration:underline;
	color:#666666;
	margin:15px 0px 15px 0px;
}
.maincopysmall {
	font-size:11px;
	line-height:14px;
	color:#666666;
}
.maincopy ul {
	padding:5px 0px 15px 0px;
	margin:0px;
}
.maincopy li {
	padding:5px 0px 5px 0px;
}

.mainbrown {
	font-size:13px;
	line-height:18px;
	color:#b06800;
}
.mainbrownbig {
	font-size:16px;
	line-height:18px;
	color:#b06800;
}

.maingreybig {
	font-size:16px;
	line-height:18px;
	color:#999999;
}
.mainbrown a:link, .mainbrownbig a:link {
	color:#b06800;
	font-weight:bold;
	text-decoration:none;
}
.mainbrown a:visited, .mainbrownbig a:visited {
	color:#b06800;
	font-weight:bold;
	text-decoration:none;
}
.mainbrown a:hover, .mainbrownbig a:hover {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
.mainbrown a:active, .mainbrownbig a:active {
	color:#b06800;
	font-weight:bold;
	text-decoration:none;
}
.leftcolumn {
	width:390px;
	float:left;
	padding:0px 0px 20px 75px;
	margin:0px;
	text-align:left;
}

.facebook_column {
	width:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:left;
	font-size:12px;
	color:#4d6ca5;
}
.singlecolumn {
	width:780px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	text-align:left;
	padding-bottom:20px;
}
.content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.divider {
	clear:both;
	background-color:#999999;
	height:1px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}

#google_map {

width:400px;
height:300px;
margin:auto;
}

#map_container {
width:950px;
height:300px;
margin:auto;
float:left;
}

.testimonial {

width: 770px;
height:120px;
float:left;
}

.rightcolumn {
	width:390px;
	float:right;
	padding:0px 75px 20px 0px;
	margin:0px;
	text-align:left;
}
td.thumb {
	height:78px;
	width:78px;
	text-align:center;
}
td.thumb img {
	margin-top:4px;
	width:70px;
	height:70px;
}
#contactform {
	width:350px;
	text-align:left;
}
#contactform td {
	padding:5px;
	margin:0px;
	text-align:left;
	vertical-align:middle;
}
#contactform input {
	width:185px;
} 
#contactform textarea {
	width:185px;
	height:150px;
} 