﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:#6c6c6c;
		
}

#topborder
{
	width: 800px;
	height: 20px;
	background-color:#f6eed5;
	background-image:url('images/top background.gif');
	background-repeat:no-repeat;
	margin: auto;
}

#masthead {

}

#topnavbar{
	
}

#pagecontainer {

width: 800px;
background-color:#f6eed5;
margin:auto;
padding: 0px;
background-image:url('images/sides background.gif');

}


#left_col {
	width: 200px;
	float: left;
	margin-left:15px;
}

#page_content {
width: 540px;
float: right;
margin-left:15px;
margin-right:30px;
}

#footer {
	
width: 800px;
background-color:#f6eed5;
margin:auto;
padding: 0px;
background-image:url('images/sides background.gif');
	}

#bottomborder{
	width: 800px;
	height: 20px;
	background-color:#f6eed5;
	background-image:url('images/bottom background.gif');
	background-repeat:no-repeat;
	margin: auto;

}

a.home {
display: inline-block;
width: 76px;
height: 20px;
background: transparent url("images/topnavbar/homeboth.gif") no-repeat;
}

a.home:hover{
background-position: -76px 0;
}

a.practiceoverview {
display: inline-block;
width: 170px;
height: 20px;
background: transparent url("images/topnavbar/practiceoverviewboth.gif") no-repeat;
}

a.practiceoverview:hover{
background-position: -170px 0;
}

a.attorneyprofile {
display: inline-block;
width: 160px;
height: 20px;
background: transparent url("images/topnavbar/attorneyprofileboth.gif") no-repeat;
}

a.attorneyprofile:hover{
background-position: -160px 0;
}

a.commonquestions {
display: inline-block;
width: 160px;
height: 20px;
background: transparent url("images/topnavbar/commonquestionsboth.gif") no-repeat;
}

a.commonquestions:hover{
background-position: -160px 0;
}

a.resources {
display: inline-block;
width: 90px;
height: 20px;
background: transparent url("images/topnavbar/resourcesboth.gif") no-repeat;
}

a.resources:hover{
background-position: -90px 0;
}

a.contactus {
display: inline-block;
width: 100px;
height: 20px;
background: transparent url("images/topnavbar/contactusboth.gif") no-repeat;
}

a.contactus:hover{
background-position: -100px 0;
}

