@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0 auto;
}
body {
	font-size: 1em;
}
a {
	color: #0088cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/****** CONTENT ******/
#main {
	width: 100%;
	clear: both;
	color: #737679;
}
#main.local {
	padding-top: 10px;
}
.wrapper.clearfix #content, #content {
	width: 980px;
	padding: 20px 0 0 0;
	float: none;
}
/****** BANNER ******/
#banner {
	width: 980px;
}
#banner .left {
	float: left;
	margin: 0 0 0 10px;
}
#banner .left img {
	border: 1px solid #ccc;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-khtml-border-radius:6px;
}
#banner .right {
	float: right;
	margin: 0 10px 0 0;
	width: 310px;
	height: 525px;
}
/****** HOME QUOTE ******/
.style1 {
	font-weight: normal;
}
.style2 {
	text-align: center;
}
.style3 {
	text-align: left;
}
.style4 {
	text-align: right;
}
.style5 {
	width: 290px;
	margin: 10px 0;
	padding: 0 55px 0 0;
	float: left;
	text-align: left;
}
.right .quote {
}
.quote {
	background: #F2F2F2;
	width: 293px;
	margin: 0 0 20px 10px;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-khtml-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	background-image: linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(217,217,217)),
	color-stop(1, rgb(255,255,255))
);
	border: 3px solid #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
/******	SMALL ARTICLE ******/
/****** BOTTOM ROW *****/
#bottom_row {
	width: 980px;
	margin: 20px 0 20px 10px;
	float: left;
}
#bottom_row .article {
	width: 225px;
	float: left;
	margin-right: 20px;	
	background: #e6e6e6;
	height: 200px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-khtml-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
}
#bottom_row .article a {
background-image: linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(217,217,217)),
	color-stop(1, rgb(255,255,255))
);
	border: 3px solid #FFFFFF;		
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	float: left;	
}
#bottom_row .article a:hover {
	background: #FFFFFF;
	background-image: none;
}
#bottom_row .article a img {			
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
}
/****** FOOTER *****/
#footer {
	width: 960px;
	height: 75px;
	float: left;
	margin: 0 auto 20px auto;
}
#footer #hi {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	height: 30px;
}
#footer #lo {
}
#footer #hi p {
	margin: 8px 10px;
	font-size: 10px;
	float: left;
}
#footer #hi p a {
	color: #06F;
	font-size: 10px;
	text-decoration: none;
}
#footer #hi ul {
	list-style: none;
	float: right;
	width: 305px;
	margin: 0 7px 0 0;
}
#footer #hi ul li {
	float: left;
}
#footer #hi ul li a.first {	
	border: none;
}
#footer #hi ul li a {
	color: #06F;
	font-size: 10px;
	text-decoration: none;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #cccccc;
	width: 50px;
	text-align: center;
}
#footer #hi p a:hover {
	text-decoration: underline;
}
#footer #hi ul li a:hover {
	text-decoration: underline;
}
#footer #lo {
	margin: 15px 155px;
}
#footer #lo p {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
	font-size: 10px;
}
#footer #lo p.first {
	border: none;
}
#footer #lo p.first a {
	font-size: 10px;
	text-decoration: none;
	color: #06f;
}
#footer #lo p.first a:hover {
	text-decoration: underline;
}
div.shim {
	height: 10px;
	clear: both;
}
/****** APPENDiv ******/
.appendiv {
	width: 960px;
	float: left;
	margin: 10px;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	padding-bottom: 15px;
}
.appendiv .header {
	height: 35px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 1px;
}
.appendiv .header ul {
	list-style: none;
	float: left;
	width: 400px;
}
.appendiv .header ul li {
	float:left;
	margin: 9px;
}
.appendiv .header ul li.first {
	margin: 9px;
}
.appendiv .header ul li a {
	text-decoration: none;
	font-weight:bold;
}
.appendiv .header ul li a:hover {
	color: #333;
}
.appendiv .header ul .divider {
	background: url(../images/cr_div.png);
	padding: 0px;
	float: left;
	height: 35px;
	width: 11px;
}
#logo {
	width: 980px;
}
#logo img {
	margin: 7px 282Px;
}
.appendiv .header ul .first a img {
	margin-top: -3px;
	margin-left: 4px;
}
.appendiv p {
	padding: 15px 15px 0 15px;
	width: 420px;
	margin: 0 15px;
}
.appendiv .left {
	float: left;
	width: 480px;
}
.appendiv .right {
	float: right;
	width: 480px;
}
.appendiv h3 {
	padding: 15px 15px 0 15px;
	margin: 0 15px;
	font-weight: bold;
}
#banner .left iframe {
	height: 525px;
	width: 625px;
	border-style: none;
	overflow: hidden;
}
#nav_global ul #home {
	height: 36px;
	width: 105px;
	float: left;
}
#nav_global ul #about {
	height: 36px;
	width: 134px;
	float: left;
}
#nav_global ul #services {
	height: 36px;
	width: 140px;
	float: left;
}
#nav_global ul #storage {
	float: left;
	height: 36px;
	width: 150px;
}
#nav_global ul #blog {
	float: left;
	height: 36px;
	width: 123px;
}
#nav_global ul #contact {
	float: left;
	height: 36px;
	width: 139px;
}
.smlart {
	width: 291px;
	list-style: none;
}
.smlart li a .img img {
	padding: 3px;
	border: 1px solid #cccccc;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;	
	box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-khtml-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
}
.smlart li a .link {
	width: 160px;
	float: left;
	margin: 3px 0 0 10px;
}
.smlart li a .link .text {
	font-size: 14px;
	color: #0088cc;
	float: left;
	margin-top: 5px;
	width: 100%;
	padding-right: 10px;
}
.smlart li a {
	text-decoration: none;
	color: #0088CC;
	float: left;
	margin-bottom: 16px;
}
.smlart li a:hover {
	text-decoration: underline;
}
.right .quote #localform {
	height: 310px;
}
#main #content #vidnav {
	height: 130px;
	width: 960px;
	margin: 0 auto 20px;
	background: white;
	padding: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-khtml-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
}
.clr {
	clear: both;
}
#nav_global.local {
	margin: 0px auto 45px;
}
#banner .right.local {
	height: 395px;
}
#footer_wrap {
	width: 100%;
	clear: both;
	height: 200px;
}
#footer_wrap #footer.local {
	float: none;
}
#banner .left .local {
	height: 396px;
}
#shadow_down {
	background: url(../images/shadow_down.png) repeat-x;
	height: 6px;
}
#shadow_up {
	background: url(../images/shadow_up.png) repeat-x 0 -28px;
	height: 8px;
}
#banner .left.local {
	margin: 0 0 0 7px;
}
.quote.local {
	background: #FFFFFF;
}
#vidnav ul li {
	float: left;
	list-style: none;
	width: 191px;
}
#vidnav ul {
	padding: 7px 5px 5px 5px;
	height: 120px;
	width: 955px;
}
#vidnav ul li span img {
	border: 1px solid #ffffff;
	border-radius: 7px;
}
#vidnav ul li span {
	text-align: center;
	width: 191px;
	float: left;
}
#vidnav ul li .text {
	margin-top: 7px;
}
#vidnav ul li .spacer {
	width: 25px;
}
#vidnav ul .last {
	margin-right: 0px;
}
/******* LOCAL PageS ********/
.header.local {
	height: 190px;
}
.main.local {
	background: url(none);
	float: left;
	width: 629px;
	padding-top: 10px;
}
.listish .left {
	width: auto;
	margin: 0;
	padding: 0;
	color: #666;
	float: left;
}
.listish .right {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #666;
	display: block;
}
.listish {
	float: left;
	width: 562px;
	margin: 0 7px 13px 7px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 3px 5px;
	background: white;
}
.listish.other {
	background: #e9e9e9;
}
.listish.link {
	border: none;
	margin: 4px 0 0 0;
	padding: 0;
	background: none;
}
.cities.close .left, .cities.regional .left {
	margin: 5px 31px;
	padding: 0px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 130px;
}
.sidebar.local {
	float: right;
	padding-top: 20px;
	width: 333px;
	font-size: .75em;
}
.sidebar.local .widget.twitter img {
	background: none;
	padding: inherit;
	border-style: none;	
}
.sidebar.local .widget.twitter h3 {
	border: none;
}
.sidebar.local .widget.twitter {
	height: auto;
	width: auto;
	background: #f2f2f2;
}
.statitem span	
	{ font:normal 12px Arial, Helvetica, sans-serif; color:#979797; line-height:1.8em; padding:10px 0; margin:0;}
	
.main.local .article {
	float: left;
	width: 589px;
	background: #f2f2f2;
	margin: 0 0 13px 0;
	border: 3px solid white;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-khtml-border-radius:6px;
	box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-khtml-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	padding: 20px;
	background-image: linear-gradient(bottom, #F2F2F2 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F2F2F2 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F2F2 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #F2F2F2),
	color-stop(1, #FFFFFF)
);
	font-size: .875em;
}
.main.local .article a {
	color: #0088cc;
	text-decoration: none;
}
.main.local .article a:hover {
	text-decoration: underline;
}
.sidebar.local .widget {
	background: #f2f2f2;
	float: right;
	height: 200px;
	width: 98%;
	margin: 0 0 15px 0;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-khtml-border-radius:6px;
	box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-khtml-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	background-image: linear-gradient(bottom, #F2F2F2 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F2F2F2 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F2F2 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #F2F2F2),
	color-stop(1, #FFFFFF)
);
	border: 3px solid white;
}
.article.cities.close .left a, .article.cities.regional .left a {
	float: left;
	width: 130px;
}
.main.local .resources {
}
.main.local .article p {
	margin: 0 7px 21px 7px;
	word-wrap: break-word;
}
#main #content h1 {
	font: 34px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	font-weight: bold;
	color: transparent;
	margin-bottom: 3px;
	height: 67px;
	text-shadow: none;
}
.main.local .article h2 {
	margin-bottom: 16px;
}
.main.local .article.cityinfo .statitem a {
	font-size: 16px;
}
.article.resources  p {
}
.article.resources .listish p .right {
	float: right;
}
.article.cityinfo .listish.link a {
}
.main.article img {
	float: right;
	margin: 10px 5px 10px 20px;
}
.strongify {
	color: #000;
}
.fb_iframe_widget iframe {
	width: 635px !important;
}
.main.article .left {
	float: left;
	width: 50%;
}
.main.article .right {
	float: right;
}
.main.local .article.locationimg img {
	margin: 0px auto;
	display: block;
}
.sidebar.local .widget.realestate {
	padding: 15px;
	height: auto;
	width: 296px;
}
.sidebar.local .widget.weather {
	padding-top: 20px;
	height: 175px;
}
.sidebar.local .widget.rss {
	padding: 10px;
	height: auto;
	width: 306px;
}
div#rssincl-box-411981 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a {
	color: #0088cc !important;
	text-decoration: none !important;
}
div#rssincl-box-411981 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a:hover {
	text-decoration: underline !important;
}
#main #content .sidebar.local .widget.videos {
	height: auto;
	width: auto;
	padding: 3px 20px;
	display: block;
}
.main.article .quotebutton a {
	background: url(../images/button_quote_bluerect.png) no-repeat;
	float: left;
	height: 50px;
	width: 150px;
	text-indent: -10000px;
	margin: 15px 15px 0 7px;
}
.main.article .quotebutton a:hover {
	background: url(../images/button_quote_bluerect_o.png) no-repeat;
}
.main.article .quotebutton a:active {	
	background: url(../images/button_quote_bluerect_a.png) no-repeat;
}
.sidebar.local .widget.schools {
	height: auto;
	padding: 7px 0;
}
.bbb a img {
	display: block;
	margin: 7px 0 7px 15px;
	float: left;
}
.article.cityinfo .listish .right {
	width: auto;
	float: right;
}
.main.local .article.feeder {
	padding-top: 5px;
}
.article.feeder .left {
	float: left;
	margin-bottom: 5px;
	width: 410px;
}
.article.feeder .right {
	float: right;
}
.main.local .article.feeder .left p {
	float: left;
	margin: 0 15px 0 0;
}
div#rssincl-box-411981 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc, div#rssincl-box-411981 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc *  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	line-height: 16px !important;
}
 div#rssincl-box-411981 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc a {
	 color: #0088cc !important;
	 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
 }
 
 div#rssincl-box-411981 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a {
	 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
 }
 div#rssincl-box-411981 div.rssincl-head p.rssincl-title, div#rssincl-box-411981 div.rssincl-head p.rssincl-title a
 	{ font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	font-weight: 500 !important;
	text-align: center !important;
	}
	
.fb_edge_widget_with_comment {
	float: right !important;
	width: 148px !important;
	margin-top: 7px !important;
}
.bbb .plusone.top {
	float: right;
	width: 115px;
	margin-top: 10px;
}
.sidebar.local .widget.bbb {
	height: auto;
}
/******HEADERS******/
#h_camarillo {
	background: url(../images/h_camarillo.png) no-repeat 50%;
}
#h_elrio {
	background: url(../images/h_elrio.png) no-repeat 50%;
}
#h_fillmore {
	background: url(../images/h_fillmore.png) no-repeat 50%;
}
#h_malibu {
	background: url(../images/h_malibu.png) no-repeat 50%;
}
#h_ventura {
	background: url(../images/h_Ventura.png) no-repeat 50%;
}
#h_moorpark {
	background: url(../images/h_Moorpark.png) no-repeat 50%;
}
#h_oakview {
	background: url(../images/h_oakview.png) no-repeat 50%;
}
#h_piru {
	background: url(../images/h_piru.png) no-repeat 50%;
}
#h_porthueneme {
	background: url(../images/h_porthueneme.png) no-repeat 50%;
}
#h_santapaula {
	background: url(../images/h_santapaula.png) no-repeat 50%;
}
#h_simivalley {
	background: url(../images/h_simivalley.png) no-repeat 50%;
}
#h_thousandoaks {
	background: url(../images/h_thousandoaks.png) no-repeat 50%;
}
#h_Lake_View_Terrace {
	background: url(../images/h_Lake_View_Terrace.png) no-repeat 50%;
}
#h_Acton {
	background: url(../images/h_Acton.png) no-repeat 50%;
}
#h_Agoura_Hills {
	background: url(../images/h_Agoura_Hills.png) no-repeat 50%;
}
#h_Agua_Dulce {
	background: url(../images/h_Agua_Dulce.png) no-repeat 50%;
}
#h_Alhambra {
	background: url(../images/h_Alhambra.png) no-repeat 50%;
}
#h_Altadena {
	background: url(../images/h_Altadena.png) no-repeat 50%;
}
#h_Arcadia {
	background: url(../images/h_Arcadia.png) no-repeat 50%;
}
#h_Baldwin_Hills {
	background: url(../images/h_Baldwin_Hills.png) no-repeat 50%;
}
#h_Bel_Air {
	background: url(../images/h_Bel_Air.png) no-repeat 50%;
}
#h_Bell {
	background: url(../images/h_Bell.png) no-repeat 50%;
}
#h_Brandeis {
	background: url(../images/h_Brandeis.png) no-repeat 50%;
}
#h_Brentwood {
	background: url(../images/h_Brentwood.png) no-repeat 50%;
}
#h_Burbank {
	background: url(../images/h_Burbank.png) no-repeat 50%;
}
#h_Calabasas {
	background: url(../images/h_Calabasas.png) no-repeat 50%;
}
#h_Canoga_Park {
	background: url(../images/h_Canoga_Park.png) no-repeat 50%;
}
#h_Canyon_Country {
	background: url(../images/h_Canyon_Country.png) no-repeat 50%;
}
#h_Castaic {
	background: url(../images/h_Castaic.png) no-repeat 50%;
}
#h_Century_City {
	background: url(../images/h_Century_City.png) no-repeat 50%;
}
#h_Chatsworth {
	background: url(../images/h_Chatsworth.png) no-repeat 50%;
}
#h_Commerce {
	background: url(../images/h_Commerce.png) no-repeat 50%;
}
#h_Culver_City {
	background: url(../images/h_Culver_City.png) no-repeat 50%;
}
#h_Eagle_Rock {
	background: url(../images/h_Eagle_Rock.png) no-repeat 50%;
}
#h_El_Segundo {
	background: url(../images/h_El_Segundo.png) no-repeat 50%;
}
#h_Encino {
	background: url(../images/h_Encino.png) no-repeat 50%;
}
#h_Flintridge {
	background: url(../images/h_Flintridge.png) no-repeat 50%;
}
#h_Florence {
	background: url(../images/h_Florence.png) no-repeat 50%;
}
#h_Frazier_Park {
	background: url(../images/h_Frazier_Park.png) no-repeat 50%;
}
#h_Gardena {
	background: url(../images/h_Gardena.png) no-repeat 50%;
}
#h_Glendale {
	background: url(../images/h_Glendale.png) no-repeat 50%;
}
#h_Granada_Hills {
	background: url(../images/h_Granada_Hills.png) no-repeat 50%;
}
#h_Harbor_City {
	background: url(../images/h_Harbor_City.png) no-repeat 50%;
}
#h_Hermosa_Beach {
	background: url(../images/h_Hermosa_Beach.png) no-repeat 50%;
}
#h_Hidden_Valley {
	background: url(../images/h_Hidden_Valley.png) no-repeat 50%;
}
#h_Hidden_Hills {
	background: url(../images/h_Hidden_Hills.png) no-repeat 50%;
}
#h_Hollywood {
	background: url(../images/h_Hollywood.png) no-repeat 50%;
}
#h_Hollywood_Hills {
	background: url(../images/h_Hollywood_Hills.png) no-repeat 50%;
}
#h_La_Canada {
	background: url(../images/h_La_Canada.png) no-repeat 50%;
}
#h_La_Crescenta {
	background: url(../images/h_La_Crescenta.png) no-repeat 50%;
}
#h_Lake_Balboa {
	background: url(../images/h_Lake_Balboa.png) no-repeat 50%;
}
#h_Lake_Hollywood {
	background: url(../images/h_Lake_Hollywood.png) no-repeat 50%;
}
#h_Lake_Sherwood {
	background: url(../images/h_Lake_Sherwood.png) no-repeat 50%;
}
#h_Lincoln_Heights {
	background: url(../images/h_Lincoln_Heights.png) no-repeat 50%;
}
#h_Lomita {
	background: url(../images/h_Lomita.png) no-repeat 50%;
}
#h_Long_Beach {
	background: url(../images/h_Long_Beach.png) no-repeat 50%;
}
#h_Los_Angeles {
	background: url(../images/h_Los_Angeles.png) no-repeat 50%;
}
#h_Manhattan_Beach {
	background: url(../images/h_Manhattan_Beach.png) no-repeat 50%;
}
#h_Maricopa {
	background: url(../images/h_Maricopa.png) no-repeat 50%;
}
#h_Marina_Del_Rey {
	background: url(../images/h_Marina_Del_Rey.png) no-repeat 50%;
}
#h_Mission_Hills {
	background: url(../images/h_Mission_Hills.png) no-repeat 50%;
}
#h_Moorpark {
	background: url(../images/h_Moorpark.png) no-repeat 50%;
}
#h_Newbury_Park {
	background: url(../images/h_Newbury_Park.png) no-repeat 50%;
}
#h_North_Hills {
	background: url(../images/h_North_Hills.png) no-repeat 50%;
}
#h_North_Hollywood {
	background: url(../images/h_North_Hollywood.png) no-repeat 50%;
}
#h_Northridge {
	background: url(../images/h_Northridge.png) no-repeat 50%;
}
#h_Oak_Hills {
	background: url(../images/h_Oak_Hills.png) no-repeat 50%;
}
#h_Oak_Park {
	background: url(../images/h_Oak_Park.png) no-repeat 50%;
}
#h_Oakwood {
	background: url(../images/h_Oakwood.png) no-repeat 50%;
}
#h_Ojai {
	background: url(../images/h_Ojai.png) no-repeat 50%;
}
#h_Oxnard {
	background: url(../images/h_Oxnard.png) no-repeat 50%;
}
#h_Pacific_Palisades {
	background: url(../images/h_Pacific_Palisades.png) no-repeat 50%;
}
#h_Pacoima {
	background: url(../images/h_Pacoima.png) no-repeat 50%;
}
#h_Palms {
	background: url(../images/h_Palms.png) no-repeat 50%;
}
#h_Panorama_City {
	background: url(../images/h_Panorama_City.png) no-repeat 50%;
}
#h_Paramount {
	background: url(../images/h_Paramount.png) no-repeat 50%;
}
#h_Pasadena {
	background: url(../images/h_Pasadena.png) no-repeat 50%;
}
#h_Playa_Vista {
	background: url(../images/h_Playa_Vista.png) no-repeat 50%;
}
#h_Point_Mugu {
	background: url(../images/h_Point_Mugu.png) no-repeat 50%;
}
#h_Playa_Del_Rey {
	background: url(../images/h_Playa_Del_Rey.png) no-repeat 50%;
}
#h_Redondo_Beach {
	background: url(../images/h_Redondo_Beach.png) no-repeat 50%;
}
#h_Reseda {
	background: url(../images/h_Reseda.png) no-repeat 50%;
}
#h_San_Fernando {
	background: url(../images/h_San_Fernando.png) no-repeat 50%;
}
#h_San_Pedro {
	background: url(../images/h_San_Pedro.png) no-repeat 50%;
}
#h_Santa_Clarita {
	background: url(../images/h_Santa_Clarita.png) no-repeat 50%;
}
#h_Santa_Monica {
	background: url(../images/h_Santa_Monica.png) no-repeat 50%;
}
#h_Santa_Rosa_Valley {
	background: url(../images/h_Santa_Rosa_Valley.png) no-repeat 50%;
}
#h_Santa_Susana {
	background: url(../images/h_Santa_Susana.png) no-repeat 50%;
}
#h_Shadow_Hills {
	background: url(../images/h_Shadow_Hills.png) no-repeat 50%;
}
#h_Sherman_Oaks {
	background: url(../images/h_Sherman_Oaks.png) no-repeat 50%;
}
#h_Sierra_Madre {
	background: url(../images/h_Sierra_Madre.png) no-repeat 50%;
}
#h_Silver_Lake {
	background: url(../images/h_Silver_Lake.png) no-repeat 50%;
}
#h_South_Pasadena {
	background: url(../images/h_South_Pasadena.png) no-repeat 50%;
}
#h_Stevenson_Ranch {
	background: url(../images/h_Stevenson_Ranch.png) no-repeat 50%;
}
#h_Studio_City {
	background: url(../images/h_Studio_City.png) no-repeat 50%;
}
#h_Sun_Valley {
	background: url(../images/h_Sun_Valley.png) no-repeat 50%;
}
#h_Sunland {
	background: url(../images/h_Sunland.png) no-repeat 50%;
}
#h_Sunset_Strip {
	background: url(../images/h_Sunset_Strip.png) no-repeat 50%;
}
#h_Sylmar {
	background: url(../images/h_Sylmar.png) no-repeat 50%;
}
#h_Tarzana {
	background: url(../images/h_Tarzana.png) no-repeat 50%;
}
#h_Toluca_Lake {
	background: url(../images/h_Toluca_Lake.png) no-repeat 50%;
}
#h_Torrance {
	background: url(../images/h_Torrance.png) no-repeat 50%;
}
#h_Topanga {
	background: url(../images/h_Topanga.png) no-repeat 50%;
}
#h_Universal_City {
	background: url(../images/h_Universal_City.png) no-repeat 50%;
}
#h_Valley_Glen {
	background: url(../images/h_Valley_Glen.png) no-repeat 50%;
}
#h_Valencia {
	background: url(../images/h_Valencia.png) no-repeat 50%;
}
#h_Valley_Village {
	background: url(../images/h_Valley_Village.png) no-repeat 50%;
}
#h_Van_Nuys {
	background: url(../images/h_Van_Nuys.png) no-repeat 50%;
}
#h_Venice {
	background: url(../images/h_Venice.png) no-repeat 50%;
}
#h_Vernon {
	background: url(../images/h_Vernon.png) no-repeat 50%;
}
#h_Val_Verde {
	background: url(../images/h_Val_Verde.png) no-repeat 50%;
}
#h_Beverly_Hills {
	background: url(../images/h_Beverly_Hills.png) no-repeat 50%;
}
#h_West_Hollywood {
	background: url(../images/h_West_Hollywood.png) no-repeat 50%;
}
#h_West_Los_Angeles {
	background: url(../images/h_West_Los_Angeles.png) no-repeat 50%;
}
#h_West_Athens {
	background: url(../images/h_West_Athens.png) no-repeat 50%;
}
#h_Westchester {
	background: url(../images/h_Westchester.png) no-repeat 50%;
}
#h_Westminster {
	background: url(../images/h_Westminster.png) no-repeat 50%;
}
#h_Westwood {
	background: url(../images/h_Westwood.png) no-repeat 50%;
}
#h_Westlake {
	background: url(../images/h_Westlake.png) no-repeat 50%;
}
#h_Wilmington {
	background: url(../images/h_Wilmington.png) no-repeat 50%;
}
#h_Winnetka {
	background: url(../images/h_Winnetka.png) no-repeat 50%;
}
#h_Woodland_Hills {
	background: url(../images/h_Woodland_Hills.png) no-repeat 50%;
}
/******END HEADERS******/
.listish.other.bottom {
	margin-bottom: 1px;
}
.listish.bottom {
	margin-bottom: 1px;
}
/*********************RSS*****************/
#rssincl-content-422552 {
	height: 133px !important;
}
#rssincl-entry-422552-0, #rssincl-entry-422552-1, #rssincl-entry-422552-2, #rssincl-entry-422552-3, #rssincl-entry-422552-4 {
	width: 290px !important;
}
.rssincl-head {
	background-color: #666666 !important;
}
.rssincl-title {
	color: #FFFFFF !important;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}
p.rssincl-itemtitle a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}
rssincl-itemdesc {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	width: 290px !important;
}
div#rssincl-box-422552 {
	width: 300px !important;
}
#services_current a {
	width: 140px;
}
	.sidebar.local .widget.form {
	height: auto;
	padding: 10px 0;
}
.template_header {
	color: black !important;
	position: relative !important;
	font-size: 48px !important;
	text-shadow: 0 0 1px #666;
}
.template_header span {	
	position:absolute;
	display:block;
	top:13px;
	left:0;
	height:100%;
	width:100%;
	background:url(../img/gradient_1.png) repeat-x;
}
.zip {
	float: right;
	width: 90px !important;
}
.zip.first {float:left;}
