* {margin:0;padding:0;} 
html, body, #container {height: 100%;}
body > #container {height: auto; min-height: 100%;width:1000px;margin:0px auto 0px auto;text-align:left;}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Body and Links */
body {
	line-height: 1.5;
	font:12px Arial,helvetica,verdana,sans-serif;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-color: #ecebe6;
}

img{
	border:0px;
}

ul {
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

h2{
	margin:0px 0px 5px 0px;
	padding:10px 0 10px 0px;
	font-size:25px;
    font-family:"Century Gothic", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: -0.05em;
    font-weight:normal;
	border-bottom: 1px #fff solid;
}

#header{
	height:144px;
	background-image:url(../images/header.png);
	background-repeat: no-repeat;
}

#main{
	margin: 20px auto 0px auto;
	width:946px;
	padding-bottom:225px;
}

#mainWelcome{
	width:280px;
	height:406px;
	background-image:url(../images/welcome.png);
	background-repeat: no-repeat;

}

#mainWelcomeText{
	position:relative;
	top:50px;
	left:30px;
	width:232px;
	line-height:21px;
}

#mainEvents{
	width:280px;
	height:406px;
	float:left;
	background-image:url(../images/events.png);
	background-repeat: no-repeat;
	margin-right:25px;
}

#mainEvents ul{
	margin-top:50px;
}

#mainEvents li{
	font-size:12px;
	padding-left:5px;
	margin-bottom:8px;
	min-height:30px;
	background-color:#EFEFEF;	
}
.date{
	font-weight:bold;
}

#mainEventsText{
	position:relative;
	top:50px;
	left:30px;
	width:232px;
	line-height:21px;
}

#mainEventsText2{
	margin-top:50px;
	line-height:18px;
}

#mainFeatured{
	float:right;
	text-align:center;
	height:406px;
	font-size:40px;
	line-height:66px;
	width:335px;
}

.labs a{
	background-image: url(../images/feature-labs.png);
}

.curriculum a{
	background-image: url(../images/feature-modules.png);
}

.resources a{
	background-image: url(../images/feature-resources.png);
}

.mainFeaturedLink {
	width: 337px;
	position: relative;
	text-indent: -999em;
	overflow: hidden;
	margin:0 auto 0 auto;
}

.mainFeaturedLink  a {
	height: 114px;
	display: block;
}

.mainFeaturedLink  a:hover {
	background-position: 0px -114px;
}


#footer{
	background-image:url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color:#3d5b99;
	position: relative;
	margin-top: -225px; /* negative value of footer height */
	height: 225px;
	clear:both;
	width:100%;
	
}

#footer a{
	color:#ccc;
	font-size:10px;
	text-decoration: none;
}

#footer a:hover{
	color:#fff;
	text-decoration: underline;
}

#footerContent{
	width:1000px;
	margin: 0 auto 0 auto;
	background-image:url(../images/footer_wash.png);
	background-repeat: no-repeat;
}

#footerNav{
	position:relative;
	top:10px;
	left:20px;
	width:700px;
}

.footerList{
	height:165px;
	border-right:#30497d 1px solid;
	float:left;
	padding:0px 10px 0px 10px;
	text-shadow: 1px 1px 1px #4d4d4d;
}
.footerList ul{
	padding-left:3px;
}

#footerContactInfo{
	float:right;
	width:190px;
	margin: 0px 50px 0px 0px;
	color:white;
	size:12px;
}

#footerCopy{
	position:relative;
	top:104px;
	left:440px;
	width:230px;
	color:white;
}

#contactPhoneFooter a{
	font-size:12px;
	padding:0px;
	margin:0px;
}
#contactPhoneFooter ul{

}

#contactPhoneFooter li{
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	padding-left:18px; 
	height:20px;
}

#copyRight-Dev{
	float:right;
	width:350px;
	text-align:right;
	font-size:10px;
}
#copyRight-Dev a{
	font-size:10px;
}

#copyRight-Dev a:hover{
	text-decoration: underline;
}

#siteCreator{
	color:#273863;
}
#siteCreator a{
	color:#273863;
}

#siteCreator a:hover{
	color:#273863;
	text-decoration: underline;
}


#subPageImage{
	height:200px;
	margin-top:32px;
	border:7px #3D5B99 solid;
}

#subPageImage h1{
	margin: 0px 15px 0px 15px;
	padding: 125px 0px 0px 0px;
	font-size:28px;
	line-height:30px;
	text-align:right;
    font-family:"Century Gothic", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: -0.05em;
    font-weight:normal;
    color:#fff;
	text-shadow: 1px 1px 1px #333;
}

#subPageContent{
	width:650px;
	float:right;
	line-height:20px;
	
}

#subPageContent li{
	background-image:url(../images/bullet_toggle_minus.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding:2px 0px 2px 20px;
	margin:0px 0px 0px 7px;
}

#subPageContent ul{
	padding-bottom:5px;
}

/*Start Menu*/
#menuContainer{
	position:relative;
	left:23px;
	top:114px;
	width:956px;
	height:36px;
	background-image:url(../images/MenuBG.png);
	background-repeat: no-repeat;
	background-position:bottom center;
	color:white;
	padding: 10px 0px 10px 10px;
	z-index:999;
}

.menu{
	border:0px;
	margin:0px;
	font: 67.5% Arial,helvetica,verdana,sans-serif;
	font-size:12px;
	text-shadow: 1px 1px 1px #000;
}
	
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}
	
.menu li{
	float:left;
	padding:0px;
	border-right:1px #30497d solid;
}

.menu li a{
	color:#FFFFFF; 
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	padding:0px 25px;
	text-align:center; 
	text-decoration:none;
}

.menu li a:hover, .menu ul li:hover a{
	color:#cccccc;
	text-decoration:none;
}
			
.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
		/*top:1em;
		/*left:0;*/
}

.menu li:hover ul{
	display:block;
}
	
.menu li li {
	background:url('../images/sub_sep.gif') bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
	background:#2e4575;
	opacity: 0.92;
}

.menu li:hover li a{
	background:none;
	color:#fff;
}

.menu li ul a{
	background:#2e4575;
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
	color:#ffffff;
}

.menu li ul a:hover, .menu li ul li:hover a{
	background:#385490;
	border:0px;
	text-decoration:none;
}
.menu p{
	clear:left;
}	

/*END Menu*/


	/************************************************
*	search					*
************************************************/

	

#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
}

#sbutt {
	background: #376B9D url(../images/navbar.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #234B69;
	font-weight: bold;
}

#s {
	background: #FFFFFF url(../images/search.gif);
	width: 200px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	padding: 3px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
}

.projectItem{
	width:643px;
	text-align:right;
	font-size:35px;
	line-height:50px;
	border:5px #3D5B99 solid;
	padding:50px 7px 0px 0px;
	margin-top:20px;
	cursor: pointer;
	color:#fff;
	text-shadow: 1px 1px 1px #333;
}

.projectItem:hover{
	border:5px #203051 solid;
}


#projectGreensand{
	background:url(../images/greensandBG.jpg) center center no-repeat;
}

#projectSnowboard{
	background:url(../images/snowboardBG.jpg) center center no-repeat;
}

#projectWindmill{
	background:url(../images/windmillBG.jpg) center center no-repeat;
}
#projectStudentHP{
	background:url('../images/bdyeizpm.jpg') center center no-repeat;
}
#projectStudentHP2{
	background:url('../images/spacestation.jpg') center center no-repeat;
}

table.default {
  border-spacing: 0;
	margin: 0 0 1em;
	width: 100%;

}

table.default thead th, table.default tbody td, table tbody th {
  font: normal 12px Verdana, sans-serif;
  padding: 4px 1.5em 4px 0;

}

table.default thead th {
  padding-bottom: 1px;
  text-align: left;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  border-bottom: 3px solid #ccc;
}

table.default tbody td, table.default tbody th {

  border-bottom: 1px solid #ccc;

  text-align: left;

}

table.default td.nowrap, table.default th.nowrap {

  white-space: nowrap;

}

table.default a {

  border: none;

  text-decoration: underline;

}

table.default td.small, table.default th.small {

  font-size: 12px;

  line-height: 1.4;

}

#starCorpsMap{
	height:430px;
	width:650px;
	background:#fff;
	border:5px #3D5B99 solid;
}

#starCorpsMap:hover{
	border:5px #222222 solid;
}

.aboutBox{
	background:#e6e6e6;
	margin:5px;
	padding:5px;
	border:1px #fff solid;
}

.toggler {
	cursor:pointer;
	background:#fff;
	padding:5px;
	border: 1px #6e777e solid;
	margin:5px 0px 5px 0px;
}

.downloadButton{
	width:200px;
	text-align:center;
	margin:0px auto 0px auto;
	display:block;
	
}
.downloadButton a{
	display: block;
	text-decoration:none;
	background-image:url(../images/btn_19.png);
	height:30px;
	padding:7px 0px 0px 0px;
	color:#fff;
	}

.downloadButton a:hover{
	text-decoration:underline;
}


#additionalSidebar{
	margin:0px;
	width:255px;
}

#additionalSidebar li{
	background-image:url(../images/bullet_toggle_minus.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding:5px 0px 5px 17px;
	margin:0px 0px 0px 6px;
	border-bottom:1px #fff dashed;
}

#additionalSidebar ul{
	padding-bottom:5px;
}
#additionalSidebar h2{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}

table.data{
	margin:0px auto 0px auto;
	border:3px solid #3D5B99;
}

