@charset "utf-8";
/* CSS Document */

 
body  {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #16798e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
p, li, td, th  {
	font-size:11px; line-height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.psmall  {
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.subhead { font-weight:bold; color:#197e8a;}

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #ffffff;
	background-image: url(../images/bg.gif); background-repeat:no-repeat;
	background-position: 0 140px; /* x-pos y-pos */
/*	background: #FFFFFF;
*/	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header {
	padding: 0 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height:140px;
}

/* CSS Tabs */
#navcontainer {background: #FFFFFF;
	padding: 0 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
/* none needed */ }

ul#navlist { margin-left:150px;
        padding: 0;
        list-style-type: none;
        white-space: nowrap; background-color: #eef4f1;
}

ul#navlist li {
        float: left;
        font-family: Geneva, Arial, Helvetica, sans-serif; letter-spacing:1px;
		font-size: 11px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 4px 0;
        background-color: #eef4f1;
        border-top: 1px solid #e0ede9;
        border-bottom: 1px solid #e0ede9;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 5px 18px 4px 18px;
        color: #329a9d;
        border-right: 1px dashed #d1e3db;
        text-decoration: none;
}

ul#navlist li#active {
        color: #329a9d;
        background-color: #FFFFFF;
}

#navlist a:hover {
        color: #329a9d;
        background-color: #ffcc00;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}

/*#sidebar1 #sidenav {
background: #FFFFFF;
width: 100%;
padding: 0 0 1em 0;
margin-top: 30px;
margin-bottom: 1em;
color: #333;
}
*/
#sidebar1 #sidenav {
        width: 200px;
		margin-top: 50px;
        }

#sidebar1 #sidenav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

#sidebar1 #sidenav img {
    border: none;
}


#sidebar1 #sidenav li a {
        height: 32px;
        text-decoration: none;
        padding: 8px 0 0 30px;
        }

#sidebar1 #sidenav li a:link, #sidenav li a:visited {
        color: #889944;
        display: block;
        background:  url(../images/menu.gif);
        padding: 8px 0 0 30px;
        }

#sidebar1 #sidenav li a:hover {
        color: #889944;
        background:  url(../images/menu.gif) 0 -32px;
        padding: 8px 0 0 30px;
        }
#sidebar1 #sidenav li #current {
        color: #889944;
        background:  url(../images/menu.gif) 0 -32px;
        padding: 8px 0 0 30px;
        }
#sidebar1 #sidenav p {
		width: 100%;
		display: block;
		padding: 5px 5px 5px 5px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
			/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
		font-size : 10px;
		color: #999999;
		margin: 0;
		}

#sidebar1 #sidenav p a {
		color: #999999;
		text-decoration: none;
		}

#sidebar1 #sidenav p a:hover {
		background-color: #ffcc00;
		color: #329a9d;
		}

#sidebar1 #sidenav p #active {
		padding: 5px 5px 5px 5px;
		background-color: #FFFFFF;
		color: #329a9d;
		}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 45px;
	padding: 0px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	border-left: 0px dotted #CCCCCC;
}
#mainContentThree {
	margin: 50px 320px 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px dotted #CCCCCC;
	
} 
#mainContent {
	margin: 40px 20px 0px 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 0px dotted #CCCCCC;
}

#mainContent a, #mainContentThree a {
	text-decoration:none; font-weight:bold;
	color:#08596a;
}
#mainContent a:hover, #mainContentThree a:hover {
	color:#889944;
}

/*********************************
	FOOTER
*********************************/
/*#footer
{width: 784px; height: auto; border-top: 1px solid #ccc; margin-top: 4px; padding-top: 10px; clear: both;}
*/
#footer { 
	padding: 20px 20px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top: 1px solid #ccc; clear: both;
} 
#footer #copyright {
	text-align: center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 0px;
 	color: #696969;
	text-decoration: none;
 }
#footer #copyright a {
 	color: #696969;
	font-weight:bold;
	text-decoration: none;
 }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both; 
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearp { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	overflow: auto;
	height:0;
    font-size: 1px;
    line-height: 0px;
}
#SearchBar {
	float:right;
	text-align:right;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.msg {
/*/*/
	/*background: #fff6bf url(bioneural/exclamation.png) center no-repeat;*/
/* */
	/*background-position: 15px 50%;*/ /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
A {
color:#08596a;
text-decoration: underline;
font-weight:bold;
}

A:hover, A.Page:hover {
color:#889944;
text-decoration:underline;
}
h1 {font-family:Arial, Helvetica, sans-serif; font-size:18px; line-height:24px; color:#08596a; font-weight:bold; margin-top:0px;}
h2 {font-size:14px; line-height:16px; color:#60a21c;}
h3 {font-size:14px; line-height:16px; font-family: arial; color:#000; letter-space:.05em; font-weight:bold;}
.day-current { background-color: #fff6bf; }
.miniday-basic { background-color: #EFEFEF; font-size: .6 em; }
.miniday-current { background-color: #fff6bf; font-size: .6 em; }
.minititle { font-weight: bold; color:#0956ad; text-align: center; }
.ResultsHeader {border-bottom: 2px solid #ffd324; padding-top:20px; }
.ResultsP {border-bottom: 1px solid #999999; }


