body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 12px;
	background: #e8d092;
}
a:link {color: #006c85;}
a:visited {color: #006c85; }
a:hover {color: #000; }
a:active {color: #006c85; }

img {border: 0; display: block;}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: url(assets/wrapper-bg.gif) repeat-y top left #b8a471;
	
	}
div#top {
	background: url(assets/top.jpg) no-repeat #e8d092 top right;
	width: 760px;
	height: 127px;
	border-bottom: 10px solid #726646;
	}
#main {
	width: 597px;
	float: right;
	position: relative;
	zoom: 1;
	}
#homeblock {
	height: 1%;
	overflow: hidden;
	margin-top: 0px;
	background: #B8A471;
	}	
#homeflash {
	float: left;
	position: relative;
	width: 470px;
	margin-left: 4px;
	display: inline;
	}
/* 3 Tabs for inside pages */
#c-tabs {
	text-align: center;
	}
#c-tabs a {
	width: 112px;
	height: 93px;
	text-indent: -9000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
/* 3 Tabs for homepage */		
#hometabs {
	float: right;
	position: relative;
	width: 112px;
	margin-right: 6px;
	display: inline;
	}
#hometabs a {
	width: 112px;
	height: 93px;
	text-indent: -9000px;
	display: block;
	zoom: 1;
		}
#h-tab1 { background: url(assets/h-tab1.gif) no-repeat;}
#h-tab2 { background: url(assets/h-tab2.gif) no-repeat; margin-top: 9px;}
#h-tab3 { background: url(assets/h-tab3.gif) no-repeat; margin-top: 9px; height: 77px;}



#content {
	background: url(assets/content-corner.gif) no-repeat bottom left  #e8ddc3;	
	background-image: none !important;
	/* #fff*/
	clear: both;
	padding: 20px;
	overflow: hidden;
	height: 1%;
	}
#toolbox {
	clear: right;
	
	}
h1, h2 {
	color: #006c85;
	font-size: 16px;
	margin: 0 0 0.5em 0;
	}
.imageleft, .imageright	{
	border: 1px solid white;
	position: relative;
	}
.imageleft img, .imageright img {
	border: 1px solid white;
	}
.imageleft {
	float: left;
	margin: 0 12px 12px 0;
	}
.imageright {
	float: right;
	margin: 0 0 12px 12px;
	}
.imagecaption {
	color: #006c85;
	font-size: 10px;
	padding: 3px;
	}	
.listing {clear: both;
}	
		
#column {
	width: 163px;
	float: left;
	position: relative;
	background: url(assets/column-bg.gif) top right no-repeat;
	}
#nav {
	margin: 34px 10px 12px 0px;
	padding: 0;
	list-style-type: none;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}	
#nav li {
	margin: 0;
	padding: 0;
	zoom: 1;
	}
#nav li a {
	display: block;
	padding: 2px 4px 2px 8px;
	font-weight: bold;
	text-decoration: none;
	zoom: 1;}
/* Navigation link colors and backgrounds */
#nav a:link {color: white;}
#nav a:visited {color: white;}
#nav a:hover {color: #006c85;}
#nav a:hover {color: white;}
#nav a:active {color: white;}

#nav ul a {background: #726646; padding-left: 16px;}
#nav ul a:link {color: white;}
#nav ul a:visited {color: white;}
#nav ul a:hover {color: #e8d092;}
#nav ul a:hover {color: white;}
#nav ul a:active {color: white;}

#nav ul ul a {background: #4F4731; padding-left: 24px;}
#nav ul ul a:link {color: white;}
#nav ul ul a:visited {color: white;}
#nav ul ul a:hover {color: #e8d092;}
#nav ul ul a:hover {color: white;}
#nav ul ul a:active {color: white;}

a#current {
	/* background-image: url(assets/dot.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 3px center !important; */
	color: #E8D092 !important;
	}
#nav a:hover {
	text-decoration: underline;
	}	
	
#c-vguide { margin-left: 13px; }	
#c-signup {
	background: url(assets/c-signup-bg.gif) no-repeat;
	width: 154px;
	padding: 11px 0;
	text-align: center;
	margin-top: 6px;
	clear: both;
	margin-bottom: 12px;
	}
#c-signup b {
	display: block;
	color: #fcf0d4;
	}	
#c-signup input { border: 0;	}
#c-signup .c-text {
	width: 90px;
	margin: 3px;
	padding: 1px;
	font-size: 11px;
	color: black;
	border: 1px solid #726646;
	font-weight: normal;
	background: #dbd1b8;
	display: block;
	float: left;
	}
#c-signup .c-submit {
	margin-bottom: 20px;
	background: #dbd1b8;
	color: #726646;
	padding: 0px;
	border: 1px solid #726646;
	margin: 3px 0;
	font-size: 11px;
	font-weight: normal;
	display: block;
	float: right;
	width: 50px;
	}
#search-submit {
	background: #dbd1b8;
	color: #726646;
	padding: 0px;
	border: 2px solid #726646;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	}

/* Badger */
#c-badger {
	margin: 20px 0;
	}
/* Bottom Area */	
#bottom {
	clear: both;
	background: url(assets/wrapper-corner.gif) no-repeat bottom left #b8a471;
	height: 1%;
	overflow: hidden;
		}	
#b-address {
	float: right;
	position: relative;
	background: url(assets/b-address-bg.gif) no-repeat;
	margin-right: 19px;
	margin-top: 15px;
	padding-top: 13px;
	padding-bottom: 12px;
	font-size: 11px;
	text-align: center;
	width: 525px;
	display: inline;
	}
#b-logo {
	margin-left: 13px;
	margin-top: 4px;
	margin-bottom: 10px;
	zoom:1;
	}	
/*copyright */
#copyright 	{
		text-align: center;
		margin: 10px auto;
		font-size: 11px;
		color: #666;
		position: relative;
		width: 760px;
		padding-bottom: 2em;
		}	
/* Members Link */
#b-members	{
	position: absolute;
	top: 0;
	left: 15px;
	text-transform: uppercase;
	font-weight: bold;
	}
#b-members:link {color: #006c85;}
#b-members:visited {color: #006c85;}
#b-members:hover {color: #000;}
#b-members:active {color: #006c85;}
		
/* Breadcrumnbs */
#breadcrumbs {
	font-size: 11px;
	margin-top: -6px;
	margin-bottom: 6px;
	}

#top-bar {
	background: #b8a471;
	height: 1%;
	overflow: hidden;
	padding-top: 6px;
	}
/* Search-Field */
#search-top {
	float: right;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	margin-right: 10px;
	display: inline;
	padding-bottom: 10px;
	}
#search-field {
	text-transform: lowercase;
	color: black;
	border: 1px solid #726646;
	font-weight: normal;
	background: #dbd1b8;
	}
#search-submit {
	background: #dbd1b8;
	color: #726646;
	padding: 0px;
	border: 2px solid #726646;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	}	
/* Breadcrumbs */	
.pdf, .txt, .doc, .ppt, .xls, .mp3, .download, .gif, .jpg {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 22px;
	display: block; 
	}
.pdf	{ background-image: url(images/file-ext/pdf.png)}
.txt	{ background-image: url(images/file-ext/txt.png)}
.doc	{ background-image: url(images/file-ext/page_word.png) }
.ppt	{ background-image: url(images/file-ext/ppt.gif) }
.xls	{ background-image: url(images/file-ext/page_excel.png) }
.mp3	{ background-image: url(images/file-ext/mp3.gif) }
.gif	{ background-image: url(images/file-ext/gif.gif) }
.jpg	{ background-image: url(images/file-ext/gif.gif) }
.zip	{ background-image: url(images/file-ext/zip.png) }
.download {  background-image: url(images/file-ext/arrow_down.png);}


#newssplash {
	margin: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid black;}
#newssplash h2 {
	font-size: 12px;
	}
#newssplash span {font-size: 12px; font-weight: bold;}	

/* Weather module */
#weatherLeft {
	margin: 20px 10px 0 10px;
	border-top: 1px solid black;
	padding-top: 5px;
	text-align: center;
	padding-top: 20px
	}
#weatherLeft h3, #weatherLeft p {
	margin: 0;
	}
#weatherLeft h3 { color: #E8DDC3;	
	font-size: 14px;
	margin-bottom: 6px;}			
#weatherLeft p { color: white; font-weight: bold; font-size: 14px;}	
