/* Generals */

body {
	margin: 20px 0px 20px 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CFD2BD;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.clear {
	clear:both;
}

.over { 
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
 
.over:hover {
	background-position: bottom left;
}


/* Nav */

.list {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#home {
	width: 90px;
	height: 25px;
	background-image: url(images/nav_home.jpg);
}

#services {
	width: 96px;
	height: 25px;
	background-image: url(images/nav_services.jpg);
}

#history {
	width: 94px;
	height: 25px;
	background-image: url(images/nav_history.jpg);
}

#holding {
	width: 127px;
	height: 25px;
	background-image: url(images/nav_holding.jpg);
}

#contact {
	width: 121px;
	height: 25px;
	background-image: url(images/nav_contact.jpg);
}


/* Positioning Divs */

#container {
	margin: 0px auto 0px auto;
	width: 958px;
	padding: 0px 0px 0px 0px;
}

#nav {
	width: 958px;
}
#body {
	width: 958px;
	background-color: #FFFFFF;
	background-image: url(images/body-bg.gif);
}

#footer-home {
	width: 958px;
	height: 30px;
}
#footer {
	width: 958px;
	height: 46px;
}


/* Specific Homepage Positioning/Style */

#home-services {
	width: 332px;
	height: 157px;
	background: url(images/home_services.jpg) no-repeat;
	position: relative;
	float: left;
}

#home-standards {
	width: 300px;
	height: 157px;
	background: url(images/home_standards.jpg) no-repeat;
	position: relative;
	float: left;	
}

#home-bonded {
	width: 326px;
	height: 157px;
	background: url(images/home_bonded.jpg) no-repeat;
	position: relative;
	float: left;	
}

#text1 {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 58px;
	margin-left: 51px;
}

#text2 {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 10px;
	margin-left: 15px;
}

#text3 {
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 10px;
	margin-left: 15px;
}

#list1 {
	padding-left: 0px;
	margin-left: 26px;
	margin-top: 10px;
	padding-top: 0px;
	list-style-image: url(images/ob.gif);
}

#history_content {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 15px;
	margin-left: 35px;
	width: 550px;
}

#contact_content {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 15px;
	margin-left: 35px;
	width: 500px;
}

#owner_content {
	background-image:url(images/owner-bg.jpg);
	background-repeat:no-repeat;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	height:264px;
	padding-left:39px;
	padding-right:380px;
	padding-top:69px;
}

#business_content {
	background-image:url(images/business-bg.jpg);
	background-repeat:no-repeat;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	height:447px;
	padding-left:39px;
	padding-right:380px;
	padding-top:69px;
}

#map1 {
	float:right;
	padding-right:38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#bottom_links {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#bottom_links a:link, a:visited, a:active {
	color: #2C2C2C;
	text-decoration: none;
}

#bottom_links a:hover {
	color: #b44911;
	text-decoration: none;
}

.sitemap {
	line-height: 22px;
}

.sitemap a:link, a:visited, a:active {
	color: #000000;
}

.sitemap a:hover {
	color: #b44911;
}