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

body,td,th {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
body {
	margin: 0 0 0 0;
	background: url(../images/bg_body.jpg) repeat-x top left;
}
html {
	overflow-y: scroll !important;
}

/* IE 6 & 7 z-index fix */
div {
	z-index: 1;
}





/*  Fonts - Text Styles  */





.f8 {
	font-size: 8px;
}
.f9 {
	font-size: 9px;
}
.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f15 {
	font-size: 15px;
}
.f16 {
	font-size: 16px;
}
.f17 {
	font-size: 17px;
}
.f18 {
	font-size: 18px;
}
.f19 {
	font-size: 19px;
}
.f20 {
	font-size: 20px;
}
.bold {
	font-weight: bold;
}
.italic, .italics {
	font-style: italic;	
}
.underline {
	text-decoration: underline;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;	
}
.strikethrough {
	text-decoration: line-through;	
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.hide {
	display: none;
}
img {
	border: 0;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
p {
	margin: 0 0 0 0;
	padding: 0px 0px 10px 0px;
}
.hr {
	display: block;
	position: relative;
	clear: both;
	height: 1px;
	overflow: hidden;
	border-top: 1px dotted #C8C8C8;
	padding: 0px 0px 0px 0px;
	margin: 10px 0 10px 0;
}
ul {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}





/*  Link Styles  */





a {
	color: #CC6600;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.services h1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	font-size: 11px;
}





/*  Header Styles  */






h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
}
h4 {
}
h5 {
}
h6 {
}




h2 .ltgreen {
	color: #A2B38F;
	font-weight: bold;
}






/*  Template Styles  */





#header,
#main,
#footer {
	display: block;
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto;
	clear: both;
}
#header {
	height: 110px;
}
#header a#logo {
	display: block;
	position: absolute;
	left: 2px;
	top: 40px;
	width: 265px;
	height: 40px;
}
#header ul {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 30px;
	list-style: none;
}
#header ul li {
	display: inline;
	float: left;
}
#header ul li a {
	display: block;
	position: relative;
	width: 102px;
	height: 32px;
	padding: 8px 3px 3px 3px;
	margin: 0 0 0 5px;
	border: 1px solid #E1E1E1;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/btn_headnav.jpg) repeat-x left 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header ul li a:hover,
#header ul li a.sel {
	border: 1px solid #C8C8C8;
	color: #CC6600;
	background: url(../images/btn_headnav.jpg) repeat-x left -50px;
}
#header ul li a.sel {
	cursor: default;
}




#main #col1 {
	display: inline;
	position: relative;
	float: left;
	width: 675px;
	line-height: 17px;
}
#main.contact #col1 {
	width: 415px;
}
#main.about #col1 {
	width: 900px;
}
#main.contact #col2 {
	display: inline;
	position: relative;
	float: left;
	width: 250px;
	line-height: 17px;
	margin-left: 10px;
	text-align:center;
}
#main #col3 {
	display: inline;
	position: relative;
	float: right;
	width: 185px;
	padding: 5px 10px 5px 10px;
	background: #F7F7F7;
	font-size: 12px;
	line-height: 16px;
}
#main #col3 ul {
	margin: 12px 0 10px 0;
	padding: 0 0 0 15px;
}



#main.home #hero {
	display: block;
	position: relative;
	float: right;
	height: 305px;
	width: 250px;
	margin: 0 0 5px 10px;
}




blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 16px;
	width: 370px;
	padding: 10px 0 10px 0;
	margin: 0 0 15px 15px;
	border-top: 1px dotted #C8C8C8;
	border-bottom: 1px dotted #C8C8C8;
	text-align: center;
}
.contact blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
	line-height: 19px;
	width: 240px;
	padding: 15px 0 10px 0;
	margin: 0 0 5px 5px;
	border-top: none;
	border-bottom: none;
	text-align: center;
}




ul#service {
	display: table;
	position: relative;
	width: 675px;
	margin: 0 0 10PX 0;
	padding: 0;
	list-style: none;
}
#main.home ul#service {
	margin: 4px 0 0 0;
}
ul#service li {
	position: relative;
	float: left;
	border-left: 1px solid #C8C8C8;
}
ul#service li.first {
	border-left: none;
}
ul#service li a {
	display: table-cell;
	position: relative;
	width: 134px;
	height: 95px;
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	vertical-align: middle;
	background: #F7F7F7;
}
ul#service li a:hover.selected,
ul#service li a.selected {
	background: url(../images/bg_chooser_sel.jpg) no-repeat left top #F7F7F7;
	color: #999999;
	text-decoration: none;
	cursor: default;
}
ul#service li a:hover {
	text-decoration: underline;
	background: #E6E6E6;
}




ul.contentlist {
	list-style-position: inside;
	padding: 0 0 0 10px;
	list-style-type: square;
}
ul.contentlist li {
	padding-bottom: 15px;
}
ul.contentlist .bold {
	color: #666666;
}
ul.contentlist ul {
	list-style-position: outside;
	padding: 15px 0 0 20px;
	list-style-type: circle;
}
ul.contentlist ul li {
	padding-bottom: 5px;
}

ul.contentlist + .hr {
	margin: 0px 0 10px 0;
}

.summaries ul.contentlist {
	padding: 0 0 10px 10px;
}
.summaries ul.contentlist li {
	padding-bottom: 5px;
}




.ca_gov ol {
	padding: 0 0 10px 35px;
}
.ca_gov ol li {
	padding: 0;
}
.ca_gov p {
	font-weight: bold;
	padding-bottom: 0px;
}





#page,
#pagetop {
	text-align: center;
	font-size: 12px;
}
#page .selected,
#pagetop .selected {
	font-weight: bold;
	text-decoration: none;
}
#page a.prev,
#pagetop a.prev {
	margin: 0 15px 0 0;
}
#page a.next,
#pagetop a.next {
	margin: 0 0 0 15px;
}
#pagetop {
	display: block;
	clear: both;
	padding: 0 0 10px 0;
}




.topnote {
	display: inline;
	float: left;
	width: 100%;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding: 0 0 0 0;
}
.dropnav {
	display: block;
	font-size: 10px;
	color: #000000;
	text-align: left;
	margin: 0 auto 0 auto;
}
.dropnav label {
	font-weight: bold;
	float: left;
	width: 180px;
	margin-left: 10px;
}
.dropnav a {
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 32px;
	padding-top: 20px;
}
.dropnav a.selected {
	color: #999999;
	text-decoration: none;
	cursor: default;
}
.dropnav select {
	width: 170px;
	color: #CC6600;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}
.dropnav select option {
	color: #000000;
	padding: 1px 25px 1px 5px;
	border-bottom: 1px dotted #CCCCCC;
}





#cmas {
	display: block;
	position: relative;
	width: 880px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 15px;
	background: #F7F7F7;
	font-size: 12px;
	line-height: 16px;
}
#cmas ul {
	display: block;
	float: left;
	width: 210px;
	margin: 10px 5px 10px 5px;
	padding: 0;
	list-style: none;
	text-align: center;
}
#cmas img {
	float: right;
	margin: 5px 25px 0 5px;
}
#cmas .cert {
	display: inline;
	position:relative;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	padding: 25px 0 15px 20px;
}
#cmas h2 {
	font-size: 13px;
}





.contact input,
.contact textarea,
.contact button {
	border: solid 1px #CCCCCC;
	padding: 2px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	background: #FFFFFF;
}
.contact input:hover,
.contact input:focus,
.contact textarea:hover,
.contact textarea:focus,
.contact button:hover,
.contact button:focus {
	border: solid 1px #999999;
	background: #F7F7F7;
}
.contact label {
	float: left;
	clear: left;
	width: 105px;
	height: 17px;
	margin-top: 3px;
	text-align: right;
	padding-right: 10px;
	-moz-user-select:none
}
.contact input {
	float: left;
	width: 170px;
	height: 15px;
	margin-bottom: 5px;
}
.contact textarea {
	float: left;
	width: 170px;
	margin-bottom: 5px;
}
.contact button {
	float: left;
	outline: none;
	padding: 3px 3px 3px 3px;
	margin: 0 0 5px 115px;
}
.contact form p {
	margin: 20px 0 20px 0;
}
.contact form {
	margin-top: 10px;
}


.contact .sent label {
	color: #CCCCCC;
}
.contact .sent input,
.contact .sent textarea,
.contact .sent button {
	cursor: default;
	border: solid 1px #CCCCCC;
	background: #F7F7F7;
	color: #CCCCCC;
}





a.right {
	font-size: 10px;
	font-weight: normal;
	float: right;
}





.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}








#footer {
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#footer #nav {
	display: block;
	position: relative;
	height: 25px;
	padding-top: 5px;
	background: url(../images/bg_footer.jpg) repeat-x left bottom #999999;
}
#footer #nav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 14px 0 14px;
}
#footer #nav a:hover {
	text-decoration: underline;
}
#footer #copyright {
	display: block;
	position: relative;
	padding-top: 15px;
	color: #999999;
}