/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	background-image: url(http://adamsintegra01.wsiefusion.net/CSSImages/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top:20px;
}
#wrap {
	width: 970px;
	margin: 0 auto;
}
	
#logo {
	float:left;
    width:685px;
    height:150px;
}
#searchbox {
	float:right;
	width:265px;
    margin-right:20px;
    text-align:right;
}
#telephone {
	float:right;
	font-size:18px;
	color:#00406e;
	text-align:right;
}
#maincontainer {
	width: 970px;
	padding: 0px;
	text-align: left;
	border: #000000 solid 1px;
	background-color: #FFFFFF;
}
#bottommenu {
	float:left;
	height: 32px;
	padding: 0px;
	background-color:#FFFFFF;
	margin-left:35px;
	margin-right:35px;
}
#header {
	width:930px;
    *height:251px;
	margin:0 auto;
	border: 1px solid #072d5e;
	margin-bottom:10px;
}
#contentbox {
	width:930px;
	padding:10px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px;
	border: 1px solid #666666;
	background-image: url(/CSSImages/content_repeat.gif);
	background-repeat: repeat-x;
}
#content{
        padding:15px;
}
h1 {
	color:#ffffff;
	width:928px;
	height:30px;
	font-size:18px;
    text-align:center;
    margin-top:5px;
	background-image: url(/CSSimages/adamsh2.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	border-left:1px dotted #999999;
    margin- bottom:10px;
	padding-top:5px;

}
h2 {
	font-size:18px;
	padding-bottom: 10px;
        color: #00406E;

}
h3 {
	font-size:14px;
	padding-bottom: 10px;
	text-decoration:underline;

}
ul, li {
	font-size: 14px;
	list-style-position:inside;
	list-style-type:disc;
	padding-bottom:1px

}
.contentimageleft {
	float:left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.contentimageright {
	float:right;
	padding-left: 10px;
	padding-bottom: 10px;

}
.indexbutton {
	background-image:url(/CSSImages/content_button.gif);
	float:left;
}
#footer {
	float:left;
	width: 970px;
}
#footer p {
	margin-bottom: 5px;
	font-size:10px;
    color:#00406e;
}

/* Form Styling */

#contact-adams div {
float:left;
	margin-bottom:10px;
}

#contact-adams label {
float:left;
    width:250px;
    margin-bottom:10px;
}