body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color: #660033;
	}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; }

#wrapper {
	width: 760px;
	border-right: 1px solid #660033;
	border-left: 1px solid #660033;
	margin: 20px auto auto auto;
	background-color: #fff;
	}
	
#header {
	width: 760px;
	height: 130px;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	}


/* BEGIN Content Sytles */
#content {
	float: right;
	width: 505px;
	margin: 0 0 10px 0;
	padding: 0 50px 0 0;
	font-size: 1.3em;
	background-color: #fff;
}

#content h1 {
	font-size: 1.2em;
	color: #660033;
	margin: 0 0 0.9em 0;
}

#content h2 {
	font-size: 1em;
	color: #660033;
	margin: 0 0 0.7em 0;
}

#content h3 {
	font-size: 1em;
	color: #996600;
	margin: 0 0 0.7em 0;
}

#content h4 {
	margin: 4em 0 0 0 ;
	font-size: 0.8em;
	color: #660033;
	font-weight: bold;
	border-bottom: 1px solid #660033;
	line-height: 0.8em;
}

#content h5 {
	margin: 3em 0 0 0;
	font-size: 0.7em;
	color: #666666;
	font-weight: bold;
}

.phone {
	font-size: 1.3em;
	font-weight: bold;
	}	

.small {
	font-size: 0.85em;
	margin-bottom: 0.5em;
}

.disclaimer {
	font-size: 0.8em;
	margin-bottom: 0.5em;
	color: #666666;
}

.last {
	margin-bottom: 1.2em;
}

strong {
	color: #996600;
	font-size: 0.9em;
	}

#content p {
	margin-bottom: .85em;
}

#content ul {list-style-type: none;
	padding-left: 10px;
	}

#content li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: .7em;
	}	

#content a:link, #content a:visited {
	color: #996600;
	text-decoration: none;
}

#content a:hover {
	color: #660033;
	text-decoration: none;
}


#picture {
	float: right;
	padding: 0 0 5px 10px;
	font-size: 0.85em;
	text-align: center;
}

#picture p {
	margin: .5em 0 0 0;
}

	
#attorneyRight {
	float: right;
	width: 233px;
	padding: 0 0 0 15px;
	margin-left: 15px;
	font-size: 1em;
	border-left: solid 1px #996600;
	}

#clear {
	clear: both;
	}
	
	

/* BEGIN Left Navigation Sytles */
#nav {
	float: left;
	width: 140px;
	margin-top: 5px;
	padding: 40px 10px 40px 31px;
	border-right: 1px solid #996600;
	font-size: 1.3em;
	line-height: 1.5em;
	background-color: #fff;
}


#nav ul, #nav ul ul {list-style-type: none;}

	
#nav li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	padding-left: .7em;
	}

#nav ul li ul li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	padding-left: .7em;
	font-size: .85em;
	}


#nav li a:link, #nav li a:visited {
	color: #996600;
	text-decoration: none;
}

#nav li a:hover {
	color: #660033;
	text-decoration: none;
}	

a#on {
color:#660033;
font-weight: bold;
}


	
	
/* BEGIN Footer Sytles */
#copyright {
	clear: both;
	padding: 4px 30px 0px 205px;
	background-color: #f0cd88;
	border-top: 1px solid #996600;
	}


#footer {
	width: 760px;
	height: 30px;
	background-image: url(../images/foot.gif);
	background-repeat: repeat-x;
	background-color: #660033;
	}