/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .page-video {
	text-align: center;
	margin: 12px 0;
}
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
}
#main .rf-paragraph {
	margin: 18px 0;
}
#main img.page-image {
	margin: 0 0 12px 12px;
	border: 2px solid #ccc;
	float: right;
}
#main img.right {
	margin: 0 0 12px 12px;
	border: 2px solid #ccc;
    float: right;
}
#main img.left {
	margin: 0 12px 12px 0;
	border: 2px solid #ccc;
    float: left;
}


/* styles */
body {
	background: #000;
}
#body {
	font: 13px Verdana, Arial, sans-serif;
	color: #707070;	
}
#outer {
	background: url(/images/outerbg.gif) repeat-x #fff;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 191px;
	position: relative;
	background: url(/images/headerbg-sdbr.gif) no-repeat top left;
}
#header #logo {
	position: absolute;
	top: 0;
	left: 35px;
}
#header #tagline {
	position: absolute;
	top: 25px;
	right: 20px;
}
#header #page-title {
	padding: 0 35px 0 285px;
	height: 54px;
	bottom: 0;
	left: 0;
	position: absolute;
}
#page-title h1 {
	margin: 0;
	font: 36px Times, serif;
	color: #fff;
	font-variant: small-caps;
	line-height: 56px;
}

#main {
	background: url(/images/mainbg.gif) repeat-y;
}
ol#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 101px;
	left: 285px;
	height: 30px;
}
ol#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
ol#nav a {
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 32px;
}
ol#nav a:hover, ol#nav a.active {
	color: #6cf;
}

#sidebar {
	width: 205px;
	padding: 10px 20px 10px 35px;
	float: left;
}
#sidebar ol#subnav {
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
}
#sidebar ol#subnav li {
	margin: 0;
	padding: 8px 0;
	border-top: 1px solid #ccc;
}
#sidebar ol#subnav li.first {
	border-top: 0;
}
#sidebar ol#subnav li a {
	color: #006aa2;
	text-decoration: none;
	font-size: 15px;
}
#sidebar ol#subnav li a:hover, #sidebar ol#subnav li a.active {
	color: #000;
}
#sidebar ol#subnav li ol.subsubnav {
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
}
#sidebar ol#subnav li ol.subsubnav li {
	border: 0;
	padding: 3px 0 0 0;
}
#sidebar ol#subnav li ol.subsubnav li a {
	font-size: 13px;
}


#content {
	min-height: 400px;
	width: 700px;
	float: left;
}
#content_text {
	padding: 10px 25px;
}

#footer {
	background: url(/images/footerbg.gif) repeat-x;
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
}
#footer_text {
	background: url(/images/footertextbg-sdbr.jpg) top left no-repeat;
	width: 890px;
	margin: 0 auto;
	padding: 47px 35px 20px;
	font-size: 8px;
}
#footer_bar {
	height: 36px;
	line-height: 36px;
}
#footer_copy {
	padding: 18px 0 18px 165px;
	line-height: 20px;
	background: url(/images/footerlogo.gif) no-repeat top left;
}
#footer_copy #lexis {
	float: right;
}
#footer_copy p {
	margin: 0;
}
#footer_copy p.error {
	color: #f00;
}
#footer_copy form {
	font-size: 11px;
}
#footer_copy input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
	margin: 0 5px 0 10px;
	font: 11pxpx Verdana, Arial, sans-serif;
	color: #333;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* no sidebar styles */
#body.no-sidebar #header {
	background: url(/images/headerbg.gif) no-repeat top left;
}
#body.no-sidebar #main {
	background: none;
}
#body.no-sidebar #sidebar {
	display: none;
}
#body.no-sidebar #content {
	width: 100%;
	float: none;
}
#body.no-sidebar #page-title {
	padding-left: 35px;
}
#body.no-sidebar #content_text {
	padding-left: 35px;
	padding-right: 35px;
}
#body.no-sidebar #footer_text {
	background: none;
}


/* styles */

#main h2 {
	color: #262262;
	font: 28px Times, serif;
	font-variant: small-caps;
}
#main h2 span {
	padding-left: 10px;
}
#main h2 span img {
	margin-right: 6px;
}
#main h3 {
	color: #363636;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
#main h4 {

}
#main strong {
	color: #363636;
}
#main a {
	color: #006aa2;
}
#main a:hover {
	color: #086E33;
}
#main h2 a {
	color: #262262;
	text-decoration: none;
}
#main h2 a:hover {
	text-decoration: underline;
}

#main form {
	margin: 24px 0;
}
#main form label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 15px;
}
#main form input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
	font: 13px Verdana, Arial, sans-serif;
	color: #707070;
}
#main form textarea {
	font: 13px Verdana, Arial, sans-serif;
	color: #707070;
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	height: 150px;
}

/* ABOUT US */

/* ATTORNEYS */

#content #vcard img {
	vertical-align: middle;
	margin: 0 0 0 5px;
}
#content #im_social {
	color: #006aa2;
	font-size: 14px;
	margin: 12px 0;
}
#content #im_social img {
	margin: 0 10px 0 5px;
	vertical-align: middle;
}


/* PRACTICE AREAS */

.practice-area {
	margin: 12px 0 32px 0;
	font-size: 14px;
}
.practice-area h2 {
	margin: 0;
}
.practice-area p {
	margin: 0 0 6px 0;
}
.practice-area .info-image {
	width: 176px;
	border: 2px solid #999;
	height: 128px;
	overflow: hidden;
	margin-top: 3px;
	margin-right: 24px;
	float: left;
}
.practice-area .info-text {
	float: left;
	width: 446px;
}
.practice-area .info-text p.more {
	text-align: right;
}

/* MEDIA */

#video-box {
	width: 430px;
	float: left;
	overflow: hidden;
}
#video-list {
	padding-left: 30px;
	width: 210px;
	float: left;
}

/* NEWS */

#news {
	margin-top: 12px;
	width: 45%;
	padding-right: 4%;
	float: left;
}
#news h2, #newsletters h2 {
	margin-top: 0;
}
#news .news_item, #newsletters .news_item {
	margin: 12px 0 18px 0;
}
#news .news_item h3, #newsletters .news_item h3 {
	margin: 0;
	text-transform: none;
}
#news .news_item h3 .category, #newsletters .news_item h3 .category {
	font-size: 13px;
	color: #666;
}
#news .news_item p, #newsletters .news_item p {
	margin: 3px 0;
}
#news .date {
	color: #333;
	text-transform: uppercase;
}
	
#newsletters {
	margin-top: 12px;
	width: 45%;
	padding-left: 4%;
	float: left;
}


/* CONTACT US */

#map {
	margin: 24px 0;
}
#map iframe {
	border: 2px solid #999;
}
#map small a {
	display: none;
}

/* HOME */

#body.homepage #outer {
	background: url(/images/outerbg-home.gif) repeat-x #fff;
}
#body.homepage #header {
	height: 400px;
}
#banner {
	height: 277px;
	width: 960px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#body.homepage #content_text {
	padding-top: 6px;
}
#quad {
	width: 100%;
	border: 0;
	height: 108px;
	padding-bottom: 20px;
	overflow: hidden;
}
#quad h2 {
	margin: 0;
	font-size: 22px;
	color: #003c76;
}
#quad p {
	margin: 0;
	font-size: 13px;
}
#quad td {
	padding: 0 20px;
	border-left: 1px solid #fff;
	vertical-align: top;
}
#quad td div.edit {
	height: 108px;
	overflow: hidden;
}
#quad td.first {
	padding-left: 0;
	border-left: 0;
}
#quad td.last {
	padding-right: 0;
}
#body.homepage #main-text {
	padding: 12px 0;
	font-size: 14px;
	line-height: 21px;
	border-top: 1px solid #ccc;
}
#body.homepage #main-text strong {
	color: #262262;
}
#latest-stuff {
	padding: 40px 0 20px;
}
#latest-stuff #recent-news {
	width: 55%;
	padding-right: 4%;
	float: left;
}
#recent-news .news_item {
	margin: 12px 0 18px 0;
}
#recent-news .news_item h3 {
	margin: 0;
	text-transform: none;
}
#recent-news .news_item h3 .category {
	font-size: 13px;
	color: #666;
}
#recent-news .news_item p {
	margin: 3px 0;
}
#recent-news .date {
	color: #333;
	text-transform: uppercase;
}
	
#latest-stuff #notices {
	width: 35%;
	padding-left: 4%;
	border-left: 1px solid #ccc;
	float: left;
}
#notices img  {
	width: 306px;
	border: 2px solid #999;
}
#notices object, #notices embed {
	width: 310px;
	height: 257px;
}
#latest-stuff h2 {
	margin: 0 0 6px 0;
}

/* other styles */
.date {
	color: #333;
	text-transform: uppercase;
	margin: 3px 0;
}
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}
