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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #889d73;
	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;
}
.oneColElsCtr #container {
	width: 799px;
	background-image:url(../images/Background.jpg);
	margin: 0 auto;	/* the auto margins (in conjunction with a width) center the page */
	text-align: left;	/* this overrides the text-align: center on the body element. */
	color:#FFFFFF;	/* define text colour for whole page */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/**********************************************************************************************************************/
/***********************************************  Page Heading  **********************************************************/
/**********************************************************************************************************************/
div#page_Heading {
	width:800px;
	height:80px;
	margin: 0px -21px;
	border:thin solid #889d73;
	border-bottom: none;
 	font-family: Helvetica, Verdana, Tahoma;
}

#page_Heading .mainHeadingText {
	width:680px;
	height:72px;
	background-image:url(../images/BannerHeading.jpg);
	background-repeat:no-repeat;
	z-index:2;
	margin:4px 60px;
}

#page_Heading .subHeadingText {
	font-size:8pt;
	width:300px;
	color: #FFFFFF;
	letter-spacing: 3pt;
	margin:-10px 0px 0px 340px;
}

/**********************************************************************************************************************/
/***********************************************  Page Banner  ***********************************************************/
/**********************************************************************************************************************/
div#page_Banner {
	width:799px;
	height:348px;
	background-image:url(../images/Banner.jpg);
	margin: -2px -20px;
}
/**********************************************************************************************************************/
/***********************************************  Page Navigation  ********************************************************/
/**********************************************************************************************************************/
div#Navigation{
	width:801px;
	height:31px;
	margin: 4px -21px;
	font-size:19px;
	line-height:19px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	z-index: 1;
	text-align: center;
}

#Navigation .buttonSpacer {
	width:1px;
	height:31px;
	float:left;
}

#Navigation .buttonHome {
	width:97px;
	z-index: 2;
	margin-left:1px;
	float:left;
	background-color:#C3CEB9;
}

#Navigation .buttonTestimonials {
	width:154px;
	z-index: 2;
	float:left;
	background-color:#BCC8B0;
}

#Navigation .buttonLegalities {
	width:122px;
	z-index: 2;
	float:left;
	background-color:#B5C2A8;
}

#Navigation .buttonCeremony {
	width:132px;
	z-index: 2;
	float:left;
	background-color:#ADBB9F;
}

#Navigation .buttonFaqs {
	width:94px;
	z-index: 2;
	float:left;
	background-color:#A6B596;
}

#Navigation .buttonFees {
	width:79px;
	z-index: 2;
	float:left;
	background-color:#9EAF8D;
}

#Navigation .buttonContact {
	width:115px;
	z-index: 2;
	float:left;
	background-color:#97A985; 
}

#Navigation a{
	color:#FFFFFF;
	line-height:21px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:4px 3px 5px 4px;
	}
	
#Navigation a:hover {
	background: #889d73;
	}
	
#Navigation a:visited {
	color:#FFFFFF;
	}

/**********************************************************************************************************************/
/***********************************************  Page Body   ************************************************************/
/**********************************************************************************************************************/
div#page_Body {
	width:800px;
	height:100%;
	margin: 0px -21px;
}
#page_Body .bodyText {
	width:500px;
	margin:30px 150px;
	font-size: 14px;
	text-align:justify;
}
#page_Body h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align:left;
}
#page_Body h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
#page_Body .rightImage {
	margin: -350px 0px 0px 0px;
	float:right;
}
#page_Body .leftText {
	margin:0px 230px 0px 0px;
}
#page_Body .rightTextSignature {
	margin:0px;
	text-align:right;
}

/**********************************************************************************************************************/
/***********************************************  Copyright   ************************************************************/
/**********************************************************************************************************************/
div#copyright {
	width:799px;
	height:34px;
	font-size:10px;
	margin-left:-21px;
	text-align:center;
	padding-top:14px;
}
#copyright a{
	color: #CCC;
	text-decoration:none;
	}
