/* --------basic styling ----------*/


html{
	background:#836446 url(../images/page_backdrop.gif) repeat-y center;
	}

body {
	margin: 0 auto;
	background:#836446 url(../images/page_backdrop.gif) repeat-y center;
	padding: 0;
	font: 12px/1.2em Tahoma, Arial, 'Arial MT', Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: center;
}
#wrapper {
	position:relative;
	width: 830px;
	margin: 0 auto;
	text-align:left;
	}


	/* --------main navigation styles ----------*/

#header{
	position:relative;
	height: 72px;
	background-image:url(../images/header_backdrop.jpg);
	}


	/* --------main navigation styles ----------*/


#splash	{
	position:relative;
	margin: -1px 0;
	width: 830px;
	float: left;
	background-image:url(../images/page_backdrop.jpg);
	}
#splashImagePosition	{
	position:relative;
	left: 16px;
	width: 800px;
	background-color:#FFFFFF;
	;
	list-style-type: none;
	}

#splashRightContent {
	float: right;
	width: 550px;
	height: 250px;
	overflow:hidden;
}

#splashLeftContent {
	float: left;
	width: 250px;
}

#content{
	width: 830px;
	background-image:url(../images/page_backdrop.jpg);
	}
#introContentPosition	{
	clear:both;
	float:left;
	background:url(../images/content-background.jpg) #FFFFFF top no-repeat;
	position:relative;
	width: 800px;
	}
#introContentPosition2	{
	top: 15px;
	}

#mainContent {
	float: right;
	width: 560px;
	padding: 0px 0px 00px;
}
#pageContent{
	padding: 10px 25px 10px 10px;
}
#pageContent p {
	padding: 10px 0px 10px 0px;
}

.formTextBox {
	width: 300px
	}
.formCommentBox {
	width: 500px;
	height: 100px;
	}
	
.formSmallBox {
	width: 50px}
	
	
#footerAd {
	clear: both;
	}
#footer {
	color:#333333;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
	background-color: #CCCCCC;
	background-image: url(../images/page_backdrop.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	}
#footercap {
	clear: both;
	background-image: url(../images/footer_backdrop.jpg);
	position: relative;
	height: 80px;
	margin: 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	padding:0px 0 0 0;
	line-height: 5 px;
	}
 /* ----------------------Default Text Styles---------------------------------------------------- */


a {
	color:#BD7F40;
	text-decoration: underline;
}
div, p, ul, li, h1, h2, h3, form, fieldset, legend {
	margin:0;
	padding:0;
	font:13px Geneva, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#666666;
}
input, label {
	margin-left:0;
	margin-right:0;
}
h1 {
	font: 20px Georgia, Times, serif;
	margin-bottom:0.3em;
	font-weight:normal;
	color:#000099;
	line-height: 1em;
}
h2 {
	font: bold 14px  Georgia, Times, serif;
	line-height:2em;
}
h3, h4, h5 {
	font-size: 12px;
	line-height:18px;
	font-weight:bold;
	color: #000099;
}

h3 a {
	font: 18px Georgia, Times, serif;
	margin-bottom:0.3em;
	font-weight:normal;
	color:#000099;
	line-height: 1em;
	text-decoration:none;
}
p.fineprint {
	font-size:12px;
	line-height: 16px;
	color:#6F5F40;
	padding: 10px 0 0 0;
}
.footerLink{
	bottom: 10px;
	font-size:10px;
	line-height: 10px;
	color:#594B39;
	text-decoration:none;
	padding: 25px 0 0 0;
}
.footerLink a{
	color:#594B39;
	text-decoration:none;
}
hr {
	background: #B8B2CA;
	border: 0;
	color: #B8B2CA;
	height: 1px;
	margin: 0 0 1em 0;
}

ul {
	padding-left:0;
	margin-left:35px;
	}


img {
	border-style:none;
}

.more{
	color:#BD7F40;
	text-decoration:none;
}
