/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:url(../images/bgc.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#005d22;
	}
#main{
	width:800px;
	overflow:hidden;
	}
#topbox{
	width:800px;
	height:490px;
	}
.header{
	width:800px;
	border:0px solid red;
	}
.logoandtitle{
	width:800px;
	height:75px;
	margin-top:28px;
	margin-bottom:27px;
	}
.logo{
	width:300px;
	height:75px;
	float:left;
	}
.headertitle{
	width:380px;
	float:right;
	padding-top:20px;
	border:0px solid red;
	}
.h3class{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;
	color:#000000;
	font-size:18px;
	}
.toplinks{
	width:800px;
	height:50px;
	background:url(../images/left_curve.gif);
	background-repeat:repeat-x;
	}
.imagebox{
	width:800px;
	height:310px;
	}
.imagebox2{
	width:800px;
	height:200px;
	}
.imageleft{
	width:480px;
	height:310px;
	float:left;
	background:url(../images/bg-red.jpg);
	background-repeat:repeat-x;
	}
.imageright{
	width:320px;
	height:310px;
	float:right;
	background:url(../images/headerimage-right.jpg);
	background-repeat:no-repeat;
	}
.paragraphbox{
	width:420px;
	height:90px;
	padding-left:28px;
	padding-top:20px;
	float:left;
	}
p{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:left;
	}
#container{
	width:100%;
	height:300px;
	border:0px solid red;
	background-color:#ebebeb;
	}
#leftbox{
	width:480px;
	height:300px;
	float:left;
	background-color:#fff;
	border:0px solid red;
	}
.servicesbox{
	width:480px;
	height:59px;
	}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:44px;
	color:#fff;
	text-align:left;
	margin:0px;
	padding:0px;
	}
h2{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:28px;
	color:#005d22;
	padding-left:28px;
	padding-top:15px;
	}
h3{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	text-decoration:none;
	padding-top:8px;
	padding-left: 20px;
	}
.linkh3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	text-align:left;
	text-decoration:none;
	}
.linkh3:hover{
	text-decoration:underline;
	color:#bd1b20;
	padding-left: 20px;
	}
.linkh32{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#bd1b20;
	text-align:left;
	text-decoration:none;
	}
.linkh32:hover{
	text-decoration:underline;
	color:#000;
	}	
.content1{
	color:#505050;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	}	
.sideheadings1{
	width:480px;
	height:64px;
	background-color:#f5f5f5;
	}
.subsidehadings1{
	width:480px;
	height:64px;
	float:left;
	}
.bulletimage1{
	width:78px;
	height:44px;
	padding-top:10px;
	float:left
	}
.bulletimage2{
	width:78px;
	height:44px;
	padding-top:20px;
	float:left
	}
.sidepara1{
	width:402px;
	height:64px;
	float:left;
	}
.sideheadings2{
	width:480px;
	height:79px;
	}
.sideheadings3{
	width:480px;
	height:75px;
	background-color:#f5f5f5;
	}
#rightbox{
	width:319px;
	overflow:hidden;
	background-color:#ebebeb;
	float:right;
	}
.rightboxgrd{
	height:123px;
	background:url(../images/grdline.jpg);
	background-repeat:repeat-x;
	}
.phonebox{
	width:320px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	padding-top:35px;
	color: #005d22;
	}
#footer{
	width:800px;
	background-color:#005d22;
	border:0px solid red;
	padding:0px;
	margin:0px;
	}
.footerlinks{
	width:800px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:25px 0px 25px 0px;
	border:0px solid red;
	}
.footlinkcol{
	color:#FFFFFF;
	text-decoration:underline;
	}
.footlinkcol:hover{
	color:#7EB438;
	text-decoration:none;
	}

