@charset "utf-8";
/* CSS Document */
body  {
	font: 90% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
h1 {
color:#132443;
font-size:large;
}
h2 {
color:#132443;
font-size:large;
}
h3 {
color:#132443;
}
p {
color:#333333;
}
a {
	color: #dd6906;
	text-decoration:none
}
a:hover{
	color: #f9a61c;
}
.main #container { 
	width: 790px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: auto; 	
	text-align: left; 
} 
.main #pageHeader {
	height:65px;
	}
	
.main #wayLogo {
	padding-left: 530px;
	padding-top: 30px;
	}	
	
.main #pageContainer {
	background-color:#d6d7d9;
	background-image:url(/prod/wayeducation/site.nsf/shared/mainBack.gif/$file/mainBack.gif);
	background-repeat:repeat-x;
	float:left;
	}
.main #mainMenuBar {
    
	
	padding-left:100px;
}
.main #subMenuBar {
    background-color:#ffc000;
	background-image:url(/prod/wayeducation/site.nsf/shared/subMenuBack.gif/$file/subMenuBack.gif);
	height: 24px;
	padding-left:100px;
}
.main #sidebar1 {
        padding-left: 25px;
	padding-right: 25px;
        padding-bottom: 25px;
	margin-top:10px;
	float: left; 
	width:470px;
	min-height:330px;
	background-color:#eaeceb;
	background-image:url(/prod/wayeducation/site.nsf/shared/puzzle_back.jpg/$file/puzzle_back.jpg);  
	background-repeat: no-repeat;
	background-position:bottom;
	overflow:hidden ;	
		 
}
.main #devider {
	float: left; 
	height:330px;
	width: 2px;
	background-image:url(/prod/wayeducation/site.nsf/shared/devider.gif/$file/devider.gif);	
	background-repeat:no-repeat;
	 	 
}
.main #sidebar2 {
        padding-left: 25px;
	padding-right: 25px;
	margin-top:10px;
	float: left; 
	width: 218px; 
	
}
/*.main #sidebar1 h1, .main #sidebar1 h2, .main #sidebar1 p, .main #sidebar2 p, .main #sidebar2 h3, .main #tertiaryContent h3, .main #tertiaryContent p {
	padding-left: 25px;
	padding-right: 25px;
}*/
.main #tertiaryContent {
        padding-left: 25px;
	padding-right: 25px;
        padding-bottom: 25px;
	clear:left;	
	width: 740px;
	min-height:150px;
	background-color:#ffcc00;
	background-image:url(/prod/wayeducation/site.nsf/shared/tertiaryContentBack.gif/$file/tertiaryContentBack.gif);
	background-repeat:repeat-x;
}	
.main #tertiaryContentSpacer {
	padding-top:15px;
	padding-bottom:15px;
	padding-right:130px;
}
.main #bottomRounded {
	height:5px;	
	width: 790px;
	margin-bottom:20px;
}	
.main #logos {
	margin: auto; 
	width: 770px;
	margin-bottom:20px;
	
}	
/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*----------------------Schedule-----------------------------*/
table.schedule {
    margin-left: 50px;
border-collapse: collapse;
border-spacing: 0px;
}
table.schedule th {
    width: 50px;
    border-bottom: 1px solid #000000;
    padding-right: 5px;
}
table.schedule td {
    border-bottom: 1px solid #000000;
    padding-right: 5px;
}
table.schedule a {
   font-weight: bold;
}
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.main #sidebar1, .main #sidebar2 { padding-top: 30px; }
.main #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
