/* ------------------------------------------------------------------------
CSS sheet for Wisconsin Landscape Contractors Association, Fox Cities (WLCA)
Author: Chris Robinson
Date Created: 2-16-2009

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS
Logo Green: #0A4229;
Dark Green: #0D6908;
Light Green: #07B802;
Off White: #EFECDD;


------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;

}
body{
	color: #000;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/bodybg.jpg) repeat-x #EFECDD;
}
#wrap{
	width: 1004px;
	display: block;
	margin: auto;
	text-align: left;
}
p{
	margin: 10px 0px;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	width: 100%;
	height: 347px;
}
#header a.logo{
	display: block;
	background: url(images/logo.jpg) no-repeat;
	width: 392px;
	height: 66px;
	text-indent: -9999px;
	margin-top: 6px;
	float: left;
}
ul.nav{
	float: left;
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
ul.nav li{
	float: left;
}
ul.nav li a{
	display:block;
	height: 25px;
	background: url(images/nav.jpg) no-repeat;
	text-indent: -9999px;
}
ul.nav li.home a{
	width: 80px;
	background-position: 0 0;
}
ul.nav li.home a:hover, ul.nav li.home a.active{
	background-position: 0 -25px;
}
ul.nav li.about a{
	width: 100px;
	background-position: -80px 0;
}
ul.nav li.about a:hover, ul.nav li.about a.active{
	background-position: -80px -25px;
}
ul.nav li.faq a{
	width: 80px;
	background-position: -180px 0;
}
ul.nav li.faq a:hover, ul.nav li.faq a.active{
	background-position: -180px -25px;
}
ul.nav li.members a{
	width: 125px;
	background-position: -260px 0;
}
ul.nav li.members a:hover, ul.nav li.members a.active{
	background-position: -260px -25px;
}
ul.nav li.contact a{
	width: 95px;
	background-position: -385px 0;
}
ul.nav li.contact a:hover, ul.nav li.contact a.active{
	background-position: -385px -25px;
}
#header h1{
	display: block;
	clear: both;
	float: left;
	background: url(images/photo.png) no-repeat;
	width: 314px;
	height: 253px;
	text-indent: -9999px;
	margin: 13px 40px 0 10px;
}	
#header dl{
	float: left;
	width: 565px;
	color: #fff;
}
#header dl dt{
	font-weight: bold;
	font-family: georgia, san-serif;
	margin: 10px 0;
	font-size: 18px;
}
#header a{
	color: #fff;
}
#header form{
	margin-top: 5px;
}
#header input{
	float: left;
}
#header input.email{
	width: 220px;
}
#header input.btn{
	margin: -2px 0 10px 10px;
}
/* -----------------------------------------------------------------------
=ASIDE ELEMENTS
-------------------------------------------------------------------------*/
#ads{
	float: left;
	margin: 1.5em 0;
	width: 308px;
}
#ads img{
	margin: 10px 0;
}
#aside{
	float: left;
	margin: 1.5em 0;
	width: 308px;
	background: url(images/asideBtm.jpg) bottom left no-repeat;
}
#aside dl{
	background: url(images/asideMid.jpg) repeat-y;
	width: 308px;
	display: block;
	padding: 0 10px;
}
#aside dl dt{
	font-weight: bold;
	background: url(images/asideTop.jpg) top left no-repeat;
	height: 19px;
	padding: 4px 8px;
	margin-left: -10px;
}
#aside dl dd{
	border-bottom: 1px solid #D2D1D0;
	padding: 5px 0px;
	overflow: hidden;
	width: 288px;
	margin-left: 10px;
	display: block;
}
#aside dl dd.last{
	width: 308px;
	height: 82px;
	border: 0;
	margin-left: -10px;
}
/* -----------------------------------------------------------------------
=ADS ELEMENTS
-------------------------------------------------------------------------*/
#ads div{
	border: 1px solid #d3cfce;
	background: #f3efee;
	padding: 5px;
	margin-bottom: 1.5em;
}
#ads img{
	float: left;
	margin: 0px 10px 0px 0px;
}
#ads p{
	padding-left: 80px;
}
#ads .company{
	font-weight: bold;
}
#ads span{
	display: block;
}
/* -----------------------------------------------------------------------
=MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	margin: 0 10px;
}
#content a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
#content a:hover{
	border-bottom: 1px solid #000;
}
h3{
	font-size: 14px;
	margin: 10px 0;
}
#content #main{
	width: 650px;
	float: left;
	margin: 0 20px 10px 0;
}
#content dl{
	display: block;
	clear: both;
	margin: 10px 0;
}
#content dl dt{
	font-weight: bold;
}
#content dl dd{
	margin: 0 0 10px 0;
}
#content #main ul{
	margin-left: 15px;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	border-top: 1px solid #000;
	width: 100%;
	height: 20px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer ul{
	float: left;
	margin: 0 30px;
}
#footer ul li{
	float: left;
	list-style-type: none;
	margin: 0 20px;
}
#footer p{
	text-align: center;
	margin: 0 20px;
	float: left;
}
#footer a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
#footer a:hover{
	border-bottom: 1px solid #000;
}
/* -----------------------------------------------------------------------
=ADMIN ELEMENTS
-------------------------------------------------------------------------*/
#adminMain{
	display: block;
	clear: both;
}
/* ------------------------------- TabNav(from the master himself at SimpleBits) ----------------- */
#tabnav	{
	height: 20px;
	width: 95%;
	padding-left: 10px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
	margin: 1.5em auto 10px auto;
}
#tabnav li{
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
#tabnav a:link, #tabnav a:visited{
	float: left;
	background: #95938f;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 5px;
	margin-right: 4px;
	border: 1px solid #817e77;
	text-decoration: none;
	color: #fff;
}
#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #d6d2ca;
	background: #d6d2ca;
	color: #000;
}
#tabnav a:hover{
	background: #d6d2ca;
	color: #000;
}
form ul li{
	list-style-type: none;
	display: block;
	clear: both;
}
form label{
	width: 150px;
	display: block;
	float: left;
}
form br{
	clear: left;
}
form input[type="text"]{
	margin-bottom: 10px;
	float: left;
}
form select{
	margin-bottom: 10px;
	float: left;
}
form textarea{
	margin-bottom: 10px;
	float: left;
}
form .checks{
	padding-left: 150px;
}
table.results{
	border-collapse: collapse;
	border: 1px solid #000;
}
table.results th{
	background: #0D6908;
	color: #EFECDD;
	font-size: 120%;
	padding:.3em 1em;
	text-align: center;
}
table.results td{
	color: #000;
	padding:.3em 1em;
	vertical-align: top;
}
table.results tr.members{
	border-top: 1px solid #000;
	background: url(images/membersBG.jpg) top left repeat-x #0fb40c;
}
table.results tr.members td{
	border-right: 0;
	border-left: 0;
}
table.results .company{
	font-weight: bold;
	font-size: 13px;
}
table.results tr.desc td{
	border-top: 0px;
	background: #0fb40c;
}

#main > dl.results{
	border: 1px solid #000;
}
dl.results dt{
	background: #136e0f;
	color: #fff;
	padding-left: 5px;
	text-indent: -9999px;
}
#content dl.results dd{
	border-top: 1px solid #000;
	overflow: hidden;
	margin: 0px;
	padding: 5px 5px;
	display: block;
	clear: both;
}
#content dl.results > dd{
	background: url(images/membersBG.jpg) top left repeat-x #63be61;
}
dl.results dd .left{
	float: left;
	width: 45%;
}
dl.results dd .right{
	float: left;
	width: 45%;
}
dl.results dd .desc{
	display: block;
	clear: both;
	width: 100%;
	padding-top: 10px;
}
dl.results dd .company{
	font-weight: bold;
	font-size: 13px;
}
/* -----------------------------------------------------------------------
SEARCH BAR ELEMENTS
-------------------------------------------------------------------------*/
.searchbar{
	display: block;
	width: 525px;
	padding-left: 38px;
	height: 90px;
	background: url(images/searchbar.png) no-repeat #274662;
	margin: 10px 0 10px 3px;
	color: #fff;
}
.searchbar form{
	float: left;
	width: 174px;
	padding-top: 10px;
}
.searchbar label{
	padding-bottom: .2em;
}
.searchbar input{
	padding: .0em .3em;
	height: 18px;
}
.searchbar select{
	width: 150px;
	padding: 0 0;
}
.searchbar input.button{
	padding: 0;
	margin-left: 2px;
	display: inline;
	height: auto;
}
#full{
	width: 100%;
	clear: both;
	display: block;
}
#content a.featured{
	display: block;
	text-align: center;
	background: url(images/featured-members.jpg) no-repeat;
	width: 	449px;
	height: 107px;
	margin: 30px auto 0px auto;
	text-indent: -9999px;
	border: 1px dashed #000;
}
#content a.featured:hover{
	border: 1px solid #000;
}
.feat{
	display: block;
	width: 45%;
	float: left;
	margin: 10px 20px;
}
.feat .ad{
	display: block;
	width: 100%;
	clear: both;
}
.feat .company h3{
	float: left;
	margin-right: 10px;
}
a img{
	border: 0px;
}



