/* CSS Document */

body {
	background-color: #C6C2AC;
	background-image:url(images/green_body_bg.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px; 
	text-align: center;
	font-size: 11px;
	line-height: 17px;
 }
 
a:link {
	color: #851010;
	text-decoration: none;
}
a:active {
	color: #5e0909;
	text-decoration: underline;
}
a:visited {
	color: #851010;
	text-decoration: none;
}
a:hover {
	color: #5e0909;
	text-decoration: underline;
}
 
/* Begin Layout Styles */

#page {
	margin:0px auto;
	width: 820px;
	background-image: url(images/green_page_bg.jpg);
}

#header, #footer {
	width: 820px;
	margin: 0px;
	padding: 0px;
	clear:both;
}
 
#header {
 	height: 140px;
	background-image: url(images/public_header.jpg);
	}
	
#footer {
 	height: 55px;
	background-image: url(images/green_footer.jpg);
	}

#credits {
	color:#193612;
	font-weight:bold;
	font-size: 10px;
	padding-bottom: 10px;
	}

#credits a:link, .tableheader a:visited {
	color: #193612;
	text-decoration: none;
	}
	
#credits a:hover, .tableheader a:active {
	color: #193612;
	text-decoration: underline;
	}
	
/* End Layout Styles */

/* Begin Navigation Styles */

#navigation {
	width: 140px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	text-align: left;
	float:left;
	background-image:url(images/green_nav_bg.jpg);
	background-repeat: no-repeat;
	}
	
#navlist {
	width: 140px;
	padding-bottom: 10px;
	}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	}

#navlist li {
	margin: 0;
	font-weight:bold;
	}

#navlist a {
	display: block;
	padding: 4px 5px 4px 5px;
	border-bottom: 1px solid;
	border-color: #193612;
	background-color: #FFFFFF;
	background-image:  url(images/nav_off.jpg);
	}

#navlist a:link, #navlist a:visited {
	color: #851010;
	text-decoration: none;
	}

#navlist a:hover, #navlist a:active {
	background-color: #FFFFFF;
	background-image: url(images/nav_on.jpg);
	color: #5e0909;
	text-decoration: none;
	}
.navsubsection {
	display: block;
	padding: 4px 5px 4px 5px;
	border-bottom: 1px solid;
	border-color: #193612;
	color:#FFFFFF;
	background-color: #002a02;
	text-transform: uppercase;
	background-image:  url(images/green_nav_dark.jpg);
	}

/* End Navigation Styles */
 
/* Begin Body Content Styles */
	
#content {
	width: 565px;
	padding: 10px 70px 10px 25px;
	margin: 0px;
	text-align: left;
	float:left;
	background-image:url(images/green_content.jpg);
	background-repeat: no-repeat;
	}
	
#contentnopad {
	width: 660px;
	margin: 0px;
	text-align: left;
	float:left;
	background-image:url(images/green_content.jpg);
	background-repeat: no-repeat;
	}

#contentsection {
	margin: 0px 20px 0px 0px;
	padding: 4px 50px 4px 25px;
	background-color: #851010;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #193612;
	border-bottom: 1px solid #193612;
	border-right: 0px solid #FFFFFF;
	}
	

#contentsecond {
	width: 565px;
	padding: 10px 70px 10px 25px;
	margin: 0px;
	text-align: left;
	float:left;
	}
	
/* End Body Content Styles */
  
/* Begin Text Formatting Styles */
.hide {
 	display: none;
	}
	
.title {
	color: #193612;
	font-weight: bold;
	font-size: 18px;
	}
	
.subtitle {
	color: #193612;
	font-weight: bold;
	font-size: 14px;
	}
	
.smalltitle {
	color: #193612;
	font-weight: bold;
	font-size: 12px;
	}

.floatright {
	border: 1px solid #193612;
	float: right;
	display: inline;
	padding: 5px;
	margin-left: 10px;
	}
	
.colortitle {
	border: 1px solid #193612;
	padding: 3px;
	margin: 10px 0px 10px 0px;
	background-image: url(images/green_nav_dark.jpg);
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
		}
	
.colortitle a:link, .tableheader a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.colortitle a:hover, .tableheader a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}
		
.indenttext {
	padding-left: 10px;
	padding-bottom: 10px
	}
	
.galleryimage {
	border: 1px solid #193612;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	}

/* These are new styles 12/14 */
.floatleft {
	border: 1px solid #193612;
	float: left;
	display: inline;
	padding: 5px;
	margin-right: 10px;
	}


.rightnoborder {
	float: right;
	display: inline;
	margin-left: 10px;
	}


.insetright {
	border: 1px solid #193612;
	float: right;
	display: inline;
	padding: 10px;
	margin-left: 10px;
	width: 250px;
	}	

.insetrightsmall {
	border: 1px solid #193612;
	float: right;
	display: inline;
	padding: 10px;
	margin-left: 10px;
	width: 150px;
	}	
	
.box {
	border: 1px solid #193612;
	padding: 5px;
	margin: 0px 0px 20px 0px;
	}

.loginwindow {
	width: 153px;
	height: 120px;
	padding: 45px 32px 20px 32px;
	background-image: url(images/index_tab_login.jpg);
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
	color:#FFFFFF;
	}
	
#indextable {
	background-color: #FFFFFF;
	}

#indexbg {
	background-image: url(images/index_bg.jpg);
	background-repeat: no-repeat;
	padding: 200px 20px 0px 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	}	
	
.tour {
	text-transform: capitalize;
	}
	
	
/* Begin Table Formatting Styles */
table {
	background-color: #193612;
	}

.tableheader {
	background-color: #193612;
	background-image:  url(images/green_nav_dark.jpg);
	color: #ffffff;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}

.tablecontenta, .tablecontentb {
	padding: 3px;
	}
	
.tablecontenta {
	background-color: #FFFFFF;
	}

.tablecontentb {
	background-color: #e7e7e7;
	}	
	
.tableheader a:link, .tableheader a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.tableheader a:hover, .tableheader a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}