/*****************************************************/
/* home.css - Wayne Township                         */
/* use with all standard pages in  site              */
/*****************************************************/
/* Site standards:                                   */
/* Base Color: 752641 (maroon)                       */
/* Dimmed base color: 985C71 (75%)                   */
/*                    9E677A (70%)                   */
/*                    A57283 (65%)                   */    
/*****************************************************/
/* HTML tag styles                                   */
/*****************************************************/

/******************************************************/
/*  MASTHEAD SECTION                                  */
/******************************************************/
#pageContainer {
	width:800px;
	background-color:#FFFFFF;
	}
#homeHeader {
	background-image:url(../system/HomeHeader.gif);
	background-repeat:no-repeat;
	height:75px;
	}
#homePhotobar {
	position: absolute;
	top:50px;
	left:245px;
	z-index:2;
	}
#homeMask {
	position: absolute;
	width:240px;
	height:150px;
	top:75px;
	left:0px;
	background-image:url(../system/transparent.gif);
	z-index:2;
	}


#footer {
	width:800px;
	text-align:center;
	}
#footerContactInfo {
	padding: 2px 0 2px 0;
	color:#752641;
	font-family:verdana, geneva, arial, helvetica, sans-serif;
	font-size: x-small;
	border-top: #752641 1px solid;
	}
#homeLeft {
	width:240px;
	padding:0 8px 0 8px;
	text-align:center;
	}
#homeMiddle {
	width:283px;
	position:absolute;
	left:240px;
	top:130px;
}
#homeRight {
	width:280px;
	position:absolute;
	left:520px;
	top:130px;
}

#boxContainer {
	border: #752641 2px solid;
	}
#boxHeader {
	background-color: #752641;
	padding: 3px;
	text-align:center;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#FFFFFF;
	font-weight:bolder;
	}
#boxContent {
	padding: 5px;
	}

#textBox {
	border: thin solid #752641;
	background-color: #F5E6BD;
	padding: 0 10px 8px 15px;
	/*font-size: small;*/
	line-height: 17px;
	}
#textBox a:hover {
	color: #FFFFFF;
	background-color: #996699;
	text-decoration: none;
	}