/* CSS Document for the HTML Homepage */
/* HTML Element styles specific to this project. */
* {	
	 margin: 0;
	 padding: 0;
}
img {
	display: block;
	padding: 0;
	margin: 0;
}
html, body
{
	scrollbar-arrow-color: #EFECB4;
	scrollbar-darkshadow-color: #102B08;
	scrollbar-base-color: #905223;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #13310C url(../../images/Wallpaper.jpg) repeat;
	text-align: center;
	vertical-align: middle;
	font: normal 12px/120% Arial, Helvetica, sans-serif;
}



input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #003300;
	background: #FFFFFF;
	border: 1px solid #666666;
	padding: 1px;
}
body,
p,
ul,
ol,
{
	color: #003300;
	text-align: left;
}
p
{
	margin-bottom: 8px;
}
h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
	margin: 20px 0px 10px 0px;
	padding: 0px;
	color: #003300;
	font-family: Times New Roman, Times New Roman PS MT, Times, serif;
	font-weight: bold;
	clear: both;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a
h6 a 
{
	padding: 0px;
	color: #669933;
}
h1 {
	margin-top: 0px;
}
h1 + h2 {
	margin-top: 0px;
}
h1 + h3 {
	margin-top: 0px;
}
h1 + h4 {
	margin-top: 0px;
}
h3 + h4 {
	margin-top: 0px;
}
h2 + h3 {
	margin-top: 0px;
}
h1
{
	font-size: 18px;
	line-height: 20px;
}
h2
{
	font-size: 15px;
	
}

#contentText h2 { margin-bottom: 10px; }
h3 {
	font-size: 14px;
	
}

h4
{
	font-size: 1.3em;
	color: #334d1a;
}
h5
{
	color: #FFFFFF;
	font-size: 1.2em;
}
h6
{
	font-size: 1em;
}

a,
a:link,
a:visited,
a:active
{
	color: #993300;
	outline: none;
}

a:hover
{
	color: #996633;
}
ul, 
ol
{
	margin: 0 0 8px 0;
	list-style: none;
	padding: 0 0 0 1px;
}
ul li {
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
	background: url(../images/List.gif) no-repeat left 8px;
	list-style: none;
}
ul ul li
{
	list-style: url(../images/List.gif) no-repeat left 8px;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}
blockquote,
pre,
cit,
em
{
	font-style: oblique;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	color: #0E2B04;
}
hr
{
	color: #696969;
	width: 99%;
}
unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}


/* ----------------- end skin specific ------------------------ */
/* --- */

/* ----------------- start contact specific ------------------------ */
form {
	padding: 0px;
	float: right;
	width: 360px;
}
.marginRight {
	margin-right: 20px;
}

fieldset {
	border: dotted 1px #000;
	padding: 10px;
}
label {
	width: 160px;
	float: left;
	white-space: nowrap;

}
legend {
	color:  #990000;
	background: #FFF;
	padding: 0 2px;
}
.submit {
	background-color:  #990000;
	color:  #FFF;
	margin-left: 160px;
	display: inline;
}
#contactLeftCol {
	float: left;
	width: 200px;
}
.required {
	border: 1px solid #990000;
	background: #F3E9E6;
}

#contactLeftCol h2 {
	margin-top: 50px;
}


/* ----------------- skin specific ------------------------ */
#wrapper {
	height: 100%;
	width: 562px;
	margin: auto;
}
#content {
 	width: 536px;
	background: url(../images/bg2ndContent.png) left repeat-y;
	padding: 0 13px 9px;
	float: left;
}
#header{
	width: 536px;
	height: 261px;
	float: left;
	text-align: center;
}
#headerImage{
	width: 536px;
	height: 155px;
	float: left;
	padding-top: 10px;
}
#contentText{
	padding: 15px;
	float: left;
	width: 506px;
	text-align: left;
}
#contentText ul{
	list-style-type: disc;
	margin-left: 20px;
}
#contentText li{
	padding-top: 5px;
}
#footer{
	width: 490px;
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 14px;
	float:left;
	margin: 9px 9px 0;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ECE8A7;
	display: inline;
}
#footer a{
	color: #ECE8A7;
	text-decoration: none;
}
#footer a:hover{
	color: #FFCC66;
	text-decoration: none;
}
#footerLeft { 
	width:240px;
	float: left;
	text-align: left;
	line-height: 29px;
	}
#footerRight {
	width:250px;
	float: left;
	clear: none;
	text-align: right;
	line-height: 29px;
	}
.smallText{
	font-size:10px;
}
/*-------- new menu --------*/
#menuWrapper{
	width: 526px;
	float: left;
	padding: 0 10px;
	height: 33px;
}

#insideMenu{
	width: 443px;
	height: 33px;
	float: left;
	clear: none;
}
.divider{
margin: 0;
padding: 0;
float: left;
}
.hbuttons a{
display: block;
text-decoration: none;
font-size: 16px;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
line-height: 33px;
padding: 0 13px;
height: 33px;
float: left;
display: inline;
background-image: url(../images/bg2ndMenu.gif);
background-repeat: repeat-x;
text-align:center;
}
.hbuttons a:link, .hbuttons a:active, .hbuttons a:visited{
color: #EFECB4;
background-image: url(../images/bg2ndMenu.gif);
background-position: 0 0;
}
.hbuttons a:hover{
color: #FECB7E;
background-position: 0 -33px;
}

.pdfLink {
	display: block;
	padding: 0px 20px;
	height: 20px;
	background-image: url(../images/PDF.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-------- Shadows --------*/

#ShadTop {
	clear: both;
	float: left;
	height: 15px;
	width: 562px;
	background: url(../images/bg2ndShadowTop.png) bottom left no-repeat;
}
#ShadBottom {
	clear: both;
	float: left;
	height: 15px;
	width: 562px;
	background: url(../images/bg2ndShadowBottom.png) Top left no-repeat;
}


/*-------- Page Specific --------*/

.bookTitle{
	font-style: italic;
	font-weight: bold;
}


/*-------- Contact Form --------*/
#contactForm{
	width: 223px;
	min-height: 200px;
	margin: 15px 0;
	padding: 15px 0 15px 15px; 
	float: left;
	border-left: 1px solid  #43270D;
	text-align: right;
}
#contactForm label{
	width: 50px;
}

.formStyle{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #43270D;
	border: 1px solid #43270D;
	background-color: #DFDCA7;
}
#submit{
	border: 1px solid #43270D;
}
/*-------- Photo Gallery --------*/

#photoGallery{
	width: 530px;
	float: left;
}
#photoGallery a{
	float: left;
	width: 91px;
	height: 58px;
	display: block;
	margin: 2px 0px;
}
#photoGallery a:link, #photoGallery a:active, #photoGallery a:visited{
	padding: 1px;
	border: 1px solid #EFECB4;
}
#photoGallery a:hover{
	padding: 1px;
	border: 1px solid #6D3013;
}
.thumbnails{
	width: 95px;
	margin: 5px;
	float: left;
	font-size: 10px;
}
/*-------- Print Page --------*/
.printPage a{
	float: left;
	width: 200px;
	height: 30px;
	display: block;
	margin: 2px 0px;
	border: solid 0;
	text-decoration: none;
}
.photoGallery a:hover{
	color: #006600;
}

.eventListing{
	border-bottom: dotted 1px #BFBC8F;
	padding: 10px 0 20px;
	margin-bottom: 15px;
}
.eventListing h2{
	padding: 0;
	margin: 0;
}
.eventsNoticeBoard p strong {
	font-size: 14px;
}
