A {
color: #5d461a;
}
body {	
	margin: 0;
	padding: 0;
	background: url(../img/backgroundTile.jpg) left top;
	}
span, div {
	margin: 0;
	padding: 0;
	}
p {
margin: 0px 0px 10px 0px;
padding: 0;
}
#mainContainer {
	width: 900px;
	margin: 0 auto;
	background: url(../img/bkg-body-repeat.gif);
	}
#headerContainer {
	margin: 0;
	padding: 0;
	}
#topBodyContainer {
	background: url(../img/bkg-body-top.gif) left top no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	_margin-top: -4px;
	}
	/* banner */
	.banner {
		margin-left: 59px;
		margin-top: -5px;
		}
#contentContainer {
	margin-left: 100px;
	width: 730px;
	padding-top: 20px;
	_margin-left: 95px;
	}
#footerContainer {
	float: left;
	padding-right: 5px;
	background: url(../img/bkg-body-footer_sp.gif) no-repeat 13px bottom;
	height: 168px;
	width: 900px;
	}
.clearBoth {
	clear: both;
	}

/* body styles */
.contentText {
	line-height: 1.5em;
	color: #4A4A2E;
text-align: justify;
	}
.imgLeft {
	float: left;
	padding: 0 20px 0 0;
	}
.tagline {
	
	}


/* topMenu styles */
.menu-home, .menu-aboutus, .menu-services, .menu-packages, .menu-faq, .menu-work, .menu-contact {
	background: url(../img/bkg-menu_sp.gif) no-repeat;
	cursor: pointer;
	display:block;
	width: 108px;
	height: 37px;
	text-decoration: none;
	}
.menu-home { background-position: 0px 0px; }
.menu-aboutus { background-position: -108px top; }
.menu-services { background-position: -216px top; }
.menu-packages { background-position: -326px top; }
.menu-faq { background-position: -436px top; }
.menu-work { background-position: -544px top; }
.menu-contact { background-position: right top; }

	/* topMenu hover */
	.menu-home:hover  { background-position:  0px -37px; }
	.menu-aboutus:hover { background-position: -108px -37px; }
	.menu-services:hover { background-position: -216px -37px; }
	.menu-packages:hover { background-position: -326px -37px; }
	.menu-faq:hover { background-position: -436px -37px; }
	.menu-work:hover { background-position: -544px -37px; }
	.menu-contact:hover { background-position: right -37px; }
	
.navBottomBar { 
	position: absolute; 
	width: 783px; 
	height: 7px;
	_height: 3px;
	margin: -7px  auto 0 -6px;
	background: url(../img/navBarBottom.gif) no-repeat;
	}
.bottomNavPos {
	margin-top: 50px;
	margin-left: 100px;
	}
#topNav {
	margin-top: 5px;
	margin-left: 75px;
}
.mission {
	font-size: 13px;
	font-style: italic;
	color: #b56d19;
	margin-bottom: 20px;
	text-align: center;
}
.copyright {
	font-size: 11px;
	color: #b56d19;
text-align: center;
margin-top: 5px;
}
.copyright A {
	color: #b56d19;
}