/*style sheet created January 2009 by Richard Donohue for Wiseli
color pallete:
blue: #336699
blue: #195f9c
light blue: #2d97c0
green: #006633
green: #0d6224
light green: #3a8228
*/

body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}
#container{
	padding: 0 0 20px 0;
	width: 800px;
	margin: 0 auto;
}
h1{
	color: #195f9c;
	/*background: #006633;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	padding: 3px 0 3px 0;
	margin: 16px 0 10px;
}
h2{
	font-family: Helvetica, Arial, sans-serif;
	color: #134a79;
	font-size: 1.1em;
	padding: 0;
	margin: 15px 0 6px;
}
h3{
	color: #134a79;
	font-size: .9em;
	margin: 15px 0 10px 6px;	
}
h4{
	color: #134a79;
	font-size: .8em;
	margin: 15px 0 0 8px;	
}
p{
	color: #111;
	font-size: .8em;
	padding: 0 8px;
	margin: 6px 0 10px 0;
	text-align: justify;
	line-height: 1.4em;
}
a{
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:visited{

}
.clearright{
	clear:right;
}
.clearleft{
	clear:left;
}
.clearboth{
	clear:both;
}
#masthead{
	width: 800px;
	height: 140px;
	border-bottom: 3px solid #336699;
	margin: 10px auto 0 auto;
	padding: 0;
	background: url(images/allbluelab.gif) right top no-repeat;
}

#masthead img, #masthead img a, #masthead img a:hover, #masthead img a:visited{
	border: none;
	margin: 0;
	padding: 0;
}
.banner{
	color: #fff;
	font-size: .8em;
	text-align:center;
	font-weight: bold;
	margin-top: 14px;
	margin-top: 14px;
}


/*sidebar is Server Side Include that includes the primary navigation menu, search box, and affiliation menus*/
#sidebar{
	width: 160px;
	float: left;
	margin: 20px 25px 0 0;
}
#sidebar p{
	font-weight: bold;
	margin: 15px 0 8px;
	text-align: left;
}
#sidebar img, #sidebar img a, #sidebar img a:hover, #sidebar img a:visited{
	border: none;
	margin: 3px auto 8px;
	padding: 0;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menusubheader{
	color: #195f9c;
	font-size: .9em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 160px;
}
.menu {float:left; padding:0; margin:3px 0 0 0; list-style:none; position:relative; width:160px;}
.menu ul {padding:0; margin:0; list-style:none; width:160px; height:auto; background-color:#fff; position:absolute; left:-9999px; top:0;}
.menu table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

.menu li {float:left; margin-bottom:1px;}
.menu li a {display:block; float:left; width:154px; /*height:24px;*/ background-color:#2d97c0; color:#fff; /*line-height:24px;*/ font-family:verdana, arial, sans-serif; font-size:11px; text-decoration:none; /*text-indent:10px;*/ padding: 5px 6px 5px 4px; border-left: 1px solid #fff;}
.menu li a.fly {background:#2d97c0 url(right-arrow.gif) no-repeat right center; padding-right: 12px; width: 148px;}

.menu li:hover {position:relative;}
.menu li a:hover {position:relative; background-color:#3a8228; color:#fff;}
.menu li:hover > a {background-color:#3a8228; color:#fff;}

.menu ul li a {}
.menu ul li a.fly {background:#2d97c0 url(right-arrow.gif) no-repeat right center;}
.menu ul ul li a {background:#2d97c0;}
.menu ul ul li a.fly {background:#2d97c0 url(right-arrow.gif) no-repeat right center; padding-right: 12px; width: 148px;}
.menu ul ul ul li a {background:#2d97c0;}

.menu li a.current,
.menu ul li a.current,
.menu ul ul li a.current,
.menu ul ul ul li a.current {background-color:#2d97c0; color:#fff;}

.menu :hover ul,
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul {left:165px;}

.menu :hover ul ul,
.menu :hover ul :hover ul ul {left:-9999px;}

.menu ul li:hover > a {background-color:#3a8228; color:#fff;}
.menu ul ul li:hover > a {background-color:#3a8228; color:#fff;}
/*end menu styles by Stu Nichols, modified by Richard Donohue January 2009*/



#content{
	width: 595px;
	float: left;
}
#content ul{
	list-style-image: url(images/wbullet.gif);
	list-style-position: outside;
	list-style-type: circle;
	margin: 6px 0 6px 30px;
	padding: 0 8px;
}

#content ul li{
	font-size: .8em;
	line-height: 1.4;
	margin: 5px 0;
}
#content ul li ul{
	list-style: none !important;
}
#content ul li ul li{
	font-size: 1em;
}
#content ul li ol li{
	font-size: 1em;
}
#content ol{
	margin: 3px 0 3px 35px;
	padding: 0;
}
#content ol li{
	font-size: .8em;
	line-height: 1.4;
	margin: 8px 0;
}
#content ol li ol{
	list-style-type: lower-alpha;
}
#content ol li ol li, #content ol li ul li{
	font-size: 1em;
}
.listtight li{
	margin: 0 !important;
 	list-style: none !important;
}
.listwbullet, .listwbullet ul{
	list-style-image: url(images/wbullet.gif);
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 30px !important;
}

/*styles for images*/
.imgleft{
	float:left;
	margin: 0 4px 4px 0;
	border: none;
}
.imgright{
	float:right;
	margin: 0 4px 4px 0;
	border: none;
}

/*styles for images used in biographies of WISELI staff*/
.imgbio{
	float: right;
	margin: 0 0 4px 10px;
}

/*style for hyper-reference to jump to top of pages*/
.top{
	margin: 20px 0 25px 3px !important;
}


blockquote{
	font-size: .8em;
	font-style: italic;
	color: #666;
	margin: 10px 60px 15px;
}
/*style for blockquote with blue text*/
.blue{
	color: #195f9c;
}
/*two column layout placed within #content*/
#leftmain{
	width: 292px;
	float: left;
}
#rightmain{
	width: 292px;
	float:left;
	margin: 0 0 0 8px;
}
#leftmain ul, #rightmain  ul{
	list-style: none !important;
	margin: 3px 0 3px 3px;
	padding: 0 8px;
}
#leftmain ul li, #rightmain ul li{
	font-size: .8em;
}
/*three column layout placed within #content*/
#left3main{
	width: 195px;
	float: left;
}
#cent3main{
	width: 194px;
	float: left;
}
#right3main{
	width: 195px;
	float:left;
	margin: 0 0 0 8px;
}
#left3main ul, #cent3main ul, #right3main  ul{
	list-style: none !important;
	margin: 3px 0 3px 3px;
	padding: 0 8px;
}
#left3main ul li, #cent3main ul li, #right3main ul li{
	font-size: .8em;
}



ul.citations  li{
	margin: 10px 0 !important;
}
.note {
	font-size: 90%;
	color: #666666;
}
/*styles for horizontal navigation menus at top of pages, though note that .the vertical navmenu is our default nav for internal page navigation; !important used to over-ride #content styles*/
.navmenu{
	padding: 3px 0;
	background-color: #fafafa;
}
.navmenu ul{
	list-style-image: url(images/wbullet.gif);
	list-style-position: outside;
	list-style-type: circle;
	line-height: .8em;
	margin: 25px 0 30px;
	padding: 0;
}
.navmenu ul li {
	padding: 0 !important;
	margin: 0 !important;
}
.navmenu ul li a{
	text-decoration:none;
}
 .navmenu ul li a:hover{
	text-decoration: underline;
 }

/*styles for horizontal navigation menus at top of pages, though note that .the vertical navmenu is our default nav for internal page navigation*/
.horzmenu{}
.horzmenu ul{
	list-style-type: none;
	line-height: 1em;
	margin: 25px 0;
	padding: 0;
}
.horzmenu ul li {
	border-right: 1px solid #222;
	display: inline;
	padding-right: 5px;
	margin: 0 3px;
	font-size: .8em !important;
	line-height: 1.5;
}
.horzmenu ul li.last {
	border-right: none;
}
.horzmenu ul li a{
	text-decoration:none;
}
 .horzmenu ul li a:hover{
	text-decoration: underline;
 }
 /*styles for sitemap at map.php*/
 
#sitemap{
 
}
 
#sitemap ul{
 
}
 
#sitemap  li{
 
}

#sitemap a {

}
 
 

 /*styles for footer, inserted as SSI in each page*/
#footer{
	margin: 40px 0 20px 0;
	text-align: center;
}
#footer ul{
	list-style-type: none;
	line-height: 1em;
	margin: 25px 0;
	padding: 0;
}
#footer ul li{
	border-right: 1px solid #222;
	display: inline;
	padding-right: 5px;
	margin: 0 3px;
	font-size: .7em;
	line-height: 1.5;
}
#footer ul li.last{
	border: none;
}
#footer ul li a{
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration: underline;
}
#footer p{
	text-align: center;
}
#footer hr{
	width: 80%;
	margin: 15px auto;
	color: #666;
}
