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

@import url('/fonts/stylesheet.css');

body {
	/* background-color: #6c7657;
	background-image:url(/images/bkgd.jpg); */
	background-color: #9da789;
	background-position:center top;
	background-repeat:repeat-x;
	margin: 0;
	width:100%;
}

html {width:100%;}

.clear {clear:both;}

div { text-align: left; }

#mainBG {
	background-color: #6c7657;
	background-image:url(/images/bkgd.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}

#mainTemplate {font-family:Arial, Helvetica, sans-serif; width:100%; padding-top:425px; text-align:center; position:relative; }

#mainContent {width:1000px; margin:0 auto; position:relative;}

#footer-cont {width:100%; background-image:url(/images/footerBkgd.jpg); background-repeat:repeat-x; background-color:#9da789; position:relative; text-align:center; padding-bottom: 40px;}
	
#footer {width:1000px; margin:0 auto; font-size:12px; line-height:18px; color:#333; text-align:center;}
	#footer a{color:#333; text-decoration:none;}
	#footer a:hover{color:#c52507; text-decoration:underline;}
	
#left {width:650px; float:left;  margin:0; padding:0;}
#right {width:330px; padding:0 0 0 20px; float:right;}

#single {width:748px; margin-left:150px;  margin:0; padding:0;}


#leftPhotos {width:161px; float:left; margin:0; padding:0;}
#leftContent {width:489px; float:right;  margin:0; padding:0;}

.content {font-size:12px; line-height:18px; padding:10px 25px 25px 25px;}
.content a{color:#000; text-decoration:underline; font-size:14px;}
.content a:hover {color:#aaa;}

a.waiver{color:#FFF; text-decoration:underline; font-size:14px;}
a.waiver:hover {color:#000;}



.bodytext {font-size:12px; line-height:18px;}

.subTitle {font-size:16px; line-height:20px; color:#333; font-weight:bold;}


h1 {
	color: #99937B;
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size: 26pt;
	line-height: 29px; 
	margin: 0;
}

h2 {
	color: #59533B;
	font-family: TrajanProRegular, Georgia, "Times New Roman", Times, serif;
	font-size: 19pt;
	line-height: 25px; 
	margin: 0;
}

.selector {
	margin-top: 10px;
}



/**
 * Error CSS
 */
.errmsg {
	background-color:#FFF5F5;
	border:1px dashed #CC0000;
	margin:10px 0 10px 0;
}
.errmsg div { padding: 10px 0 10px 0; }
.errmsg ul { margin-top: 0; margin-bottom: 0; }

