@charset "UTF-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
img{
 border:0px;
}
/*wrapper and main content divs */
#container{
	margin: 0 auto;
    width: 800px;
	padding-top:30px;
}
#content{
	width:100%;
}

/*list navigation styles */
#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight:bold;
}
#nav-menu li
{
	float: left;
}
#nav-menu li a
{
	background: #eef6fd;
	height: 20px;
	width: 98px;
	display: block;
	border: 1px solid white;
	color: #628ddb;
	text-decoration: none;
	text-align: center;
	font-size:12px;
	padding-top:3px;
}

#nav-menu li a:hover{
	color: #2e5cac;
	background: #bde0ff;
}

 /* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none
}

/* list warning colours */

.warning{
	color:#FF0000;
}
/* End hide */
/* Main content space*/
#main{
	background: #ceddda;
	height:500px; 
}
#home-text{
	color:#474b4b; 
	width:235px;
	float:left;
	padding:20px;
	padding-top:30px;
	font-size:11px;
}
#home-graphic{
	width:493px;
	float:left;
	position:relative;
	top:100px;
	left:20px;
}
#home-graphic img{
	border: 5px solid white;
}
/* main footer */
#main-foot{
 	height:135px;
	background:#FFFFFF;
}
#foot-text{
	color:#FFFFFF; 
	width:220px;
	float:left;
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
	background:#9c516f;
}
#foot-graphic{
	width:500px;
	float:left;
	position:relative;
}
/*sub-sections */
#main-sub{
 	height:460px;
	background:url(images/main-background.gif);
}

.sub-text{
	color:#474b4b; 
	width:350px;
	float:left;
	padding:15px;
	font-size:12px;
	overflow:auto;
	height:400px;
}
.sub-text-wide{
	color:#474b4b; 
	width:770px;
	height:330px;
	overflow:auto;
	float:left;
	padding:15px;
	font-size:12px;
}
#sub-text-footer{
	float:left;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	font-size:14px;
	color:#FFFFFF;
 
}
/* member table*/
table#memberlist{
	font-size:12px;
	color:#474b4b;
	text-align:left;
	width:100%;
}
table#memberlist th{
	font-size:12px;
	color:#79A69F;
	text-align:left;
	border-bottom:2px solid #90304B;
	border-right:2px solid #90304B;
}
table#memberlist td{
	padding: 2px;
	border-bottom:1px solid #79A69F;
	border-right:1px solid #79A69F;
}
table#memberlist td.member_table_logo{
	text-align:center;
	background:#FFFFFF;
}
img.biopic{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
img.leftfloat{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
img.rightfloatindented{
	float:right;
	padding-right:100px;
	padding-bottom:5px;
}
img.rightfloat{
	float:right;
	padding-right:5px;
	padding-bottom:5px;
}
.member-bio{
 border-bottom:2px solid white;
 
}
table#boardlist{
	font-size:12px;
	color:#474b4b;
	text-align:left;
	width:100%;
}

table#boardlist th{
	font-size:12px;
	color:#79A69F;
	text-align:left;
	border-bottom:2px solid #90304B;
	border-right:2px solid #90304B;
}
table#boardlist th#boardmember{
	width:25%;
}
table#boardlist td{
	padding: 2px;
	border-bottom:1px solid #79A69F;
	border-right:1px solid #79A69F;
}
div.showhide_hide{
	padding:5px;
	visibility:hidden;
	display:none;
}
div.showhide_show{
	padding:5px;
	visibility:visible;
	border: 1px solid #90304B;
	display:block;
}
h2.morenoticable{
	color:#79A69F;
}
h1, h2, h3 {
	color:#90304B;
}