/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
*{ margin:0; padding:0;}
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color: #444444;
	text-align: center;
	background:url(images/body_bg.gif) top left repeat-x #02395b;
	}

#page {
	text-align: left;
	}

#header {
	background:url(images/header_bg.gif) repeat-x;
	}

#headerimg 	{
	width: 974px;
	}

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

.widecolumn .entry p {

	}

.narrowcolumn .entry, .widecolumn .entry {

	}
.entry  {padding:5px 0;
		 line-height:18px;}

.widecolumn {

	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {border: none;}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 16px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #590512;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
a,a:visited{ color:#590512; text-decoration: none}
 h2 a:hover, h3 a:hover {
	color: #444;
	text-decoration: none;
	}

a:hover {
	color: #444;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#page {
	width: 974px;
	float:left;
	}

#header {
	padding: 0;
	width:974px;
	float:left;
	}

#headerimg {
	margin: 0;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 520px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	
	}

.post {
	margin: 0 20px 20px 20px;
	text-align: justify;
	padding:0 0 20px 0; 
	border-bottom:solid 1px #e2e1de;
	}

.post hr {
	display: block;
	}

.widecolumn .post {

	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	line-height:20px;
	}

.widecolumn .postmetadata {
	margin: 20px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding:0 10px 10px 10px;
	margin: 10px auto;
	width: 954px;
	clear: both;
	color:#e9e7df;
	margin-top:11px;
	text-align:left;
	}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: left;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 00px 0 0;
	}

h2.pagetitle {
	margin-top: 5px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 00px 0 5px;
	font-weight:normal;
	clear:both;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
#comments {padding:0 0 0 20px;}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	text-align:right
	}

.alignleft {
	text-align:left;
	float:left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	background:url(images/sidebar_li.gif) no-repeat left 4px;
	padding-left:10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}*/
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 0;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}
.yourmessage{
 width: 300px;
 padding: 5px 0 0 5px;
}
.wpcf7-form-control-wrap .your-name{
	padding: 2px 2px 2px 2px;
}
select {
	width: 130px;
	}

#commentform input {

	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 20px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

.search_header{ width:244px; float:right; background:url(images/search_header_bg.jpg) repeat-x; color:#000; line-height:34px; height:46px; padding:5px 0 0 0px; margin:10px 0 0 0;}

#sidebar
{
	padding: 0 0px 0 0px;
	margin-right:0;
	width: 244px;
	float:right;
	min-height:581px;
	background:#FFFFFF;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 5px 0 0 19px;
	width:456px;
	float:left;
	padding-bottom:15px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.pra-spe{width:400px;float:left; }
.pra-spe ul{margin:0px; padding:0px; list-style:none;}
.pra-spe ul li{background:url(images/icon.gif) no-repeat left top; padding-top:3px;}

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */



/*.top{ padding:18px 18px 0 28px;}*/
.top{ float:left; width:928px; padding:0 18px 0 28px; margin-top:-1px; height:125px;}
.logo{ float:left; padding-top:24px;}
.fleft{ float:left;}
.fright{ float:right; padding:0 16px 0 0;}
.navisearch{ width:974px; float:left; background:url(images/navi_bg.jpg) repeat-x;}
.navi{ float:right;}

.navi li{ list-style-type:none; float:left; padding:0 0 0 5px; display:block; margin:0 11px;}
.navi li a{ list-style-type:none; float:left; padding:0 5px 0 0px; display:block;}

.navi li a,.navi li a:visited{ line-height:50px; font-size:12px; color:#fff; text-transform:none; text-decoration:none; float:left;}

.navi li a:hover{ color:#000; float:left; background:url(images/navi-ov-left.jpg) left center no-repeat; padding:0 0 0 5px; color:#000; display:block;}
.navi li:hover{ color:#000; display:block; float:left; background:url(images/navi-ov-right.jpg) right center no-repeat; padding:0 5px 0 0px;}

.navi li.page-item-27 a{ }
.banner{ float:left; padding:0;}

.middel{ width:730px; float:left; padding:0; margin:10px 0 0 0;}
.middel_left{ float:left; width:205px; border-right:1px solid #cccccc; height:486px;}
.middel_right{ float:right; background:#FFFFFF; width:523px; border-right:1px solid #cccccc; min-height:1526px;}
.categories{ width:183px; float:left; background:#f0f0f0; color:#444444; padding:5px 11px; border-right:1px solid #CCCCCC; /*margin:0 0 -5px 0;*/}
.categories_header{ width:194px; float:left; background:url(images/categories_header_bg.jpg) repeat-x; color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:15px; text-transform:capitalize; line-height:34px; height:43px; padding:5px 0 0 11px;}
.categories_footer{ width:205px; float:left; background:url(images/categories_footer_bg.jpg) repeat-x bottom left; height:24px;}
.categories ul{ list-style-type:none;}
.categories li{ list-style-type:none; border-bottom:1px solid #cccccc; padding:8px 0; float:left; width:194px;}
.categories a, .categories a:visited{ background:url(images/li_icon.gif) no-repeat 3px 4px; padding:0 5px 0 20px; color:#444444; float:left;}
.categories a:hover{ color:#590512;}

.postarea{ width:220px; float:left; color:#444444; padding:5px 11px; margin:0 0 -5px 0;}
.postarea ul{ list-style-type:none;}
.postarea li{ list-style-type:none; border-bottom:1px solid #cccccc; padding:8px 0; float:left; width:194px;}
.postarea a, .postarea a:visited{ background:url(images/li_icon.gif) no-repeat 3px 4px; padding:0 0 0 20px; color:#444444; float:left;}
.postarea a:hover{ color:#590512;}

.lftpost{ width:183px; border-right:1px solid #ccc; float:left; color:#444444; padding:5px 11px; margin:0 0 -5px 0; background:url(images/left_sid_btm_cove.jpg) no-repeat right bottom #FFF;}
.lftpost ul{ list-style-type:none;}
.lftpost li{ list-style-type:none; border-bottom:1px solid #cccccc; padding:8px 0; float:left; width:194px;}
.lftpost a, .lftpost a:visited{ background:url(images/li_icon.gif) no-repeat 3px 4px; padding:0 0 0 20px; color:#444444; float:left;}
.lftpost a:hover{ color:#590512;}

.right_main{ /*width:218px;*/ float:left; padding-bottom:5px; /*background:url(images/right_sid_btm_cove.jpg) no-repeat right bottom;*/ }
.inq_frm {width:228px; padding:9px 0 0 5px; margin:0;}
.freecash { background:url(images/free_cash_review.jpg) no-repeat; width:234px; height:35px; padding:0; margin:0;}
.freeconsult { background:url(images/free_consultation.gif) no-repeat; padding:0; margin:10px 0 7px 0; width:201px; height:30px;}
.clicksubmit {width:234px; height:48px; background:url(images/click_submit.jpg) no-repeat; padding:0; margin:0;}
.inquiry{ width:196px; float:left; background:#e6e6dc; margin: 0 0 20px 0; padding:10px;}
.frm_btm { background:url(images/form_bg_btm.gif) no-repeat; width:234px; height:11px; padding:0; margin:0 0 0 -12px; float:left;}
.form { background:url(images/form_bg.gif) repeat-x; width:222px; padding:0 0 0 12px; margin:0;}
.inquiry_text_box{ width:196px; float:left; padding-bottom:5px;}
.inquiry_text_box input , textarea{ width:197px; border:solid 1px #d5c5a7; font-size:11px; font-weight:normal; color:#444444; padding:6px 5px; font-family:Verdana, Arial, Helvetica, sans-serif}
.inquiry_submit{ text-align:center; width:186px;}



.lft_ttl {background:#000; color:#FFFFFF; height:34px; width:189px; padding:16px 0 0 16px; margin:10px 0 0 0; font-size:15px;}
.rgt_ttl {background:url(images/ttl_bg.gif) repeat-x; color:#FFFFFF; height:34px; width:227px; padding:16px 0 0 16px; margin:10px 0 0 1px; font-size:15px;}
.news_header{ background:url(images/categories_header_bg.jpg) repeat-x; line-height:34px; float:left; border:solid 1px #d3d3c9; border-bottom:none; width:206px; padding-left:10px; color:#ffffff; font-weight:bold; text-transform:uppercase;} 
.news_text{ line-height:18px; width:196px; float:left; border-bottom:solid 1px #e2e1de; padding:15px 0; color:#444444;}
.news_text span{ color:#590512; font-weight:bold;}
.read_more{ float:right; padding:5px 0;}
.read_more a{ background:url(images/li_icon.gif) no-repeat left 3px; padding-left:18px; float:left; line-height:17px; color:#444}
.read_more a:hover{ color:#590512}

.footer_link{padding:10px 0;}
.footer_link li{ list-style-type:none; display:inline;}
.footer_link li a{ color:#ffffff; border-right:solid 1px #fff; padding:0 10px;}
.footer_text{ line-height:18px; padding: 0 0 0 8px;}
.footer_text_left{ float:left;}
.footer_text_right{ float:right;}
.footer_text_left a{ font-size:10px; color:#FFFFFF; padding:0 10px; background:url(images/footer_link_line.jpg) no-repeat right top;}
.footer_text_left a:hover{ color:#E9E7DF; text-decoration:underline;}
.main{ width:974px; margin:0 auto;}


.middel_main{ width:520px; float:left; padding-bottom:20px; line-height:17px;}
.the_latest{ width:520px; float:left;}
.the_latest_header{ width:500px; float:left; border-bottom:solid 1px #e2e1de; padding:11px 0 ; margin:0 10px;}
.the_latest_header_left{ float:left; color:#000000; font-weight:bold; text-transform:uppercase;}
.the_latest_header_right{ float:right;}
.the_latest_header_right a{ color:#444; background:url(images/sidebar_li.gif) no-repeat right 5px; padding-right:8px;}
.the_latest_header_right a:hover{ color:#590512;}
.the_latest_text{ float:left; width:480px; padding:12px 16px 0 16px;}
.middel_main ul{ list-style-type:none;}
.middel_main li{ background:url(images/middel_li.gif) no-repeat left 9px; padding:4px 0 4px 9px;}
.middel_right h2{ color:#590512; background:url(images/h2_line.jpg) repeat-x left bottom; padding:0 0 7px 0; margin:10px 0 7px;  font-size:19px; font-family:Georgia, Times, serif; font-weight:normal; clear:both;}
.articles_header{ width:525px; float:left; background:url(images/articale_ttl.jpg) no-repeat; color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:15px; text-transform:capitalize; line-height:34px; height:58px; padding:5px 0 0 11px;}
.middel_right h2 a{ color:#590512;}
.middel_right h2 a:hover{ color:#444;}
.let_us{ width:225px; float:left;}
.questions{ width:483px; float:left; background:#f7f6f2; padding:20px;}
.questions_text{ width:426px; float:left; padding-bottom:5px;}
.questions_text_left{ width:30px; float:left; font-weight:bold; color:#590512; font-size:12px;}
.questions_text_right{ width:394px; float:left;}
.middel_footer{ width:456px; float:left; text-align:center; font-size:20px; font-family:Georgia, "Times New Roman", Times, serif; color:#583e10; padding:0 0 7px 40px;}
.middel_footer_call{ background:url(images/middel_call_bg.gif) repeat-y; width:456px; float:left; text-align:center; font-size:20px; font-family:Georgia, "Times New Roman", Times, serif; color:#590512; text-transform:uppercase; line-height:35px; margin:0 0 0 35px;}



.searchForm { width:220px; float:right; background:url('images/search-bg.jpg') 0 10px no-repeat; margin:0 10px 0 0;}
#s {border:none; background:none; height:17px; width:190px; float:right; }
.searchForm #searchsubmit{ background:url('images/search_btn.jpg') 5px 4px no-repeat; width:23px; height:16px; border:none; float:left; cursor:pointer; font-size:0px; }



.California_logo { width:auto; float:left; padding:0 0 0 120px;}


.categories_footer_bg {width:100%; height:29px; float:left; background: url(images/categories_footer_bg.jpg) top left no-repeat; color:#000; border-right:1px solid #CCCCCC;}
#respond {margin:20px;}

.category-uncategorized {padding:10px 0;}

/*09.07.10*/

.rightsidlogo { margin:10px 0 0 0; padding:10px 10px 15px 10px; background:url(images/right_sid_btm_cove.jpg) no-repeat right bottom; }
.complogo {margin:10px 0 0 0;}



.Bnr_main {width: 956px; margin: 0 auto;}
#feature{
	height: 296px;
	width:100%;
	position:relative;
	z-index:0;
	padding: 0;
}

#featurenav {
	position:absolute;
	bottom:18px;
	right: 354px;
	z-index:100;
}
	#featurenav a, #featurenav span.playpause{
		font-family:arial;
		padding: 3px 8px 4px;
		margin-right: 7px;
		font-size: 12px;
		color: #fff;
		background: #222222;
		
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	
	#featurenav a.activeSlide, #featurenav span:hover{

		background: #fff;
		color: #000;
	}
	
	#featurenav span.playpause {
		cursor: pointer;
		padding: 3px 3px 4px;
		background-color: #4C6E10;
	}
	#featurenav span.playpause.pause span{
		padding: 3px 8px 4px;
		background: transparent url('images/pause-white.png') no-repeat 3px 4px;
	}
	#featurenav span.playpause.resume span{
		padding: 3px 8px 4px;
		background: transparent url('images/play-white.png') no-repeat 3px 4px;
	}

.fmedia {  
    padding: 0;  
	overflow:hidden;
} 
#feature .fmedia{
/**margin-top:10px;*/
    width: 974px;  
    height: 296px;
	float: left;
	overflow: hidden;
	margin:10px 0 0 0;
}

	.fmedia img {  
	    top:  0; 
	    left: 0;
	}


.how_can_we_help_header{ width:194px; float:left; background:url(images/how_can_we_help_header_bg.jpg) repeat-x; color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:15px; text-transform:capitalize; line-height:34px; height:43px; padding:5px 0 0 11px;}

.freebook {padding:0; margin:10px 0 0 0;}
	
/*-------------------------------------------------------------------------------*/



/*12.01.11*/
#practice-areas { background: url("images/practice-areas.png") no-repeat -5px -15px transparent; text-align: left;text-transform: uppercase; width: 954px; border-bottom:solid 1px #737374; padding-bottom:5px;}
#practice-areas p { font-size: 13px; letter-spacing: 1px; margin: 0; padding:20px 0 15px 180px;}
#practice-areas p a {color:#D8D8D8;}
#practice-areas p a:hover {color:#fff;}
ul.practice {background: url("images/divider2.gif") repeat-y scroll 10px 0 transparent; float: left; font-size: 11px; line-height:normal; list-style: none outside none; margin: 0; padding: 0 0 0 25px; width: 170px;}
ul.practice li {padding-bottom:12px;}
ul.practice a {color: #D8D8D8; font-weight: normal;}
ul.practice a:hover {color: #fff;}
#disclaimer {padding: 0 0 10px; text-align: left; width: 954px;}
#disc {	color: #B5CADF; float: left; font-size: 10px; width: 700px;}
#disc p { margin: 0; padding: 10px 0 0 12px;}
#disc a {color: #FFFFFF;}
#office-location {color: #C3C3C3; float: right; font-size: 12px; line-height: 18px; width: 240px;}


.footermain {background:#010101 url('images/kubrickfooter.jpg') repeat-x top left; width:100%; float:left; margin-top:15px;}

.entry p { padding:0 0 12px  0;}
