@charset "UTF-8";
/* CSS Document */


#container {
	
	margin: 0 auto;   /* align for good browsers */
	border:1px solid #333;
	width:800px;
}

#top {
	margin:0 auto;
	width:100%;
	height:222px;
	background-image:url(images/backg2.jpg);
	 
}

#menuwrap {
	margin:0 auto;
	width:100%;
	background-color:#000;
	height:35px;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	list-style-type:none;
	text-align:center;
	
}


.menuwrapper {
text-decoration:none;
	margin:0 auto;
	width:800px;
	padding-top:5px;
	*padding-top:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	cursor: default;
	color: #fff;
	text-transform: uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;

}

.home {
	border-left:1px solid #333;
}

/*Top level list items*/
.menuwrapper li{
list-style: none;
display: inline;
z-index: 3;
padding:0px 10px 0px 4px;
text-transform:uppercase;
font-size: 11px;
border-right: 1px solid #333;

}




/*Top level menu link items style*/
.menuwrapper a{
text-decoration:none;
	color:#fff;
	padding:10px 10px 10px 10px;
	text-transform: uppercase;

}

.menuwrapper a:hover {
	
	
	color:#09F;
	}
	
#footer {
	margin:0 auto;
	font-size:10px;
	background-color:#000;
	 
	color: #FFF;
	width:100%;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}

#maker {
	margin:0 auto;
	font-size:10px;
	color:#FFF;
	text-align:center;
	width:100%;
	background-color:#000;
	background:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:15px;
	padding:8px 0px 5px 0px;
	

}


.maker a:link, a:visited, a:active {
	color:#FFF;
	
}




.aboutus {
	background-image:url(images/hovers.jpg);
}
#bodyinfo2 {
	padding:0px;
	font-size:13px;
	background-color:#000;
}
#bodyinfo {
	width:800px;
	margin:0 auto;
	font-size:12px;
	color: #FFF;
	padding-top:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	
	
}

#bodyinfo div.title {
	position:relative;
	top:0px;
	margin-left:10px;
	
}


.housing {
	background-image:url(images/hovers.jpg);
}
.events {
	background-image:url(images/hovers.jpg);
}
.whattodo {
	background-image:url(images/hovers.jpg);
}
.partners {
	background-image:url(images/hovers.jpg);
}
.part li {
	
	background-repeat:no-repeat;
	list-style-image:url(images/bullet2.png);
}

.part a:link {
	text-decoration: none;
	color: #FFF;
}
.part a:visited {
	text-decoration: none;
}
.part a:hover {
	text-decoration: none;
	color:#F7941E;
}
.part a:active {
	text-decoration: none;
}


.heading {
	width:800px;
	height:17px;
	padding:5px 0px 5px 0px;
	margin:10px 0px 0px 0px;
	float:left;
	color:#fff;
	background-color:#09F;
	text-align:center;
	
}

.heading2 {
	width:800px;
	height:inherit;
	padding:5px 0px 5px 0px;
	margin:10px 0 0 0px;
	float:left;
		
}



.bio {
	float:left;
	width:400px;
	height:inherit;
	margin:10px 10px 10px 5px;
	padding-left:0px;
	
padding-right:3px;
	
}


	
	
.bio2 {
	float:left;
	width:370px;
	height:inherit;
	margin:10px 0px 10px 10px;
	padding-left:0px;
	
	
}

.bios3 {
	font-family:Arial, Helvetica, sans-serif;
		
}

.bios3 td {
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
}

#screenoverlay
{

	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);

	/* Set the overlay so it appears above the page content */
	z-index: 1000;
}

#topbox
{
		position:absolute;
	top:2000px;
	left:50%;
	z-index:9999;
	width:400px;
	height:300px;
	margin-left:-200px;
	
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}

 .maker a {
	 color:#fff;
 }
 
 
 #aboutMenu {
	 list-style:none;
	margin:0 auto;
	padding:0px;
	width:100%;
	font-size:11px;
	font-weight:bold;
	
	 
 }
 
 #aboutMenu li {
	 width:100%;
	 font-weight:bold;
	 padding:5px 0px 5px 0px;
	 border-bottom:1px dashed #333;
 
	 
 }
 
table td a:link  {
	color:#F7941E}
	 

 
 #aboutMenu a {
	 color:#F7941E;
	 display:block;
	 width:85%;
	 padding:10px;
 }
 
  #aboutMenu a:hover {
	  color:#FFF;
	  background-color:#09F;
	  
  }
  
  .first {
	   
  }
  
  #left {
	  float:left;
	  width:60%;
	 
	  margin-left:5px;
	  
  }
  
  .content {
	  padding:5px;
  }
  
  #right {
	  float:right;
	  width:35%;
  }




html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }
