/* Site Styles */

body {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	background-color:transparent;
  	background-image:url(images/bgparchment.jpg);
    	background-repeat:repeat;
	color:#004;
}




/* Page Divisions */


#header {
	background: url(images/lawofficelogo3.gif) no-repeat top left;
	height: 160px;
	margin-left: 60px;
}


#container{
	overflow:hidden;
	width:610px;
	margin-left: 65px;
	margin-top:15px;
	background-color:transparent;
}


#content{
	width:435px;
	float:right;
}


#nav{
	width:170px;
	float:left;
	background-color:transparent;
}


#footer {
	background-color:#d4caa9;
	margin-top:15px;
	font-size:0.75em;
	width:610px;
	margin-left: 65px;
	text-align:center;
}


/* Div Styles */

#content p, #content h1, #content ul {
	font-family:Georgia,"Times New Roman", Serif;
	font-size:1em;
	line-height:1.15em;
	margin-left:8px;
	margin-top:5px;
}


#content h2 {
	font-family:Georgia,"Times New Roman", Serif;
	font-size:1em;
	line-height:1.15em;
	margin-top:5px;
}


#content a:link {
	color:#630;
	text-decoration:underline;
	font-weight:bold;
	font-size:.85em;
}


#content a:visited {
	color:#015;
	text-decoration:underline;
	font-weight:bold;
	font-size:.85em;
}


#content a:hover {
	color:#015;
	text-decoration:underline;
	font-weight:bold;
	font-size:.85em;
}


#content a:active {
	color:#015;
	text-decoration:underline;
	font-weight:bold;
	font-size:.85em;
}


#content img {
	display:block;
	float:left;
	margin:0 8px 0 8px;
	border-style:double;
	border-width:4px;
	border-color:#b92;
}


#content ul {
	line-height:1.35em;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}


#content li {
	padding-left: 50px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	margin-bottom:15px;
}


#content h1 {
	font-weight:bold;
	font-size:1.25em;
	line-height:1.25em;
}


#content h2 {
	font-weight:bold;
	font-size:1em;
	color:#630;
	display:inline;
}


p.smallindent {
	text-indent:45px;
}


#nav ul {
	list-style-type:none;
	background-color:transparent;
}


#nav p, #nav li {
	line-height:1.25em;
	font-weight:bold;
	font-size:0.80em;
	border-bottom: 3px groove #962;
	border-right: 3px groove #962;
	margin-left:5px;
	margin-right:5px;
	color:#015;
}


#nav a:link {
	text-decoration:none;
	color:#015;
}


#nav a:visited {
	color:#015;
	text-decoration:none;
}


#nav a:hover {
	color:#962;
	text-decoration:none;
}


#nav a:active {
	color:#962;	
	text-decoration:none;
}



#footer p {
	padding:8px;
}


#footer a {
	color:#630;
}