/*********************************************************
   GENERAL STYLES - BODY, HEADINGS, MENU, SECTION LAYOUT 
 ********************************************************/
* { padding: 0; margin: 0; }
html {
overflow: auto;
}
body {
	color: #000000;
	font: 14px Arial, Helvetica, sans-serif;
	background: #fcecca;
}

/* Section Layout - all pages */
#container {
	margin: auto;
	width: 1000px;
	background: url(images/bg_body.jpg) repeat-y;
}
#header { position: relative; }
#content { 
	position: relative;
	margin: 20px 30px 0 230px;
	}

#footer {
	position: absolute;
	z-index: 1;
	padding: 0 0 10px 0;
}

/* Menu */
#menu{
	width:175px;
	position: absolute;
	margin: 0 0 0 25px;
	padding: 7px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bolder;
	z-index: 5;
	left: -18px;
	top: 205px;
}
#menu  ul{ margin: 0 10px 0 10px; padding: 0px; list-style: none; }
#menu li { padding: 5px 0px 0px 0px; text-decoration: none; }
#menu li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menu li a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#menu li a:hover { color: #e9bb62; }

/*text field*/
#textfield{
	width:154px;
	position: absolute;
	margin: 0;
	padding:0 0 0 24px;
	color: #fcecca;
	font-size: 11px;
	font-weight: bolder;
	z-index: 5;
	top: 355px;
}
#textfield p{margin: 5px 1px;}

/* Headings */
h1{
	font-size: 19px;
	padding: 5px 0 15px 0;
	color: #712d12;
}
h2 {
	font-size: 18px; 
	color: #003300;
	margin: 5px 0 0 0;
}
h3 {
	font-size: 18px; 
	color: #003300;
	margin: 30px 0 3px 0;
}

h4{
	font-size:15px;
	color: #C40000;
	margin: 5px 0 0 0;
}
.redbold {
	color: #C40000;
	font-weight: bold;
}
.redboldcentreitalic { color: #C40000; font-weight: bold; font-size: 16px; font-style: italic; text-align: center; }

#address {
	position: absolute;
	left: 730px;
	top: 85px;
	color: #712d12;
	font-weight: bold;
}

#footertext {
	position: relative;
	color: #712d12;
	text-align: right;
	margin: 0 40px 0 0;
	font-size: 11px;
}
#footertext a:visited {
	color: #712d12;
	text-decoration: none;
}
#footertext a:link {
	color: #712d12;
	text-decoration: none;
}
#footertext a:hover {
	color: #e9bb62;
	text-decoration: none;
}
.bottomlinks{ margin: 0 225px 0 0; }

/* Text - General Styles */
p { margin: 0 0 15px 0 ; }


/* General Page Links */
a:link,  a:visited, a:active{ 
	color: #712d12;
}
a:hover {
	color: #e9bb62;
}
/**************************
   INDIVIDUAL PAGE STYLES
 **************************/
/*Home*/
#homecontent {
	height: 300px;  /*need to set height in for IE*/
	margin: 20px 0 0 230px;
}
#hometext {
	width:396px;
	position: absolute;
	z-index: 5;
}
#homeright {
	position: absolute;
	margin-left: 418px;
	z-index: 5;
}
#home-img {
		border: 1px solid #712d12;
		padding: 3px;
}

/*About Us*/
#about-content {
	height: 572px; /*need to set height in for IE*/
	margin: 20px 0 0 230px;
}
#about-text {
	width:740px;
	position: absolute;
	z-index: 5;
}
#about-img {
		border: 1px solid #712d12;
		padding: 3px;
}

/*Calendar of Events*/
#calendar-content {
	height: 720px; /*need to set height in for IE*/
	margin: 20px 0 0 230px;
}
#calendar-text {
	width:730px;
	position: absolute;
	z-index: 5;
}
/*Links*/
#links-content {
	height: 1380px; /*need to set height in for IE*/
	margin: 20px 0 0 230px;
}
#links-text {
	width:760px;
	position: absolute;
	z-index: 5;
}
/*Contact Us*/
#contact-content {
	height: 251px; /*need to set height in for IE*/
	margin: 20px 0 0 230px;
}
#contact-text {
	width:300px;
	height: 300px;
	position: absolute;
	z-index: 5;
}
#contact-right {
	position: absolute;
	margin-left: 317px;
	z-index: 5;
}
#contact-img {
		border: 1px solid #712d12;
		padding: 3px;
}

/*Privacy*/
#privacycontent {
	height: 230px;  /*need to set height in for IE*/
	margin: 20px 0 0 0;
}

/*Privacy*/
#thankyou {
	height: 230px;  /*need to set height in for IE*/
	margin: 20px 0 0 0;
}