﻿.containfloat {
	overflow: hidden;
}
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #BFD16D;
	background-image: url('images/strip-bg.jpg');
	background-repeat: repeat-x;
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 15px;
	background-color: #ffffff;
	width: 90%;
	min-width:800px;
	max-width:1000px;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: right center;
	padding: 5px;
	background-color: #bfd16d;
	background-image: url('images/willow-trnsp-bg.png');
	height: 170px;
	background-repeat: no-repeat;
	color: #000000;
}
#banner img {
	margin-top: 45px;
}
/*==============all site links==============*/
a:link {
	font-weight: bold;
	color: #004145;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #D5E09E;
	color: #000000;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #EEE97B;
	color: #000000;
}
#content a {
	text-decoration: none;
}

/* ========================= link styles for images ===========================*/
a:hover img {	
	background: #ffffff;
	text-decoration: none;
}
/*====================== styles for main content area =========================*/
#content {
	margin-left: 180px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/green-bullet-sm.gif');
	margin: 0px;
	padding: 6px 0 5px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 160px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	float: left;
}


#vertmenu ul {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #825252;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	width: 160px;
	border-bottom-color: #006600;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	background: #D5E09E;
	color: #000000;
}


 .heading2 {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	background: #6F793D;
	text-decoration: none;
	border: 1px solid #2C5629;
}

.heading2 a:link {
	color: #FFFFFF;
}
.heading2 a:visited {
	color: #FFFFFF;
}

.sidebox a:link {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
.sidebox a:visited {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
#vertmenu .sidebox a:hover {
	background: #FFFFFF;
	color: #C60029;
	font-weight: bold;
	text-decoration: underline;
}
#vertmenu .sidebox a:active {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
/* left-hand menu - colored box - green */
.sidebox {
	border: #2C5629 2px solid;
	margin: 15px 0px 3px 0px;
	padding: 0px 3px 15px 3px;
	background: #ffffff;
	color: #000000;
	font-size: 85%;
}
.sideboxheading {
	background: #6F793D;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}


/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #2A5A19;
	clear: both;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #434A20;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #373E1C;
	background-color: inherit;
	padding-left: .2em;
}
h1 {
	font-size: 1.7em;
	background: #E6F0AC;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px 20px 7px 7px;
}
.smtxt {
	font-size: small;
}


#companyname {
	font-size: 72px;
	color: #21240F;
	line-height: 170px;
	vertical-align: middle;
	text-indent: 40px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	position: relative;
}
#companynameshadow {
	font-size: 72px;
	color: #FFFFFF;
	line-height: 170px;
	vertical-align: middle;
	text-indent: 40px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	position: absolute;
	top: -4px;
	left: 0px;
}


.clearit {
	clear: both;
}
ul.listtypetwo {
	padding-top: 50px;
}


.clearleft {
	clear: left;
}
.imgspacing {
	padding: 12px;
}
.headroom {
	padding-top: 100px;
}
.clearright {
	clear: right;
}
.alignmiddle {
	vertical-align: middle;
}
.floatleft {
	float: left;
}


.containfloats {
	overflow: auto;
}

.imgspacingless {
	padding: 6px;
}
.intro {
	margin-bottom: 1.2em;
}

.imgspacing2 {
	padding: 12px 12px 29px 12px;
}


