/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bk.jpg);
	background-repeat: repeat-x;
	background-color: #FDFDFB;
	background-position: left top;
}

.header {
	background-image: url(images/bkheader.jpg);
	background-repeat: repeat-x;
	background-position: left;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#nav ul {
	display: inline;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 790px;
}

#nav li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	line-height: 30px;
	text-align: center;
	padding: 0px;
}

#nav a {
	color: #4c5939;
	text-decoration: none;
	text-align: center;
	background-image: url(images/btn.jpg);
	background-repeat: no-repeat;
	width: 85px;
	float: left;
	height: 28px;
	margin-right: 2px;
	margin-left: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/btn_roll.jpg);
	background-repeat: no-repeat;
}
#nav li.wide a {
	height: 28px;
	width: 158px;
	float: left;
	background-image: url(images/btnbig.jpg);
	background-repeat: no-repeat;
	margin: 0px 2px;
	padding: 0px;
	}
#nav li.wide a:hover {
	background-image: url(images/btnbig_roll.jpg);
	background-repeat: no-repeat;
	}
	
#nav li.activepage a{
	height: 28px;
	width: 85px;
	float: left;
	background-image: url(images/active.jpg);
	background-repeat: no-repeat;
	margin: 0px 2px;
	padding: 0px;
	color: #FFFFFF;
	}
#nav li.activepage a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/btn_roll.jpg);
	background-repeat: no-repeat;
}
#nav li.activepage-wide a{
	height: 28px;
	width: 158px;
	float: left;
	background-image: url(images/active-wide.jpg);
	background-repeat: no-repeat;
	margin: 0px 2px;
	padding: 0px;
	color: #FFFFFF;
	}
#nav li.activepage-wide a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/btn_roll_wide.jpg);
	background-repeat: no-repeat;
}
	
.column {
	background-image: url(images/column.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	padding-right: 5px;
	padding-left: 7px;
	padding-top: 10px;
}
.bullets {
	list-style-position: outside;
	list-style-type: disc;
}
.bullets a{
	text-decoration: none;
}
.checks {
list-style-image: url(images/check.gif);
}
.column li {
	margin-left: -12px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: justify;
	padding-right: 12px;
	padding-left: 12px;
}

.content li {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
} 
.content a{
	color: #B28F35;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.background {
	background-image: url(images/bkcontent.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FEFEFC;
}

h1 {
	color: #435130;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #435130;
	font-size: 14px;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a06f0d;
	font-weight: bold;
	padding-left: 5px;
}
#footer {
	background-image: url(images/bkfooter.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #aabd90;
	background-color: #FBF9ED;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9a6600;
	padding-top: 5px;
}

#footer p a{
	color: #9a6600;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}

#footer a.copyrightb {
    color: #9a6600;
	text-decoration: none;
	cursor:text;
	}
#footer a.copyrightb a.hover {
	color: #9a6600;
	text-decoration: none;
	cursor:text;
	}
	
.title {
	color: #445332;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;

}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FDFDF5;
}

.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B79242;
}
.small_links {
	font-size: 11px;
}
