/* structure */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: trebuchet ms, Verdana, sans-serif;
	font-size: small;
	color: #383d44;
	background-color: #FFFFFF;
	background-image: url(../images/bg-topstripe.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;
		
}

#container-page {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../images/bg-index1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}

#container-content {
	padding-bottom: 50px;
	width:807px;
  	margin: 0 auto;
}

#container-foot {
	width: 100%;
	background: #CCC;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 50px;
}


/* links */

a:link, a:visited {
	font-weight:bold;
	padding-bottom: 1px;
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #bbb;
	}


/* footer */
#footer {
	font-size: 90%;
	line-height: 1.5em;
	text-align:center;
	padding:10px 0px 0px 0px;
	position:relative;
	top:450px;
}
#address-index {
	font-face: trebuchet ms, verdana, sans-serif;
	position:relative;
	top:340px;
	padding-left:80px;
	padding-right:50px;
	float:left;
	text-align:left;
	color:#003e7e;
	font-size:14px;
}
/* menu: index */




#menu-index {
	position:relative;
	top:433px;
	background:#edece8;
	height:20px;
	border-top: #edece8 5px solid;
	border-bottom: #edece8 5px solid;
	padding-right:50px;
	padding-left:50px;
	float:right;
	width:520px;
}
	


#menu-index ul {
	display: inline;
	list-style-type: none;
	padding:0;
	margin:0;
}

#menu-index li {
	display: inline;
	list-style-type: none;
}


#menu-index a.rollover-about { display: block; height: 20px; width:64px; text-decoration: none; background: url(../images/m-g-about.jpg); padding:0; border:0; float:left; margin:0px 10px;}
#menu-index a.rollover-about:hover { background-position: 0 -19px; padding:0; border:0;}

#menu-index a.rollover-ourpractice { display: block; height: 20px; width:88px; text-decoration: none; background: url(../images/m-g-ourpractice.jpg); padding:0; border:0; float:left;  margin:0px 10px; }
#menu-index a.rollover-ourpractice:hover { background-position: 0 -19px; padding:0; border:0; }

#menu-index a.rollover-attorneys { display: block; height: 20px; width:71px; text-decoration: none; background: url(../images/m-g-attorneys.jpg); padding:0; border:0; float:left;  margin:0px 10px;}
#menu-index a.rollover-attorneys:hover { background-position: 0 -19px; padding:0; border:0; }


#menu-index a.rollover-recruiting { display: block; height: 20px; width:72px; text-decoration: none; background: url(../images/m-g-recruiting.jpg); padding:0; border:0; float:left;  margin:0px 10px; }
#menu-index a.rollover-recruiting:hover { background-position: 0 -19px; padding:0; border:0; }


#menu-index a.rollover-contactus { display: block; height: 20px; width:77px; text-decoration: none; background: url(../images/m-g-contactus.jpg); padding:0; border:0; float:left; margin:0px 10px; }
#menu-index a.rollover-contactus:hover { background-position: 0 -19px; padding:0; border:0; }


