/* CSS Document */
body {
	background-image: url(webimages/background.jpg);
	background-attachment:fixed;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#banner {
	width: 905px;
	height: 167px;
	background-image: url(webimages/images/main_01.jpg);
}

#nav {
	height:174px;
	background-image: url(webimages/navbackground.jpg);
	
}

ul.nav{
	line-height:45px;
	list-style:none;
	font-size:18px;
	font-family: tahoma;
	margin:0;
	padding: 0px 0px 0 0px;
}
ul.nav li{
	list-style-type:none;
	text-align:center;
	margin:0px;
}
ul.nav li a,ul.nav li a:link,ul.nav li a:visited{
	width:211px;
	height:43px;
	
	color:#333333;
	display:block;
	text-decoration:none;
	
}
ul.nav li a:hover,ul.nav li a:active{
	background-repeat:no-repeat;
	color:#666666;
	text-decoration:none;
}
ul.nav li.home a{
	text-decoration:none;
}
ul.nav li ul{
	margin:0;
	padding:0;
}

.heading {
	font-family: tahoma;
	font-size:16px;
	color: #999999;
	padding-top: 87px;
	padding-left: 35px;
}
.subheading {
	font-family: tahoma;
	font-size:16px;
	color: #999999;
	padding-top: 7px;
	padding-left: 35px;
}


#container {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0;
}
.posttitle {
	font-family: tahoma;
	font-size: 20px;
	color: #008000;
}
a.posttitle:link,active,visited {
	font-family: tahoma;
	font-size: 35px;
	color: #333333;
	text-decoration:none;
}
.entry {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
	text-align:justify;
}

.footer {
	text-align:center;
	font-family: tahoma;
	font-size: 11px;
	color:#999999;
}
a.footer:link, vistited, active {
	text-align:center;
	font-family: tahoma;
	font-size: 11px;
	color:#999999;
	text-decoration: none;
}


#sidebarframe {
	margin-right: 15px;
}
#sidebar h2 {
	font-family: tahoma;
	font-size: 16px;
	color: #333333;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}
#sidebar {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#sidebar a {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	}
#sidebar a:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	}	

/* cforms classes added by scott */
.cf-ol
{
	list-style: none;
	margin: 0;
	padding: .5em;
	font-size: 11pt;
	text-align: left;
}

.cf-ol li
{
	display: block;
	width: 100%;
	float: left;
	margin: 0 0 .5em 0;
	padding: 0;
}

.cf-ol li label
{
	display: block;
	float: left;
}

.cf-ol li input
{
	float: right;
	width: 13em;
}

.cf-ol li .area
{
	float: left;
	clear: left;
	width: 20em;
}

.cf_hidden
{
	display: none;
}

.cf-sb
{
	width: 100%;
	float: left;
	text-align: center;
}

#ll
{
	display: none;
}
