/*   =======   RESET    =======   */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
		{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #1e3443;
	background: #e3e39f url(../images/bg/top_strip.png) repeat-x;
}
h1, h2, h3, h4, h5, h6 { color:#1e3443; margin-bottom: 1em; font-weight: normal; font-family: 'Times New Roman', Georgia, serif; }
h1	{ font-size: 2em;}
h2	{ font-size: 1.75em; }
h3	{ font-size: 1.25em; }
h4	{ font-size: 1em; }
p	{ 
	font-size: .8125em; 
	line-height: 130%; 
	margin: 1em 0;
}

a, a:link, a:visited, a:active { color: #1e3443; text-decoration: none; }
a:hover { color: #000; text-decoration: underline;  }
a:active { outline: none; }

.left { float: left }
.right { float: right }
.center { text-align: center; }
.hide { display: none; }
.clear { clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder { border: none !important; }
.imgLeft { float: left; padding: 5px 20px 10px 0; }
.imgRight { float: left; padding: 0 0 10px 15px; }


/*   =======   LAYOUT  =======   */

#wrap { 
	width: 100%;
	margin: auto;
}
#header {
	width: 960px;
	height: 126px;
	margin: auto;
}
#logo {
	margin-top: 22px;
	width: 240px;
	height: 104px;
	float: left;
}
#pageTitle {
	width: 100%;
	height: 234px;
	margin: auto;
	clear: both;
}
#pageTitle.tile-home 		{ background: url(../images/pagetitles/home.jpg) no-repeat center top; }
#pageTitle.tile-overview	{ background: url(../images/pagetitles/overview.jpg) no-repeat center top; }
#pageTitle.tile-attorneys 	{ background: url(../images/pagetitles/attorneys.jpg) no-repeat center top; }
#pageTitle.tile-practice 	{ background: url(../images/pagetitles/practice.jpg) no-repeat center top; }
#pageTitle.tile-education 	{ background: url(../images/pagetitles/education.jpg) no-repeat center top; }
#pageTitle.tile-news 		{ background: url(../images/pagetitles/news.jpg) no-repeat center top; }
#pageTitle.tile-contact 	{ background: url(../images/pagetitles/contact.jpg) no-repeat center top; }

#main {
	width: 960px;
	margin: auto;
	overflow: visible;
	margin-bottom: 30px;
}
#pageLeft {
	width: 570px;
	float: left;
	padding-top: 38px;
}
#pageRight {
	width: 370px;
	margin-right: -20px;
	overflow: auto;
	float: right;
	background: url(../images/bg/right_bar.png) no-repeat left top;
}
#rightBar {
	width: 310px;
	padding: 38px 30px 1px;
}
#rightBar.dropimg-home 		{ background: url(../images/pagetitles/home_drop.jpg) no-repeat left top; }
#rightBar.dropimg-overview	{ background: url(../images/pagetitles/overview_drop.jpg) no-repeat left top; }
#rightBar.dropimg-attorneys	{ background: url(../images/pagetitles/attorneys_drop.jpg) no-repeat left top; }
#rightBar.dropimg-practice	{ background: url(../images/pagetitles/practice_drop.jpg) no-repeat left top; }
#rightBar.dropimg-education	{ background: url(../images/pagetitles/education_drop.jpg) no-repeat left top; }
#rightBar.dropimg-news 		{ background: url(../images/pagetitles/news_drop.jpg) no-repeat left top; }
#rightBar.dropimg-contact	{ background: url(../images/pagetitles/contact_drop.jpg) no-repeat left top; }


#rightBarBase {
	background: url(../images/bg/right_bar_base.png) no-repeat left top;
	width: 370px;
	height: 28px;
}
#footer {
	width: 960px;
	margin: auto;
	clear: both;
	background: url(../images/elements/doubleline_left.png) repeat-x left top;
	padding: 20px 0;
	overflow: auto;
}

/*   =======   NAV  =======   */

#nav {
	float: right;
	height: 120px;
}
#nav li {
	float: left;
}
#nav li a {
	float: left;
	font-size: .8125em;
	color: #1e3443;
	text-transform: uppercase;
	text-decoration: none;
	padding: 93px 8px 0 8px;
	height: 26px;
	position: relative;
}
#nav li a:visited, #nav li a:active { color: #1e3443; }
#nav li a:hover, #nav li.navOn a { 
	color: #420e0d;
	background: url(../images/elements/nav_tab.png) no-repeat right top;
	cursor: pointer;
}
#nav a span {
	height: 119px;
	float: left;
	display: block;
	width: 8px;
	position: absolute;
	top: 0;
	left: 0;
}
#nav li a:hover span, #nav li.navOn a span {
	background: url(../images/elements/nav_tab.png) no-repeat left top;
	cursor: pointer;
}
#footerNav { clear: both; text-align: left;}
#footerNav li {
	display: inline;
	margin-right: 15px;
}
#footerNav a {
	font-size: .75em;
	padding-right: 15px;
	border-right: 1px solid #1e3443;
}
.last {
	border: none !important;
}
#copyright {
	float: left;
	margin: 2em 0 0;
	font-size: .75em;
}
#credit {
	float: right;
	margin: 2em 0 0;
	font-size: .75em;
}

#sideNav {
	background: url(../images/elements/doubleline_right.png) no-repeat left top;
	width: 290px;
	margin: 10px;
	margin-top: -2px;
	padding: 1px 0 0;
}
#sideNav li {
	margin: 1em 0 0;
	display: block;
}
#sideNav a, #sideNav a:visited {
	color: #08141c;
	font-size: .875em;
	line-height: 120%;
	background: url(../images/elements/subnav_arrow.png) no-repeat -5px center;
	padding-left: 13px;
	display: block;
	margin-bottom: .75em;
}
#sideNav a:hover, #sideNav li.navOn a {
	color: #fff;
	text-decoration: none;
	background: url(../images/elements/subnav_arrow-on.png) no-repeat 0 center;
}
/*   =======   PAGES  =======   */

#pageLeft h2 {
	padding-bottom: .5em;
	margin: 1.25em 0 .5em;
	background: url(../images/elements/doubleline_left.png) no-repeat left bottom;
}
#pageLeft h2:first-child {
	margin-top: 0;
}
a.readMore {
	float: right;
	color: #1e3443;
	text-decoration: underline;
	text-transform: capitalize;
	clear: both;
}
a.readMore:hover {
	color: #000;
	text-decoration: none;
}
.officeLoc {
	float: left;
}
.officeLoc h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: 190px;
	margin: 0;
}
.officeLoc p {
	margin: .25em 0 0;
}
#pageLeft ul { list-style: disc; margin: 1em; }
#pageLeft ol { list-style: decimal; margin: 1em; }
#pageLeft ul ul, #pageLeft ol ol { margin: .2em 0 .2em .2em; font-size: 1.25em; list-style: circle;}
#pageLeft li { 
	margin: .2em 0 .2em 1em; 
	padding-left: 0;
	font-size: .8125em;
	line-height: 140%;
}
#pageLeft h3 {
	margin: 1em 0 0;
}
#contactInfo {
	margin: -2px 10px 0;
	padding: 1em 0;
	background: url(../images/elements/doubleline_right.png) no-repeat left top;	
}
#contactInfo h5 {
	color: #fff;
	font-size: .875em;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: .25em;
	font-weight: bold;
}
#contactInfo address, #contactInfo p{
	font-style: normal;
	font-size: .75em;
	color: #08141c;
	margin: 0 0 1.5em;
	line-height: 140%;
}
#contactInfo a, #contactInfo a:visited {
	color: #08141c; 
	text-decoration: underline;
}
#contactInfo a:hover {
 	color: #fff;
}

/*   =======   NEWS BAR  =======   */

#pageRight h2 {
	color: #dedede;
	margin: 0 0 .5em 10px;
}
.newsBlurb {
	overflow: auto;
	margin: 2em 0 0;
}
.first { margin-top: 0 !important; }
.newsDate {
	background: url(../images/elements/news_date.png) no-repeat;
	padding: 0 8px;
	text-align: center;
	width: 44px;
	height: 64px;
	float: left;
}
.newsDate p {
	font-size: 1em;
	margin: 8px 0;
	color: #dedede;
	text-align: center;
}
.newsDate p b {
	display: block;
	margin-top: 10px;
}
.newsBlurbText {
	float: left;
	width: 230px;
	*width: 220px;
	min-height: 65px;
	padding-left: 10px;
}
.newsBlurbText h4 {
	font-size: 1.125em;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: .25em;
	font-weight: bold;
}
.newsBlurbText p {
	margin: 0;
	color: #dedede;
	font-size: .75em;
}
.newsCopy {
	float: left;
	width: 500px;
	margin-left: 10px;
	min-height: 65px;
}
.newsCopy p:first-child { margin-top: 0 !important; }
.firmNews {
	overflow: auto;
	margin: 1.5em 0 0;
}
.firmNews h2 {
	font-size: 1.5em;
}
#contactForm {
	width: 420px;
	overflow: auto;
}
.required {
	color: #386a8d;
}
p.required {
	margin: 5px 0 5px 90px;
}
#contactForm label {
	width: 80px;
	padding-right: 10px;
	display: block;
	text-align: right;
	float: left;
	clear: left;
	font-size: .75em;
	line-height: 2.25em;
}
#contactForm input {
	width: 310px;
	display: block;
	float: left;
	padding: 3px;
	border: 1px solid #386a8d;
	margin-bottom: 1em;
	font-size: .875em;
}
#contactForm textarea {
	width: 310px;
	float: left;
	padding: 3px;
	border: 1px solid #386a8d;
	margin-bottom: 1em;
	font-size: .875em;
}
input.submit {
	width: 80px !important;
	clear: both;
	border: none !important;
	margin-left: 90px;
	
}
.pagination {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagination ul {
	float: left;
}
.pagination li {
	list-style: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0 .5em 0 0 !important;
}
.pagination a {
	text-decoration: underline;
	float: left;
	display: block;
	margin-right: 5px;
}
.pagination li a.next {
	text-indent: -999em;
	background: url(../images/elements/arrows.png) no-repeat right 4px;
	width: 7px;
	text-decoration: none;
}
.pagination li a.prev {
	text-indent: -999em;
	background: url(../images/elements/arrows.png) no-repeat left 4px;
	width: 7px;
	text-decoration: none;
}


.modalbox_content{
	padding:5px;
}

.modalbox_content ul{
list-style: disc; margin: 1em 0; 
}
.modalbox_content ol { list-style: decimal; margin: 1em 0; }
.modalbox_content li { 
	margin-left: 1.25em; 
	padding-left: .25em;
	font-size: .875em;
	line-height: 140%;
}
}