@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#main_wrap {
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#header{
	width: 751px;
	height:80px;
	margin-top:22px;
	overfldow:hidden;
}
#contact_details {
	float: left;
	width: 375px;
}
#main_logo {
	float: left;
	width: 375px;
}
#top_box_wrap {
	width: 749px;
	border: 1px solid #cfcdca;
	overflow: hidden;
	clear: both;
	margin-bottom:20px;
}
#navigation_wrap{
	width: 742px;
	padding-left:5px;
	margin-top: 1px;
	margin-left: 1px;
	height: 35px;
	background-image: url(../images/bg_navigation.jpg);
	background-repeat: no-repeat;
}
#quotebox{
	padding-left:6px;
	padding-bottom:5px;
	width: 742px;


}
#home_boxes_hold{
	margin-bottom:20px;
	width: 751px;
	height:113px;
	overflow:hidden;
}
.home_box1{
	width:242px;
	height:113px;
	float:left;
	margin-right:12px;
	background-image: url(../images/bg_home1.jpg);
	background-repeat: no-repeat;
}
.home_box2{
	width:242px;
	height:113px;
	float:left;
	margin-right:12px;
	background-image: url(../images/bg_home2.jpg);
	background-color: #0099CC;
}

.home_box3{
	width:242px;
	height:113px;
	float:left;
	background-image: url(../images/bg_home3.jpg);
	background-color: #0099CC;
}
.home_icon {
	float: left;
	width: 90px;
}
.home_text{
	float: left;
	width: 140px;
	margin-top: 13px;
	height:90px;
}
.clearall{
	clear: both;
}
#footer {
	width: 100%;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/bg_footer.jpg);
	margin-bottom: 20px;
	overflow: hidden;
}
#footer_logo {
	float: left;
	width: 30%;
}
#footer_menu {
	float: left;
	width: 70%;
	text-align: right;
	margin-top: 20px;
}
.ht_top{
	height:50%;
}
.ht_bottom{
	height:50%;
}

#content_wrap {
	width: 751px;
	overflow: hidden;
}
.content_half {
	float: left;
	width: 370px;
	overflow: hidden;
}
#map {
	border: 1px solid #999999;
	width: 350px;
	height: 300px;
}

.servicesul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}
.servicesul li{
	margin-bottom: 10px;
	padding:2px;
	background-color: #F7F7F7;
}
.form_field_hold {
	clear: both;
	width: 90%;
	padding-bottom: 10px;
	overflow: hidden;
}
.form_text {
	float: left;
	width: 30%;
	font-weight: bold;
}
.form_hold {
	overflow: hidden;
}

.form_input {
	float: left;
}
.capacity_hold {
	clear: left;
	width: 100%;
	padding-bottom: 5px;
	overflow: hidden;
}
.capacity_left{
	width: 20%;
	float:left;
	margin-right:10px;
}
.capacity_right{
	width: 75%;
	float:left;
}
.capacityul{
	list-style-type: square;
}
