

/* Color and background specific CSS for 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.updated {
	color: #2b7dba; /*blue*/
}
#contentcopy p.caption {
	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);
}	

#contentcopy ul.checklist {
	list-style-image: url('../_pics/checkbox.gif');
}


#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*/
	}
.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');
	}	

.formtopwide {
	margin:0;
	padding:0;
	height:58px;
	width:480px;
	background-image: url('../_pics/formtop_residents_wide.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;
	}	
	
.formmiddlewide {
	margin:0;
	padding:20px;
	width:440px; /*440+20+20=480*/
	background: url('../_pics/formmiddle_residents_wide.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 .formmiddlewide{ /*Tan hack for IE box model problem with 15px padding, Netscape doesn't crash*/
    \width: 480px; /* for IE5.x/Win and IE6/quirks mode */
    w\idth: 440px; /* for other IE */
  } 

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


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


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

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

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

.formmiddlewide fieldset input{
	color: #2b7dba;
	border: 1px solid #2b7dba;
	padding:5px;
}

.formmiddle fieldset p, .formmiddlewide fieldset p{
	margin:5px;
	width: auto;
}

.formmiddle legend, .formmiddlewide legend{
	color: #2b7dba;
	}

.formmiddle select, .formmiddlewide 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 */
  } 
  
 
.formbottomwide {
	margin:0;
	padding:0 20px;
	height:120px;
	width:440px; /*440+20+20=480*/
	background: url('../_pics/formbottom_residents_wide.gif');
	text-align:right;
	}	
*html .formbottomwide{ /*Tan hack for IE box model problem with 15px padding, Netscape doesn't crash*/
    \width: 480px; /* for IE5.x/Win and IE6/quirks mode */
    w\idth: 440px; /* for other IE */
  } 

	
	/* END FORM STYLING*/
	
	

table.chart th.primaryheader {
	background:#2b7dba;
}

table.chart th.secondaryheader {
	background:#e9f5fb;
}

