/* Start of CMSMS style sheet 'GIVINGWORKS' */
body
{
	background:white;
	text-align:justify;
	font-family:"Helvetica";
}

ul {list-style-type:disk;}

h3 
{
	margin-left:10%;
	width:80%;
	border-bottom:3px solid #cc0000;	
}

h3.darker {border-bottom:3px solid #660000;}
h3.black{border-bottom:3px solid black;}
h5
{
	color:#ffc619;
	margin-left:10%;
	width:80%;
}

h4
{
	margin-left:10%;
	width:80%;
}

p, .NewsSummaryLink, .NewsSummaryPostdate
{
        margin-left:10%;
	width:80%;
	font-size:14px;
	clear:left;
}

#right ul
{
	padding-left:10%;
	width:80%;
}


#right div.NewsSummaryLink a
{
font-size:16px;
color:black;
}

#wrapper
{
	width:900px;
	position:relative;
	margin:auto;
	background:white url("uploads/images/leftshadow.png");
}

#header
{
	width:100%;
	position:relative;
z-index:100;
}


#banner
{
	width:900px;
	height:79px;
	position:relative;
	background:white url("uploads/images/banner.png");
}


#band
{
	width:100%;
	height:20px;
	position:relative;
	background:url("uploads/images/band.png");
z-index:99;
}


#main
{
	width:100%;
	position:relative;
}

#container
{
	width:100%;
	position:relative;
	float:left;	
	background:#cccccc;
}

#left
{
	width:225px;
	min-height:600px;
	position:relative;
	float:left;
	background:#cccccc;
}

#left img {margin-top:20px; margin-left:37px;border:1px solid black;}

#right
{
	width:670px;
	min-height:600px;
	float:left;	
	position:relative;
	background:#e5e5e5;
        border-left:5px solid white;
z-index:0;
}

#rightbanner
{
width:670px;
height:168px;
position:relative;
border-bottom:5px solid #400000;
z-index:0;
}

#casestudies {margin-left:100px; z-index:99;}
#casestudies img {border:1px solid black;}

#rightbanner img {width:150px;height:100.070px;margin-left:30px; margin-top:30px;}

#value
{
width:670px;
height:82px;
background:url("uploads/images/redgradient.png");
position:relative;
float:left;
color:white;
overflow:hidden;
border-bottom:5px solid white;
}

#value p{font-size:16px; margin-left:2%; margin-top:0; width:96%;}


#Events
{
position:relative;
width:100%;
height:400px;
overflow:auto;
border-bottom:5px solid white;
}

#Pubs
{
position:relative;
width:100%;
height:400px;
overflow:auto;
}

div.column
{
	width:50%;
	float:left;	
	position:relative;
	font-size:12px;
}

div.column ul li
{
	width:90%;
	font-size:12px; 
	text-align:left;
}

div.modulehalf
{
	width:50%;
	height:120px;
	float:left;	
	position:relative;
	overflow:hidden;
	text-align:left;
}

div.modulehalf p
{
	font-size:10px;
	margin-left:5%;
	width:90%;
}



#leftnav
{
background:#8c8585;
height:255px;
border-bottom:5px solid white;
}

#leftnav ul
{
margin:0;
padding:0;
list-style:none;
}

#leftnav ul li
{
padding:10px;
background:#8c8585;
width:268px;
}

#leftnav ul li:hover
{

background:#d9d9d9;
}


#leftnav ul a
{
color:white;
font-size:12px;
} 

#leftnav ul a:hover
{
font-weight:bold;
color:black;
}

#footer ul
{
list-style:none;
margin:0;
padding:0;
}

#footer ul li
{
display:inline;
padding-left:10px;
padding-right:10px;
font-size:12px;
border-right:2px solid #cc0000;
}

#footer a{color:white;}
#footer a:hover{color:gray;}

#menu ul li:hover{background: white url("uploads/images/redtab.png")repeat-x;}


#footer
{
	width:100%;
	height:30px;
	position:relative;
	float:right;
	background:black;
	border-top:4px solid white;
}


.highlight a {color:white;}
a
{
	text-decoration:none;
        font-weight:bold;
	color:#cc0000;
}

a:hover{color:#990000;}

a img {border:none;}


#menu
{
	width:100%;
	height:30px;
	position:relative;
	background:black;
	text-align:left;
z-index:100;
}

/*




#menu ul, #menu ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:+10;
}

#menu ul a {
	display: block;
	width: 100px;
}

#menu ul li {
	float: left;
	width: 100px;
        z-index:+10;
}







*/
#menu a:hover
{
	color:black;
}

#menu ul
{
list-style:none;
margin:0;
padding:0;
float:right;
z-index:+100;
}

#menu ul li
{
padding-left:10px;
padding-right:10px;
padding-bottom:15px;
font-size:14px;
border-left:1px dashed gray;
margin:0;
float:left;
z-index:+100;
}


#menu a 
{
	color:white;
	font-family:"Impact";
                font-weight:normal;
}

#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menu ul li ul {
	position: absolute;
	width: 100px;
	margin-top:12px;
	margin-left:-11px; 
	left: -999em;
        z-index:+100;
}

#menu a {
	display: block;
	width: 100px;
}

#menu li { /* all list items */
               position:relative;
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
z-index:100;
}

#menu li ul { /* second-level lists */
	position: absolute;
	width: 100px;
	left: -999em; 
z-index:100;
/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#menu ul li ul li
{
background:url("uploads/images/trans.png");
z-index:100;
}

#menu ul li ul li:hover
{
background:url("uploads/images/trans2.png");

}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
    top: auto;
    left: auto;
}

div.biomodule
{
width:100%;
border-bottom:1px solid white;
position:relative;
clear:left;

}

div.picspace
{
float:left;
width:100px;
min-height:150px;
position:relative;
}

div.biospace
{
float:left;
width:570px;
min-height:150px;
position:relative;
color:white;
background:#0a0a19;
border-bottom:1px dashed gray;
padding-top:10px;
padding-bottom:10px;
}

div.biocontainer
{
width:100%;
position:relative;
}

div.highlight
{
background:#666666;
color:white;
padding-top:5px;
padding-bottom:5px;
}

div.NewsSummary a
{
margin-left:10%;
}


div.NewsSummaryLink
{
font-size:16px;
color:#660000;
font-weight:bold;
}

#left div.NewsSummaryLink a
{
border:none;
font-size:12px;
text-align:left;
color:white;
margin-left:0;
text-decoration:underline;
}

#right div.NewsSummaryLink
{
color:black;
text-decoration:underline;
}

#left div.NewsSummary
{
margin-bottom:15px;
}

div.NewsSummaryMorelink, #NewsPostDetailReturnLink, #NewsPostDetailPrintLink
{
margin-left:10%;
}

div.NewsSummaryMorelink a
{
margin-left:0;
font-size:12px;
color:black;
}

.NewsSummaryPostdate
{
font-size:13px;
}

#NewsPostDetailReturnLink a, #NewsPostDetailPrintLink a
{
color:#660000;
}

#NewsPostDetailReturnLink
{
margin-bottom:15px;
}

#NewsPostDetailContent a {color:#660000; margin-left:10%;}
.NewsSummary{margin-bottom:15px;}

.highlight h4 {padding-left:10% ; margin-left:0;}

div .NewsSummaryContent a {font-size:13px;}
/* End of 'GIVINGWORKS' */

