/* CSS Document */

/* ---------- NEW FOR LOCATIONS DISTRICT PAGE 03-11-07 --------------- */
div.fourColumn li {
	font-weight:bold;
	padding-bottom:5px;
}
div.columnContainer {
 width: 593px; /* footer problem */
 min-height:250px; 
 margin: 0 auto;
}
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 5px 16px 0px 5px;
 display: inline; /* IE Hack */
 width: 20%;
 float: left;
 min-height: 200px;
 padding: 4px;


}
* html #leftcolumn {height:200px} /* IE Min-Height Hack */ 

#centercolumn1 { /* Parent Wrapper for inside boxes */

 margin: 5px 16px 0px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 20%;
 float: left;
 min-height: 200px;
}
* html #centercolumn1 {height:200px} /* IE Min-Height Hack */ 

#centercolumn2 { /* Parent Wrapper for inside boxes */
 
 margin: 5px 16px 0px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 20%;
 float: left;
 min-height: 200px;
}
* html #centercolumn2 {height:200px} /* IE Min-Height Hack */ 

#rightcolumn {
 margin: 5px 16px 0px 5px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 20%;
 float: left;
 min-height: 200px;
}
* html #rightcolumn {height:200px} /* IE Min-Height Hack */

/*---END COLUMNS*/