@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(images/eggshell.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
h2, h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	display:inline;
}
a, a:link, a:active, a:visited{
	color:#800000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
td.pad{
	padding:10px;
	text-align:justify;
}

.alignLeft{
	display:block;
	text-align:left;
}

.small{
	font-size:.75em;
}
	
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #mainContent p{
	font-size:12px;
}
.col1, .col2{
	float:left;
	padding:10px;
}
.e2 .col1, .e2 col2{
	width:45%;
}
.col1{
	width:47%;
}

.col2{
	width:47%;
}
.col1 h1, .col2 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.oneColFixCtrHdr #footer {
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.alignCenter{
	text-align:center;
}

/***************************************/
/* Menu Styles                         */
/***************************************/
#menu {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	text-align:left;
}
#menu a {
	background: #e7e3ca;
	border: 1px solid #8b8974;
	color: #000;
	display: block;
	margin: 0;
	padding: 4px 12px;
	text-decoration: none;
	font-weight:bold;
}
#menu a:hover {
	background: #d6d2b0 url("images/hover.gif") left center no-repeat;
	color: #000;
	padding-bottom: 4px;
}


/***************************************/
/* Eden Acres 2 Styles                 */
/***************************************/

.e2{
	font-size:.75em;
}

.e2 a{
	color:#008000;
}

.rightTextBlock{
	background-color:#ffffcc;
	border:1px solid #cccccc;
	margin:0px 2px 10px 2px;
	padding:5px;
}	

.e2 .largeBox{
	border:1px solid #B8B683;
	padding:5px;
	text-align:left;
	width:96%;
}

.e2 .largeBox h1{
	background-color:#b8b683;
	display:block;
	margin:0px;
	padding:5px;
	text-align:center;
}

.e2 .largeBox p{
	padding:5px 5px 0px 5px;
}

.e2 .largeBox p ul{
	margin:0px;
	padding:0px;
}

.formTitle{
	font-size:1em;
	font-weight:bold;
}
.alsoVisit{
	text-align:center;
}
