/* general */
* {
	padding: 0;
	margin: 0;
}
body {
	background: #e8f0f6 url(../images/background.jpg) repeat-x;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
fieldset {
	border:solid 2px #b7ddf2;
	background: #ebf4fb;
	margin: 10px 0 10px 10px;
	min-height: 20px;
	width: 600px;
}
hr {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid #d5effb;
	margin: 0 10px 0 10px;
}
img {
	border: 0;
}
.center {
	text-align: center;
}
/*wrapper */
#wrapper {
	width: 1000px;
	min-height: 727px;
	margin: 8px auto;
	position: relative;
	
}
/* header */
.header {
	width: 1000px;
	height: 133px;
	background: #FFF;
	position: relative;
}
.header h1 {
	background: url(../images/logo.jpg) no-repeat 0 16px;
	width: 175px;
	height: 105px;
	margin-left: 22px;
	float: left;
	position: absolute;
	text-indent: -9999px;
}
.header h1 a {
	display: block;
	width: 175px;
	height: 105px;
}
.header h2 {
	background: url(../images/a-better-way-to-travel.png) no-repeat 0 22px;
	width: 478px;
	height: 106px;
	right: 24px;
	position: absolute;
	float: right;
	text-indent: -9999px;
}
/* column */
.column {
	background: #0e6198;
	width: 217px;
	min-height: 596px;
	position: relative;
	float: left;
}
.timetable {
	width: 217px;
	height: 67px;
}
.timetable h3 {
	color: #FFF;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1.5px;
}
.timetable h3 a {
	background: url(../images/interactive-timetable.jpg) no-repeat;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	display: block;
	width: 200px;
	height: 67px;
	padding: 8px 0 0 18px;
}
.sub-nav {
	background: #f4f7f9 url(../images/sub-navigation-background.jpg) repeat-x;
	width: 200px;
	min-height:  219px;
	margin: 0 7px 19px 7px;
}
.sub-nav ul {
	list-style-image: url(../images/sub-navigation-arrow.jpg);
	padding: 25px 0 0 39px;
}
.sub-nav li a {
	display: block;
	width: 100%;
	color: #1e618f;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0 0 10px 10px;
	letter-spacing: 1px;
}
.sub-nav li a:hover {
	color: #0099CC;
}
/*contact info */
.contact-info {
	width: 205px;
}
.contact-info h4 {
	background: url(../images/blue-arrow.jpg) no-repeat 120px 2px;
	color: #e3873b;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.contact-info h4 a {
	color: #e3873b;
	text-decoration: none;
	display: block;
	width: 105px;
	height: 20px;
}
.contact-info h5 {
	color: #b9d6e7;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
}
.contact-info h5.title {
	margin-top: 10px;
}
.contact-info p {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px 0 20px;
}
.contact-info a {
	color: #FFF;
	text-decoration: underline;
}
.contact-info a:hover {
	text-decoration: none;
}
/* container */
.container {
	float: right;
	text-align: left;
	width: 783px;
	min-height: 593px;
}
/*css nav */
.menu {
	position: relative; 
	z-index: 1000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu ul ul {
	width: 156px;
	height: 36px;
	text-align: center;
	border: 0;
}
/*	Main list */
.menu li {
	float: left;
	width: 156px;
	position: relative;
}
/*	First Level */
.menu a {
	display: block;
	text-decoration: none; 
	color: #FFF; 
	border-right: 2px solid #FFF;
	background: url(../images/navigation.jpg) repeat-x 0 0; 
	line-height: 36px;
	text-transform: uppercase;
}
a.sub-link {
	text-transform: none;
	background: #80b0da;
	color: #000;
}
a.top {
	color: #005F9F;
}
a.about {
	border: 0;
	width: 160px;
}
/* Links on hover */
.menu a:hover, .menu ul ul a:hover{
	color: #fff; 
	background: url(../images/navigation.jpg) repeat-x 0 -36px;
}
.menu :hover > a, .menu ul ul :hover > a {
	color: #333;
	background: url(../images/navigation.jpg) repeat-x 0 -36px;
}
/*Second Level */
.menu ul ul a, .menu ul ul a {
	line-height: 1.5em; 
	padding: 5px 10px; 
	width: 134px;
	font-size: 11px;
	border: 0;
}
/* Links on hover */
.menu ul ul a:hover {
	background: #333;
	color: #FFF;
}
/* Visibility */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible; 
	border: 0;
}
/*	All Sub Levels */

/* Default visibility */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 36px;
	left: 0; 
}
/*IE Table */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
/*	Third Level */
/* Links */
menu ul ul ul a, menu ul ul ul a:visited {
	background:#578bb8;
} 
/* Links on hover */
menu ul ul ul a:hover {
	background:#80b0da;
}
/* Positioning */
menu ul ul ul {
	left: 150px; 
	top: -1px; 
}
menu ul ul ul.left {
	left: -150px;
}
/* Visibility */
menu ul :hover ul ul {
	visibility: hidden;
}
menu ul :hover ul :hover ul {
	visibility: visible;
}
/*copy */
#p-sub .copy {
	width: 784px;
	min-height: 561px;
	background: #FFF;
	margin-bottom: 20px;
	margin-top: 36px;
}
.copy {
	/*width: 100px;*/
	height: 363px;
	background: #FFF;
	margin-top: 0;
}
.copy h3 {
	width: 425px;
	color : #e5eaed;
	font-size: 25px;
	font-weight: normal;
	padding: 7px 11px 0 0;
	text-align: right;
	background: url(../images/page-title-background.jpg);
	letter-spacing: 2px;
	text-transform: uppercase;
}
#p-sub .copy h3 {
	width: 771px;
}
/* school bus info */
.content table { 
	width: 300px;
	background: #ebf4fb;
	margin: 12px;
	border-collapse: collapse;
	border: 2px solid #b7ddf2;
}
.content table.detail {	
	width: 755px;
}
.content table.detail tr:hover {
	background: none;
}
.content table a {
	display: block;
	color: #0066CC;
	text-decoration: none;
	padding: 0;
}
.content table a:hover {	
	color: #333;
	text-decoration: underline;
}
.content td {
	padding: 5px;
}
tr.thead {
	background: #b7ddf2;
}
.content th {
	height: 20px;
	padding: 5px;
}
.content tr:hover {
	background: #b7ddf2;
}
label.create {
	display: block;
	font-weight: bold;
	text-align: left;
	width: 70px;
	margin: 10px 0 0 0;
	float: left;
}
.input {
	background: #FFF;
	width: 250px;
	height: 20px;
	border: 1px solid #b7ddf2;
	margin: 5px 0 5px 0;
	padding: 5px 0 0 5px;
}
.button { 
	border :0;
	clear: both;
	width: 125px;
	height: 31px;
	background: url(../images/button.jpg) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1em;
}
.normalbutton { 
	border :0;
	display: block;
	width: 125px;
	height: 31px;
	background: url(../images/button.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	line-height: 31px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	margin-top: 1em;
	word-spacing: 3px;
}
.normalbutton:visited {
	color: #FFF;
}
.content h4 {
	margin: 0 7px 10px 10px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 2px solid #d5effb;
}
.content h5 {
	margin: 0 7px 0 10px;
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
h5.archive-title {
	font-size: 14px;
	color: #333;
}
.archive-article {
	margin-bottom: 20px;
	margin-left: 10px;
}
p.archive-desc {
	padding: 0;
	color: #CCC;
}
.content {
	width: 430px;
	min-height: 325px;
	background: #FFF;
	padding: 7px 0 0 0;
}
.content ol {
	margin-left: 40px;
	margin-top: 1em;
}
.content a {
	margin-left: 20px;
}
.content img {
	padding: 5px;
	border: 1px solid #CCC;
}
.article h4 a {
	margin: 0 7px 0 10px;
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 2px solid #d5effb;
	text-decoration: none;
}
.article p {
	margin:0;
	padding: 0;
	color: #000;
}
.copy h5 a {
	margin: 0 7px 0 10px;
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 2px solid #d5effb;
}
.content h5.article-title {
	margin: 0 7px 0 10px;
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 2px solid #d5effb;
}
.content .date {
	float: right;
	padding-right: 10px;
}
.content .article {
	margin-bottom: 1em;
}
.content p a {
	margin: 0;
	color: #0066FF;
	text-decoration: none;
}
.content img {
	padding: 10px;
}
/* Interactive Timetable */
.content img.borderless {
	padding: 0px;
	border: 0px;
}
.content input.timebutton {
	background: #FFF;
	width: 100px;
	height: 20px;
	border: 1px solid #b7ddf2;
	margin: 0px 0px 0px 0px;
	cursor:pointer;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
.content input.timeradio {
	background: #000;
	width: 20px;
	height: 20px;
	border: 1px solid #b7ddf2;
	margin: 0px 0px 0px 0px;
}
.content select  {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	height: 23px;
}
.content select.large  {
	width: 250px;
}
.content select.small  {
	width: 50px;
}
.emailshort
{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	background: #FFF;
	padding: 0px 0 0 0;
	width: 200px;
	height: 20px;
}
p.description {
	margin: 4px 0 0 20px;
}
#p-sub .content {
	width: 771px;
	padding: 10px 0 10px 10px;
	min-height: 325px;
	background: #FFF;
}
#p-sub .content p {
	padding: 10px 10px 0 10px;
	color: #000;
}
#p-sub .content ul {
	margin-top: 1em;
}
#p-sub .content li {
	margin-left: 40px;
	margin-bottom: 1em;
}
#p-sub img.thumbnail {
	width: 80px;
	border: 0;
}
table.gallery tr:hover {
	background: none;
}
table.gallery a {
	margin: 0;
}
/*#p-sub .content a {
	color: #1E618F;
	text-decoration: underline;
}
#p-sub .content a:hover {
	color: #0099CC;
	text-decoration: none;
}*/
/*table.public-holidays {
	float: left;
}
table.school-holidays {
	margin-top: 22px;
}*/
/* side */
.side {
	background: url(../images/bus2.jpg) no-repeat;
	width: 337px;
	min-height: 363px;
	float: right;
}
.advertisment {
	margin: 220px 0 0 6px;
}
.advertisment h5 {
	color: #2277AF;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 10px;
	text-transform: lowercase;
}
.advertisment img {
	border: 0;
}
/* footer */
.footer {
	width: 781px;
}
/* catc the bus */
.catch-the-bus {
	background: url(../images/catch-the-bus-background.jpg) repeat-x;
	width: 783px;
	height: 133px;
	position: relative;
}
#rotator img {
	border: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.headimage {
	display: none;
}
.footer {
	background: #2478af url(../images/footer-bg.jpg) repeat-x;
	width: 743px;
	height: 28px;
	padding: 18px 20px;
}
.footer p {
	color: #d0d8de;
	float: right;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	width: 446px;
}
.footer img {
	float: right;
	padding-left: 20px;
	border: 0;
}