@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	outline:none;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background:
		url(../images/cssImages/wtufc_pageArea_gradientRepeating.jpg)
		repeat-x
		#c5994e;
}

#pageArea{
	margin:auto;
	width:785px;
}

#pageWrapper{
	float:left;
	clear:both;
	width:100%;
	background:
		url(../images/cssImages/wtufc_pageArea_repeating.png)
		repeat-y;
}

#footer{
	float:left;
	clear:both;
	width:778px;
	height:104px;
	background:
		url(../images/cssImages/wtufc_footer_decoration.jpg)
		no-repeat
		0px 7px
		#999966;
}

#footer p.copyright{
	padding-top:87px;
	padding-left:5px;
	font-size:12px;
	color:#ffffff;
}

#pageArea img.footerDetail, #pageArea img.topDetail{
	float:left;
	clear:both;
}

#topNavigation{
	float:left;
	clear:both;
	height:45px;
	width:100%;
}

a.logo{
	width:115px;
	height:234px;
	float:left;
	position:absolute;
	z-index:100;
	top:24px;
	margin-left:24px;
	background:
		url(../images/cssImages/wtufc_logo.png)
		no-repeat;
}

#header{
	float:left;
	clear:both;
	width:778px;
	height:115px;
	background:
		url(../images/cssImages/wtufc_header_decorationContent.jpg)
		no-repeat
		right
		#772a00;
}

#header h1{
	position:absolute;
	top:73px;
	margin-left:160px;
	font-size:24px;
	font-weight:normal;
	color:#ffffff;
}

#header h2{
	position:absolute;
	top:106px;
	margin-left:210px;
	font-size:15px;
	font-weight:normal;
	color:#ffffff;
	font-style:italic;
}

#header img.lines{
	position:absolute;
	margin-top:60px;
	margin-left:140px;
}

#header ul.primaryNavigation{
	width:785px;
	list-style:none;
	position:absolute;
	top:145px;
}

#header ul.primaryNavigation li{
	float:left;
	height:25px;
	padding-left:9px;
	padding-right:9px;
	background:
		#a98d67;
}

#header ul.primaryNavigation li.spacer{
	width:115px;
}

#header ul.primaryNavigation li:hover, #header ul.primaryNavigation li.activeLink{
	background:none;
}

#header ul.primaryNavigation li.spacer:hover{
	background:
		#a98d67;
}

#subNavigation{
	float:left;
	clear:both;
	width:778px;
	height:35px;
	background:
		url(../images/cssImages/wtufc_subNavigation_repeating.jpg)
		repeat-x;
}

#header ul.primaryNavigation a{
	float:left;
	height:15px;
	background-repeat:no-repeat;
	margin-top:5px;
}

#header ul.primaryNavigation a.aboutUs{
	width:67px;
	background-image:url(../images/cssImages/wtufc_primaryNavigation_aboutUs.png);
}

#header ul.primaryNavigation a.contactUs{
	width:80px;
	background-image:url(../images/cssImages/wtufc_primaryNavigation_contactUs.png);
}

#header ul.primaryNavigation a.membership{
	width:86px;
	background-image:url(../images/cssImages/wtufc_primaryNavigation_membership.png);
}

#header ul.primaryNavigation a.programsAndEvents{
	width:132px;
	background-image:url(../images/cssImages/wtufc_primaryNavigation_programsAndEvents.png);
}

#header ul.primaryNavigation a.treeCare{
	width:71px;
	background-image:url(../images/cssImages/wtufc_primaryNavigation_treeCare.png);
}

#header ul.primaryNavigation a.treeSelection{
	width:101px;
	background-image:url(../images/cssImages/wtufc_primaryNavigation_treeSelection.png);
}

#subNavigation ul{
	list-style:none;
	position:relative;
	left:130px;
	float:left;
	width:648px;
}

#subNavigation li{
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	font-size:13px;
	color:#999999;
}


#subNavigation li a{
	color:#782b01;
	text-decoration:none;
}

#subNavigation li a:hover{
	color:#000000;
}

#leftColumn{
	float:left;
	width:136px;
	margin-top:61px;
	margin-left:10px;
	margin-bottom:10px;
}

#contentText{
	float:left;
	width:613px;
	margin-top:10px;
	padding-left:5px;
}



#widgetContainer{
	float:right;
	width:190px;
	margin-bottom:10px;
}

.widgetBrownBox{
	float:left;
	width:176px;
	margin-left:10px;
	background:
		#d0a261;
	border:
		1px
		solid
		#000000;
}

.widgetBrownBox li a{
	text-decoration:none;
	color:#000000;
}

.widgetBrownBox li a:hover{
	color:#ffffff;
}

.lowerWidget{
	margin-top:33px;
}

.widgetBrownBox ul{
	width:125px;
	list-style-image:url(../images/cssImages/wtufc_pageArea_leafBullet.gif);
	margin-left:30px;
}

.widgetBrownBox li{
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
}

.widgetBrownBox h3{
	width:100%;
	text-align:center;
	font-size:14px;
	padding-top:10px;
}

.widgetBrownBox p.imageItem{
	text-align:center;
}

.widgetBrownBox img{
	outline:none;
	border:none;
}

#contentText h1{
	font-weight:normal;
	margin-bottom:20px;
	margin-top:20px;
	font-size:20px;
}

#contentText h2{
	font-weight:normal;
	margin-bottom:10px;
	font-size:18px;
}

#contentText h3{
	font-weight:bold;
	margin-bottom:10px;
	font-size:16px;
}

#contentText p, #contentText q{
	font-size:14px;
	margin-bottom:10px;
}

#contentText ul, #contentText ol{
	margin-left:30px;
	margin-bottom:10px;
	font-size:14px;
}

#contentText form.contactForm{
	padding:10px;
	margin-bottom:10px;
	float:left;
	background:#d0a261;
	color:#000000;
	border:#000000 1px solid;
}

#contentText form.contactForm input.styled, #contentText form.contactForm textArea.styled, #contentText form.contactForm select.styled{
	border:#000000  1px solid;
}

.centered{text-align:center;}
