@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-image:url(../gfx/ddbg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtr #container {
	width: 777px;  /* this will create a container 80% of the browser width */
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #top {
	/* background-image:url(../gfx/top.png); */
	background-repeat: no-repeat;
	padding: 0px;
	height: 88px;
}

.oneColLiqCtr #nav {
	background-image:url(../gfx/navBg.png);
	background-repeat: no-repeat;
	margin-top: -1px;
	padding: 0px;
	height: 30px;
}

.btn1 {
	position: absolute;
	margin-left: 8px;
	}

.btn2 {
	position: absolute;
	margin-left: 198px;
	}

.btn3 {
	position: absolute;
	margin-left: 388px;
	}

.btn4 {
	position: absolute;
	margin-left: 578px;
	}

.oneColLiqCtr #main {
	background-image:url(../gfx/mainBg.png);
	background-repeat: repeat-y;
	padding: 0px;
	height: 410px;
}

.oneColLiqCtr #border {
	background-image:url(../gfx/borderBg.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 5px;
}

.oneColLiqCtr #bot {
	padding: 0px;
	height: 47px;
}

#content1Staff {
	background-image:url(../gfx/photoBg.png);
	position:absolute;
	margin-left:20px;
	top:164px;
	width:243px;
	height:303px;
	color: #FFFFFF;
	font-weight: bold;
	z-index:1;
}


/*  Attorney Main Page Styles */
#content1Aty {
	position:absolute;
	background-image:url(../gfx/photoBg.png);
	background-repeat:no-repeat;
	margin-left:93px;
	top:164px;
	width:243px;
	height:303px;
	font-weight: bold;
	z-index:1;
}

#content1Aty a {
	text-decoration:none;
	color:#000099;
	}

#content1Aty a:hover {
	text-decoration: underline;
	}
	
#content2Aty {
	position:absolute;
	background-image:url(../gfx/photoBg.png);
	background-repeat:no-repeat;
	margin-left:453px;
	top:164px;
	width:243px;
	height:303px;
	font-weight: bold;
	z-index:1;
}

#content2Aty a {
	text-decoration:none;
	color:#000099;
	}

#content2Aty a:hover {
	text-decoration: underline;
	}

.txtBottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#666666;
	}
	
/* Staff Main Page Styles */
#staffMain1 {
	position:absolute;
	background-image:url(../gfx/photoBg.png);
	background-repeat:no-repeat;
	margin-left:93px;
	top:164px;
	width:243px;
	height:303px;
/*	margin-left:20px;
	top:175px;
	width:237px;
	height:303px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	z-index:1;
}

#staffMain1 a {
	text-decoration:none;
	color:#000099;
	}

#staffMain1 a:hover {
	text-decoration: underline;
	}
	
#staffMain2 {
	position:absolute;
	background-image:url(../gfx/photoBg.png);
	background-repeat:no-repeat;
  margin-left:453px;
	top:164px;
	width:243px;
	height:303px;
/*	margin-left:272px;
	top:175px;
	width:237px;
	height:303px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	z-index:2;
}

#staffMain2 a {
	text-decoration:none;
	color:#000099;
	}
	
#staffMain2 a:hover {
	text-decoration: underline;
	}

#staffMain3 {
	position:absolute;
	background-image:url(../gfx/photoBg.png);
	background-repeat:no-repeat;
	margin-left:524px;
	top:175px;
	width:237px;
	height:303px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	z-index:2;
}

#staffMain3 a {
	text-decoration:none;
	color:#000099;
	}

#staffMain3 a:hover {
	text-decoration: underline;
}

/* contact Layer DIVs */
#mapCtct {
	position:absolute;
	margin-left:265px;
	top:170px;
	width:495px;
	height:360px;
	z-index:1;
}

#txtCtct {
	position:absolute;
	margin-left:30px;
	top:260px;
	width:230px;
	height:142px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	z-index:2;
}

#servicesContent {
	position:fixed;
	/*margin-left:275px;*/
	margin:0 0 0 1%;
	top:150px;
	width:480px;
	height:303px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*font-weight: bold;*/
	z-index:1;
}
