body  {
	font: 1.0em 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: #000000;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff url(../images/container_bg.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 


#header { 
	background: #fff url(../images/index_new_banner.jpg) top left no-repeat; 
	height: 143px;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 
#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: 50px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 90%;
	color: #fff;
	visibility:hidden;
	
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #eee; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align:left;
	margin: 0;
}
#sidebar1 #heading { margin-top: -10px; padding:0; height: 85px; width: 230px; background: #eee url(../images/bulletin_board.jpg) no-repeat top left; vertical-align:top; }
#sidebar1 #heading h3 { visibility: hidden; color: #fff; }
#sidebar1 #bulletin { padding: 5px; margin: 0 10px 0 0px; background: #eee; border-bottom: 1px solid #ccc; }
#sidebar1 #bulletin .bbDate { font-style: italic; color: #888; font-size: 80%; font-weight: normal; font-variant: normal; }
#sidebar1 #bulletin .bbBulletin { font-size: 70%; color: #000099; margin: 0; padding: 5px 5px 5px 5px; line-height: 140%; }
#sidebar1 #bulletin .bbSubject { font-size: 85%; font-variant: small-caps; font-family: Verdana, Arial, Helvetica, sans-serif; color: #990000; font-weight:bold; margin: 0; padding: 5px 5px 0px 5px; line-height: 130%; }


#mainContent { 
	margin: 20px 270px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
} 

#mainContent h1 {
	font-size: 110%;
	color: #000099;
	font-weight: bold;
	padding-left: 10px;


}

#mainContent h2 {
	font-size: 90%;
	color: #000099;
	font-weight: bold;
	padding-left: 11px;
}

#mainContent .indent {
		padding-left: 21px;
}

#mainContent h2 a {
	font-size: 90%;
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
	

}

#mainContent a { color: #666; }
#mainContent a:hover { color: #990000;}

#mainContent p {
	font-size: 75%;
	color: #555;
	line-height: 140%;
	font-weight: normal;
	margin-left: 220px;
	margin-right: 20px;

}

#mainContent .left {
	margin-left: 11px;

}

#mainContent .item {
	border-right: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 150px;
	padding-top: 15px;
}

#mainContent .itemFirst {
	border-right: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 150px;
}
#mainContent .itemLast {
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	padding-bottom: 5px;
	padding-top: 10px;

}

#mainContent .itemFirst h2 a { margin-left: 21px; font-size: 110%; text-decoration: none; }
#mainContent .itemFirst a img { border: none; }
#mainContent .itemFirst p { line-height: 150%; }

#mainContent .item h2 a { margin-left: 21px; font-size: 110%; text-decoration: none; }
#mainContent .item a img { border: none; }
#mainContent .item p { line-height: 150%; }

#mainContent .itemLast h2 a { margin-left: 21px; font-size: 110%; text-decoration: none; }
#mainContent .itemLast a img { border: none; }
#mainContent .itemLast a { font-size: 80%; }
#mainContent .itemLast td { line-height: 80%; }

#mainContent .busServices {
	border: 0px solid #ccc;
	font-size: 80%;
	padding: 0px;
	background: #fff;
	width: 100%;
	margin: 0;
}

#mainContent .busServices th {
	padding: 0px;
	font-size: 90%;
	color: #990000;
}


#mainContent .busServices td {
	padding: 5px 5px 5px 10px;
	font-size: 90%;
}


#mainContent .busServices .a {
	background: #fff;
	line-height: 140%;
	border: 1px solid #ccc;
 	font-size: 110%;
}

#mainContent .busServices .a1 {
     border-bottom: 1px solid #ccc;
	 font-size: 80%;
	 color: #990000;
	 
}


#mainContent .busServices .a2 {
   padding-top: 40px;
   border-bottom: 1px solid #ccc;
   	 font-size: 80%;
	 color: #990000;
}


#mainContent .busServices .print_timetable .a {
	border: 0px;
}

#mainContent .busServices .print_timetable .a a {
	border: 0px;
}


#mainContent .busServices .b {
	background: #fff;
	line-height: 140%;
	border: 1px solid #ccc;
	font-size: 110%;
 
}

.route { font-size: 160%; font-weight: bold; }

#admin_login td {
	font-size: 80%;
}

#addbulletin_form td { font-size: 80%; vertical-align: top; }
#bulletins { padding-left: 10px; }
#bulletins tr { border-bottom: 1px solid #eaeaea; padding-bottom: 10px; padding-top: 10px;}
#bulletins td { font-size: 70%; vertical-align: top; padding: 0 15px 0 15px; line-height: 140%; color: #666666; }
#bulletins .bulletindate { font-style: italic; font-weight: bold; }
#bulletins .bulletinsubject { font-weight: bold; color: #000099; }
#bulletins .bulletindetail { color: #000099; line-height: 140%; }

#mainContent ul { font-size: 80%; color: #555; line-height: 190%; padding-right: 20px; }

#mainContent #sitemap  { font-size: 80%; line-height: 250%; padding-bottom: 20px; list-style-type:none; } 




#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #990000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 70%;
	color: #fff;
	line-height: 150%;
}#footer a {
	color: #fff;
}

#footer a:hover {
	color: #CCCCCC;
}

.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;
}

/* skip link
------------ */
.skip {
position: absolute;
top: 0;
left: -9999px;
}

#accessibility { font-size: 95%; line-height: 140%; }
#accessibility ul li { font-size: 90%; line-height: 140%; }

.print_timetable { text-align: center; }


