
/*
	@Version 0.2
	@Created by Joey Rabbitt (createanet)
	@23 July 2008
*/

<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/wdhorg/public_html/styles/stylesheet.css:46) in <b>/home/wdhorg/public_html/styles/tag_resets.css</b> on line <b>3</b><br />

/* /////////////// TAG RESETS / DEFAULTS //////////////////// */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, 
h4, h5, h6, pre, form, fieldset, input, p, 
blockquote, th, td 
{ margin : 0; padding : 0; }

*{
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6{
	margin:0 0 15px 0;
	padding:0;
	font-size: 100%;
}
h1{
	font-weight:normal;
	font-size:180%;
}
h2{
	font-size:150%;
	font-weight:normal;
}
h3{
	font-size:130%;
	color:#14864b}
h3, h3 a{
	color:#14864b;
	text-decoration:none;
}
h4{
	font-size:110%;
}
p{
	margin:0 0 15px 0;
	padding:0;
	line-height:1.4em;
}
ul{
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
}
	li{
		margin:0 0 10px 0;
		padding:0;
	}
	li.enditem{
		margin:0;
	}
ol{
	margin:0 0 15px 0;
	padding:0 0 0 20px;
}
	ol li{
		list-style:decimal;
	}

hr{
	display:none;
}
.hr, .hr-clear{
	height:1px;
	font-size:0px;
	margin:0 0 20px 0;
	border-bottom:2px solid #64aa25;
}
.hr-clear{
	clear:both;
}
a{
	outline:none;
	color:#14864b;
}
a img{
	border:none;
}
a:hover{
	text-decoration:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #c7e2af;
	margin:0 0 15px 0;
}

th, td {
	padding: 7px;
}
th {
	background:#14864b;
	color:#fff;
	text-align:left;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
	.clearfix {
		display: inline-block;
	}
	
	html[xmlns] .clearfix {
		display: block;
	}
	
	* html .clearfix {
		height: 1%;
	}

/* ------------- SOME DEFAULT STYLES --------------- */	
	
.floatright{
	float:right;
}
.floatleft{
	float:left;
}
.clearboth{
	clear:both;
}
	div.clearboth{
		font-size:0;
		height:0;
		line-height:0;
	}
.displaynone, .hidden{
	display:none;
}
* .nomargin{
	margin-bottom:0;
}
.subtext{
	color:#999;
	font-size:90%;
}
a.rss{
	background:url(../images/rss.gif) no-repeat 0px 1px;
	line-height:12px;
	padding:0 0 0 15px;
	text-decoration:none;
}
a.rss:hover{
	text-decoration:underline;
}
.overflowbox{
	height: 250px;
	overflow: auto;
}

/*---------------- CMS AREA FORMATING -----------------*/

.cms{
	margin:0 0 15px 0;
}
.cms ul {
	padding-left: 20px;
}
.cms ul li {
	list-style: circle;
}

html{
	background:url(../images/bg/html.gif) repeat-x;
	margin:0; padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../images/bg/body.png) repeat-y 50% 0%;
	margin:0; padding:0;
	behavior: url(./scripts/iepngfix.htc);
}

/*////////////  Template Variables  //////////////////////*/

#wrap{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background:#fff;
}
#main_content, .main_column{
	width: 580px;
	margin-left: 180px;
	display: inline;
	float: left;
	margin-bottom: 10px;
	min-height: 400px;
}
.right_column, #subcontent{
	width: 0px;
	margin-left: 20px;
	float: left;
		display:none;
	}
.left_column{
	width: 160px;
	margin-left: -760px;
	float: left;
	margin-bottom: 10px;
	text-align:right;
}



#header {
	margin: 0 0 20px 0;
	border-bottom:2px solid #64aa25;
	padding:0 0 10px 0;
}

p.logo{
	margin:0 20px 0 0;
	float:left;
}
	p.logo a, p.logo{
		width:125px;
		height:88px;
	}
	p.logo a{
		background:url(../images/wdh_logo.gif) no-repeat;
		text-indent:-9999px;
		display:block;
	}

div.headerwrap{
	float:left;
	width:615px;
	padding:10px 0 0 0;
}


#accessibility{
	background:#c7e2af;
	padding: 10px;
	margin: 0 0 20px 0;
	position:relative;
}
	#header ul.accesslist{
		margin:0; padding:0;
		height:20px;
		position:absolute;
		right:10px;
		bottom:10px;
	}
	#header .accesslist li{
		margin:0 5px 0 0; padding:0;
		float:left;
	}
	#header .accesslist li a{
		display:block;
		text-indent:-9999px;
		background-image:url(../images/btns/accessibility.gif);
		background-repeat:no-repeat;
		height:20px;
	}
	a#accessSwitch1{
		width:13px;
		background-position:0px 0px;
	}
		a#accessSwitch1:hover, a#accessSwitch1.active{
			background-position:0px -20px;
		}
	a#accessSwitch2{
		width:17px;
		background-position:-20px 0px;
	}
		a#accessSwitch2:hover, a#accessSwitch2.active{
			background-position:-20px -20px;
		}
	a#accessSwitch3{
		width:21px;
		background-position:-44px 0px;
	}
		a#accessSwitch3:hover, a#accessSwitch3.active{
			background-position:-44px -20px;
		}


	#header #toptabs{
	}
		#toptabs ul {
			margin:0; padding:0; list-style:none;
		}
		#toptabs li { float:left; margin:0; padding:0; }
		#toptabs a {
			display:block;
			background: url(../images/btns/nav_base.gif) no-repeat 100% 100%;
			color:#fff;
			text-decoration:none;
			font-weight:bold;
			padding:5px 10px;
		}
		#toptabs li {
			background:url(../images/btns/nav_top.gif) no-repeat 0% 0% #14864b;
			float:left;
			margin:0 10px 10px 0;
			padding:0;
		}
		#toptabs a:hover, #toptabs li.current a { color:#c7e2af; }
		#toptabs ul { margin:0; padding:0; list-style:none; }


	#header #phonenumbers{
		margin:0 0 20px 0;
	}
		#phonenumbers ul {
			margin:0; padding:0; list-style:none;
		}
		#phonenumbers li {
			display:block;
			float:left;
			margin:0 30px 0 0;
			padding:0;
		}
		#phonenumbers li strong{
			color:#14864b;
			font-size:110%;
		}
		#phonenumbers li.enditem strong, #phonenumbers li.enditem{
			color:#cc0000;
		}
		#phonenumbers ul { margin:0; padding:0; list-style:none; }


#navigations ul{ margin:0; }

	#navigations ul li { margin:0; display:inline; }

	#navigations a {
		display: block;
		background:url(../images/bullets/dot1.gif) no-repeat 5px 9px;
		margin:0 0 1px 0;
		padding: 3px 5px 3px 20px;
		text-decoration: none;
		color:#000;
	}

	#navigations a:hover, #navigations ul#rss li a:hover {
		background:url(../images/bullets/dot2.gif) no-repeat 5px 9px #14864b;
		color:#fff;
	}
		#navigations ul#rss li a {
		background: #c7e2af url(../images/rss.gif) 10px 4px no-repeat; padding-left: 30px;
	}


#footer{
	clear:both;
	padding: 10px 68px 10px 110px;
	background:url(../images/bg/footer.gif) no-repeat 0px 10px;
	border-top: 2px solid #64aa25;
	color:#666;
}
#footer a{
	color:#666;
}
	#footer p.copytext { margin-bottom: 0; font-size:85%; }
	#footer li {
		display: inline;
	}

/* -------- SIDE COLUMNS / BOXES -------- */

.right_column, .left_column{
}

.sidebox{
	padding:10px;
	background:url(../images/bg/sidecol_top.gif) no-repeat #c7e2af;
	margin:0 0 10px 0;
	text-align:left;
	position:relative;
}
	.overlaypic{
		float:left;
		position:absolute;
		left:-10px;
	}
	.sidebox h4.paddedtitle{
		padding:0 0 0 50px;
		min-height:32px;
	}
	.sidebox h4{
	}
	.sidebox h4 a{
		color:#000;
		text-decoration:none;
	}
	.sidebox h4 a:hover{
		text-decoration:underline;
	}
	.sideboxclose{
		width:9px;
		height:9px;
		background:url(../images/bg/sidecol_base.gif) 100% 100% no-repeat;
		position:absolute;
		bottom:0px;
		right:0px;
	}
	.rightbanners{
		float:left;
		width:220px;
	}
	.rightbanners img{
		margin:0 0 20px 0;
	}
	.rightbannerwrap{
		float:left;
		width:340px;
		margin:0 20px 0 0;
	}


/*------------ FORM ELEMENTS ------------ */

form{
	margin:0;
	padding:0;
}

fieldset{
	border:1px solid #c7e2af;
	padding:0;
	margin:0 0 15px 0;
}
	.sidebox fieldset{
		border:none;
		padding:0;
		margin:0;
	}

.sidebox h3, fieldset h3{
	/* color:#14864b; */
	color:#000;
	font-size:110%;
}
fieldset h3{
	margin:10px;
}
	.sidebox h3{
		margin:0 0 10px 0;
	}

fieldset ul{
	margin:10px;
}
fieldset ul li ul{
	margin:0;
	padding:0;
}
	.sidebox fieldset ul{
		margin:5px;
	}

legend{
	background-color:#fff;
	padding:5px 10px;
	font-size:125%;
	margin:0;
}

input.sumbit{
	width:auto;
}
label.checklabel{
	display:inline;
	padding:0 5px 0 0;
	margin:0;
}
option {
	font-size: 1em !important;
}
label {
	display: block;
	margin: 0 0 5px 0;
	font-weight:bold;
}

/* default width of form elements in main column */

.main_column fieldset input,
.main_column fieldset select,
.main_column fieldset textarea{
	width:300px;
}
.main_column fieldset input.checkbox,
.main_column fieldset input.submit{
	width:auto;
}

/* widths of elements floating into 2 columns */

.colwrap2 {
}
	.colwrap2 fieldset.column-a{
		float:left;
		width:288px;
		margin:0 15px 15px 0;
	}
	.colwrap2 fieldset.column-b{
		float:left;
		width:288px;
	}
	.colwrap2 fieldset.column-a input,
	.colwrap2 fieldset.column-a select,
	.colwrap2 fieldset.column-a textarea,
	.colwrap2 fieldset.column-b input,
	.colwrap2 fieldset.column-b select,
	.colwrap2 fieldset.column-b textarea {
		width:210px;
	}
	.colwrap2 fieldset.column-b{
		float:left;
		width:248px;
	}
	.colwrap2 input.submit{
		width:auto;
	}

/* -------------------- ERRORS ------------------- */

ul.error, ul.success {
	list-style:disc;
	padding:10px 10px 5px 25px;
}
	ul.success {
		background:#FFFF99;
	}
	ul.error {
		background:#CC0000;
		color:#fff;
	}
	ul.error li, ul.success li {
		margin:0 0 5px 0;
	}
	.sidebox ul.error, .sidebox ul.success {
		padding:5px 5px 2px 25px;
		margin:0 0 5px 0;
	}
	.sidebox ul.error li, .sidebox ul.success li {
		margin:0 0 2px 0;
	}

li.error {
	border:1px dashed #CC0000;
	margin:0 0 10px 0;
	padding:10px;
}
em.error  {
	color: #CC0000;
	font-weight: bold;
	display: block;
	margin:0 0 5px 0;
}


/*---------------------- PAGING ---------------------- */

.paging{
	padding:10px;
	border:1px solid #e4e4e4;
	text-align:center;
	clear:both;
	margin:0 0 20px 0;
}
.paging a{
}


/* -------------------- BREADCRUMBS ------------------- */

ul#page_slugs li {
	display: inline;
	font-size: 85%;
}

/* -------------------- FILTER BOX ------------------- */

.filter  {
	background:#c7e2af;
	padding:10px 10px 0 10px;
	margin-bottom:15px;
	min-height:29px;
}
	.filter ul{
		margin:0 0 10px 0;
	}
	.filter ul li{
		display:inline;
		margin:0 10px 0 0;
	}
	.filter a{
		font-weight:bold;
	}
	.filter label {
		display:inline;
		margin:0;
		padding:0 5px 0 0;
	}
/* ----------------------- LISTS ---------------------- */

ul.listinline{
}
	ul.listinline li{
		display:inline;
		padding:0 8px 0 0;
		margin:0 7px 0 0;
		border-right:1px solid #ccc;
	}
	ul.listinline li.enditem{
		padding:0;
		margin:0;
		border-right:none;
	}
	ul.listinline a{
		text-decoration:none;
	}
	ul.listinline a:hover{
		text-decoration:underline;
	}

/* -------------------- ARTICLE LISTINGS  ------------------- */

.articles{
}
	.articles h3{
	}
	.articles li{
		padding:0 0 15px 0;
		margin:0 0 15px 0;
		border-bottom:1px dashed #14864b;
	}
	.articles .thumbnail{
		width:160px;
		height:90px;
		margin:0 18px 0 0;
		float:left;
		border:1px solid #14864b;
	}
	.articles .textwrap{
		width:340px;
		float:left;
	}
		#links.articles .thumbnail{
			width:69px;
			height:auto;
		}
		#links.articles .textwrap{
			width:431px;
			float:left;
		}
	.articles .subtext{
		margin:0 0 5px 0;
	}

.articles li ol.subarticles{
	margin:0;
}
	.articles li ol.subarticles li{
		padding:0;
		margin:0 0 5px 0;
		border-bottom:none;
	}
	.articles li ol.subarticles h4 span{
		color:#999;
	}

/* -------------------- ARTICLE / PRODUCT PAGE ------------------- */

ul.attributes{
	padding:10px 10px 0 10px;
	border-top:1px solid #64aa25;
	border-bottom:1px solid #64aa25;
	background:#c7e2af;
}
ul.attributes li{
}
ul.attributes li ul{
	padding:5px 0 0 20px;
}
ul.attributes li ul li{
	margin:0 0 5px 0;
	list-style:disc;
}

.article-pics{
	float:right;
	margin:0 0 0 10px;
	width:176px;
}
	.article-pics img{
		margin:0 0 15px 0;
		width:176px;
	}

/*------------ EVENT LISTINGS ------------ */

#events .articles li{
	position:relative;
}
	#events .articles li h3	{
		padding:0 40px 0 0;
	}
	div.event_icon, div.notice_icon{
		position:absolute;
		top:0px;
		right:0px;
		text-indent:-9999px;
	}
	div.event_icon{
		width:32px;
		height:42px;
		background:url(../images/icon_event.gif) no-repeat 50% 0%;
	}
	div.notice_icon{
		width:32px;
		height:42px;
		background:url(../images/icon_notice.gif) no-repeat 50% 0%;
	}



	input.radio {
		width: auto;
		display: inline;
	}

	label.radio {
		display: inline;
	}

.latestnews{
	width:400px;
	float:left;
	margin:0 20px 0 0;
}
	.latestnews .category_thumb{
		display:none;
	}
	.latestnews .date{
		display:none;
	}

#recentnews{
	width:160px;
	float:left;
}
	#recentnews .date{
		display:none;
	}
	#recentnews ol{
		padding:0; margin:0;
	}
	#recentnews ol li{
		list-style:none;
		padding:0 0 0 15px;
		background:url(../images/bullets/dot3.gif) no-repeat 0px 5px;
		margin:0 0 5px 0;
	}
	#recentnews h4{
		font-weight:normal;
	}
	#recentnews h4 a{
		color:#000;
		text-decoration:none;
	}
	#recentnews h4 a:hover{
		text-decoration:underline;
	}
	#recentnews p{
		display:none;
	}

.highlight-blue{
	color:#003399;
}
.highlight-red{
	color:#CC0000;
}
.cms li, ul.list-type1 li{
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0 0 2px 0;
}

#tenants_nav {
	display: block;
	list-style: none;
	border-bottom: 1px solid #64aa25;
	padding: 0;
}

#tenants_nav li {
	display: block;
	float: left;
	margin:0 5px 0 0;
	width: 90px;
	height: 35px;
	background: #14864b;
	border: 1px solid #14864b;
	margin-bottom: -1px;
}

#tenants_nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding: 2px;
	text-align: center;
}

#tenants_nav li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
}
#tenants_nav li.active a {
	color: #14864b;
}
