﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #2d4025;
	background-repeat: repeat;
	background-position: left top;
	}
#container {
	width: 800px;
	margin: 7px auto;
	text-align: center;
	border: 3px #c69965 solid;
	}
	
#masthead {
	float: left;
	width: 800px;
	height: 160px;
	overflow: auto;
	background-color: #ffffff;
	background-image: url('../images/masthead_image.gif'); 
	background-repeat: no-repeat;
	background-position: left top;
	
	}
#topbar {
	float: left;
	width: 800px;
	height: 30px;
	background-image: url('../images/topbar.gif');
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	
}

#navigation {
	float: left;
	width: 800px;
	height: 30px;
	background-color: #ffffff;
		
}
#content {
	float: left;
	width: 798px;
	height: 100%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 4px;
	border: 1px #2d4025 solid;
	background-color: #F8F7EE;
	overflow: auto;
}
#thumbnails {
	float: left;
	width: 150px;
	height: 460px;
	position: relative;
	}
#contact_bottom {
	float: left;
	width: 778px;
	height: 100%;
	position: relative;
	background-image: url('../images/contact_image.gif');
	background-color: #ffffff;
	background-repeat: no-repeat;
	border: 1px #C69965 solid;
	text-align: right;
	padding-right: 20px;
	overflow: auto;
	}

#basebar {
	text-align: right;
	clear: both;
	width: 800px;
	height: 30px;
	background-image: url('../images/bottombar.gif');
	background-repeat: repeat-x;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	height: 35px;
	background-color: #ffffff;
	position: relative;
	overflow: auto;
}

#copyright {
	color: #ffffff;
	padding: 0px 30px 0px 30px;
}
.stylecr_a {
	font-weight: bold;
	color: #50FB37
}
.stylecopyright {
	float: left;
	text-align: left;
	position: relative;
	width: 250px;
	font-size: xx-small;
}
.stylewebmaster {
	float: right;
	text-align: right;
	position: relative;
	font-size: xx-small;
}
.imagemargin {
	margin: 30px 50px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	color: #2d2317;
	display: block;
	padding: 9px;
	}
#navigation a:hover {
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	color: #9f7f3d;
	padding: 9px;
}
/* Styles for Content */
#content p {
	text-align: justify;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #2d2317;
	padding: 10px;
}
#content h1 {
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
	color: #2D4025;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	text-align: left;
}
#content h2 {
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #2d4025;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
#content h3 {
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	color: #522e1f;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 0px;
}
#content h4 {
	font-size: medium;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #522e1f;
	padding-left: 20px;
	padding-right: 20px;
}
#content h5 {
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color: #522e1f;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content h6 {
	font-size: xx-small;
	text-align: left;
	text-decoration: none;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	position: relative
}

#content li {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content a {
	font-size: small;
	color: #2d4025;
}
#content a:hover {
	font-size: small;
	color: #718B52;
}
.style_italic_sm {
	font-style: italic;
	font-size: small;
	color: #000000;
}
.float_right {
	float: right;
	text-align: right;
}
.float_left {
	float: left;
	text-align: left;
}
.style_sm {
	font-size: small;
	color: #522e1f;
	font-weight: bold;
}
.style_adobe {
	font-size: x-small;
	color: #2d4025;
	text-align: center;
}
/* Styles for Contact */
#contact_bottom p {
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: small;
	font-weight: bold;
	color: #2d2317;
}
/* Styles for Images */
.img_border {
	border: 2px #C69965 solid;
}
.img_content {
	border: 2px #C69965 solid;
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.img_hyperlink {
	border: 0px;
	text-align: center;
	margin-top: 10px;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #636460;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	color: #2d4025;
	text-decoration: underline;
	font-weight: bold;
}
/* Styles for Copyright */
#copyright p {
	font-size: xx-small;
	color: #ffffff;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
