* { padding: 0; margin: 0; }

body {
	font: 13px Arial;
	margin:0;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-y;
	background-position:center;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
h2{
	font: normal 16px Arial;
	color:#870221;
	margin-bottom:15px;
}
#wrapper {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	height: auto;	
}

#header {
	width: 952px;
	height: 144px;
	background-image:url(images/topheaderbg.jpg);
	background-repeat:repeat-x;
	}
#headerlogo {
	width: 420px;
	height: 144px;
	float:left;
	border:0px;
}

.borderless{
	border:0px;}

#headerlinks {
	width: 521px;
	height: 56px;
	text-align:right;
	padding-top:27px;
	position:relative;
	font:12px Arial;
	float:right;
	padding-right:6px;
	background-color:#000000;
}
#headerlinks li {
	display:inline;
	background-image:url(images/topbuttonbg.jpg);
	padding:5px 10px 3px 10px;
	margin:0px 4px 0px 4px;
	border:1px solid #7b0c26;
	height:7px;
}

#headerempty {
	width: 532px;
	height: 61px;
	text-align:right;
	position:relative;
	float:right;
}

#middlebanner {
	width: 952px;
	height: 259px;
	margin-top:3px;
	background-image:url(images/middlebannerbg.jpg);
	background-repeat:no-repeat;
	
}

#boxes{
	width: 937px;
	height: 269px;
	padding-left:15px;
}

#box1{
	width:250px;
	height:225px;
	background-image:url(images/boxbg.jpg);
	background-repeat:repeat-x;
	margin:9px 5px 9px 0px;
	padding:18px 32px 11px 18px;
	border:1px solid #aeaeae;
	float:left;
	position:relative;
}
#box2{
	width:300px;
	height:252px;
	background-image:url(images/boxbg.jpg);
	background-repeat:repeat-x;
	margin:9px 4px 9px 6px;
	position:relative;
	float:left;
}
#box3{
	width:248px;
	height:220px;
	background-image:url(images/boxbg.jpg);
	background-repeat:repeat-x;
	margin:9px 4px 9px 6px;
	padding:18px 32px 15px 18px;
	border:1px solid #aeaeae;
	float:left;
	position:relative;
}
#welcometext{
	height:27px;
}

#whatwedotext{
	height:27px;
}
#box1text{
	font:11px Verdana;
	margin-bottom:14px;
}

#box3text{
	font:11px Verdana;
	margin-bottom:14px;
}

#bbblogo{
	width:252px;
}

#whatwedo{
	float:left;
	position:relative;
}

#box1button{
	background-image:url(images/topbuttonbg.jpg);
	background-repeat:repeat-x;
	padding:5px 10px 3px 10px;
	margin:30px 4px 0px 4px;
	border:1px solid #7b0c26;
	height:15px;
	width: 216px;
	text-align:center;
}

#box3button{
	background-image:url(images/topbuttonbg.jpg);
	background-repeat:repeat-x;
	padding:5px 10px 3px 10px;
	margin:30px 4px 0px 4px;
	border:1px solid #7b0c26;
	height:15px;
	width: 216px;
	text-align:center;
}

#middleboxbutton{
	background-image:url(images/topbuttonbg.jpg);
	background-repeat:repeat-x;
	padding:5px 10px 3px 10px;
	margin:193px 25px 0px 29px;
	position:relative;
	float:left;
	border:1px solid #7b0c26;
	height:15px;
	width: 216px;
	text-align:center;
}

#box3list{
	list-style-image:url(images/box3bullet.jpg);
	margin-left:15px;	
}

.linktext{
	color:#9e0226;
	text-decoration:underline;
}

#linktext2{
	color:#9e0226;
	text-decoration:underline;
}
#footer{
	width:940px;
	height:171px;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	padding-top:18px;
	padding-left:12px;
}
#footerimage{
	width:932px;
	height:112px;
	text-align:center;
}
#footerlogo{
	width:20px;
	padding:0px 0px 0px 20px;
	font:11px Verdana;
	color:#7b7b7b;
	float:left;
	position:relative;

}

#footertext{
	width:400px;
	padding:0px 0px 0px 20px;
	margin-top:10px;
	font:11px Verdana;
	float:left;
	position:relative;
	color:#7b7b7b;

}
#footertext a, #footertext a:link, #footertext a:active, #footertext a:visited{
	color:#7b7b7b;
	text-decoration:none;
}
#footertext a:hover{
	color:#ffffff;
	text-decoration:underline;
}


#footerimages{
	width:900px;
	padding:0px 0px 0px 0px;
	font:11px Verdana;
	color:#7b7b7b;

}



#contentarea{
	margin:10px;
	padding:15px;
	background-image:url(images/innercontentbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	min-height:450px;
	overflow:auto;
	width:900px;
	border:1px solid #aeaeae;
}

.gallery{
	position:relative;
	float:left;
	margin:5px;
	text-align:center;
}

.gallery a, .gallery a:link,  .gallery a:visited{
	text-decoration:none;
	color:#336699;
}


.inputform{
background-color: #ffffff;
border: solid 1px #acacac;
font: normal 13px Arial;
color: #000000;
margin: 2px 0 2px 0;
padding: 2px;
}

.contactleft{
position:relative;
width:350px;
margin:0px 20px 0px 0px;
float:left;
font: normal 13px Arial;
}

.contanctright{
position:relative;
margin:0px 0px 0px 20px;
float:left;
}

.contact-heading{
font: normal 13px Arial;
line-height:14px;
}

.map-style{
font: normal 13px Arial;
}


.clean{
clear: both;
}
