@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#sidebar1 {
	width: 200px;
	padding-bottom: 15px;
	padding-left: 10px;
	position: absolute;
	top: 15px;
	left: 0px;
}
#sidebar1 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	color: #09827D;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-decoration: none;
	width: 180px;
}
#topnav {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	z-index: 2000;
	left: 300px;
	top: 5px;
	width: 650px;
	position: absolute;
	text-align: left;
	height: 75px;
	font-size: 0.9em;
}
#topnavlinks {
	width: 525px;
	position: relative;
	float: left;
	z-index: 2500;
	
}
.schools {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	border: 1px solid #CCC;
}

#topnav a{
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	text-decoration: none;
	
}
#topnav a:hover{
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	text-decoration: none;
	
}
#cancelbutton {
	background-image: url(../images/cancel-bg.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	color: #007874;
	font-size: 14px;
	text-align: center;
	height: 30px;
	position: relative;
	padding-top: 5px;
	width: 187px;
	float: right;
	top: 10px;
}
#cancelbutton a:link {
	color: #007874;
	text-decoration: none;
}
#cancelbutton a:hover{
	color: #A7D6D4;
	text-decoration: none;
}
#cancelbutton a{
	color: #007874;
	text-decoration: none;
}


#mainContent {
	margin: 0 0 0 210px;
	padding: 0 20px 20px;
	position: relative;
	top: 15px;
} 
#mainContent a:link{
	color: #007975;
	text-decoration: none;
} 
#mainContent a:hover{
	color: #14D3CF;
	text-decoration: none;	
} 
#mainContent a{
	color: #007975;
	text-decoration: none;
} 
#mainContent li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #333;
	list-style-image: url(../images/li.gif);
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
	width: 950px;
	position: relative;
	height: 170px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
#navbar {
	width: 950px;
	background-image: url(../images/navbar-bg.gif);
	background-repeat: no-repeat;
	height: 39px;
	position: relative;
}
#footer {
	width: 950px;
	background-image: url(../images/footer.gif);
	margin: 0px;
	padding: 0px;
	height: 83px;
	position: relative;
}
#breadcrumb {
	height: 17px;
	width: 938px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #007F7A;
	border-left-color: #007F7B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
}
#breadcrumb a:visited{
	color: #999;
	text-decoration:none;
}
#breadcrumb a:link{
	color: #999;
	text-decoration:none;
} 
#content {
	width: 948px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #007E7A;
	border-left-color: #007F7A;
	position: relative;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #333;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #007974;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: lighter;
	background-image: url(../images/h1-bg.gif);
	background-repeat: no-repeat;
	height: 65px;
	width: 709px;
	margin: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #7A1600;
	height: 51px;
	padding-top: 6px;
	font-size: 1.3em;
	font-weight: lighter;
	background-image: url(../images/h2-bg-4.gif);
	background-repeat: repeat-x;
	padding-top: 14px;
}
/*h2:first-letter {
	font-family: "Times New Roman", Times, serif;
	color: #7A1600;
	font-size: 1.2em;
	font-weight: lighter;
}*/
h3{
	color: #666;
	font-size: 1.2em;
	padding-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	padding-left: 0px;
	background-image: url(../images/h3-bg.gif);
	height: 20px;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	line-height: 15px;	
	}
.wcdsb.horizontal {
	width: 100%;
	height: 39px;
	margin: 0;
	background: url(images/bg-wcdsb.gif) top left repeat-x;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.wcdsb.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wcdsb.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-wcdsb-button.gif) top left repeat-x;
}

.wcdsb.horizontal ul li a {
	display: block;
	height: 39px;
	padding-left: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #015956;
	text-decoration: none;
	text-align: center;
}

.wcdsb.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 39px;
	padding-top: 8px;
	padding-right: 20px;
	background: transparent url(images/bg-wcdsb-button.gif) top right repeat-x;
	cursor: pointer;
}



/* green HOVER */
.wcdsb.green ul li a:hover,
.wcdsb.green ul li.highlight a {
	color: #0D8681;
	background-color: transparent;
	background-image: url(../images/navbar-bg-hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.wcdsb.green ul li a:hover span.menu_ar,
.wcdsb.green ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-wcdsb-h-green.gif) top right repeat-x;
}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
#links {
	padding: 0  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	left: 30px;
	top: 0px;
	width: 875px;
	text-align: center;
	position: relative;
}
#footerlinks {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1em;
}
#footerlinks a{
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#footerlinks a:hover{
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	text-decoration: none;
}
#subfooter a{
	color: #999;
	text-decoration: none;
	text-align: right;
	}
	
#subfooter {
	font-family: Verdana, Geneva, sans-serif;	
	text-decoration: none;
	font-size: .8em;
	color: #999;
	text-align: center;	
	
	}
	
.white {
	color: #FFF;
}
#printlogo {
	text-align: left;
	display:none;
	position: relative;
}
#carousel {
	position: relative;
	height: 175px;
	width: 930px;
	left: 10px;
	float: left;
}
#headlines {
	background-image: url(../images/headlines.gif);
	text-align: right;
	height: 50px;
	width: 930px;
	line-height: 60px;
	font-family: Verdana, Geneva, sans-serif;
	color: #7a1600;
	font-size: 14px;
}
#headlines a:hover{
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	text-decoration: none;
	font-size: 14px;
	}
#headlines a:link, a:visited{
	font-family: Verdana, Geneva, sans-serif;
	color: #7A1600;
	text-decoration: none;
	font-size: 14px;
	}
#keysites {
	width: 205px;
	top: 10px;
	position: relative;
}

#keysitesheader {
	height: 30px;
	width: 205px;
}
#keysiteslinks {
	width: 203px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c6e5e3;
	border-left-color: #c6e5e3;
	height: 210px;
}
#keysitesfooter {
	height: 6px;
	width: 205px;
}
#keysiteslinksleft {
	width: 53px;
	float: left;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	top: 5px;
}
#keysiteslinksright {
	float: left;
	width: 138px;
	position: relative;
	top: 17px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#keysiteslinksright a{
	font-size: 12px;
	color: #333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#keysiteslinksright a:hover{
	font-size: 12px;
	color: #999;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bottomnavbar {
	font-size: 12px;
	text-decoration: none;
	color: #CCC;
	text-align: center;	
}

#bottomnavbar a{
	font-size: 12px;
	text-decoration: none;
	color: #999;
	
}

#bottomnavbar ul{
list-style: none;
	margin: 0;
	padding: 0;
	
}

#bottomnavbar ul li {
	float: left;
	margin: 0;
	padding: 0;
	color: #E2E2E2;
}

#bottomnavbar ul li a {
	display: block;
	color: #999;
	padding-left:34px;
	padding-right:33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	
		
}
#bottomnavbar ul li a:hover {
	display: block;
	color: #CCC;
	padding-left:34px;
	padding-right:33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;	
		
}
.hide {
display:none
}
h4 {
	color: #666;
}
.smalltext {
	font-size: 9px;
}
.smalltext a{
	font-size: 9px;
}#leftcolumn {
	float: left;
	width: 49%;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightcolumn {
	float: right;
	width: 49%;
	margin: 0px;
	padding: 0px;
}
#floatleft {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.smallfont {
	font-size: 14px;
}
.row-bg-colour-grey {
	background-color: #F8F8F8;
}

