@charset "utf-8";
/* CSS Document */

html, body {
	color:#000000;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin: 5px 0 0 0;
	font-size: 10px;
	background:#6d3417 url(images/bg.jpg) no-repeat top center fixed;
	padding:0px;
	text-align: center;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.fixTwoColumnBG {
	background: url("images/index_05.jpg") repeat-y;
	width: 800px;
	overflow:auto;
}
.oneColumnBG {
	background: white;
	width: 800px;
}
h1, h2, h3, h4 {
	text-align:left;
	font-weight:bold;
	margin:5px 10px 5px 10px;
}

/* Affects side menu, bottom menu and normals UL's */

.floatright {
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border:1px solid #888;
	padding: 5px;
	background-color:#eee;
	color: black;
}
.floatleft {
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border:1px solid #888;
	padding: 5px;
	background-color:#eee;
	color: black;
}
h1 {
	font-size: 1.40em;
	color: #26ba2d;
}
h2 {
	font-size:1.30em;
}
h3 {
	font-size:1.20em;
}
h4 {
	font-size:1.10em;
}
/* header */

#banner {
	margin:0;
	padding:0;
	width:800px;
	height:300px;
	background:  url("images/banner.jpg");
}

.logo {
	float:left;
	margin:15px 0 0 15px;
	border:0;
}
#header {
	margin:0;
	padding:0;
	width:800px;
	height:97px;
	background:  url("images/index_01.jpg");
}
#headerSlogan {
	margin:0;
	padding:0;
	width:800px;
	height:25px;
	background:  url("images/index_06.jpg");
}
#headerNav {
	margin:0;
	padding:0;
	width:800px;
	height:25px;
	background:  url("images/index_06.jpg");
}
#headerNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#headerNav li {
	float: right;
	position: relative;
	border-right: 1px solid #fff;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 18px;
}
#headerNav a {
	text-decoration:none;
	color:#FFFFFF;
}
#headerNav a:hover {
	text-decoration:none;
	color:#000;
}
/* column nav */

#columnLeft {
	background:#6d3417 url(images/index_04.jpg) repeat top;
	margin:0;
	padding:0;
	width:197px;
	height:600px;
	vertical-align:top;
	font-size:11px;
	font-weight:bold;
}
#columnLeft p {
	text-align:left;
	margin:5px 10px 5px 10px;
	color: #fff;
	font-weight:bold;
}

#navigation {
	width: 197px;
	padding: 0px;
	background-color: tansparent;
	color: #fff;
	font-weight:bold;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	background:#6d3417 url(images/linkunder.jpg);
	height:23px;
	margin: 0px;
	padding: 5px 0 0 0;
	
}
#navigation a {
	padding: 0 0 0 5px;
	text-decoration:none;
	color:#fff;
	
}
#navigation a:hover {
	text-decoration:none;
	color:#fff;
	background:#f00 url(images/linkover.jpg);
	height:28px;
	display:block;
	padding-top:10px;
	margin-top: -10px;
}
/* columns */


#columnRight {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	width:603px;
	height:600px;
	text-align:left;
	vertical-align:top;
	font-size:12px;
}
#columnRight p {
	text-align:left;
	margin:5px 10px 5px 10px;
	color: #000;
}
.smalltext {font-size:10px;
text-align:center;
}
/* footer */

#footerNav {
	margin:0;
	padding:0;
	width:800px;
	height:25px;
	background:url("images/index_06.jpg");
}
#footerNav a {
	color: #000000;
	text-decoration: none;
	font-size:1em;
}
#footerNav a:hover {
	text-decoration: none;
	color: #ffffff;
}
form {
	margin: 0px;
	text-align: left;
}
textarea {
	width: 50%;
}
input, select, textarea {
	color: #000;
	background: #fff;
	font-size: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	text-align: left;
}
input, textarea, select {
	border: 1px solid #000;
	padding: 2px;
	background: #fff;
}
input:focus, textarea:focus {
	border: 1px solid #f00;
	color: #000;
	background: #ddd;
}
