/* CSS Document */
html,body {
	/*font-family: 'lucida grande', 'lucida sans unicode', arial, helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica;
	margin:0;
	padding:0;
	background:url(images/background.jpg) top left repeat-x #D8D8D8;


	}
#wrapper {
	/*background:url(images/bodybg.jpg) top repeat-x;*/
	width:750px;
	padding:0 10px;
	border-left:solid 2px #DDDDDD;
	border-right:solid 2px #DDDDDD;
	margin:0 auto;
	background-color:#FFFFFF;
		}
#header {
	/*background:url(images/headerseperator.jpg) bottom repeat-x ;
	background: url(images/headerbg.jpg) repeat-x #B5C0CA bottom;*/
	border-bottom:3px solid #A3D200;
	}
#header h1 {
	width:70%;
	}


#nav {
margin:0;
padding:0 0;
background:#56799E ;



}

#nav ul {
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
	
	}

#nav li {
	font-size:1em;
	line-height:2.5em;
	margin:0;
	padding:5px 0;
	display:inline;
	}

#nav li a {
	padding:0.7em 0.5em;
	margin:0 0 0 8px;
	text-decoration:none;
	
	color:#FFFFFF;

	
	}
	
#nav li a:hover {
background:url(/images/navbghover.jpg) center bottom #333333;
	border-left:8px solid #336699;
	margin-left:0;
	color:#FFFFFF;
	}	
#nav li a.selected {
background:url(/images/navbghover.jpg) center bottom #333333;
	border-left:8px solid #336699;
	margin-left:0;
	color:#FFFFFF;
	cursor:default;
	}
	
h1 {
	font-size:0.1em;
	margin-left:-999em;
	}
	
h3 {
	font-size:1em;
	color:#506371;
	}
h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:1.9em;
	margin-top:20px;
	margin-bottom:30px;
	color:#506371;
	}

h4 {
	padding-bottom:0;
	margin-bottom:0;
	font-size:1.1em;
	color:#506371;
	}

h4 a{
	color:#506371;
	text-decoration:none;
	}
h4.summary {
	margin:0;
	padding:0 0 0 100px;
	}
	
img {
	border:0;
	}

a {
	color:#B60000;
	}
table {
	padding:0;
	margin:0;
	}
acronym {
	cursor:help;
	}
a:hover {
	color:#FFFFFF;
	background-color:#CC3300;
	}


.maincontent {
	width:750px;
	margin:0px auto 0 auto;
	clear:both;
	padding-top:0;
	}



a.right {
	clear:left;
	}
		
/* FRONT PAGE */

#leftcolumn {
	width:370px;
	float:left;
	}

#rightcolumn {
	width:370px;
	float:right;
	}

#news {
	background:url(images/newsbg.jpg) top left repeat-x #F3F4F5;
	margin:0 0 10px 0;
	}
h3.news {
	background-color:#B5C0CA;
	margin-bottom:5px;
	padding:0.4em;
	text-align:right;
	}
div.newsstory {
	border-bottom:3px dotted #FFFFFF;
	padding:0 10px;	
	}

div.newsstory p {
	font-size:0.9em;
	}
	
#diary {
	margin:0 0 10px 0;
	background:url(images/meetingbg.jpg) repeat-x top #F0F4F2;
	}

h3.diary {
	background-color:#BFCABF;
	margin-bottom:5px;
	padding:0.4em;
	text-align:right;
	}
div.diaryevent {
	border-bottom: 3px dotted #FFFFFF;
	padding:0 10px;	

	}
#diary a{
	font-size:0.9em;
	display:inline;
	}
p.pad { 
	font-size:0.8em;
	}
	
p.date { 
	float:right;
	background-image:url(images/dateback.jpg);
	width:86px;
	height:76px;
	padding:10px 0 0 0 ;
	margin:0;
	font-size:1.8em;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	}
	
p.date em {
	font-size:0.7em;
	font-style:normal;
	}
/* DIARY PAGE */

#meetingworkspace {
	border:2px solid #F0F4F3;
	background-color:#F3F4F5;
	padding:0 5px;
	clear:left;
	}

a.tab {
	background:url(images/datetab.jpg);
	color:#000000;
	width:200px;
	height:30px;
	float:left;
	text-align:center;

	}

a.tab:hover {
	background:url(images/datetabselect.jpg);
	color:#CC0000;
	}

a.tabselect {
	background:url(images/datetabselect.jpg);
	color:#000000;
	float:left;
	width:200px;
	height:30px;
	cursor:default;
	text-align:center;
	font-weight:bold;
	}



#meetingselect{
	width:250px;
	float:left;
	}

#meetingselect p, #meetingselect a {
	font-size:0.9em;
	background-color:#F0F4F2;
	border:1px solid #CCCCCC;
	padding:5px;
	margin: 4px 0;
	display:block;
	color:#000000;
	text-decoration:none;
	}

#meetingselect a:hover {
	background-color:#F3F5A7;

	}

#meetingpreview {
	width:450px;
	float:right;
	background-color:#FFFFFF;
	border:2px solid #666666;
	padding:0 10px;
	margin-top:5px;
	}

/* SITE PAGE */
#sidebar {
	float:right;
	/*top:-95px;
	position:relative;*/
	width:240px;
	padding-top:20px;
	background-color:#F3F4F5;
	border-top:2px solid #A3D200;
	}

#sidebar p {
	padding:0.4em;
	}

#sidebar h3 {
	/*background-color:#B5C0CA;
	border-bottom:5px solid #FFFFFF;*/
	padding:0.4em;
	margin:0;
	}
	
#siteinfo {
	float:left;
	width:470px;
	}
	
.division {
	margin-bottom:10px;
	border-bottom:2px solid #FFFFFF;
	/*background-color:#F3F4F5;*/
	}
/* NEWS PAGE */

a.imagelink {
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	float:right;
	}

a.imagelink:hover {
	border:1px solid #FF8400;
	background-color:#FFFFFF;
	}

#newsstory {
	float:left;
	width:530px;
	}

p.datestamp {
	margin-top:0;
	padding-left:70px;
	font-size:0.8em;
	color:#999999;
	}

.datef {
	position: absolute;
	background: url(/images/datecard.jpg);
	height: 67px;
	width: 59px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	margin: 0;
}

.datef .month, .date, .day {
	text-align: center;
	width: 59px;
}
.datef .month {
	overflow: hidden;
	font-size: 13px;
	position: absolute;
	margin-top: 42px;
	text-transform: uppercase;
}

.datef .day {
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	position: absolute;
	margin-top: 11px;
}

.datef .year {
	display: none;
}	
/* GRANTS PAGE */

.grants {
	width:100%;
	background-color:#B5C0CA;
	padding:5px;
	margin:0 auto 2px auto;
	}

.value {
	font-size:1.6em;
	font-weight:bold;
	color:#FFF;
	}
	

	
/* MEMBERS PAGE */
div.member {
	border:1px solid #CCCCCC;
	padding:5px;
	margin:10px;
	background-color:#E4E9E6;
	height:90px;
	clear:left;
	}
.member p {
	padding:5px 0 0 100px;
	margin:0;
	}
a.peopleimage {
	float:left;
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	}

a.peopleimage:hover {
	border:1px solid #FF8400;
	background-color:#FFFFFF;
	}
	
/* GROUPS PAGE */
div.groups {	
	width:340px;
	border:1px solid #CCCCCC;
	height:100px;
	padding:5px;
	float:left;
	margin:10px;
	background-color:#E4E9E6;
	}

div.groups a {
	float:left;
	}

div.groups p {
	width:200px;
	float:right;
	}
/* ##################### */

#footer {
	clear:both;
	/*background: url(images/navbg.jpg) repeat-x #C3C2B0;*/
	border-top:2px solid #A3D200;
	padding:0 10px 10px 10px;
	margin-top:10px;
	background-color:#444444;
	color:#ffffff;
	border-bottom:#FFFFFF 10px solid;
	}

label {
	width:200px;
	margin-right:10px;
	float:left;
	clear:left;
	font-weight:bold;
	text-align:right;
	}

span.required {
	font-size:0.7em;
	color:#FF9900;
	}

p.error {
	font-size:0.9em;
	color:#CC0000;
	}

p.pagedescription {
	background-color:#FFFFEA;
	padding:10px;
	margin:0;
	border:1px solid #CCCCCC;
	}