/* CSS Document */

body{
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	margin: 0px;
	padding: 0px;
	background: #000033 url(../images/bg-blue.gif) repeat;
}
/*FORCE MAX HEIGHT FOR FOOTER*/
html, body, #holder{
	min-height:100%;
	width: 100%;
	height: 100%;
}
/*FOR IE4*/
html>body, html>body #holder{
	height: auto;
}
#holder{
	position: absolute;
	top: 0;
	left: 0;
}

/*HEADER*/
#headershell{
	height: 84px;
	width: 100%;
	text-align: left;
}

/*NAVIGATION BAR*/
#navbox{
	background: url(../images/bg-nav.jpg) repeat;
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid  #000000;
	text-align: left;
	vertical-align: middle;
}
/*CUSTOM NAV BACKGROUNDS*/
#contactnav{
	background: url(../images/bg-contactnav_02.jpg);
}
#aboutnav{
	background: url(../images/bg-aboutusnav_02.jpg) left top;
	width: 100%;
}
#servicesnav{
	background: url(../images/bg-servicesnav_02.jpg) left;
}
#lawnav{
	background: url(../images/bg-lawnav_02.jpg) left;
}

/*NAV BUTTONS*/
#navwrapper-top{
	background: #003366 url(../images/bg-blue.gif) repeat;
	width: 100%;
}
#navwrapper-bottom{
	width: 100%;
	background: #003366 url(../images/bg-blue.gif) repeat;
}
.navbuttons{
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 14px 10px;
}
.navbuttons ul{
	list-style: none;
	margin: 0;
}
.navbuttons li{
	display: inline;
	padding-right: 16px;
}
.navbuttons a:link, .navbuttons a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.navbuttons a:hover{
	text-decoration: none;
	padding-right: 8px;
}

/*CONTENT*/
#contentshell{
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 80px;
	background: #FFFFFF url(../images/bg-hmcontent.jpg) no-repeat right bottom;
}
#content{
	width: 90%;
	margin: auto;
	text-align: left;
}
/*DIVIDER
#bottomline{
	background: #003333 url(../images/bg-bottom.jpg) repeat;
	width: 100%;
	padding-top: 8px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 30px;
}*/

/*FOOTER*/
#foooterbox{
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	/*position: absolute;*/
	width: 100%;
	/*bottom: 0px;*/
	padding: 10px 10px 35px;
	background: #000033 url(../images/bg-blue.gif) repeat;
	border-top: 2px solid #000000;
}