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

a:link
{
	color:#62a34b;
	text-decoration:none;
	font-weight: bold;
}
	
a:visited
{
	color:#62a34b;
	text-decoration:none;
	font-weight: bold;
}
	
a:hover
{
	color:#62a34b;
	text-decoration:underline;
	font-weight: bold;
}

h1 {
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-transform: uppercase;
	}
	
h2 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-transform: none;
	}

h3 {
	font-size:14px;
	font-weight:normal;
	text-transform: none;
	}
.padding {
	padding: 10px;
}

td {
	vertical-align:top;
	}

ul {
	margin:0 0 0 25px;
	padding:0px;
	}

body
{
	margin:0px;
	padding:0px;
	background-color:#61a543;
	background-image:url('images/background.jpg');
	background-attachment:fixed;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}

#container
{
	/*background-color:#61a543; */
	margin:0px auto;
	width:900px;
	}

#content
{
	margin:5px 0 0 0;
	width:100%;
}
	
#content #left
{
	background-color:#231f20;
	border-right:1px solid #999;
	border-top:1px solid #999;
	width:250px;
	padding:5px;
	color:#FFF;
}

#content #right
{
	padding:5px;
	background-color:#FFF;
	width:625px;
}

#dash_spacer
{
	border-bottom:1px dashed #777; 
	width:225px; 
	height:0px; 
	padding:0px; 
	margin:0px auto;
}

#footer {
	background-color:#EEE;
	border-top:1px solid #999;
	margin:0px auto;
	padding:15px;
	width:870px;
	color:#AAA;
	}

#footer a:link
{
	color:#AAA;
	text-decoration:none;
	font-weight: bold;
}

#footer a:visited
{
	color:#AAA;
	text-decoration:none;
}

#footer a:hover
{
	color:#555;
	text-decoration:underline;
}
	
#header
{
	background-repeat:no-repeat;
	width:900px;
	height:293px;
	background-image: url(images/logo.png);
	background-position: center;
}

#left_nav
{
	margin:25px 0 0 30px;
}

#left_nav ul
{
	list-style-image:none;
}

#left_nav a:link
{
	color:#62a34b;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

#left_nav a:hover
{
	color:#62a34b;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}
/*#left_nav li a:link
{
	background-color:#666;
	padding:3px 5px 3px 5px;
	border:1px solid #333;
	width:auto;
	height:auto;
	line-height:22px;
	color:#FFFFFF;
}

#left_nav li a:hover
{
	background-color:#CCC;
	padding:3px 5px 3px 5px;
	border:1px solid #333;
	width:125px;
	line-height:22px;
	color:#333;
	text-decoration:none;
}
*/
#nav
{
	background-color:#EEE;
	height:27px;
	width:900px;
	margin:0;
	padding:0;
}

#service_areas
{
	margin:0px auto;
	width:500px;
}

#service_areas a:link
{
color:#CCC;
}

#service_areas a:visited
{
color:#CCC;
}

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

.service_areas_title
{
color:#CCC;
}
.bold_black {
	color: #999999;
	font-weight: bold;
	text-transform: capitalize;
}
.snail {
	font-size: 9px;
	text-transform: capitalize;
}
#content #christ
{
	padding:5px;
	background-color:#FFF;
	width:625px;
	background-position: center center;
	background-repeat: no-repeat;
}
#content #christ  img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

