/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; height: 100%; }
body {
	background-color: #fceeaa;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;

}
ul { list-style: none inside; }
p { font: 1.2em/1.2em; margin-bottom: 1.2em; }
a { outline: none; text-decoration: none; color: #c16d00; }
a:hover { text-decoration: underline; }
a img { border: none; }


ul.circle { list-style:circle; padding-left: 20px;}
ul.disc { list-style:disc; padding-left: 20px;}


/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.rightalign { width: 100%; text-align: right; }
.clear { clear: both; }
.transpBlack { background: url(images/transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page_wrap {
	position: relative;
	min-height: 100%;
}

#header_fill {
	width: 100%;
	position: relative;
	background-image: url(../images/header_fill.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: solid 1px #769527;
}

#header_wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#header {
	position: relative; 
	width: 976px;
	margin: 0 auto;	 
	height: 119px;
	min-height: 119px;
}

#header_links {
	color: #FFFFFF;
	line-height: 20px;
	font-size: 12px;
	position: absolute;
	z-index: 9999;
	right: 0;
	top: 0;
}

#header_links a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#header_links a:hover {
	text-decoration: underline;	
}

#splash_fill {
	width: 100%;
	position: relative;
	background-image: url(../images/splash_fill.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: solid 7px #FFFFFF;
	background-color: #c06b00;
}

#splash_wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#splash {
	position: relative;
	width: 976px;
	margin: 0 auto;
	height: 100%;
	min-height: 100px;
	padding: 60px 0 0 0;
	background-image: url(../images/splash2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#inside_splash {
	height: 100%;
	min-height: 5px;
	width: 976px;
	margin: 0 auto;
	position: relative;
	
}

#splash ul, #inside_splash ul {
	color: #FFFFFF;
	margin-left: 80px;
}

#splash li, #inside_splash li {
	line-height: 15px;
	margin-bottom: 10px;
	font-size: 11px;
}
#home_splash li{
	font-size: 0.75em;	
	font-family:"Lucida Grande", sans-serif;
}


#splash li img, #inside_splash li img {
	float: left;
	line-height: 15px;
	margin-right: 10px;
}

#splash_eval {
	position: absolute;
	right: -10px;
	bottom: 0;
}

#content_wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	padding-bottom: 82px;
}

*html #content_wrapper {
	min-height: 100%;
}

#content {
	position: relative; 
	width: 823px;
	margin: 0 auto;
	padding: 75px 43px 82px 110px;
}

#nav {
	position: absolute;
	top: -7px;
	left: 89px;
}

#nav li {
	display: inline;
	float: left;
}

.sublinks {
	width: 579px;
	position: absolute;
	height: 27px;
	bottom: 0;
	left: 91px;
	background-image: url(../images/sublinks_back.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.sublinks ul {
	margin: 0 !important;
	padding: 0;
}

.sublinks li {
	display: inline;
	float: left;
	font-size: 12px;
	line-height: 27px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sublinks li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 12px;
}


#content_left {
	float: left;	
	width: 539px;
	position: relative;
}

#content_left h1{
	font-size: 1.5em;
	color: #C16D00;
	border-bottom: 1px solid #d6cc9d;
	margin-bottom: 10px;
}

#content_left a {
	text-decoration: underline;
}

#content_left p {
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
}

#content_left h4 {
	margin-bottom: 12px;	
}

#content_left ul.vids {
	margin-bottom: 15px;
	height: 90px;
}

#content_left ul.vids li {
	display: inline;
	float: left;
	margin: 0 10px;
}

#content_left ul.vids img {
	border: solid 2px #FFFFFF;
}

#content_left ul.vids img:hover {
	border: solid 2px #d38e00;
}

.box_floatleft {
	width: 225px;
	float: left;
	position: relative;
	margin-right: 83px;
}

.box_floatleft img.left {
	float: left;
	margin: 15px 5px 5px 0;
}

#toolbox {
	position: absolute;
	right: 15px;
	top: 5px;
	height: 33px;
}

#toolbox ul {
	margin: 0;
	padding: 0;
	height: 15px;
	padding: 3px;
	background-image: url(../images/toolbox_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#toolbox li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	line-height: 15px;
	margin-right: 6px;
}

#toolbox li img {
	float: left;
	line-height: 15px;
	margin-right: 2px;
}

#toolbox li a {
	font-size: 10px;
	line-height: 15px;
	color: #668800;
	text-decoration: none;
}

#toolbox li a:hover {
	text-decoration: underline;	
}

#content_right {
	float:right;
	width: 210px;
}

#content_right ul {
	margin-bottom: 10px;
}
#content_right li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6cc9d;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;;		
	padding: 10px 0px 10px 20px;		
}
#content_right ul.subtopic {
	border: none;
}
#content_right li.subtopic{
	font-size: 12px;
	border: none;
	background: none;
	padding: 10px 30px 0px 20px;
}
#content_right li.subtopic a{
	color: #fff;
}
#content_right li.subtopic a:hover{
	text-decoration: underline;
	color: #FFF;
}



#content_right li.first {
	border: 0px;	
}

#content_right li a {
	color: #c16d00;
	text-decoration: none;

}

#content_right li a:hover {
	color: #728e18;
}




#footer_fill {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #690 url(../images/footer_fill.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer_wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#footer {
	position: relative; 
	width: 952px;
	margin: 0 auto;	 
	height: 72px;
	min-height: 72px;
	color: #FFFFFF;
	padding: 0 12px;
	font-size: 0.8em;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer_nav {
	height: 72px;
	line-height: 72px;
	float: left;
}

#footer_copyright {
	margin-top: 24px;
	float: right;
	text-align: right;
}



#attys h3{
	color:#690;
	font-size: 14px;
	padding: 5px;	
	text-decoration: underline;
}
#attys h3:hover, #attys h3.active{
	background:#690;
	color: #FFF;
	text-decoration:none;
	cursor:pointer;
}

.attorney_bio{
	font-size: 12px;
	padding: 10px;
	background:#FFF;
	border: 1px solid #999;
	position: absolute;
	top: 100px;
	left: 100px;
}
#attys h4{
	font-size: 14px;	
	font-weight: bold;
}
#jobs h3, #faqs h3{
	color:#690;
	font-size: 14px;
	padding: 5px;	
	text-decoration: underline;
}
#jobs h3:hover, #jobs h3.active, #faqs h3:hover, #faqs h3.active{
	background:#690;
	color: #FFF;
	text-decoration:none;
	cursor:pointer;
}
.job_description, .faq_answer{
	font-size: 12px;
	padding: 10px;
	background: #fff url('../images/box_bg.gif') bottom repeat-x;
	border: 1px solid #999;	
}

.pail_img{
	position: relative;
	left: -100px;
	top: 10px;
}

.video{
		width: 100%;
		min-height: 100px;
		background: #5E8300;
		color: #FFF;
		font-size: 14px;
		border: 2px solid #930;
		padding: 10px;
		text-decoration: none;
}
.video:hover{
	background: #C16D00;
}
.video a, .video a:visited{
	color: #fff;
}
.video a:hover{
	color: #FF0;	
}





.loc_link{
	width: 180px; 
	padding: 10px;
	text-align: center;

	color: #00F;
	text-decoration: underline;
	font-size: 14px;
}

.loc_link:hover{
	color: #C16D00;
	text-decoration: none;
	cursor: pointer;	
}

.loc_address{
	float: left;
	width: 250px;
	border-bottom: 1px dashed #C16D00;
	padding: 5px;
	height: 65px;
	font-size: 0.8em;	
}
.loc_address:hover{
	background: #5E8300;
	color: #FFF;
}
.loc_address h3{
	font-size: 0.9em;	
}
	
	
.calculators{
	
	font-size: 14px;	
}
#job_app{
		font-size: 14px;	
}
#job_app fieldset{
	padding: 10px;
	background: #FFF;
	
}
.form_left{
	float: left; 
	width: 100px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
.form_right{
	float: left;
	width: 350px;
	padding-bottom: 10px;	
}

input:focus, select:focus, textarea:focus{
	background:#FFC;
	
}
.apply{
	padding: 10px;
	background: #5E8300;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
img.incontent{
	float: right;
	padding: 5px;
}	

.breadcrumb{
	float: right;
	text-align: right;	
	font-size: 0.7em;
	position: relative;
	top: -30px;
	padding-right: 20px;
	
}

.get_started{
width: 141px;
height: 27px;
background:url(../images/get_started2.png) 0 0 no-repeat;
position: absolute;
top: 87px;
left: 714px;
}

.get_started a{
width: 141px;
height: 27px;display:block;
position: absolute;
background:url(../images/get_started1.png) 0 0 no-repeat;
text-decoration: none;
}

.get_started a:hover{
background:none;
}


#short_form{
background:url(../images/short_form_bg.gif) repeat-y;
padding: 0px;
margin: 0px;
width: 234px;
}

#short_form form{
	padding: 5px;
	font-size: 0.8em;
}
#short_form_message{
	padding: 4px;
	font-size: 0.8em;	
}

#short_form_head{
background:url(../images/short_form_head.gif) no-repeat;
padding: 0px;
padding-top: 7px;
width: 234px;
height: 22px;
}
#short_form_head a{
	color: #fff;
	font-size: 0.9em;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-style:italic;
}
#short_form_foot{
background:url(../images/short_form_foot.gif) no-repeat;
padding: 0px;	
width: 234px;
height: 14px;
}
.short_form_left{
	width: 85px;
	float: left;
	padding: 0px 0px 7px 7px;
}
.short_form_right{
	float: left;
	padding: 0px 0px 7px 0px;
}
.txt3{
	width: 24px;
}
.txt4{
	width: 32px;	
}
.short_form_btn{
	margin-left: 90px;
	padding: 5px;
	background: #FC0;
	color: #060;
	font-weight: bold;
}
.short_form_btn:hover{
	background:#690;
	color:#fff;
	text-align: center;
}
.error{
	color:#F00;
	font-weight: bold;

}
/* END STRUCTURE */

#content_left_page {
	float: left;	
	width: 680px;
	position: relative;
}
#content_left_page ul li{
	margin-left: 30px;	
	padding-bottom: 10px;
	list-style: disc;
}
#content_left_page ol li{
	margin-left: 30px;	
	padding-bottom: 10px;	
	list-style: decimal;
}
#video_map_ca{
	background: url(http://www.pricelawgroup.com/videos/CA-Map.gif) no-repeat;
	width: 500px;
	height: 649px;
	margin-left: 50px;
	margin-top: 30px;
	
}

#video_map_ca a{
	color: #00F;
	font-size:0.7em;
	font-weight:bold;
	background-color:#fceeaa;
}



/* New Nav Menu */

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 560px;
	list-style: none;
	position: relative; 
	top: 0px;
	font-size: 0.95em;
	z-index:100;
}

ul#topnav li a {
	padding: 0px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
/* ul#topnav li:hover { background: #CD8000 url(http://www.pricelawgroup.com/images/topnav_active.gif) repeat-x; }*/
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/



ul#topnav li span {
	font-size: 0.8em;
	float: left;
	padding: 45px 0px 15px 10px;
	position: absolute;
	left: 2px; top: 0px;
	display: none; /*--Hide by default--*/
	width: 550px;
	background: #CD8000;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	z-index:-10;

}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; padding:0px 5px 0px 5px;} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}

/* ul#topnav li { */
/*	float: left;*/
/*	margin: 0; padding: 0;*/
/*	background: url(http://www.pricelawgroup.com/images/topnav_full_divider.gif) top right no-repeat;*/
/*}*/


@charset "utf-8";
/* CSS Document */


.news_box{
	width: 220px;
	border: 1px solid #960;
	background: #FFF;
	padding: 0px;
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
}
.news_category{
	font-size: 0.9em;
	text-decoration: none;
	background:#769527;
	color: #FFF;
	padding: 5px;
}
.news_category a, .news_category a:visited{
	color:#FFF;
	text-decoration: none;
}
.news_category a:hover{
	color:#FFF;
	text-decoration: underline;
}

.news_date{
	font-size:0.6em;
	width: 50px;
	padding: 5px 10px 3px 5px;
	float: left;
}
.news_link{
	width: 140px;
	text-decoration: none;
	float: right;
	padding: 5px 3px 3px 3px;	
}
.news_link a{
	color:#00F;
	text-decoration: underline;
	font-weight:normal;
	font-size:0.7em;
}
.news_link a:visited{
	color:#90F;
	text-decoration: none;
}
.news_link a:hover{
	color:#F60;
	text-decoration: none;
	font-size:0.7em;
	font-weight: normal;
}
ul.news_items{
	margin-left: 30px;
}
ul.news_items a{
	color:#00F;
	text-decoration: underline;
}
ul.news_items a:hover{
	color:#F60;
	text-decoration: none;	
}
ul.news_items a.readmore{
	font-size:0.8em;
	text-decoration: underline;
	font-weight: normal;
}
ul.news_items a.readmore:hover{
	font-size:0.8em;
	text-decoration: none;
	font-weight: normal;
}

.clear{
	clear: both;	
}
.breadcrumb{
	font-size:0.9em;
	position: relative;
}
.breadcrumb a, .breadcrumb a:visited{
	text-decoration: underline;
	font-size:0.8em;
}
.breadcrumb a:hover{
	color:#F60;
	text-decoration: none;
	font-size:0.8em;	
}
.right_button{
	background:url(http://www.pricelawgroup.com/images/right_button_middle.jpg) repeat-y top left;
	width: 247px;
	margin-bottom: 15px;
}
.right_button a, .right_button a:visited{
	color: #fff;
	padding-left: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.8em;
	font-weight: bold;		

}
.right_button_list{
	list-style:disc;
	background-image: none;	
	margin-left: 20px;
	color:#FFF;
	font-size:0.8em;
	font-weight: bold;	
}
.right_button_item, .right_button_item a{
	list-style-image:none;	
	background-image: none;
	color:#FFF;	
	font-weight: bold;

}
#newsletter_wrapper{
	float: left;
	width: 650px;
	padding: 0px;
	background: #fff;
	border: 1px solid #000;
}
#newsletter_masthead{
	background:url(http://www.pricelawgroup.com/images/newsletter_masthead.gif) no-repeat top left;
	width: 650px;
	height: 77px;
	text-align: right;
	font-size: 0.8em;
	color: #fff;
}
#newsletter_content{
	padding: 10px;
	font-size: 0.9em;
	text-align:justify;
}
#newsletter_content li{
	font-size: 0.9em;	
}
.newsletter_button{
	background:url(http://www.pricelawgroup.com/images/newsletter_button_middle.jpg) repeat-y top left;
	width: 247px;
	margin: 0px 0px 15px 10px;
	color: #000;
	position: fixed;
	top: 300px;
	margin-left: 670px;
}
.newsletter_button a, .newsletter_button a:visited{
	color: #360;
	padding-left: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.8em;
	font-weight: bold;		
}


