body
{
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}

#header1
{
	background: url(../images/headerBg.gif) top left repeat-x;
	width: 100%;
	height: 242px;
	margin: 0px;
	padding: 0px;
}

#headerPic
{
	background: url(../images/headerBgPic.jpg) top right no-repeat;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#logo
{
	background: url(../images/logo1.gif) top left no-repeat;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#menuDiv
{
	width: 100%;
	text-align: center;	
	margin: 0px;
	padding: 0px;
	background: #d2d6e6;
}

#menuContainer
{
	margin: auto;
	width: 1000px;	
	padding: 0px;
}

#menuDiv ul 
{
	margin: 0px;			
	padding: 0px;
    list-style: none;		
	width: 100%;	
}

#menuDiv li 
{
	margin: 0px;
	padding: 0px;
    float: left;
	background: url(../images/menuBtn.gif) no-repeat left top;
	width: 125px;
	height: 28px;
}

#contentArea
{
	background: #d2d6e6;
}

#mainContent
{
	background: #d2d6e6;
	clear: both;
	padding: 10px;
	text-align: left;
	width: 100%;
}

#footer
{
	width: 100%;
	background: url(../images/footerBg.gif) top left repeat-x;	
	height: 50px;
}

#footerLeft
{
	float: left;
	text-align: left;
	margin: 10px;
}

#footerRight
{
	float: right;
	text-align: right;
	margin: 10px;
}

#rightSideBar
{
	margin: 0px;
	padding: 0px;
	width: 375px;
}

#mainArea
{
	margin: 0px;
	padding: 0px;
}

#box1
{
	width: 100%;
}

#zoneFinder
{
	width: 375px;
}

#hiring
{
	width: 375px;
}

#subMenu
{
	border: 1px solid #333333;
	margin: 10px;
	padding: 12px;
	float: left;
	background: #eeeeee; 
}


.boxTop
{
	background: url(../images/boxTop.gif) top left repeat-x;
	height: 15px;
}

.boxTopLeft
{
	background: url(../images/boxTopLeft.gif) top left no-repeat;
	height: 15px;
	width: 15px;
}

.boxTopRight
{
	background: url(../images/boxTopRight.gif) top left no-repeat;
	height: 15px;
	width: 15px;
}

.boxMid
{
	background: #ffffff;
}

.boxLeft
{
	background: url(../images/boxLeft.gif) top left repeat-y;
	width: 15px;
}


.boxRight
{
	background: url(../images/boxRight.gif) top left repeat-y;
	width: 15px;
}

.boxBottom
{
	background: url(../images/boxBottom.gif) top left repeat-x;
	height: 15px;
}

.boxBottomLeft
{
	background: url(../images/boxBottomLeft.gif) top left no-repeat;
	height: 15px;
	width: 15px;
}

.boxBottomRight
{
	background: url(../images/boxBottomRight.gif) top left no-repeat;
	height: 15px;
	width: 15px;
}