@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

/* Layout */
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6a747c;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #555555;
}
.twoColLiqLtHdr #wrapper {
	width: 986px;
	background: url(../images/CCA_BG.gif) top left repeat-y;
	margin: 0 auto;
	text-align: left;
}

.twoColLiqLtHdr #container { 
	/*width: 960px;*/
	/* background: #eff0f1; */
	margin-left: 13px;
	margin-right: 13px;
	position: relative;
} 
.twoColLiqLtHdr #header { 
	background: #FFF; 
	/*padding: 0 10px;*/
}

.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 180px; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align: left;
	position: relative;
}

.twoColLiqLtHdr #mainContent { 
	margin: 0 20px 0 180px;
	/*width: 780px;*/
} 
.twoColLiqLtHdr #innerContent {
	width: 780px;
}
.twoColLiqLtHdr #innerContent #lftCol {
	float: left;
	width: 540px;
	background-color: #FFF;
}
.twoColLiqLtHdr #innerContent .lft2ColSub#lftCol {
	width: 780px;
}
.twoColLiqLtHdr #innerContent #lftCol .con {
	padding: 45px 30px 60px 30px;
}
.twoColLiqLtHdr #innerContent .lftColSub#lftCol .con {
	padding: 46px 30px 60px 30px;
}
.twoColLiqLtHdr #innerContent .lftColSub#lftCol .con#con_nopad {
	padding: 46px 0 46px 0;
}
.twoColLiqLtHdr #innerContent .lftColSub#lftCol .con#con_nopad .pageTitle, .twoColLiqLtHdr #innerContent .lftColSub#lftCol .con#con_nopad .breadcrumb {
	padding-left: 30px;
}
.twoColLiqLtHdr #innerContent .lftColSub#lftCol .con#con_nopad .pageTitle {
	margin-bottom: 0;
}

.twoColLiqLtHdr #innerContent #rgtCol {
	float: left;
	width: 240px;
	text-align: center;
	background: #eff0f1;
	position: relative;
	border-top: 8px solid #0082c8;
}
.twoColLiqLtHdr #innerContent #rgtCol .spot {
	width: 180px;
	height: 240px;
	margin: 0 auto;
}
.twoColLiqLtHdr #innerContent #rgtCol .spot .spotimg {
	height: 158px;
	width: 124px;
	margin: 0 auto;
}
.twoColLiqLtHdr #innerContent #rgtCol .spot .spotimg a {
	display: block;
	text-decoration: none;
	height: 158px;
	width: 124px;
}
.twoColLiqLtHdr #innerContent #rgtCol .spot#firstspot {
	margin-top: 40px;	/* <=== right column top padding === */
}
.twoColLiqLtHdr #innerContent #rgtCol .spot#subspot {
	margin-top: 108px;	/* <=== right column top padding === */
	width: 180px;
}
.twoColLiqLtHdr #footer { 
	background:#FFF;
	position: relative;
	height: 30px;
	width: 986px;
	margin: 0 auto 15px auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(../images/CCA_footer.gif) top left no-repeat;
	background-color: #6a747c;
	text-align: left;
} 
.twoColLiqLtHdr #footer p {
	padding-top: 3px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 193px;
	font-size: 11px;
	line-height: 13px;
	color: #CCC;
}

#footer p a {
	color: #CCC;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* End Layout */


.hide, .printonly {
	display: none;
}
.nobr { white-space: nowrap; font-size: 100%; }
h1, h2, h3 {
	color: #002e58;
}
h2.uc {
	text-transform: uppercase;
}
h1.pageTitle {
	margin-top: 0;
	margin-bottom: 23px; /* was 26px */
	text-transform: uppercase;
}
.twoColLiqLtHdr #innerContent #lftCol h2 {
	font-size: 18px;
}
.twoColLiqLtHdr #innerContent #rgtCol h2 {
	font-size: 14px;
}
.breadcrumb {
	
}
.breadcrumb a, .breadcrumb a:hover {
	font-size: 11px;
	line-height: 11px;
}
h3 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
}
h4 {
	font-style: italic; 
	font-weight: normal;
	font-size: 11px;
}
.twoColLiqLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColLiqLtHdr #innerContent #rgtCol .spot h3 {
	margin-bottom: 16px;
}

p {
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 18px;
}
.twoColLiqLtHdr #innerContent p, .twoColLiqLtHdr #innerContent td, .twoColLiqLtHdr #innerContent ul li, .twoColLiqLtHdr #innerContent dl {
	font-size: 14px;
	line-height: 18px;
}
.twoColLiqLtHdr #innerContent #rgtCol p, .twoColLiqLtHdr #innerContent #rgtCol ul li {
	font-size: 11px;
}
.twoColLiqLtHdr #innerContent p, .twoColLiqLtHdr #innerContent td {
	margin-top: 14px;
	margin-bottom: 14px;
}
.location p {
	font-size: 11px;
	line-height: 18px;
	color: #555555;
	margin-top: 0;
}
p.first, .twoColLiqLtHdr #innerContent p {
	margin-top: 0;
}
.strong {
	font-weight: bold;
}

/* twoColBanner selector to style home content area only */
.twoColBanner #innerContent p.first {
	margin-top: 2px;
}

.twoColLiqLtHdr #innerContent p.caption {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 3px auto 0 auto;
}

a {
	color: #0082c8;
}
a:visited {color: #002e58;}

.twoColLiqLtHdr #innerContent ul {
	margin-left: 15px;
}
/*ul.disk {
	list-style-type: disk;
}*/

.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	/*margin-right: 10px;*/
}

/* Menu */
#menu {
	padding: 25px 0;
	background-color: #0082c8;
}
#menu ul {
	width: 180px;
	height: 1%;
	list-style: none;
}
#menu ul li {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.02em;
}
#menu ul li a, #menu ul li a:hover, #menu ul li a:visited {
	font-size: 100%;
	padding-left: 30px;
}

#menu ul li a:hover, #menu ul li a.active {
	background-color: #002e58;
}

#menu ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

#menu ul li ul {
	position: absolute;
	top: 0;
	left: -999px;
	width: 150px;
}

.sidebarHome #menu ul li#section2 ul {
	left: 180px;
	width: 780px;
}

.sidebarHome #menu ul li#section2 ul li {
	position: absolute;
}
.sidebarHome #menu ul li#section2 ul li#aop_ml {
	top: 60px;
	left: 45px;
}
.sidebarHome #menu ul li#section2 ul li#aop_lit {
	top: 60px;
	left: 405px;
}
.sidebarHome #menu ul li#section2 ul li#aop_el {
	top: 104px;
	left: 225px;
}
.sidebarHome #menu ul li#section2 ul li#aop_ep {
	top: 104px;
	left: 585px;
}
#menu ul li#section7 {
	display: none;	
}
#sitemap ul li.par, #sitemap ul li.par a {
	text-transform: uppercase;
}
#sitemap ul li, #sitemap ul li a {
	text-transform: none;
	font-weight: bold;
	/*font-size: 18px;*/
}
#sitemap ul li.par li, #sitemap ul li.par li a {
	text-transform: none;
	font-weight: normal;
	/*font-size: 14px;*/
	font-size: 12px;
}
.sidebarHome #menu ul li ul li a, #menu ul li ul li a:hover {
	font-size: 74%;
	line-height: 140%;
	padding-left: 0;
}

/* /Menu */

.aop_box, .thumbs#contact_us_thumbs .thumb {
	height: 240px;
	width: 240px;
}
.thumbs#contact_us_thumbs .thumb h2 {
	margin-bottom: 14px;
}
.thumbs#contact_us_thumbs .thumb a {
	display: inline;
	text-decoration: underline;
}
.thumbs#contact_us_thumbs .thumb p {
	margin-bottom: 0;
}
.aop_box, .thumbs .thumb {
	height: 179px;
	width: 150px;
}
.aop_box a, .aop_box a:hover, .thumbs .thumb a, .thumbs .thumb a:hover {
	display: block;
	text-decoration: none;
	height: 179px;
	width: 150px;
}

.aop_box#municipal_law a, .thumb#aop_ml a {
	background: url(../images/Municipal-Law-btn.gif) top left no-repeat;
}
.aop_box#municipal_law a:hover, .thumb#aop_ml a:hover {
	background: url(../images/Municipal-Law-btn.gif) 0 -179px no-repeat;
}
.aop_box#litigation a, .thumb#aop_lit a {
	background: url(../images/Litigation-btn.gif) top left no-repeat;
}
.aop_box#litigation a:hover, .thumb#aop_lit a:hover {
	background: url(../images/Litigation-btn.gif) 0 -179px no-repeat;
}
.aop_box#environmental_law a, .thumb#aop_el a {
	background: url(../images/Environmental-Law-btn.gif) top left no-repeat;
}
.aop_box#environmental_law a:hover, .thumb#aop_el a:hover {
	background: url(../images/Environmental-Law-btn.gif) 0 -179px no-repeat;
}
.aop_box#estate_planning a, .thumb#aop_ep a {
	background: url(../images/Estate-Planning-btn.gif) top left no-repeat;
}
.aop_box#estate_planning a:hover, .thumb#aop_ep a:hover {
	background: url(../images/Estate-Planning-btn.gif) 0 -179px no-repeat;
}

#sitemap .aop_box {
	height: auto;
	width: auto;
}
#sitemap .aop_box a, #sitemap .aop_box a:hover {
	display: inline !important;
	background: none !important;
	height: 1%;
	width: auto;
	text-decoration: underline;
}
#sitemap .aop_box a .hide {
	display: inline;
}
#sitemap ul {
	margin-bottom: 20px;
}
#sitemap ul li {
	margin-bottom: 7px;
}
#sitemap ul li.t {
	margin-top: 7px;
}
.thumbs#contact_us_thumbs .thumb#norcal {
	background: url(../images/roseville-office.jpg) top left no-repeat;
}

.thumbs#contact_us_thumbs .thumb#cencal {
	background: url(../images/madera-office.jpg) top left no-repeat;
}

.thumbs#contact_us_thumbs .thumb#cencal_txt p, .thumbs#contact_us_thumbs .thumb#cencal_txt h2 {
	margin-left: 30px;
}
.thumbs#contact_us_thumbs .thumb#cencal_txt h2 {
	margin-top: 25px;
}
.thumbs#contact_us_thumbs .thumb#norcal_txt h2 {
	margin-top: 25px;
}
.thumbs#contact_us_thumbs .thumb .directions {
	margin-top: 14px;
}
.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot {
	width: 240px;
	height: 240px;
}
.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#aop_lit {
	background: url(../images/Litigation.jpg) top left no-repeat;
}

/* Attorneys */
.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#derek-p-cole {
	background: url(../images/Derek-P-Cole.jpg) top left no-repeat;
}
.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#dennis-m-cota {
	background: url(../images/Dennis-M-Cota.jpg) top left no-repeat;
}
.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#larry-a-donaldson {
	background: url(../images/Larry-A-Donaldson.jpg) top left no-repeat;
}
.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#thomas-e-ebersole {
	background: url(../images/Thomas-E-Ebersole.jpg) top left no-repeat;
}
.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#david-a-prentice {
	background: url(../images/David-A-Prentice.jpg) top left no-repeat;
}

.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#carolyn-j-frank {
	background: url(../images/Carolyn-J-Frank.jpg) top left no-repeat;
}
.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#sean-d-de-burgh {
	background: url(../images/Sean-D-De-Burgh.jpg) top left no-repeat;
}
.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#kevin-p-hall {
	background: url(../images/Kevin-P-Hall.jpg) top left no-repeat;
}
.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#scott-e-huber {
	background: url(../images/Scott-E-Huber.jpg) top left no-repeat;
}
.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#gregory-w-olson {
	background: url(../images/Gregory-W-Olson.jpg) top left no-repeat;
}
.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#martin-d-koczanowicz {
	background: url(../images/Martin-D-Koczanowicz.jpg) top left no-repeat;
}

.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#jonathan-e-miller {
	background: url(../images/Jonathan-E-Miller.jpg) top left no-repeat;
}

.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#william-r-galstan {
	background: url(../images/William-R-Galstan.jpg) top left no-repeat;
}
.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#james-d-maynard {
	background: url(../images/James-D-Maynard.jpg) top left no-repeat;
}
.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#pp {
	background: url(../images/Privacy_Policy.jpg) top left no-repeat;
}

.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#aop_ml {
	background: url(../images/Municipal-Law.jpg) top left no-repeat;
}

.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#aop_el {
	background: url(../images/Natural-Resources.jpg) top left no-repeat;
}

.twoColLiqLtHdr #innerContent .rgtColSub#rgtCol .spot#aop_ep {
	background: url(../images/Estate-Planning.jpg) top left no-repeat;
}

.section_list {
	text-align: left;
	width: 180px;
	margin: 52px auto 0 auto;
}
.section_list ul {
	margin-left: 0 !important;
}
.section_list ul li {
	margin-left: 15px;
}
#logo {
	width: 330px;
	height: 89px;
	background: url(../images/Cota-Cole_logo.gif) top left no-repeat;
}
#logo a {
	display: block;
	width: 330px;
	height: 89px;
	text-decoration: none;
}

#banner {
	width: 780px;
	height: 324px; /* was 383px */
	background: url(../images/rolling-hills.jpg) top left no-repeat;
	background-color: #0082c8;
}
#contactbar {
	padding-top: 111px;		/* <=== location top padding === */
	padding-bottom: 57px;
	background-color: #FFF;
}
.sidebarSub #contactbar {
	padding-top: 55px;
}
#contactbar .location {
	text-align: right;
	padding: 17px 0;
}
.topbar, .bluebar {
	width: 100%;
	font-size: 5px;
	line-height: 5px;
	background-color: #0082c8;
	height: 8px;
}
.topbar#centerbar {
	width: 540px;
}
#centerrightbar {
	width: 780px;
}
.bluebar#rightbar {
	width: 240px;
}
.bluebar#bottombar {
	width: 780px;
}

#whitebar {
	padding-left: 180px;
	background-color: #FFF;
}

.twoColLiqLtHdr #innerContent #rgtCol .spot .spotimg#sml, #smlthumb {
	background: url(../images/Surface-Mining-Law-Book.gif) top left no-repeat;
}

.thumbs {
	width: 400px;
	margin: 0 auto 0 auto;
	
}
.thumbs#contact_us_thumbs {
	width: 100%;
	margin: 0 auto 55px auto;
	
}
.thumb {
	float: left;
	margin: 22px 22px 18px 22px;
}

.thumbs#contact_us_thumbs .thumb {
	float: left;
	margin: 2px 0 22px 0;
}

#smlthumb {
	width: 124px;
	height: 158px;
}
#smlthumb a {
	display: block;
	text-decoration: none;
	width: 124px;
	height: 158px;
}
table.directory {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
table.directory th, table.directory td {
	padding: 8px 12px 8px 20px;
	vertical-align: top;
	text-align: left;
	background-color: #eff0f1;
}
table.directory th {
	background-color: #6a747c; /* was navy 002e58 */
	color: #FFF;
	text-transform: uppercase;
}
table.directory td, table.directory li {
	font-size: 12px !important;
}
table.directory td ul li, table.directory td p, table.directory td a {
	font-size: 12px;
}

table.directory td.alt {
	background: #FFF;
}
table.directory td ul {
	margin-top: 0;
}
table.directory#client_directory {
	border-collapse: separate;
}


#attorney_title {
	margin-top: 19px;
	margin-bottom: 19px;
}
#attorney_contact {
	
}
#attorney_contact p {
	margin-bottom: 0 !important;
}
span.att, a.att, a.att:hover {
	font-size: 14px !important;
	font-weight: bold;
}
p.att {
	font-style: italic;
	font-size: 12px !important;
}

#channel {
	width: 150px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#channel .section_list, #channel .section {
	margin-top: 25px;
}

#channel .section#lit #smlthumb {
	margin-top: 4px;
}

.corner_strip {
	position: absolute;
	background: url(../images/AOPs-all-bottom.jpg) top left no-repeat;
	width: 240px;
	height: 60px;
	bottom: 0;
	left: 0;
}

.corner_strip#aop_ml_corner {
	height: 80px;
	background: url(../images/Municipal-AOPs-bottom.jpg) top left no-repeat;
}
.corner_strip#aop_lit_corner {
	height: 80px;
	background: url(../images/Litigation-AOPs-bottom.jpg) top left no-repeat;
}
.corner_strip#aop_ep_corner {
	height: 80px;
	background: url(../images/Estate-Planning-AOPs-bottom.jpg) top left no-repeat;
}
.corner_strip#aop_el_corner {
	height: 80px;
	background: url(../images/Environmental-Law-AOPs-bottom.jpg) top left no-repeat;
}

#news .year {
	margin-bottom: 30px;
}
#news h2 {
	margin-bottom: 15px;
}
#news dl {
	margin-bottom: 15px;
}

.directory#attorney_directory td.separator {
	background-color: #FFF;
	font-size: 2px;
	line-height: 2px;
	border-top: 2px solid #617F90;
	padding: 0;
	margin: 0;
	height: 2px;
}
