/* WSPT css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #666;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
}
/* ========================================================================== GENERAL LINK FORMATTING */
a,  a:link {
  color: #3366FF;
  font-weight: normal;
  text-decoration: underline;
}
a:visited {
  color: #3366FF;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
  color: #003399;
  text-decoration: underline;
}
a:focus {
  color: #3366FF;
}
a:active {
  color: #3366FF;
}
/* This is a container for the page content.  */
#outerWrapper {
	width: 898px;
	background-color: #ffffff;
	background-image: url(../images/pg_bkgd_grey.jpg);
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	padding: 0 17px 0 17px;
	text-align: left;
}
#outerWrapper #header {
	/*width: 879px;*/
	/*background-image: url(../images/header_banner_rt.jpg);*/
	background-color: #ffffff;
	border-bottom: solid 1px #3399ff;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	padding: 10px 0px 0px 0px;
}
#outerWrapper #header #hdrad {
	padding: 10px;
	text-align: right;
}
/* ========================================================================== HORIZONTAL PILLAR NAV */
#outerWrapper #header #hornav {
  color: #000;
  text-align: center;
}
#outerWrapper #header #hornav a, #outerWrapper #header #hornav a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  line-height: 30px;
}
#outerWrapper #header #hornav a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  line-height: 30px;
}
#outerWrapper #header #hornav a:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 30px;
}
#outerWrapper #header #hornav a:focus {
  color: #000;
}
#outerWrapper #header #hornav a:active {
  color: #000;
}

/* ========================================================================== LEFT COLUMN */
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #fff;
  border-right: solid 0px #666;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 200px;
}

#outerWrapper #contentWrapper #leftColumn1 #topnav {
	width: 170px;
	background-color: #fff;
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

#outerWrapper #contentWrapper #leftColumn1 #nav {
	width: 170px;
	background-color: #99cc00; /* orig khaki #ead6aa */
	margin: 0px 10px 10px 10px;
	padding: 0px;
}
/* ====================================================================  MY NAV STYLES  */
#outerWrapper #contentWrapper #leftColumn1 #nav table {
	width: 170px;
}
#outerWrapper #contentWrapper #leftColumn1 #nav td {
	height: 24px;
	display: block;
	vertical-align: middle;
	line-height: 24px;
	padding: 0px;
}
#outerWrapper #contentWrapper #leftColumn1 #nav a {
	color: #000;
	text-decoration: none;
	/* font-weight: bold;*/
	height: 100%;
	display: block;
	padding: 0px 0px 0px 10px;
	border-bottom: solid #99cc00 1px; /* orig khaki #ead6aa - green: 99cc00 */
	font-size: 14px;

}
#outerWrapper #contentWrapper #leftColumn1 #nav td a:hover {
	color: #000;
	background: #99cc00 url(http://www.wspt.org/media/images/nav_bkgd.jpg);
	height: 100%;
	display: block;
	vertical-align: middle;
	line-height: 24px;
	text-decoration: none;
	border-bottom: solid #99cc00 1px;
	/*border-top: solid #ccc 1px;*/
}
#outerWrapper #contentWrapper #leftColumn1 #nav td a.active {
	color: #fff;
	background: #99cc00 url(http://www.wspt.org/media/images/nav_bkgd.jpg);
	height: 100%;
	display: block;
	vertical-align: middle;
	line-height: 24px;
	border-bottom: solid #dbb76c 1px;
	/*border-top: solid #ccc 1px;*/
}

#outerWrapper #contentWrapper #leftColumn1 #nav p {
	padding: 0px 5px 0px 10px;
}

/* ====================================================================  WHATS NEW  */
#outerWrapper #contentWrapper #leftColumn1 #new {
	width: 170px;
	background-color: #99cc00; /* orig khaki #ead6aa */
	margin: 10px;
	padding: 0px;
}
/*#outerWrapper #contentWrapper #leftColumn1 #new pX {
	padding: 0px 2px 0px 10px;
}*/
#outerWrapper #contentWrapper #leftColumn1 #new #scroll {
	margin: 5px 2px 2px 10px;
	height: 110px;
	overflow: auto;
}
#outerWrapper #contentWrapper #leftColumn1 .scroll {
	margin: 5px 2px 2px 10px;
	height: 110px;
	overflow: auto;
}

/* ====================================================================  HEALTH TIPS  */
#outerWrapper #contentWrapper #leftColumn1 #tips {
	width: 170px;
	background-color: #ead6aa;
	margin: 10px;
	padding: 0px;
}
#outerWrapper #contentWrapper #leftColumn1 #tips p {
	padding: 0px 5px 0px 10px;
}


/* ====================================================================  PAGE CONTENT  */
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 220px;
	padding: 10px 10px 10px 10px;
	line-height: 18px;
}
#outerWrapper #contentWrapper #content ul {
	line-height: 18px;
}
#outerWrapper #contentWrapper #content #contentbody {
  background-color: #fff;
  border-right: solid 1px #666;
  float: left;
  padding: 0px 10px 0px 0px;
  width: 480px;
}
#outerWrapper #contentWrapper #content #contentrtnav {
  /*float: right;*/
  margin: 0 0 0 500px;
  /*padding: 10px 10px 10px 10px;*/
}
#outerWrapper #contentWrapper #content .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #fff;
  border-top: solid 1px #3399ff;
  padding: 0px 0px 10px 0px;
}

div.transOFF {width: 100%; background-color: #fff; border:0px solid black; }
div.transON {width: 100%; background-color: #fff; opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:0px solid black; }
div.trans25 {width: 100%; background-color: #fff; opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:0px solid black; }
div.trans75 {width: 100%; background-color: #fff; opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:0px solid black; }

div.tips {
	margin: 0px 40px 0px 60px;
}