@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:40px 0 0 0;
	background: url(images/background-ornament.gif) top left no-repeat;
}

.clr{
	clear:both;
}

.main_table{
	width:920px;
	background-color:#FFF;
	border:1px solid #EEE;
}

.img_class{
	border:none;
}

.logo_big{
	border:none;
	padding:0 0 30px 0;
}

.nav_td{
	text-align:left;
	vertical-align:top;
	width:270px;
}

.nav_sub_td{
	text-align:left;
	height:18px;
	line-height:18px;
	vertical-align:middle;
	padding:0 0 0 26px;
}

.floral_green{
	border:none;
	padding:20px 0 0 0;
}

.about_us_img{
	border:none;
	padding:0 0 10px 0;
}

.page_headers{
	font-weight:bold;
}

.quote{
	font-size:13px;
	font-style:italic;
}

a{
	color:#333;
	text-decoration:none;
	border:none;
}

a:hover{
	color:#6ac228;
}

.services_td{
	width:650px;
	height:625px;
	padding:0 0 0 15px;
	vertical-align:bottom;
	background: url(images/services-background.jpg) top center no-repeat;
}

.services_div{
	padding:0 0 30px 0;
}

.contact_td{
	width:650px;
	height:625px;
	padding:0 0 0 120px;
	vertical-align:top;
	background: url(images/contact-background.jpg) top center no-repeat;
}

.contact_div{
	padding: 380px 0 0 0;
}

.contact_title{
	float:left;
	width:45px;
}

.contact_info{
	float:left;
}

.about_td{
	width:650px;
	height:625px;
	vertical-align:top;
	background: url(images/aboutus-background.jpg) top center no-repeat;
}

.about_td table td{
	padding:0 15px 0 15px;
}

.about_div{
	padding:10px 0 0 0;
}

.gallery_td{
	width:650px;
	height:625px;
	padding:0 6px 0 0;
}

.gallery_div{
	padding:6px 0 0 0;
}

.gallery_td table td{
	padding:0 0 0 6px;
}

.gallery_td table td table td{
	padding:0 0 0 0 !important;
}

.gallery_padding_6{
	border:none;
	padding-bottom:6px;
}

.gallery_padding_top_6{
	border:none;
	padding-top:6px;
}

#footer{
	font-size:11px;	
	padding-top:5px;
}


