/* CSS Document */
body {
	background: #dedeca;
	font:110% Verdana, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #663;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	margin:20px 0 15px 0;
	padding:20px 10px 10px 10px;
	background-color:#f6f6f3;
	background-image:url(images/logo3.gif);
	background-position:center;
	background-repeat:no-repeat;
	border:5px groove #666;
	height:180px;
}
#header img {
	border:5px groove #666;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header #banner_left {
	float: left;/*	margin: 10px;*/
}
#header #banner_right {
	float: right;/*	margin: 10px;*/
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 20px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top:85px;
	clear:both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#663;
	font-family:"Times New Roman", Times, serif;
}
#footer a:link {
	color:#654321;
	text-decoration:underline;
	font-weight:bold;
}
h1, h2, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color: #663;
}
#mainContent #home1 {
	margin-top:20px;
	clear:right;
	display:block;
	font-family:"Times New Roman", Times, serif;
}
#home1 ul {
	width:300;
	margin:5px 0 10px 200px;
}

#mainContent #home2 {
	padding-top:20px;
	clear:right;
	display:block;
	margin-bottom:25px;
	font-family:"Times New Roman", Times, serif;
}
#home2 img {
	margin-right:15px;
}
#home2 ul {
	width:300;
	margin:5px 0 10px 550px;
}
#mainContent h2 {
	font-size:24px;
	margin:2px;
}
#mainContent a:link {
	font-weight:bold;
	color:#654321;
}
#mainContent a:visited {
	font-weight:bold;
	color:#987654;
}
#mainContent a:hover {
	font-weight:bold;
	color:#654321;
	text-decoration:none;
}
#mainContent p {
 line height:150%;
	color:#663;
	font-family:"Times New Roman", Times, serif;
}
.click {
	text-transform:none;
	font-size:12px;
}

#home1 p:first-letter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 2em;
	text-transform: uppercase;
}
#home2 p:first-letter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 2em;
	text-transform: uppercase;
}
#mainContent h2 img {
	border:5px groove #666;
	padding:10px;
	background-color:#fff;
}
#mainContent p img {
	border:5px groove #666;
	padding:10px;
	background-color:#fff;
}
#sidebar {
	width: 180px;
	float: left;
	margin: 20px 15px 5px 0;
	padding-bottom:25px;
	border-right: groove 5px #666;
	clear: both;
	color: #663;
	font-weight:bold;
	background-color: #f6f6f3;
}
#sidebar h3 {
	margin:0;
	padding: 10px;
	background-color:#663;
	color:#fff;
	font-size:14px;
}
#sidebar ul {
	padding:0 25px 0 0;
	margin:0 0 0 25px;
}
#sidebar ul li {
	padding:5px 5px 4px 5px;
	margin-left:5px;
	font-size:13px;
}
#sidebar ul li a:link {
	color:#663;
}
#sidebar ul li a:active {
	color:#666;
}
#sidebar ul li a:visited {
	color:#663;
}
#sidebar ul li a:hover {
	color:#000;
	text-decoration:none;
}
#copy {
	clear:both;
	font-size:10px;
	color:#654321;
	text-align:center;
	padding:20px;
}
a:link {
	color: #654321;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #987654;
	text-decoration: underline;
}
a:hover {
	background-color: transparent;
	text-decoration: underline;
}
#main_nav {
	text-align:center;
	margin:25px 5px 0px 5px;
}
#main_nav ul {
	list-style: none;
	width: 950px;
	padding: 0px;
	margin: 0px;
}
#main_nav li {
	display:inline;
	background: #B1B1B1;
	color: #fff;
	font-weight: bold;
	font-size:13px;
	border: 4px solid;
	border-top-color: #DFDFDF;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #858585;
	padding: 10px 3px;
	margin: 5px;
	text-decoration: none;
}
#main_nav a:link{
	color:#fff;
	text-decoration:none;
}
#main_nav li a:active {
	color:#fff;
	text-decoration:none;
}
#main_nav li a:visited {
	color:#fff;
	text-decoration:none;
}
#main_nav li a:hover {
	color:#fff;
	text-decoration:none;
}
.clear {
	clear:both;
}
ul, ol {
	list-style-image: url(images/bullethammer4.gif);
}
#bottom {
	clear:both;
	display:block;
	background-color:#fff;
	border:5px groove #666;
	text-align:center;
	padding:10px;
	margin:50px 0 0 0;
	width:950px
}
h1 {
	font-size: x-large;
}
h3 .subtitle {
	font-family: Times New Roman, Times, serif;
	font-weight: lighter;
	color: #663;
	overflow: hidden;
	text-decoration: none;
}
h5 .jump {
	font-family: Times New Roman, Times, serif;
	font-weight: bolder;
	color: #654321;
	overflow: hidden;
	text-decoration: underline;
}
.contact {
	float:left;
	padding:2px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	border:5px groove #666;
}
/*form {
	padding: 10px;
	border: 5px groove #666;	
	text-align:center;
}*/
input {
	border:1px solid #663;
	background-color:#fafafa;
	padding:2px;
}
textarea {
	border:1px solid #663;
	background-color:#fafafa;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:175px;
}
select {
	border:1px solid #663;
	background-color:#fafafa;
	padding:3px;
}

