/* CSS Document */
* {
	font-size:100%;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
/**removes top margin Corrects Issues with IE Bowser "(*) wildcard selector"**/


/***************Background images for all Pages***************/

/***************page-home***************/
#page-home {
	background-color: #336600;
	background-image: url(images/page-bg-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/***************page-1***************/
#page-1 {
	background-color: #336600;
	background-image: url(images/page-bg-wbf.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/***************page-2***************/
#page-2 {
	background-color: #336600;
	background-image: url(images/page-bg-history.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/***************page-3***************/
#page-3 {
	background-color: #336600;
	background-image: url(images/page-bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/***************page-4***************/
#page-4 {
	background-color: #336600;
	background-image: url(images/page-bg-experts.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/***************page-5***************/
#page-5 {
	background-color: #336600;
	background-image: url(images/page-bg-feeder.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/***************page-6***************/
#page-6 {
	background-color: #336600;
	background-image: url(images/page-bg-links.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



/***************Top Nav Text"***************/
html, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.417em;
	color:#660000;
}

a {
	text-decoration:underline;
	color:#660000;
}
a:hover {text-decoration:none;}
ul {list-style:none;}
ul li {line-height:1em; background:url(images/list-marker.gif) left 5px no-repeat; padding:0 0 10px 10px;}
li a {
	color:#C0DD47;
}
li a:hover {text-decoration:none;} 


/***************Top Nav***************/
.menu li {float:left; background:url(images/menu-marker.jpg) right 24px no-repeat; padding:23px 30px 40px 20px; font-family:Tahoma, Geneva, sans-serif;}
.menu .first {padding-left:25px;}

/***(W) left padding centers Nav text (35px), Right Padding (30px) on text centers Bullets, Adjust for text changes to Nav***/
.menu li a {text-decoration:none; color:#FFF; font-size:1.25em; font-style:italic;}
.menu li a:hover {text-decoration:underline;}

/***************Nav Boxes***************/
.menu {background:url(images/menu-left.png) left top no-repeat; margin-top: 0; margin-right: -3px; margin-bottom: 0; margin-left: 3px;}
.menu-left {background:url(images/menu-right.png) right top no-repeat;}
.menu-right {background:url(images/menu-tail.png) left top repeat-x; margin:0 18px 0 14px;}



/***************Content-Sets Background Images, 18R/18L margins are for L/R Rounded Graaphics***************/
.wcontent {background:url(images/wcontent-left.png) left top no-repeat; margin-top: 0; margin-right: -3px; margin-bottom: 0; margin-left: 3px;}
.wcontent-left {background:url(images/wcontent-right.png) right top no-repeat;}
.wcontent-right {background:url(images/wcontent-tail.png) left top repeat-x; margin:0 18px 0 18px;}



/***************Footer Nav***************/
.fmenu li {float:left; background:url(images/menu-marker2.gif) right 24px no-repeat; padding:23px 30px 0px 20px; font-family:Tahoma, Geneva, sans-serif;}
.fmenu .ffirst {padding-left:100px;}

/***************Footer Boxes***************/
.wfooter {background:url(images/wfooter-left.png) left top no-repeat; margin-top: 0; margin-right: -3px; margin-bottom: 0; margin-left: 3px;}
.wfooter-left {background:url(images/wfooter-right.png) right top no-repeat;}
.wfooter-right {
	background:url(images/wfooter-tail.png) left top repeat-x;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
}

.title {
	font-size: 24px;
	font-weight: bold;
	color: #9b1200;
	align: center;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
}

#historybox {
	background-color: #ffffff;
	width: 540px;
	height: 270px;
	overflow: auto;
	padding: 10px;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #9b1200;
	height: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: 000000;
	font-variant: normal;
	padding-top: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: justify;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

