/* Body */
html, body {
    height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	text-align: left;
	line-height: normal;
	margin-top: 0px;
	margin-left: 0px;
	height: 100%;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #F2F7D2;
}
a:link {
	color: #99B700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99B700;
}
a:hover {
	text-decoration: underline;
	color: #CBD656;
}
a:active {
	text-decoration: none;
	color: #99B700;
}
a {
	font-weight: bold;
}
a em {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

acronym {
	font-style: normal;
	font-weight: normal;
	border-bottom: thin dotted;
	cursor: help;
}

img {
	border: 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 1.8em;
	font-style: normal;
	color: #99B700;
	font-weight: normal;
}

h2 {
}

h3 {
}

/* Layout */

#site_container { /* Main container */
	position: relative;
	float: left;
	width: 820px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#leftbar_container { /* Left Bar container */
	position: relative;
	float: left;
	width: 43px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/leftbar_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 0px;
}

#leftbar_status { /* Left Bar status */
	width: 43px;
	height: 165px;
	margin: 0px;
	padding: 0px;
}

#leftbar_welcome_ext { /* Left welcome extension */
	width: 43px;
	height: 110px;
	margin: 0px;
	padding: 0px;
}

#centre_container { /* Centre content area */
	position: relative;
	float: left;
	width: 576px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#centre_container img { /* Centre content area - img */
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 0px;
}

#centre_topbreak { /* Seperates the main content from the top, also holds a piece of the logo */
	float: left;
	width: 576px;
	height: 53px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/logo_tleft.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#centre_navigation { /* Navigation bar */
	float: right;
	width: 387px;
	height: 54px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

#centre_home_graphics { /* Graphics for the home page */
	width: 387px;
	height: 387px;
	margin-left:189px;
	padding: 0px;
	font-size: 0px;
}

#centre_text_area {
	position:absolute;
	left: 54px;
	top: 107px;
	width: 530px;
	height: auto;
	z-index: 1;
}

#right_logo { /* Logo */
	position: absolute;
	width: 181px;
	height: 100%;
	height: 220px;
	background-repeat: no-repeat;
	background-position: top;
	left: 619px;
	top: 0px;
	background-image: url(../img/bus-cards.png);
}

#img_right { /* Style to format images to the right */
	float: right;
	border: 0px;
	margin-left: 10px;
	padding-left: 10px;
}

#extended_links { /* Links at the bottom of the page */
	width: 576px;
	
	bottom: 10px;
	left: 53px;
}
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
	padding: 10px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBF1CF;
	border-right-color: #EBF1CF;
	border-bottom-color: #EBF1CF;
	border-left-color: #EBF1CF;
	}
	#gallery ul a:hover img {
	border: 5px solid #96B206;
	border-width: 5px 5px 20px;
	color: #94B300;
	}
	#gallery ul a:hover {
	color: #ACC23C;
}
#centre_nav {
	width: 387px;
	height: 98px;
	margin-left:189px;
	padding: 0px;
	font-size: 0px;
}
