﻿<style type="text/css">
html, body {margin:0px; padding:0px; width:100%; overflow:hidden;}
body {font-family:arial, sans-serif; font-size:76%;}
#background{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #FFFFFF;
}
#content {
	position:absolute;
	width:100%;
	top:150px;
	left:0px;
	overflow:auto;
	z-index:2;
	font-family:arial, sans-serif;
	color: #006600;
	text-align:left;
}
#content p{
	text-align: left;
}
#maintext {
	position:absolute;
	top: 0px;
	left: 20%;
	width: 60%;
	background-color: white;
	color: #006600;
}
#header {
	position:absolute;
	width:100%;
	left:0;
	height:130px;
	z-index:2;
	background-color: #FFFFFF;
	font-family:arial, sans-serif;
	color: #006600;
	text-align:left;
}
#main {
	position:absolute; 
	width:100%; 
	top:140px;
	z-index:2;
}
#footer {
	width:100%; 
	z-index:5;
	background-color: #FFFFFF;
}
#news {
	width:100%;
	background-color:#66CC33;
	color:#006600;
}
p {line-height:1.5em; text-align:left;}
#fixed {position:absolute; top:25px; left:10px; width:150px; z-index:10; color:#567; border:1px solid #000; padding:10px;}
a {
	color: #006600;
	text-decoration:underline;
}
#sidebar
{
	position: absolute;
	top: 380px;
	left: 0px;
	width: 110px;
	z-index: 8;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	background-color: #FFFFFF;
}
#menu {
	position:absolute;
	top: 150px;
	left: 0px;
	z-index:100;
}
#MenuBar1 {
	position: relative;
	top: 0px;
	left:0px;
	z-index: 10;
	background-color: #FFFFFF;
}
#cwpDates{
	height: 300px;
	width: 170px;
	background-image: url('../images/cwpDates.png');
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	color: white;
	font-weight:bold;
	float:left;
}
.closed	{
	color:black;
	font-weight:normal;
}
.therapies {
}
.dropin {
	color:navy;
}
.forumScroll {
	color: #800080;
	font-weight:bold;
}
.LinkDescription {
	font-size:xx-small;
}
.OliveTreeAddress {
	text-align:right;
	font-size: x-small;
	line-height:1em;
}
#OliveTreeAddressBar {
	line-height:normal;
	text-align:right;
	font-size:small;
	color: #006600;
	background-color: #FFFFFF;
}

.validation {
    color:Red;
}

invisible{
    display:none;
}

visible{
    display:block;
}

.dataEntry{
    width: 500px;
}

/*Menu Styles*/

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-weight: normal;
font-size: x-small;
width: 120px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #006600;
text-decoration: none;
padding: 6px;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #FFFFFF; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #006600;
}

.sidebarmenu ul li a:hover{
background-color: #66CC33;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url('../images/OliveTreeMenuRightArrow.gif') no-repeat 97% 50%;
}

.sidebarmenu a.subfolderstyle:hover{
background: url('../images/OliveTreeMenuRightArrowAlt.gif') no-repeat 97% 50%;
background-color: #66CC33;
}

.MenuBarItemSubmenu
{
	background-image:url('../images/OliveTreeMenuRightArrow.gif');
	background-repeat:no-repeat;
	background-position:right;	
}
 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

</style>

