/* ---------- Clear ---------- */

* {
	padding:0;
	margin:0;
    }

	
a {
	outline:none;
	
	}

a img {
	border:none;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

* html .clearfix {
	height: 1%;
  	}
    	
      
/* ---------- Layout ---------- */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000000;
	background-color: #F78F1E;
	height: auto;	
	}

	
.container{
	padding: 0px;
	margin:0 auto;
	width:1036px;
    height: 395px;
    background-image: url(images/header-background.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    
    }
    

.midbody{
	margin:0 auto;
	padding-bottom: 30px; 
	width:1036px;
    height: 100%;
    min-height: 100%;
    background-image: url(images/container-background.gif);
    background-repeat: repeat-y;
    overflow: hidden;
    }
    
    
.footer{
	margin:0 auto;
	width:1036px;
    height: 100px;
    background-image: url(images/lower-background.gif);
    background-repeat: repeat-y;
    }


.lower{
	margin:0 auto;
	width:1036px;
    height: 30px;
    background-image: url(images/bottom-background.gif);
    background-repeat: no-repeat;
    }    
  
    
.columns .column{
  	margin-left: 10px;
  	margin-right: 10px;
    height:100%;
    
    }
      
.midbody .main, .container .main {
  	margin-left: 60px;
   	margin-right: 60px;
   	}
     
.midbody .columns .first {
	width: 480px;
	font-weight: normal;
	color: #000000;
	font-size: 16px;
	
	}
	 	
.midbody .columns .last{
    width: 380px;
 
    }
     
 .contactus .columns .first {
	width: 370px;
	font-weight: normal;
	color: #000000;
	font-size: 16px;
	
	}
	 	
.contactus .columns .last{
    width: 480px;
     }
     
.columns:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
      }

* html .columns {
	height: 1%;
	}
      
.columns .column{
    float:left;
	overflow:hidden;
     }

.columns .last {
	float:right;
	}

.main .first {
	width:600px;
	}
    
.main .last {
	width:300px;
	}
	
.footer  {
	width:1036px;
	}
	
/* ---------- Navigation ---------- */

.container .navigation {
	margin-left: 40px;
	margin-right: 100px;
	float: right;
	margin-top: 10px;
	padding: 0px;
	width: auto;
	}
	

.container .navigation ul {
	list-style-type: none;
	font-size: 13px;
	}

.container .navigation ul li, .container .navigation ul li a{
	
	display: inline;
	text-decoration: none;
	color: #ffffff;
	margin-right: 5px;
	text-transform: uppercase;
	height: auto;
	}
	
#nav {
	margin-top: 5px;
	height: auto;
	}
	
#nav, #nav ul{
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.25em;

height: 20px;
border-bottom: 5px hidden;
 }

#nav a{
display:block;
padding:0px 5px;
color:#fff;
text-decoration:none;
height: auto;

}

#nav a:hover{
color: #003399; /*font color of mouseover */
background-color: transparent; /*background color of mouseover */
}

li > ul:hover {
border-left: 1px solid #ffffff;
height: auto;
}

li ul {
border-left: 1px solid #ffffff;

}

#nav li{
float:left;
position:relative;
height: auto;
width: auto;
display: block;
background-color: #8cc63f;
line-height: 1.5em;
}

#nav ul {
position:absolute;
display:none;
width:20em;
height: auto;
}

#nav li ul a{
width:18em;
height:auto;
float:left;

}

#nav ul ul{
top:auto;
height: auto;
}	

#nav li ul ul {
left:18em;
margin:0 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
visibility: hidden;
height: auto;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
visibility: visible;
height: auto;
} 
	
ul#nav li a.currentpage {
	color: #003399;
	text-decoration: none;
	}
	
#nav #current {
	display: block;
	}
	
/* ---------- Logo ---------- */

.container .logo {
	margin-left: 60px;
	padding-top: 80px;
	}
	
/* ---------- Main ---------- */
	
.midbody .columns h2 sup {
	font-size: 12px;
	vertical-align: text-top;
	}


   
.main p {
	margin-top: 24px;
	line-height: 27px;
	}
	
.main p a{

	}
	
.main p a:hover{
	
	
	}
	
.main p sup{
	font-size: 8px;
	}
	
/* ---------- Contact Form ---------- */

.contactus .main form {
	line-height: 27px;
	margin-left: 40px;
	margin-top: 24px;
	}

.contactus .main .textfield {
	width: 400px;
	}
	
.contactus .main .textarea {
	height: 200px;
	width: 405px;
	}

.contactus .main label {
	font-size: 14px;
	}

.contactus .contactform {
	
	}

.contactus .buttons {
	margin-left: 190px;
	display: inline;
		}
	
.formbutton {
	width: 100px;
	height: 30px;
	display: inline;
	margin-top: 5px;
	} 
	
/* ---------- Signup Button Positioning ---------- */ 
	 
.signupbutton {
	margin-left: 105px;
	}
	
.homepage .signupbutton {
	float: right;
	margin-left: 0;
	}
	
.teacherslounge .signupbutton {
	float: right;
	margin-left: 0;
	}
	
.contactus .signupbutton {
	margin-left: 60px;
	margin-top: 40px;
	}
	
/* ---------- Footer ---------- */
	
.footer .disclaimer {
	width: 660px;
	margin-left: 60px;
	padding-top: 15px;
	color: white;
	font-size: 12px;
	}

.footer .logo {
	float: right;
	padding-right: 180px;
	width: 86px;
	height: 86px;
	}
	
.footer .disclaimer sup {
	font-size: 6px;
	}
	
.footer .disclaimer a {
	text-decoration: none;
	color: white;
	font-style: italic;
	}
	
.footer .disclaimer a:hover{
	text-decoration: none;
	color: #003399;
	font-style: italic;
	}

.midbody h2 {
	padding-top: 20px;
	font-size: 30px;
	}

.enrollpage .midbody .main p{
	margin-right: 50px;
	margin-bottom: 30px;
	}
	
.enrollpage .midbody .main h2{
	margin-right: 30px;
	}
	
/* ---------- Instructions ---------- */

#showerOverlay, #kitchenOverlay, #thermOverlay, #filterOverlay, #flowrateOverlay, #factOverlay, #stickerOverlay {     
  
    width:750px; 
    height: auto;
    display:none;     
} 
 
 
#cflOverlay {     
  
    width:850px; 
    height: auto;
   display:none;     
} 

#cflOverlay div.close, #showerOverlay div.close, #kitchenOverlay div.close, #thermOverlay div.close, #filterOverlay div.close, #flowrateOverlay div.close, #factOverlay div.close, #stickerOverlay div.close { 
    background:url(images/close.png) no-repeat;
    position:absolute; 
    top:6px; 
    right:6px; 
    width:35px; 
    height:35px; 
    cursor:pointer;   
    z-index: 1; 
} 
 
#cflOverlay p, #showerOverlay p, #kitchenOverlay p, #thermOverlay p, #filterOverlay p, #flowrateOverlay p, #factOverlay p, #stickerOverlay p { 
    margin-left: 75px; 
    margin-bottom: 75px; 
    margin-right: 75px; 
    margin-top: 75px; 
    color: #888888; 
    font-size:14px; 
}

.instructions {
	margin: 60px 80px 20px 70px;
	line-height: 18px;
	  color: #888888; 
    font-size:14px;
    font-weight: bold;
	}
	
.instructions ul {
	list-style: none;
	font-weight: normal;
	}
	
.instructions ol {
	font-weight: normal;
	}
	
.instructions ul li, .instructions ol li{
	color: #888888; 
    font-size:12px;
    margin-bottom: 14px;
	margin-left: 25px;
	}

.instructions cite {
	color: #888888;
	font-size: 12px;
	margin-bottom: 14px;
	padding-left: 75px;
	padding-right: 75px;
	}
	
.printable {
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	padding-right: 25px;
	}
	
.bodycopy {
	color: #888888; 
    font-size:14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
	}
	
.kititems {
	margin-left: 20px;
	list-style-type: none;
	}
	
ul.kititems li {
	line-height: 28px;
	
	}
	

.printable a {
	text-decoration: none;
	}

.linkage {
	margin-left: 15px;
	font-size: 14px;
	}
	
/* ---------- Additional Activities ---------- */

.additionalactivities select {
	width: 360px;
	height: 25px;
	padding-top: 2px;
	margin-top: 5px;
	}

.additionalactivities .dropdowns {
	margin-bottom: 25px;
	margin-top: 25px;
	margin-left: 30px;
	width: 300px;
	}
	
/* ---------- Misc. Typography ---------- */


.standardp {
	margin-top: 24px;
	line-height: 27px;
	}

.smaller {
	font-size: 10px;
	line-height: normal;
	
	}
