/* start global styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #231f20;
	background: #9c9c6c;
	font-family: arial, sans-serif;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}

a {
	color: #231f20;
	font-size: 12px;
}


h1 {
	font-family: times, serif;
	font-weight: normal;
}


h2, h3, h4 {
	font-family: arial, sans-serif;
	font-weight: normal;
}

h2 {
	color: #735c2a;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 8px;
	letter-spacing: 1px;
	border-bottom: solid 2px #735c2a;
	font-weight:normal;
}

h3 {
	color: #735c2a;
	font-size: 16px;
	line-height: 20px;
	margin-top: 25px;
	margin-bottom: 5px;
}

h3 a {
	color: #735c2a;
	font-size: 16px;
	line-height: 20px;
	margin-top: 25px;
	margin-bottom: 5px;
}

body#offices h3 {
	margin-top: 0px;
}

h4 {
	color: #735c2a;
	font-size: 16px;
	line-height: 20px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.required {
	color:#9a1d16;
}

#container {
	width: 900px;
	min-height: 800px;
	margin: 25px auto 15px auto;
}

#header {
	width: 900px;
	height: 65px;
	font-family: times, serif;
	background: #e6e6d7;
}

#logo {
	float: left;
	width: 300px;
	height: 40px;
	padding: 20px 0px 3px 15px;
	margin: 0px;
}

#nav {
	float: right;
	height: 40px;
	padding: 19px 4px 0px 0px;
	text-align: right;
}

#nav li {
	float: left;
	list-style-type: none;
	font-variant: small-caps;
}

#nav ul li a {
	display: block;
	margin: 15px 5px 0px 5px;
	padding-bottom: 4px;
	border-bottom: #e6e6d7 solid 4px;
}

#nav ul li a:hover { border-bottom: #429695 solid 4px; }
#nav ul li a:hover.practice_on { border-bottom: #6aa741 solid 4px; }
#nav ul li a:hover.attorneys_on { border-bottom: #fb4a04 solid 4px; }
#nav ul li a:hover.offices_on { border-bottom: #3b8627 solid 4px; }
#nav ul li a:hover.news_on { border-bottom: #dbab05 solid 4px; }
#nav ul li a:hover.recruiting_on { border-bottom: #9a1d16 solid 4px; }

body#about #nav ul li a.about_on { border-bottom: #429695 solid 4px; }
body#practice #nav ul li a.practice_on { border-bottom: #6aa741 solid 4px; }
body#attorneys #nav ul li a.attorneys_on { border-bottom: #fb4a04 solid 4px; }
body#offices #nav ul li a.offices_on { border-bottom: #3b8627 solid 4px; }
body#news #nav ul li a.news_on { border-bottom: #dbab05 solid 4px; }
body#recruiting #nav ul li a.recruiting_on { border-bottom: #9a1d16 solid 4px; }


#banner {
	width: 900px;
	height: 115px;
	overflow: hidden;
}

#banner_image {
	float: left;
	width: 385px;
}

#banner img {
	float: left;
}

#banner_title {
	float: right;
	width: 515px;
	text-align: center;
}

body#about #banner { background: #429695; border-bottom: #6eb8ad solid 17px; }
body#practice #banner { background: #6aa741; border-bottom: #92c073 solid 17px; }
body#attorneys #banner { background: #fb4a04; border-bottom: #fc7c1e solid 17px; }
body#offices #banner { background: #3b8627; border-bottom: #69a33e solid 17px; }
body#news #banner { background: #dbab05; border-bottom: #e9c832 solid 17px; }
body#recruiting #banner { background: #9a1d16; border-bottom: #b54d48 solid 17px; }

#main {
	width: 900px;
	background: #fff url(/site_images/bg_main.gif) top left repeat-y;
	overflow: hidden;
}

#toolbar {
	width: 900px;
	height: 22px;
	font-size: 11px;
	overflow: hidden;
	background: #fff url(/site_images/bg_toolbar.gif) top left no-repeat;
	padding-top: 8px;
}

#toolbar a {
	font-size: 11px;
	text-decoration: none;
}

#toolbar a:hover {
	text-decoration: underline;
}

#homelink {
	float: left;
	width: 175px;
	padding-left: 10px;
}

#subscribelink {
	float: left;
	width: 540px;
	text-align: right;
}

#searchlink {
	float: left;
	width: 155px;
	margin-left: 17px;
}

table.atty_search {
	padding:0px;
	width: 155px;
	border-collapse: collapse;
}

input.searchbox {
	border: #ccc solid 1px;
	height: 15px;
	width:85px;
}

.gobutton {
	height: 15px;
}

#by_option {
}

#left_col {
	float: left;
	width: 187px;
	background: #edede3;
	overflow:hidden;
}

#vcard {
	margin: 20px;
}

#vcard li {
	list-style: none;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 9px;
}

#vcard a {
	font-size: 11px;
	text-decoration: none;
}

#vcard a:hover {
	text-decoration: underline;
}

#subnav {
	margin-top: 30px;
}

#subnav ul {
	list-style:none;
	margin: 5px 0px 15px 10px;
}

#subnav li {
	list-style:none;
	font-size: 12px;
	line-height: 15px;
	background-image: url(/site_images/subnav_listarrow_beige.gif);
	background-repeat: no-repeat;
	background-position: 3px left;
	margin-bottom: 5px;
	padding-left: 12px;
}

#subnav li ul li {
	margin-top: 0px;
}

#subnav a {
	color: #7c6941;
	text-decoration: none;
}

#subnav a:hover {
	color: #592824;
}

#middle {
	float: left;
	width: 499px;
	padding: 25px 25px 15px 25px;
}

#middle li {
	list-style: none;
	background-image: url(/site_images/subnav_listarrow.gif);
	background-position: 5px left;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 17px;
	padding-left: 12px;
	margin: 0px 0px 7px 20px;
}

#intro {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}

.office_location {
	height: 175px;
}

.office_location img {
	float: left;
	margin: 5px 35px 0px 0px;
	border: #ccc solid 1px;
}

#right_col {
	float: right;
	width: 164px;
}

#pullquote {
	width: 164px;
	height: 181px;
	
}

body#about #pullquote { color: #d0e6e5; background: #6eb8ad; }
body#practice #pullquote { color: #daead1; background: #92c073; }
body#attorneys #pullquote { color: #fdd4c2; background: #fc7c1e; }
body#offices #pullquote { color: #cfe2cb; background: #69a33e; }
body#news #pullquote { color: #f5ebc2; background: #e9c832; }
body#recruiting #pullquote { color: #e5c9c7; background: #b54d48; }

body#about table.subscribe td {
	padding:3px;
}

#footer {
	width: 900px;
	height: 23px;
	background: #c2c29a url(/site_images/bg_toolbar.gif) -3px left no-repeat;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding-top: 35px;
	margin: 0px auto 25px auto;
}

#footer a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#logo img {
	behavior: url(/pngbehavior.htc);
}

/* end global styles */


/* start home page styles */

#header_home {
	width: 750px;
	height: 45px;
	overflow: hidden;
	margin: 15px auto 10px auto;
}

#logo_home {
	float: left;
	width: 400px;
	padding: 7px 0px 3px 15px;
}

#login {
	float: right;
	height: 35px;
	margin-top: 15px;
}

#login a {
	color: #fff;
	font-family: times, serif;
	font-size: 14px;
	text-decoration: none;
}

#container_home {
	width: 743px;
	height: 484px;
	border: #ececd7 solid 1px;
	margin: 0px auto 5px auto;
}

#nav_home { 
	float: left;
	width: 268px;
	height: 310px;
	background: #e3e0bd url(/site_images/nav_bg.gif) top left no-repeat;
	border-bottom: #eef0e2 solid 1px;
	border-right: #eef0e2 solid 1px;
}

#nav_home ul {
	list-style-image: url(/site_images/list_bullet.gif);
	margin: 35px 0px 0px 60px;
}

#nav_home li {
	line-height: 15px;
	margin: 22px 0px;
}

#nav_home a {
	display: block;
	font-family: times, serif;
	font-size: 15px;
	font-variant: small-caps;
	color: #666;
	text-decoration: none;
	margin-left: 3px;
}

#home_mainimage {
	float: right;
	width: 474px;
	height: 310px;
	border-bottom: #eef0e2 solid 1px;
}

#home_bottomimages {
	width: 743px;
	height: 172px;
}


#footer_home {
	width: 750px;
	color: #fff;
	font-size: 10px;
	margin: 5px auto 15px auto;
}

#footer_home a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

#footer_home a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
	width: 350px;
}

#conditions {
	float: right;
	width: 400px;
	text-align: right;
}

/* end home page styles */


/* start practice area page styles */

#practice_middle {
	float: left;
	width: 499px;
	padding: 25px 25px 15px 25px;
}

#practice_middle ul {
}

#practice_middle li {
	list-style-type: none;
	background-image: url(/site_images/subnav_listarrow.gif);
	background-position: 3px left;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 17px;
	padding-left: 12px;
	margin: 0px 0px 7px 32px;
}

#practice_categories {
	width: 490px;
	overflow: hidden;
}

.practice_category {
	float: left;
	width: 223px;
	height: 33px;
	background: url(/site_images/cat_header_bg.gif) no-repeat;
	text-align: center;
	padding-top: 5px;
	margin: 15px 15px 0px 0px;
}

.practice_category a {
	color: #7c6941;
	font-size: 14px;
	font-variant: small-caps;
	text-decoration: none;
}

/* end practice area page styles */

#opinions li {
	line-height: 16px;
	margin: 13px 0px 18px 20px;
}

#events li {
	line-height: 17px;
	margin: 18px 0px 23px 35px;
}

#events li a {
	font-weight: bold;
	color: #fc7c1e;
}

#articles li {
	line-height: 18px;
	margin: 13px 0px 18px 5px;
}

#articles li a {
	font-weight: bold;
}

#newsletters li {
	line-height: 17px;
	margin: 10px 0px 10px 35px;
}

#newsletters li a {
	font-weight: bold;
	color: #fc7c1e;
}


/* start attorney page styles */

td {
	color: #231f20;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
	padding-right: 5px;
}

.searchbutton {
	height: 15px;
	padding-top: 17px;
}


.attorney_image {
	float: left;
	margin: 5px 14px 5px 0px;
}

#bio_info {
	float: left;
	width: 495px;
	margin: 0px 0px 25px 0px;
}

#bio_info p {
	margin-left: 30px;
}

#bio_info ul {
}

#bio_info li {
	list-style: none;
	background-image: url(/site_images/subnav_listarrow.gif);
	background-position: 3px left;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 14px;
	padding-left: 12px;
	margin: 0px 0px 7px 36px;
}

#bio_info li a {
	font-size: 11px;
	font-weight: normal;
}

#bio_info a {
	font-weight: bold;
	color: #fc7c1e;
}

#bio_info a:hover {
	color: #fb4a04;
}

#bio_info li ul li {
	margin-left: 20px;
	list-style: bullet;
}

.attorney_categories {
	width: 500px;
	overflow: hidden;
	border: #000 solid 1px;
}

.listings {
	float: left;
	width: 200px;
	margin: 0px 0px 12px 30px;
}

#namesearch {
	width: 495px;
	margin-bottom: 40px;
}

#namesearch ul {
	margin: 0px 3px 0px 0px;
	list-style:none;
}

#namesearch ul li {
	float: left;
	list-style: none;
	height: 15px;
	line-height: 11px;
	margin: 0px;
	list-style:none;
	background:none;
	padding-left: 0px;
}

#namesearch a {
	font-size: 10px;
	color: #231f20;
	text-transform: uppercase;
	text-decoration: none;
}

#namesearch ul li a {
	display: block;
	padding: 1px 3px;
	margin-right: 4px;
	border: #5b585c solid 1px;
}


/* end attorney page styles */


