
/*****Basic Elements*****/  

body {
	background: #e1e1e1 url(images/top_light.jpg) no-repeat 40% 0%;
	text-align: center;
	line-height: 1.6;	
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-size: 13px;
	color: #616161;
	padding-top: 20px;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #021a38;
	font-weight: normal;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

h3 {
	font-size: 22px;
	margin-bottom: 10px;
	
}

h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}


h3.spotlight {
	font-size: 18px;
	padding-left: 6px;
	background: #f5f5f5 url(images/block-top.gif) repeat-x top left;
	position: relative;
	border: 1px solid #e0e0e0;
	margin-top: 6px;
	
}

a {
	text-decoration: none;
	color: #3a97ca;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 10px;
}

strong {
	color: #333131;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ul.cool-li {
	list-style-type: none;
	margin-bottom: 12px;
}

ul.cool-li li {
	padding: 0px 0px 0px 15px;
	background: url(images/list-item.gif) no-repeat 0px 8px;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */


img {
    -ms-interpolation-mode:bicubic;  
}

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color: #437181;
	font-weight: bold;
}

p.author em {
	font-weight: normal;
	color: #616161;
}

/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	/*overflow: hidden;*/
}

.clearfix {
	clear: both; 
}

/*****Basic Layout*****/  

/** Header **/

	/** Search **/

#search {
	background:transparent url(images/search.gif) no-repeat scroll 0 0;
	height:30px;
	position:absolute;
	right:0;
	top:14px;
	width:224px;
}

#search fieldset {
	border: 0px;
	padding:6px 3px 0 8px;
	overflow: hidden;
}

#search fieldset input {
	color:#4C4C4C;
	border: 0px;
	background: none;
	padding: 0px;
}

#search fieldset input.search-field {
	width:130px;
	font-size: 13px;
	color: #8b8a8a;
	float: left;
}

#search fieldset input.search-button {
	cursor:pointer;
	float:left;
	margin-left:4px;
	margin-top:-5px;
	padding-bottom:11px;
	text-indent:-9999px;
	width:61px;
}

/** Logo **/

#header {
	height: 90px;
}

#header span#slogan {display:none;}

#header .container {margin-bottom: 0px;}

#tagline {
	float: right;
	margin-top: 18px;
	padding-right: 16px;
}

/*** Main Menu ***/

ul.sf-menu {
	list-style-type:none;
	padding: 0px 0px 0px 35px;
	z-index: 2;
	position: relative;
	/* overflow: hidden; */
}

/*
ul.sf-menu > li {
	float: left;
	border-bottom: none;
	background: none;
} */


ul.sf-menu > li.page_item > a, ul.sf-menu > li.cat-item > a {
	font-size: 17px;
	display: block;
	padding: 17px 25px 0px 14px;
	color: #3d3d3d;
}

ul.sf-menu > li.page_item.current_page_item  > a, ul.sf-menu > li.cat-item.current_page_item  > a, ul.sf-menu > li.cat-item.current-cat  > a, ul.sf-menu > li.current-cat-parent > a, ul.sf-menu > li.current_page_ancestor > a, ul.sf-menu > li  > a:hover {
	background: none;
	text-decoration: none;
}

ul.sf-menu > li.page_item.current_page_item, ul.sf-menu > li.cat-item.current-cat, ul.sf-menu > li.current-cat-parent, ul.sf-menu > li.current_page_ancestor {
	margin:0 5px;
}


ul.sf-menu a:hover {
	color:#3d3d3d;
}

/*** Content ***/

#content .container {
	padding: 0px 10px 0px 10px;
}

#main {
	background: url(images/main_bg.gif) repeat-y top left;
	text-align: justify;
}

#main-bottom {
	background: url(images/content_bottom.gif) no-repeat top left;
	width: 960px;
	height: 16px;
}

#main_content {
	float: left; 
	width: 530px;
	padding: 0px 0px 0px 30px;
}

#content {
	padding: 22px 0px;
}

/*** Sidebar ***/

#sidebar {
	float: right; 
	width: 340px;
}

#main  {padding: 10px 0px 20px 0px;}

div.block {
	background: #f5f5f5 url(images/block-top.gif) no-repeat top left;
	position: relative;
	border: 1px solid #e0e0e0;
	margin-bottom:30px;
}

div.block.last, div.block:last-child {margin-bottom:0px;}

div.ui-tabs-panel, div.standart_widget div, div.standart_widget > ul{
	padding: 20px 30px 10px 12px;
}

div#advertisement {padding: 20px 30px 13px 12px;}

div.standart_widget > ul li, div.ui-tabs-panel > ul li{
	padding: 0px 0px 3px;
}

div.standart_widget > ul li ul, div.ui-tabs-panel > ul li ul{
	margin-left: 10px;
	border-left: 1px solid #e8e8e8;
	padding-left: 10px;
}

div.block a {
	color: #5e5e5e;
}

div#latest div ul li a {display: block;}


ul.tabs li.pipe {
	color: #454545;
}

div.block a:hover{
	color: #3a97ca;
}

div.block ul {list-style-type: none;}

div.block div#latest img{
	border: 2px solid #e8e8e8;
	float: left;
	margin: 3px 10px 0px 0px;
}

div.block div#latest ul li, div#twitter ul li {
	overflow: hidden;
	
}

div.block div#latest ul li:last-child {
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: none;
}

div.block div#latest ul li span {
	color: #bababa;
	font-style: italic;
}

div.block div.corner {
	background: url(images/corner.gif) no-repeat;
	position: absolute;
	top: -1px;
	right: -5px;
	width: 5px;
	height: 41px;
	padding: 0px;
}


.block ul.news, .block h3 {
	overflow: hidden;
	padding: 10px 25px 3px 10px;
}

.block ul.news > li {
	display: inline;
	margin-right: 10px;
}


.block ul.news > li a{
	color:#3a97ca;
}

.block ul.tabs, .block h3 {
	color:#021a38;
	overflow: hidden;
	font-size: 16px;
	padding: 4px 5px 3px 10px;
}

.block ul.tabs > li {
	display: inline;
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 6px;
}

.block h3 {
	font-size: 16px;
	color:#021a38;
	margin: 0px;
}

.block ul.tabs > li.last {
	margin-right: 0px;
}

.block ul.tabs > li a  {
	color: #8f8f8f;
	text-decoration: none;
}

.block ul.tabs > li a:hover {color: #212121;} 

.block ul.tabs > li.ui-tabs-selected a, .block h3, .block ul.tabs > li.ui-tabs-selected a:hover {
	color: #454545;
	font-weight: bold;
}

.block ul.tabs > li > a {
	font-size: 16px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.block .ui-tabs-hide {display:none;}

div#categories ul li, div#archives ul li {margin-bottom: 5px;}



/*** Locations on Home Page & Contact Us***/

.locale {
		float: left;
		width: 190px;
		margin: 0 35px 20px;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		text-align: left;
	}
	
	/* End beta styles */
	

.locale h1 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.locale address, .locale p.mail {
	font-size: 13px;
	color: #3d3d3d;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}


blockquote {
	padding-left: 30px;
	padding-bottom: 12px;
}
/*** Footer ***/

#footer {
	clear: both;
	padding: 0px 0px 25px;
	color: #aeb3b6;
	margin-top: -10px;
	overflow: hidden;
}

#footer ul#bottom-menu {
	float: right;
	list-style-type: none;
	margin-right: 30px;
}

#footer ul#bottom-menu li {
	float: left;
	border-right: 1px solid #cbcdce;
	padding: 0px 8px;
}

#footer ul#bottom-menu li:first-child {
	padding-left: 0px;
}

#footer ul#bottom-menu li:last-child {
	border-right: none;
}

#footer ul#bottom-menu a, #footer h6 {
	color: #3d3d3d;
}

#footer ul#bottom-menu li.current_page_item a, #footer ul#bottom-menu li.current-cat a, #footer ul#bottom-menu li.current-cat-parent a, #footer ul#bottom-menu li.current_page_ancestor a, #footer ul#bottom-menu li a:hover {
	color: #82888c;
	text-decoration: none;
}

#footer h6 {
	font-family: Arial, sans-serif;
	color: #3d3d3d;
	margin-left: 30px;
	margin-bottom: 0px;
	float: left;
}

#footer  strong {
	color: #84888a;
	font-weight: normal;
}

#footer .disclaimer {
	border-bottom: solid 1px #a3a3a3;
	color: #666;
	margin: 0 30px 10px;
	padding-bottom: 10px;
}


/***** Home Page ****/

/** Featured Area **/

#featured_area, #pagename {
	height: 354px;
	/*overflow: hidden;*/
	position: relative;
	margin:15px 0 0;
}

#pagename {
	height: 145px;
}

#featured_area .container {
	background:transparent url(images/featured-stage.jpg) no-repeat scroll center top;
	height:354px;
	width:980px;
}

#pagename .container {
	background:transparent url(images/page.jpg) no-repeat scroll center top;
	height:165px;
	width:980px;
}

div#inner {
	clear: left;
	padding: 40px 60px 0px;
	z-index: 1;
	/* position: relative; */
}

div#inner-home {
	clear: left;
	padding: 12px 0px 0px 9px;
	z-index: 1;
	/* position: relative; */
}



#pagename div#inner h2 {line-height: 45px;}

#featured_area .description {
	float: left;
	width: 455px;
	height: 180px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding-top:12px;
}

#featured_area .description h2, #featured_area .description h2 a, #pagename h2, #pagename h2 a {
	font-size: 26px;
	color: #f5f5f5;
	margin-bottom: 15px;
	
}

#featured_area .description h2 a:hover, #pagename h2 a:hover {
	text-decoration: none;
}

#featured_area .description p, #pagename p {
	font-size: 12px;
	color: #ffffff;
	line-height:1.5em;
}

#pagename p {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;}

#featured_area .description p span {
	color: #f1f1f1;
}

#featured_area .description a.learn_more {
	font-size: 11px;
	text-transform: uppercase;
}

#featured_area .photo {
	margin-top: -5px;
	float: left;
	position: relative;
	padding-left:40px;
}

#featured_area .slide {
	overflow: hidden;
}


/*
a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 19px;
	height: 21px;
	position: absolute;
	bottom: 152px;
	text-indent: -9999px;
	cursor: pointer;
}

a.jFlowPrev {
	background: url(images/left-arrow-trans.png) no-repeat;
	left: 1px;
}

a.jFlowNext {
	background: url(images/right-arrow-trans.png) no-repeat;
	right: 3px;
}
*/

div#myController {
	display: none;
}

/** Home Page Content **/

#main-top {
	width: 960px;
	height: 20px;
	background: url(images/content_top.gif) no-repeat top left;
}


body#home #main_content h3 {
	margin-bottom: 20px;
}


#main_content ul {
	margin-left: 45px;
	margin-bottom: 12px;
}

.clear {
	clear: both;
}


/* Newsletter Signup */



	/* Beta styles to include Facebook badge */

	#subscribe {
		float: left;
		width: 200px;
	}
	
	#subscribe dd {
		float: none;
		display: block;
		margin-bottom: 10px;
	}

	.facebook-badge {
		float: right;
		width: 130px;
		text-align: center;
	}
	
	/* End beta styles */


/* About Page */

.section-img {
	margin-bottom: 18px;
}

/* About Page */

.section-pa-img {
	margin-bottom: 18px;
	margin-left: 16px;
}

/* Subpage Content */

#subpage {
	width: 935px;
	padding: 0px 15px;
}

#sub-content {
	float: left;
	width: 700px;
	margin-left: 40px;
}

#sub-content ul {
	padding: 0px;
	margin: 0px 0px 0px 30px;
}

#sub-content p {
	margin: 6px 0px 8px 0px;
	padding: 6px 0px 0px 10px;
}



/* Left Column used on Subpages (practice_areas & attorney_profiles) */

#info-col {
	float: left;
	width: 180px;
	margin-left: 8px;
}

#content #info-col h2 {
	margin-bottom: 6px;
}

#info-col li {
	list-style: none;
	padding-left: 8px;
}


/* Attorney Profile Pages (Image, Lexis Nexis, vCard, Practice Areas) */
.bio-col {
	width: 330px;
	margin-right: 5px;
	float: left;
	text-align: left;
}


.bio-col ul {
	margin: 0px;
	font-size: 12px;
	padding: 0px;
}



#bio_pa p {
	padding-top: 0px;
	margin-top: 0px;
}

#bio_pa h3 {
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* Grid for /attorney_profiles/ */

.bio_grid {
	width: 130px;
	float: left;
	margin-bottom: 16px;
	text-align: left;
	font-size: 11px;
}


/* Slider for Practice Areas */

#frame {
	float: left;
	margin: 0 auto;
	width: 413px;
}
#scroller {
}
#slider {
}
.section {
	margin-bottom: 10px;
}


/*
#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 413px;
	float: left;
}
#scroller {
	width: 413px;
	margin: 0 auto;	
	overflow: hidden;
}
#slider {
	width: 7000px;
}
.section {
	width: 413px;
	float: left;
}
*/


/* Month on News Page */

.news_month {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

/* Button Styling */

input#subscribe-btn {
	background: url(images/subscribe.jpg) top no-repeat;
	width: 74px;
	height: 23px;
	border: none;
}

input#submit-btn {
	background: url(images/submit.jpg) top no-repeat;
	width: 74px;
	height: 23px;
	border: none;
}

/* Contact Form for practice_areas */

#pa_contact {
	float: left;
	width: 245px;
	padding-left: 35px;
}
#pa_contact input {
	width: 215px;
}
#pa_contact input#submit-btn {
	background: url(images/submit.jpg) top no-repeat;
	width: 74px;
	height: 23px;
	border: none;
	
}
#pa_contact textarea {
	width: 245px;
}

#disclaimer{
	width: 820px;
	padding-left: 60px;
	
}

#table5 tr td {
	padding: 6px;
}
