/*======================================
	ABOUT PAGE
=======================================*/
.eac-table td
{
	padding:8px;
	border-spacing:0; 
	border-top:solid 8px #fff; 
}
/*======================================
	CONTACT PAGE
=======================================*/
#contact-form
{
	padding:10px; 
	border:solid 1px #eee5cf; 
	background:#fafafa; 
}
#contact-form div
{
	margin-bottom:10px;
}
#submit-buttons
{
	border:solid 1px #eee5cf; 
	background:#fff; 
	padding:10px; 
	text-align:center; 
}
/*======================================
	CONSTITUENT PROGRAMS
=======================================*/
#constituents
{
	width:100%; 
}
#constituents table a
{
	font-size:14px; 
}
#constituents table td
{
	padding-bottom:8px; 
}
/*======================
	GALLERY
========================*/
.gallery
{
	margin: 0 auto; 
}
.gallery td
{
	padding:10px 20px 30px 20px;
}
/*======================================
	CALENDAR PAGE
=======================================*/
#calendar-wrapper
{
	float:left;
	width:250px;
}
#calendar-events
{
	float:right; 
	width:525px; 
}
#calendar-page
{
	width:783px; 
	height:460px; 
	clear:both;  
	
	}
/*======================================
	GALLERY
=======================================*/
#gallery table
{
	border-spacing:0; 
	margin-bottom:10px; 
}
#gallery td
{
	padding:3px; 
}
#gallery a img
{
	background:#fff; 
	padding:3px; 
	border:solid 1px #50556B; 
}
/*======================================
	LINKS
=======================================*/
#links div
{
	margin-bottom:10px; 
}
/*======================================
	SITE OFF
=======================================*/
#site-off-wrapper
{
	width:538px;
	min-height:600px; 
	text-align:left;
	margin:0 auto; 
}
#site-off
{
	float:left; 
	background:url(../images/site_off.png) no-repeat;
	margin:150px auto 0px auto; 
	width:538px;
	height:306px; 
}
#site-off p
{
	position:relative;
	top:165px;
	left:50px; 
	font-size:18px;
	color:#e9d8c5; 
	text-align:center; 
	width:340px;
}
/*======================
	SITE MAP
========================*/
#site-map
{
	margin: 10px; 
}
#site-map li
{
	list-style:disc;
}
#site-map a
{
	font-size:14px;
	line-height:1.8; 
}