/* Color and background specific CSS for Safer cerritos based on residents (blue) */


#headertop {
	background:transparent url('../_pics/headertoppic.gif') no-repeat top center; 
	}
#ba1 {
	background:transparent url('../_pics/ba1.gif') no-repeat top center;
	}
#ba2 {
	background:transparent url('../_pics/ba2.gif') no-repeat top center;
	}
#ba3 {
	height:806px;
	background:transparent url('../_pics/ba3_residents.gif') no-repeat top center;
	}
#dropdown {
	height:812px;
	background:transparent url('../_pics/dropdownpic_residents.jpg') no-repeat top center;
	}

#toplinks {
	background: transparent url('../_pics/toplinksbg_residents.gif') no-repeat top center;
	}
#search{
	background: transparent url('../_pics/search_residents.gif') no-repeat top center;
	}
#bottomlinks {
	background: transparent url('../_pics/bottomlinksbg_residents.gif') no-repeat top center;
	}
#contentcopy p.release, #contentcopy p.updated  {
	color: #2b7dba; /*blue*/
}
#contentcopy a:link {
	color: #2b7dba; /*blue*/
	}
#contentcopy a:visited {
	color: #0034ab; /*dark blue*/
	}
#contentcopy a:hover {
	color: #0034ab; /*dark blue*/
	border-bottom: 1px dashed #0034ab;
	}
#contentcopy h1 {
	color: rgb(43,125,186);
}
#contentcopy h2 {
	color: rgb(43,125,186);
}	
#infocontainertop {
	height:60px;
	background-image: url('../_pics/moreinfotop.gif');
	}	
#infocontainermiddle {
	background: url('../_pics/moreinfomiddle.gif') repeat-y;
	}
#infocontainermiddle a:link {
	color: #2b7dba; /*blue*/
	}
#infocontainermiddle a:visited {
	color: #0034ab; /*dark blue*/
	}
#infocontainermiddle a:hover {
	color: #0034ab; /*dark blue*/
	border-bottom: 1px dashed #0034ab;
	}
#infocontainerbottom {
	height:43px;
	background-image: url('../_pics/moreinfobottom2.gif');
	}
#linkscontainertop {
	background-image: url('../_pics/featuredlinkstop_residents.gif');
	}	
#linkscontainermiddle {
	background: url('../_pics/featuredlinksmiddle_residents.gif') repeat-y;
	}	
#linkscontainermiddle ul li a:link {
	color: #2b7dba; /*blue*/
	}
#linkscontainermiddle ul li a:visited {
	color: #0034ab; /*dark blue*/
	}
	
#contentcopy ul.checklist {
	list-style-image: url('../_pics/checkbox.gif');
}
.hrule {
	border-bottom: 1px solid #2b7dba;
	}
#linkscontainerbottom {
	background-image: url('../_pics/featuredlinksbottom_residents.gif');
	}
	


/* for use later*/

#youarehere a:link {
	color: #2b7dba; /*blue*/
	}
#youarehere a:visited {
	color: #0034ab; /*dark blue*/
	}
#youarehere a:hover {
	color: #0034ab; /*dark blue*/
	border-bottom: 1px dashed #0034ab;

}



/*FORM STYLING */
.form{
	margin: 0 0 0 0;
	}
	
.formtop {
	margin:0;
	padding:0;
	height:58px;
	width:360px;
	background-image: url('../_pics/formtop_residents.gif');
	}	


	
.formmiddle {
	margin:0;
	padding:20px;
	width:320px; /*320+20+20=360*/
	background: url('../_pics/formmiddle_residents.gif') repeat-y;
	text-align:left;
	font-family: Verdana, verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 110%;
	line-height: 120%;
	color:#000;
	}	
*html .formmiddle{ /*Tan hack for IE box model problem with 15px padding, Netscape doesn't crash*/
    \width: 360px; /* for IE5.x/Win and IE6/quirks mode */
    w\idth: 320px; /* for other IE */
  } 

.formmiddle h2 {
	
	margin:-20px 0 20px 0!important;
	color:#000;
	}


.formmiddle input{
	border: 1px solid #2b7dba;
}


.formmiddle textarea{
	border: 1px solid #2b7dba;
	font-family: Verdana, verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.formmiddle option{
	color: #2b7dba;
	border: 1px solid #2b7dba;
}
.formmiddle fieldset{
	border: 1px solid #2b7dba;
	margin:0 0 1em 0;

}
.formmiddle fieldset input{
	color: #2b7dba;
	border: 1px solid #2b7dba;
}
.formmiddle fieldset p{
	margin:5px;
	width: auto;
}

.formmiddle legend{
	color: #2b7dba;
	}

.formmiddle select{
	margin: 0 0 1em 0;
	}
	
.formbottom {
	margin:0;
	padding:0 20px;
	height:120px;
	width:320px; /*320+20+20=360*/
	background: url('../_pics/formbottom_residents.gif');
	text-align:right;
	}	
*html .formbottom{ /*Tan hack for IE box model problem with 15px padding, Netscape doesn't crash*/
    \width: 360px; /* for IE5.x/Win and IE6/quirks mode */
    w\idth: 320px; /* for other IE */
  } 
  

	
	/* END FORM STYLING*/