/*****************************************************/
/* main.css - Wayne Township                         */
/* use with all standard pages in  site              */
/*****************************************************/
/* Site standards:                                   */
/* Base Color: 752641 (maroon)                       */
/* Dimmed base color: 90% - 833C54                   */
/*                    80% - 915267                   */
/*                    75% - 985C71                   */
/*                    70% - 9E677A                   */
/*                    65% - A57283                   */ 
/*                    60% - AC7DBD                   */   
/*                Darker:   5E1930                   */
/*****************************************************/


/******************************************************/
/*  GENERIC                                           */
/******************************************************/

#container {
	position: relative;
	top:  0;
	left: 0;
	}

#spacer {
	height:50px;
	}

/******************************************************/
/*  MASTHEAD SECTION                                  */
/******************************************************/
#pageContainer {
	width:600px;
	background-color:#FFFFFF;
	border:1px solid red;
	}
#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;
	}
#masthead {
	width: 660px;
	position: absolute;
	top:0px;
	left:140px;
	height: 95px;
	background-color:#FFFFFF;
	}
#mainHeader {
	background-image:url(../system/MainHeader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height: 65px;
	}
#mainPhotobar {
	z-index:2;
	position:absolute;
	top:5px;
	left:252px;
	width: 400px;
	height: 53px;
	}
#mainDate {
	z-index:2;
	position:absolute;
	top: 45px;
	left: 7px;
	width: 238px;
	height: 14px;
	}
#mainMenu {
	height:17px;
	border-bottom: #752641 2px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:bolder;
	color: #752641;
	padding-left:8px;
	padding-top:2px;
	}
#mainMenu a {
	color: #996699;
	font-weight:bold;
	text-decoration:none;
	}
#mainMenu a:hover {
	background-color: #FFCCFF;
	text-decoration: none;
	}
#quickSearch {
	text-align: right;
	z-index:2;
	position:absolute;
	top: 65px;
	left: 491px;
	*left:495px;
	}
/******************************************************/
/*  PAGE CONTENT                                      */
/******************************************************/
/*  LEFT SIDEBAR (used for submenu)                   */
/******************************************************/

#leftSideCorner {
	position:absolute;
	top:0px;
	left:0px;
	width: 140px;
	height: 120px;
	background-image:url(../system/mainLeftTop.jpg);
	background-repeat:no-repeat;
	}
#leftSidebar {
	position:absolute;
	top:120px;
	left:0px;
	width: 140px;
	height: 480px;
	background-image:url(../system/mainLeft.jpg);
	backgroud-repeat:no-repeat;
	}
#mainMask {
	position: absolute;
	width:140px;
	height:125px;
	top:0px;
	left:0px;
	background-image:url(../system/transparent.gif);
	z-index:2;
	}
#leftNav {
	margin: 0 5px 0 5px;
	position:absolute;
	top:10px;
	width:120px;
	*width:130px;
	}
/*#leftNav p {
	margin:  0 .2em .5em .6em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color: #FFFF99;
	font-size: x-small;
	font-weight:bolder;	
	}
#leftNav a {
	color: #CCCCCC;
	}
#leftNav a:hover {
	color:#66FFFF;
	text-decoration: none;
	background-color: #660066;
	}*/

/********************************************************/
/*  MAIN CONTENT                                        */
/********************************************************/
/*  Main sections                                       */
/********************************************************/
#contentContainer {
	width:630px;
	/*min-height:500px;*/
	background-color:#FFFFFF;
	position:absolute;
	top:95px;
	left:140px;
	padding: 0 15px 0 15px;
	}

#mainContent {
	width:620px;
	}
#mainLeft {
	width:330px;
	}
#mainRightBox {
	width:265px;
	position:absolute;
	left:360px;
	top:5px;
	padding:8px;
	background-color:#EBE6AD;
	border: #752641 1px solid;
	}
#footer {
	width:630px;
	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 px;
	text-align:center;
	}
#homeMiddle {
	width:283px;
	position:absolute;
	left:240px;
	top:130px;
}
#homeRight {
	width:280px;
	position:absolute;
	left:520px;
	top:130px;
}

