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

body
{
	background-color:#f6f7f7;
	color:#3a3a3a;
}

p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

a.email
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#3a3a3a;
}

a:hover.email
{
	text-decoration:underline;
	color:#3a3a3a;
}

.banner
{
	padding-left:30px;
	margin-bottom:10px;
}

.top_body
{
	width:910px;
	height:auto;
	background-image:url(Images/content_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	margin:auto;
	min-height:660px;
}

.top_body_home
{
	width:910px;
	height:auto;
	background-image:url(Images/content_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	margin:auto;
	min-height:715px;
}

.top_body_gallery
{
	width:910px;
	height:auto;
	background-image:url(Images/content_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	margin:auto;
	min-height:1030px;
} 

.header
{
	padding-top:15px;
	padding-bottom:15px;
	width:600px;
	margin:auto;
}

.top_bg
{

	background-color:#128d17;
	height:90px;
	width:auto;
	margin-top:-10px;
	margin-left:-10px;
	margin-right:-10px;
}

.top
{
	margin:auto;
	background-color:#1cb31c;
	height:90px;
	width:903px;
	margin-top:-1px;
}

a
{
	color:#FFF;
	text-decoration:none;
}

a:hover 
{
	color:#FFF;
	text-decoration:underline;
}

ul.menu li a
{
	color:#FFF;
	text-decoration:none;
	margin-right:40px;
}

ul.menu a:hover
{
	margin-right:40px;
	text-decoration:underline;
}

ul.menu li
{
	position:relative;
	float:left;
	margin-right:2px;
}

ul.menu
{
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	float:right;
	margin-top:35px;
}

ul.sidebarLink
{
	list-style:url(Images/arrow.png);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:34px;
}

ul.footerLink
{
	list-style:url(Images/arrow.png);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
}
	
.content
{
	width:910px;
	height:auto;
	background-image:url(Images/content_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	margin:auto;
	min-height:500px;
}

.content_top
{
	padding-left:37px;
	padding-bottom:30px;
	width:570px;
}

.content_top_gallery
{
	padding-left:37px;
	padding-bottom:30px;
	width:570px;
	height:600px;
	float:left;
}

.sidebar
{
	background-image:url(Images/sidebar.png);
	background-repeat:no-repeat;
	margin-top:10px;
	width:245px;
	height:320px;
	float:right;
}

.bottom_bg
{
	background-color:#128d17;
	height:160px;
	width:auto;
	margin-bottom:-10px;
	margin-left:-10px;
	margin-right:-10px;
}

.bottom
{
	margin:auto;
	background-color:#1cb31c;
	height:160px;
	width:902px;
}

.col
{
	width:260px;
	float:left;
	height:160px;
	line-height:23px;
}

.menu
{
	width:600px;
	height:50px;
}

ul li
{
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:14px;
}

.faq a
{	
	color:#3a3a3a;
}

.faq a:hover
{
	text-decoration:none;
}

ul.faq a:hover
{
	text-decoration:underline;
}

ul.gallery li a
{
	color:#3a3a3a;
}

ul.gallery
{
	list-style:none;
	width:540px;
	height:160px;
}

ul.gallery li
{
	position:relative;
	float:left;
	margin-right:5px;	
	margin-bottom:5px;
}

.image
{
	margin:auto;
}

div#image img 
{
	width:auto;
	height:auto;
}

ul.gallery li img
{
	border:1px black solid;
}

a.readMore
{
	color:#3a3a3a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

a:hover.readMore
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:3a3a3a;
	text-decoration:underline;
}
