@charset "utf-8";
/* CSS Document */

/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 


}



body {
	background: url(/bodybackground2.jpg);
	background-color:#000000;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;	
}
.container {
	width: 760px;
	margin: 0 auto;

	}
#header {
	margin-top: 10px;
	float: left;
	width: 100%;
	padding: 10px 0;
	background-image:url(/Assets/headerbackground.jpg);
	background-repeat:repeat-x;
	height: 251px;
	margin-bottom: 0px;
	padding-bottom: 0px;

	}
#logo {
	float: left;
	margin-left: 20px;
	}
#search {
	float: right;
	margin-right: 20px;
	}
#main-nav {
	clear: both;
	margin: 0 0 0 0;
	background-image:url(/Assets/nav-background.jpg);
	background-repeat: repeat-y;

	}
	
#main-nav p {
	font-size: 80%;
	}
#main-nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 10px;
	text-align: left;
	list-style: none;
	}
#main-nav li {
	display: block;
	margin: 0px;
	padding: 1px 3px 0px 5px;
	}
	
#content-wrapper {
	background-image:url(/Assets/contentbackground.jpg);
	background-repeat:repeat-y;
	overflow:auto;
}

#secondary-content {
	float: left;
	width: 200px;
	margin: 20px 10px 10px 10px;
	padding: 10px;
	background: #ECEBE4;
	}
#main-content {
	float: left;
	width: 100%;
	margin: 0;
	overflow:hidden;
	}
#main-content p {
	padding: 0px 20px 10px 15px;
	font-size: 75%;
	text-align:left;
	margin-left: 10px;
	margin-right: 10px;
	}
#main-content ul li {
	font-size:75%;
	text-align:left;
	margin-left: 10px;
	margin-right: 10px;
	list-style-type:none;
	padding:0px 0px 0px 25px;
	margin:0px;
	}	
	
#footer {
	margin-top: 10px;
	clear: both;
	background: #000000;
	color: #fff;
	text-align: center;
	}
#footer p {
	padding: 1em;
	font-size:80%;
	}
h1, h2, p {
	margin-top: 0;
	}
h2 {
	font-size: 120%;
	}
a {
	color: #FFFFFF;
	/* font-size: 80%;*/
	text-decoration: none;
	}
#main-nav-top {
	background-image:url(/Assets/nav-top.jpg);
	background-repeat:no-repeat;
	height:11px;
	margin:0px;
	padding:0px;
	}
#main-nav-bottom {
	clear:both;
	background-image:url(/Assets/nav-bottom.jpg);
	background-repeat:no-repeat;
	height:4px;
	margin-bottom:0px;
	padding-top: 0px;
	}
#content-top {
	margin-top:0px;
	background-image:url(/Assets/contenttop.jpg);
	background-repeat:no-repeat;
	height:4px;
	padding-bottom:5px;
	} 


#content-bottom {
	margin-bottom: 0px;
	background-image:url(/Assets/contentbottom.jpg);
	background-repeat:no-repeat;
	height:9px;
	}
	
#site-news {
	float:left;
	padding: 0px 10px 0px 25px;
	width: 325px;
	position:relative;
	}
#site-news a:hover {
	text-decoration:underline;
	}
	
#site-news ul {
	padding: 15px 10px 15px 0px;
	}

#site-news li {
	font-size:75%;
	padding-bottom: 5px;
	}
	
/* #site-news li h1 {
	font-weight:bold;
	font-size:110%;
	color:#FF0000;
	} */

#nav {
	margin: 0px 0px 0px 0px;
	float:right;
	padding:0px 0px 0px 0px;
	width: 378px;
	}
	
#nav img {
	float:right;
	padding-right: 16px;
	}
	
#nav-menu {
	float:left;
	/* background-color:#0000FF;  */
	background-image: url(/Assets/nav-menu-background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding:0px;
	width:161px;
	border-right: solid 1px #FFFFFF;
	}
	
#nav-menu ul {
	padding-top: 10px;
	padding-bottom: 30px;
	}
	
#nav-menu li {
	padding-left:0px;
	padding-right: 50px;
	}
#nav-menu a{
	font-size: 80%;
	}
#nav-menu a:hover {
	font-size: 80%;
	text-decoration: underline;
	}
#nav-menu p {
	font-size:125%;
	}
	


.announcement {
	font-weight:bold;
	font-size:110%;
	color:#FF0000;
	padding-right: 3px;
	}
	
		
.clearfix:after {
  content: "."; /* This dot is the actual appended content */
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 
.list-bottom {
	margin-bottom: 25px;
	padding-bottom: 10px;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
