body {
	margin-top: 10px;
	background: url(../../images/body-bg.jpg) repeat-x fixed #d4d4d9;
	font: normal 100%/1.3 Tahoma, "Lucida Sans", Verdana, sans-serif;
}
/* Container -----------*/
#container {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 900px;
}
/* Wrapper -------------*/
#wrapper {
	float: left;
	width: 900px;
	background: url(../../images/wrapper-bg.jpg) repeat-y;
}
/* Left Col ------------*/
#left-col {
	float: left;
	width: 560px;
}
/* Right Col -----------*/
#right-col {
	float: left;
	width: 340px;
}
/* Header --------------*/
#logo a {
	background: url(../../images/logo.jpg) no-repeat;
	float: left;
	width: 528px;
	height: 100px;
	margin-top: 34px;
	margin-left: 32px;
	text-indent: -9999px;
	outline: none;
}
#sitemaplnk { /* Sitemap link */
	position: absolute;
	top: 5px;
	right: 44px;
	color: #f7fcf8;
}
#sitemaplnk a {
	font: normal 80%/1.3 Tahoma, "Lucida Sans", Verdana, sans-serif;
	color: #f7fcf8;
	text-decoration: none;
}
#page-photo {
	margin-left: 48px;
	margin-top: 55px;
}
/* Nav Bar -------------*/
#navbar {
	float: left;
	width: 560px;
	height: 30px;
}
#topnav {
	display: block;
	margin-left: 24px;
	margin-top: 3px;
	width: 531px;
	text-align: center;
}
#topnav li {
	display: inline;
}
#topnav a {
	height: 30px;
	padding: 5px 10px;
	font: normal 85%/1.3 Tahoma, "Lucida Sans", Verdana, sans-serif;
	color: #f7fcf8;
	text-decoration: none;
}
#topnav a:hover, #home #topnav .home, #attorney #topnav .attorney, #practice #topnav .practice, #contact #topnav .contact {
	background-color: #395e91;
}
/* Main -------------------*/
#main {
	float: left;
	background: url(../../images/main-bg.jpg) no-repeat;
	width: 900px;
}
/* Content ----------------*/
#content {
	display: inline;
	float: left;
	width: 535px;
	margin-left: 25px;
	color: #26261b;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#content a {
	color: #8095C4;
}
#content h1 {
	font: normal 120%/1.5 Tahoma, "Lucida Sans", Verdana, sans-serif;
	margin-top: 30px;
	margin-bottom: .3em;
	border-bottom: 1px solid #bbc2d1;
	color: #57573f;
}
#content h2 {
	font: normal 105%/1.5 Tahoma, "Lucida Sans", Verdana, sans-serif;
	margin-bottom: .3em;
	border-bottom: 1px solid #bbc2d1;
	color: #57573f;
}
#content h3 {
	font: normal 90%/1.5 Tahoma, "Lucida Sans", Verdana, sans-serif;
	margin-bottom: .3em;
	color: #57573f;
}
#content p {
	font: normal 80%/1.4 Tahoma, "Lucida Sans", Verdana, sans-serif;
	margin-bottom: 1em;
	text-indent: 15px;
	text-align: justify;
}
#content ul {
	margin-left: 30px;
	list-style: disc;
	margin-bottom: 1em;
}
#content li {
	font: normal 80%/1.4 Tahoma, "Lucida Sans", Verdana, sans-serif;
}
/* Right Nav --------------*/
#rightnav {
	display: block;
	border: 1px solid #fcfefc;
	margin-left: 48px;
	width: 252px;
}
#rightnav a {
	display: block;
	width: 252px;
	height: 54px;
	text-indent: -9999px;
	outline: none;
	border: 2px solid #fcfefc;
}
#rightnav a:hover, #litigation-law #rightnav .litigation-law, #business-law #rightnav .business-law, #estate-law #rightnav .estate-law, #employment-law #rightnav .employment-law {
	background-position: -252px 0;
}
.litigation-law {
	background: url(../../images/side-nav-litigation.jpg) no-repeat;
}
.business-law {
	background: url(../../images/side-nav-business.jpg) no-repeat;
}
.estate-law {
	background: url(../../images/side-nav-estate.jpg) no-repeat;
}
.employment-law {
	background: url(../../images/side-nav-employment.jpg) no-repeat;
}
/* Staff Listing ----------*/
.staff-listing {
	display: block;
	margin-left: 0 !important;
}
.staff-listing li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.staff-listing a {
	display: block;
	width: 50%;
	border: 1px solid #ccc;
	padding: 5px 20px;
	margin: 2px;
	text-align: center;
	text-decoration: none;
	font: normal 120%/1.4 Tahoma;
}
.staff-listing a:hover {
	background-color: #c5d3ed;
	color: #182954 !important;
}
/* Attorney profiles ------*/
#content-listing {
	display: inline;
	float: left;
	width: 800px;
	margin-left: 25px;
	color: #26261b;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#content-listing a {
	color: #8095C4;
}
#content-listing h1 {
	font: normal 120%/1.5 Tahoma, "Lucida Sans", Verdana, sans-serif;
	margin-top: 30px;
	margin-bottom: .3em;
	border-bottom: 1px solid #bbc2d1;
	color: #57573f;
}
#content-listing h2 {
	font: normal 105%/1.5 Tahoma, "Lucida Sans", Verdana, sans-serif;
	margin-bottom: .3em;
	border-bottom: 1px solid #bbc2d1;
	color: #57573f;
}
#content-listing h3 {
	font: normal 90%/1.5 Tahoma, "Lucida Sans", Verdana, sans-serif;
	margin-bottom: .3em;
	color: #57573f;
}
#content-listing p {
	font: normal 80%/1.4 Tahoma, "Lucida Sans", Verdana, sans-serif;
	margin-bottom: 1em;
	text-indent: 15px;
	text-align: justify;
}
#content-listing ul {
	margin-left: 30px;
	list-style: disc;
	margin-bottom: 1em;
}
#content-listing li {
	font: normal 80%/1.4 Tahoma, "Lucida Sans", Verdana, sans-serif;
}
.col50 {
	float: left;
	width: 35%;
}
.col46 {
	float: left;
	width: 60%;
	margin-left: 15px;
}
#attorney-info {
	width: 90%;
	float: left;
	border: 1px solid #BBC2D1;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
	background-color: #fafafa;
}
#attorney-info p {
	width: 90%;
	text-align: left !important;
	margin: 0 auto;
	margin-top: 10px;
}
#attorney-photo img {
	margin-bottom: 5px;
	border: 1px solid #bbb;
}
#vitals li {
	font: normal 100%/1.4 Tahoma, "Lucida Sans", Verdana, sans-serif;
}
#contact-info {
	list-style: none !important;
	margin: 0 auto !important;
	padding: 0 !important;
	font: normal 105%/1.4 Arial, Helvetica, sans-serif;
	color: #666;
}
.stats {
	font: normal 80%/1.4 Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 10px;
}
.stats dt {
	font: bold 100%/1.4 Tahoma, "Lucida Sans", Verdana, sans-serif;
	color: #666;
	margin-bottom: 3px;
}
.returnlinks {
	float: right;
	text-align: left;
	font: normal 80%/1.4 Tahoma, "Lucida Sans", Verdana, sans-serif;
	margin-top: 10px;
}
.returnlinks a {
	padding: 0 3px;
}
.current {
	text-decoration: none;
	font: bold 90%/1.4 Tahoma, "Lucida Sans", Verdana, sans-serif;
	color: #666 !important;
}
/* Footer -----------------*/
#footer {
	clear: both;
	background: url(../../images/footer-bg.jpg) no-repeat;
	width: 900px;
	height: 56px;
	color: #f7fcf8;
}
#footer address {
	float: left;
	width: 580px;
	margin-left: 24px;
	padding-top: 15px;
	font: normal 80%/1.5 Tahoma, "Lucida Sans", Verdana, sans-serif;
}
#footer #copyright {
	float: left;
	padding-top: 15px;
	font: normal 80%/1.5 Tahoma, "Lucida Sans", Verdana, sans-serif;
}
/* My Form--------------------------------*/
.myform {
	margin: 0 auto;
	width: 600px;
	padding: 20px 30px;
}
h1 {
	font: bold 70%/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	color: #1a1a1a;
}
/* Stylized-------------------------------*/
#stylized {
	width: 500px;
}
#stylized li {
	clear: left;
	display: block;
}
#stylized label {
	float: left;
	font: bold 110%/1.5 Tahoma, "Lucida Sans", Verdana, sans-serif;
	text-align: right;
	padding-right: 30px;
	margin: 2px 0 10px 0;
	width: 100px;
	color: #666;
}
#stylized .small {
	display: block;
	color: #666;
	font: normal 80%/1.3 Tahoma, "Lucida Sans", Verdana, sans-serif;
	text-align: right;
	width: 100px;
}
#stylized input[type="text"] {
	font: normal 100%/1.3 Tahoma, "Lucida Sans", Verdana, sans-serif;
	padding: 4px 2px;
	margin-top: 4px;
	border: solid 1px #aacfe4;
	width: 140px;
	color: #005494;
}
#stylized input[type="text"]:focus, #stylized textarea:focus {
	background-color: #f7f7f7;
}
#stylized input[type="checkbox"] {
	width: auto;
	height: 1.3em;
	border: 0;
}
#stylized textarea {
	font: normal 100%/1.3 Tahoma, "Lucida Sans", Verdana, sans-serif;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 260px;
	margin: 2px 0 0 0;
	color: #005494;
}
#stylized input[type="submit"] {
	float: right;
	margin: 5px 0;
}
/* Error Messages ------------------------------*/
#stylized .error, .LV_invalid_field {
	font: normal 80%/1.5 Tahoma, "Lucida Sans", Verdana, sans-serif;
	background-color: #f7dada;
	border: 1px solid #aacfe4;
	padding: 10px;
	margin-bottom: 5px;
}
#stylized .required {
	background-color: #f7dada;
	border: 1px solid #aacfe4;
	padding: 10px 0;
	font: bold 80%/1.3 Tahoma, "Lucida Sans", Verdana, sans-serif;
	margin-bottom: 5px;
}
.LV_invalid { /* Live validation error messages */
	font: normal 100%/1.5 Tahoma, "Lucida Sans", Verdana, sans-serif;
	padding: 0 10px;
	color: #a10000;
}
.LV_valid { /* Live validation pass messages */
	font: normal 100%/1.5 Tahoma, "Lucida Sans", Verdana, sans-serif;
	padding: 0 10px;
	color: #00a100;
}
/* Misc Styles ------------*/
.largenumbers {
	list-style: none !important;
	margin-top: 20px;
}
.largenumbers li {
	margin-bottom: 20px;
}
.largenumbers a {
	font: normal 160%/1.5 Tahoma, "Lucida Sans", Verdana, sans-serif;
	color: #8095C4;
}
blockquote {
	text-align: center;
	font: normal 80%/1.3 Tahoma, "Lucida Sans", Verdana, sans-serif;
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}
.border3pxwhite {
	border: 3px solid #fefffe;
}
.noindent {
	text-indent: 0 !important;
}
.col46 {
	font-size: 12px;
}
/* CJ Footer -----------------------------------------------*/
#cjfooter {
	clear: both;
	display: block;
	padding: 3px 0;
	text-align: right;
	color: #333;
	font: normal 80%/1.4 Arial, Helvetica, sans-serif;
}
#cjfooter a {
	color: #182954;
}
