.accessibility, .print, .pda {
	display: none;
}
html, body { height: 100%; }
body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top:20px;
	padding: 0px;
	background-color: #3399cc;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
	background-color: #ffffff;
	height: auto; 
	background-image:url(../images/dwt_main_bkgd.gif);
}
#leftColumn {
	width: 171px;
	float: left;
	height: auto;
	background-image:url(../images/leftNav_bkgd2.gif);
	background-repeat:repeat-y;
}
/*
*html #leftColumn {
	width: 170px;
}
*/
#rightColumn {
	width: 588px;
/*	margin-left: 171px; ** UNECESSARY FOR IE6, CHECK W/OUT IN OTHER BROWSERS */
	padding: 0px;
	height: auto;
	float:left; /* ALIGNS RIGHTCOL TO LEFT IN IE6, CHECK OTHER BROWSERS */
	background-image:url(../images/dwt_mainNav_bkgd.gif);
	background-repeat:repeat-x;
}
/* MAY BE UNECESSARY - CHECK
*html #rightColumn {
	margin: 0 -3px;
	width: 588px;
	margin-left: 173px;
} 
*/

/* kill #tabNav 9-14-08 */
#tabNav {
	font-size:.8em;
	color:#FFFFFF;
	text-align:right;
	padding:11px;
	padding-right:18px;
/*	font-weight:bold; */
}
#tabNav a {
	color:#ffffff;
	text-decoration:none;
}
#tabNav a:hover {
	text-decoration:underline;
}
#mainNav {

}
#content {
	width: 550px;
	margin: 0px;
	padding: 20px 15px 30px 15px;
	height: auto;
	font-size:.8em;
	line-height:1.3em;
}

/**************
MENU
**************/

#menu { 
	font-family: trebuchet ms;
	width: 100%;
	text-align:left;
	font-size: 14px;
	margin: 0px;
	padding: 10px 0px;
	padding-left:5px;
	height: 1.3em;
	font-weight: bold;
	color: #000000;
	margin-top:35px;
}
*html #menu {
	padding-left:0px;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	vertical-align:middle;
}
#menu li {
	float: left;
	display:inline;
}
#menu ul li a {
	text-decoration: none;
	color: #000000;
	padding: 10px;
}
#menu li a:hover{
	text-decoration: underline;
}

*:first-child+html #menu ul li a  { /* ADJUSTS UPPER HORIZONTAL MENU FOR IE BROWSERS */
	padding:6px;
}

* html #menu ul li a  { /* ADJUSTS UPPER HORIZONTAL MENU FOR IE BROWSERS */
	padding:6px;
}

/************
LEFT NAV
************/
.leftNav {
background-image:url(../images/dwt_leftNav_bkgd.gif);
background-repeat:no-repeat;
clear:left;
}

ul.localnav{
	padding: 5px;
	padding-top:15px;
	margin: 0px;
	list-style: none;
	font-size: .6em;
	line-height: 2em;
	text-decoration: none;
	text-align: left;
}
ul.localnav li{
	padding: 0px;
	padding-left: 10px;
	font-weight: bold;
}
ul.localnav li a{
	color: #3399cc;
	font-weight: bold;
	text-decoration: none;
}
ul.localnav li ul li a{
	color: #3399cc;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
}
ul.localnav li ul {
	margin: 0;
	padding: 0 0px;
	list-style: none;
	text-align: left;
	text-decoration: none;
}
/*
ul.localnav li ul li,
ul.localnav li ul li ul li {
	padding: 0px;
	padding-left: 7px;
	font-weight: bold;
	color: #3399cc;
}
*/
ul.localnav li a:hover {
	text-decoration: underline;
}

/*********
BODY COPY
*********/
h1 {
	font-size:.8em;
	color:#3399cc;
	border-bottom:1px solid #E2F0FF;
	font-weight:normal;
	line-height:1.7em;
	margin:0px;
}
h2 {
	margin-top:.5em;
	font-family: trebuchet ms;
	font-size:2em;
	line-height:1em;
}
h3 {
	font-size:1.3em;
	font-family: trebuchet ms;
	margin: 0px;
	margin-top: 1.9em;
	margin-bottom: 1em;
	padding: 0px;
	background:url(../images/dwt_h3Bkgd.gif) repeat-x left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	line-height:1.1em;
}
h4 {
	font-size:1.1em;
	margin: 0px;
	margin-top: 2.2em;
	margin-bottom: .2em;
	padding: 0px;
	padding-bottom:.3em;
	color:#3399cc;
	border-bottom: #eeeeee 1px solid;
	line-height:1em;
/*	letter-spacing: .1em;
	font-weight:normal; */
}
h5 {
	font-size:1em;
	margin: 0px;
	margin-top: 1.9em;
	padding: 0px;
	font-weight:normal;
	font-style:italic;
}
p {
	margin-top: 0em;
	margin-bottom: 1em;
	letter-spacing:0em;
	line-height:1.5em;
}
ul {
	line-height:1.5em;
}
h4, h5, p {
	padding-left:10px;
	padding-right:0px;
}
#content li {
	padding-right:10px;
}
.picRight {
	float:right;
	margin-left:15px;
	margin-top:5px;
	clear:right;
}


/*****************************
YELLOW BOX
*****************************/
.rightContent {
	margin-top:15px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: .95em;
	line-height: 1.6em;
	width: 30%;
	background-color:#FFFFFF;
	background-image:url(../images/leftNav_bkgd.gif);
	background-repeat:no-repeat;
	padding:10px;
	border:#FFF5D7 1px solid; /* FFFF99 */
	border-top: 0px;
	float: right;
}
.rightContent h3 {
	margin-top: 0px;
	padding-top:0px;
	background:none;
	padding-left:0px;
	margin-bottom:0px;
}
.rightContent ul {
	margin:0px;
	padding-left:20px;
}
#feature {
	background-image:url(../images/water_bkgd.jpg);
	background-repeat:no-repeat;
	background-attachment:inherit;
	width:588px;
}
#feature .rightContent {
	background-image:none;
	padding:0px;
	margin:0px;
	float:right;
	width:220px;
	height:auto;
	border:0px;
}
#feature .rightContent h3 {
	margin-top: 1.9em;
	margin-bottom: 1em;
	padding: 0px;
	background:url(../images/dwt_h3Bkgd.gif) repeat-x left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	line-height:1.1em;
}
.tipBox {
	padding-top:5px;
	margin-top:0px;
	background:url(../images/tip_bkgd_stripe.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:400px;
	width:220px;
}
.tipContent {
	border:solid 1px #FFFFFF;
	border-bottom:0px;
	margin:0 5px;
	padding:10px;
	height:inherit;
}
#feature .rightContent .tipContent h3 {
	background:none;
	margin:0px;
	padding:0px;
	padding-top:10px;
	line-height:normal;
}
.tipContent p {
	padding:0px;
	padding-top:1em;
}
.spotText {
	width:305px;
	padding-top:140px;
}

/*************
FOOTER
***********/
#footer {
	width:100%;
	clear:both;
	background-color:#3399cc;
}
.footerText {
	padding-top: 10px;
	color:#FFFFFF;
	margin-left:143px;
	text-align:center;
	font-size:.7em;
	line-height:1.5em;
	padding-bottom: 15px;
}
.footerText a {
	color:#FFFFFF;
	font-weight:bold;
}	
