@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
}

body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.thrColFixHdr #header {
	background:url(../img/bg_top.gif) no-repeat top left;
	width:960px;
	height:137px;
	margin:0 auto;
	z-index:1000;
} 

#header-print{
	display:none;
}

.thrColFixHdr #header img {
} 
.thrColFixHdr #headercontainer {
	width:100%;
	margin-top:12px;
	height:137px;
	background:url(../img/bg_topleftright.gif) no-repeat left 30px;
}
.thrColFixHdr #footer { 
	
	background:#b9c9d5 url(../img/bg_bottom.gif) no-repeat top left;
	width:960px;
	height:35px;
	margin:0 auto;
} 

.thrColFixHdr #footercontainer {
	width:100%;
	height:35px;
	background:url(../img/bg_bottomleftright.gif) no-repeat top left;
} 


#contentarea{
	width:960px;
	margin:4px auto 21px auto;
}

h2{
	font-size:1.6em;
	line-height:1.9em;
	color:#1c5079;
	letter-spacing:.06em;
	padding:0 0 6px 0;
	font-style:normal;
	font-weight:normal;
}
alert{
	font-size:1.6em;
	line-height:1.9em;
	color:#F90;
	letter-spacing:.06em;
	padding:0 0 6px 0;
	font-style:normal;
	font-weight:normal;
}
#contentarea{
	font-size:1.1em;
	line-height:1.8em;
}

#contentarea p, #contentarea ul, #contentarea ul ul, #contentarea ol{
	padding:0 0 18px 0;
}

#contentarea a{
	color:#25750f;
}

.thrColFixHdr #container { 
	width: 100%; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 214px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 24px 18px 0 0; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar1 select {
	border:1px solid black;
	margin-bottom:21px;
}


	

.msmenus{
	margin-top:6px;
}


.rideralert{
	margin-bottom:12px;
}

.rideralert-print{
	display:none;
}



.thrColFixHdr #sidebar2 {
	float: right;
	width: 230px;
	padding: 0px;
}


/* set millions of background images */
.rbroundbox { background: url(../img/nt.gif) repeat; }
.rbtop div { background: url(../img/tl.gif) no-repeat top left; }
.rbtop { background: url(../img/tr.gif) no-repeat top right; }
.rbbot div { background: url(../img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../img/br.gif) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 12px;
font-size: 1px;
}
.rbcontent { margin: 0 12px; }
.rbroundbox { width: 100%; margin: 0 auto; }


.thrColFixHdr #mainContent { 
	margin: 0 232px;
	padding: 0 22px;
}

.thrColFixHdr #mainContent-int { 
	margin: 0 0 0 230px;
	padding: 0 0 0 22px;
} 

.thrColFixHdr #mainContent-int p { 
	margin: 0;
	padding:0;
} 

table.sked tr td p{
	padding:0;
	margin:0;
}

.thrColFixHdr #mainContent-int ul {
	list-style:none;
	margin: 0;
	padding:0;
} 
.thrColFixHdr #mainContent-int ol {
	margin-left: 1em;
	padding-left:1em;
	padding-bottom:12px;
	
} 
.pagetitle{
	padding-top:23px;}
.textarea{
	margin:12px 0;
}

.thrColFixHdr #mainContent-int .textarea p, .thrColFixHdr #mainContent-int .textarea ul {
	padding-bottom:12px;
}
.thrColFixHdr #mainContent-int ul.quicklinks {
	overflow:auto;
	padding:12px 0;
	
}

ul.quicklinks li{
	float:left;
	
}
ul.quicklinks li a{
	padding-right:12px;
	padding-left:12px;
	border-right:1px solid black;
	
}
ul.quicklinks li a.last{
	border:none;
	
}	
ul.quicklinks li a.first{
	padding-left:0;
	margin-left:0;
	
}
.thrColFixHdr #mainContent-int .textarea h2{
	margin-top:6px;
	margin-bottom:6px
	
}
.thrColFixHdr #mainContent-int .tabdata{
	border-top:1px solid black;
	border-left:1px solid black;
	width:100%;
	margin:0 0 12px 0;
	
}
.thrColFixHdr #mainContent-int .tabdata td.columnfix{
	width:33.3%;
	
}
.thrColFixHdr #mainContent-int .tabdata td{
	border-right:1px solid black;
	border-bottom:1px solid black;
	vertical-align:top;
	padding:6px;
}
.thrColFixHdr #mainContent-int .tabdata td p{
	padding:0px;
}
.thrColFixHdr #footer p {
	margin: 0; 
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#nav-main {
	width:600px;
}

#level2nav-wrapper{
	padding-bottom:18px;
}

#level2nav{
	list-style:none;
}


#level2nav ul {
	list-style:none;
	padding:0;
}

#level2nav ul li {
	margin-left:1em;
	padding-left:1em;
}
#level2nav li a{
	padding-left:12px;
	display:block;
	width:100%;
	text-decoration:none;
	font-size:1.3em;
	line-height:1.8em;
	
	
}

#level2nav li a:hover{
	text-decoration:underline;
	background:url(../img/arrow_lefthilite.gif);
	background-repeat:no-repeat;
	background-position:left 50%;
	
	
}

.clearboth{
	clear:both;
}


.threecolumncontent1{
	width:224px;
	float:left;
	margin-right:18px;
}
.threecolumncontent2{
	width:218px;
	float:left;
}
.twocolumncontent1{
	width:345px;
	float:left;
	margin-right:18px;
}
.twocolumncontent2{
	width:345px;
	float:left;
}
.twocolumncontent3{
	width:466px;
	float:left;
	margin-right:18px;
}
.thrColFixHdr #mainContent-int ul.bulletlist{
	list-style-type:disc;
	list-style-position:inside;
	}
.thrColFixHdr #mainContent-int ul.bulletlist li{
		
	margin-left:1em;
	padding-left:1em;
	}
	
	.thrColFixHdr #mainContent-int ul.bulletlist ul{
	list-style-type:circle;
	list-style-position:inside;
	}
	
	.thrColFixHdr #mainContent-int ul.bulletlist li li{
		
	margin-left:1em;
	padding-left:1em;
	}
	
	.accessimages img{
		padding-right:12px;
		
	}
	
.commentform{
	background:#b9c9d5;
	 border: 1px solid #595959;
	 padding:9px 18px 18px 18px;
	 overflow:auto;
	 margin-top:24px;
	
}	
	div.row {
  clear: both;
  padding-top: 10px;
  }



div.row span.label {
  float: left;
  width: 250px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 400px;
  text-align: left;
  } 
  
  
  div.row_home {
  clear: both;
  padding-top: 10px;
  }

div.row_home span.label_home {
  float: left;
  width: 135px;
  text-align: right;
  padding:3px 10px 0 0;
  }

div.row_home span.formw_home {
  float: left;
  width: 200px;
  text-align: left;
  } 
  
.textarea form input, .textarea form textarea, .formw input, .formw select{
	border:1px solid black;
	padding:3px;
	
}

.map {
	border:1px solid #ddd;
	
}

.left{
	float:left;
margin:0 12px 12px 0;
}

.right{
	float:right;
margin:0 0 12px 12px;
}
.tabular{
width:708px;
margin-bottom:18px;
}


.tabular td, .tabular th{
text-align:left;
padding:3px;
border-top:1px solid black;
border-left:1px solid black;
}


.thrColFixHdr #mainContent-int .textarea .tabular td p{
padding-bottom:0;
}
.thrColFixHdr #mainContent-int .textarea .tabular th p{
padding-bottom:0;
}
table.tabular{
	border-right:1px solid black;
	border-bottom:1px solid black;
	text-align: left;
}
table.tabular td,table.tabular th {
	vertical-align:top;
}

table.tabular h6{
text-align:left;
font-size:1.2em;
padding:6px;	
color:white;
}

.schoolmap{
	width:960px;
	margin:18px auto;
}

.schoolmap p{
	text-align:center;
	padding-bottom:18px;
	
}

.schoolmap a{
	color:#0f9d0f;
	
}

.goog-te-gadget {
	height: 30px;
	overflow: hidden;
}

.translate-img {
	display: block;
	float: left;
	padding: 10px 7px 0 0;
}

.service-change {
	border: 1px solid #000;
	border-radius: 10px;
	padding: 10px;
}

.service-change-header {
	font-size: 300%;
	font-weight: bold;
	position: relative;
	bottom: 25px;
	padding-left: 10px;
}

table.green-table-list tr th {
	padding: 5px 5px;
}
table.green-table-list tr td {
	padding: 3px 5px;
}
table.green-table-list tr.header {
	background: #53A946;
	color: #FFFFFF;
}
table.green-table-list {
	border-collapse: collapse;
}
table.green-table-list tr th {
}
table.green-table-list tr td {
	border-bottom: 1px solid #666;
}
table.green-table-list tr.total-row td,
table.green-table-list tr.blank-row td {
	border: none;
}
table.green-table-list tr.total-row td.total-col {
	border-bottom: 2px solid #000;
	font-weight: bold;
}