/*Full Circle CSS Document */

body {
	background:#c8c5b8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}


/* -------------- centers site, gives it width ----------*/
#fc_maincont {	
	margin:0 auto;
	width:969px;
	background:#f7f8f8;

	border:1px solid #8f9085;
	
	}
	
#fc_header {
	background: url(images/header.jpg) no-repeat;
	height:269px;
	margin:0;
	padding:0;
	}

#fc_mission {
	float:left;
	width:214px;
	background:#542143 url(images/purple-bottom.jpg) bottom no-repeat;
	padding-bottom:45px;
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
#fc_textarea {
float:right;
width:725px;
	}
	
h1 {
	color:#542044;
	font-size:17px;
	}
	
.subtitles {
	color:#542044;
	font-size:16px;
	font-weight:bold;
	
	}

#fc_news {
	float:right;
	background: url(images/news.jpg) top no-repeat;
	margin:0;
	width:200px;
	height:408px;
	padding: 15px 19px 4px 17px;
	color:#fff;
	}
	
#fc_subbox {
	float:right;
	width:200px;
	background:#8f8f84;
	border:2px solid #7f7c76;
	padding:4px;
	color:#fff;
	}
	
.newstitle {
	font-size:15px;
	font-weight:bold;
	
		padding: 0 0 4px 15px;
	}
	
#fc_footer {
	clear:both;
	height:15px;
	background: url(images/purple-top-bar.jpg) repeat-x;
	margin:0 auto;
	padding:0;
	width:969px;
	}
	
#fc_prefooter {
	font-size:11px;
	color:#542143;
	border-top: 1px dashed #8f9186;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	text-align:center;
	padding: 5px;
	margin-top:10px;
	}
/* ------------ menu code ---------------*/
#navcontainer { 
	background:#78766f url(images/bottom-menu.jpg) bottom no-repeat;
	width:229px;
	height:360px;
	padding-top:5px;
	}

#navcontainer ul
{
margin: 0;
padding: 0 5px 0 5px;
list-style-type: none;
font-family: verdana, arial, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
color: #fff;
background-color: #8f9085;
width: 199px;
padding: 2px 6px;
text-decoration: none;
border-top: 1px solid #9a9b8e;
border-bottom: 1px solid #6f6c62;
border-left: 1px solid #9a9b8e;
font-weight:bold;
font-size: 14px;
}

#navcontainer a:hover
{
background-color: #6d6b64;
color: #fff;

padding: 2px 6px;

border: 1px solid #5b5951;
}

#navcontainer ul ul
{
margin-left: 30px;
padding: 0;
list-style-type: none;
}

#navcontainer li li a
{
display: block;
color: #fff;
background-color: #8f9085;
width: 170px;
padding: 2px 6px;
margin: 0;
border-top: 1px solid #9a9b8e;
border-bottom: 1px solid #6f6c62;
border-left: 1px solid #9a9b8e;
text-decoration: none;
font-weight:bold;
font-size: 13px;
}