@charset "utf-8";

body  {
	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;
	font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 12px;
}
#outer {
    height:100%;
	min-height:100%;
	width: 100%;	
	margin: 0 auto;	
} 
#container2 {
    text-align:center;
    }
#container {
	width:970px;	
	margin:0 auto;		
	background: #FFFFFF;
	z-index:10;
    }
    .simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	min-width: 576px;
	height: 200px;
	margin-bottom: 1em;
	
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 950px;
	height: 200px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 260px;
	height: 200px;
}

.mask {
    position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background:url('/images/black_bg.png');
	display: none;
    }
.dialog {
	position:absolute;
    background-color: #ffffff;
	top: 50%;
	left: 50%;
	width:700px;
	height:500px;
	margin-top: -250px; /*set to a negative number 1/2 of your height*/
	margin-left: -350px; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	text-align:center;
	padding:1em
}
.close {
    float:right;
    cursor:pointer;
}
#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 */
}

#mainContent {
    margin-top:300px;
    width:970px;
    background: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 10pt;	
	float: left;
	position: relative;
} 
#footer {
	padding-top: 0;
	padding-bottom: 0;
	height: 330px;
}
#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;
	
	
}
#headerimg {    
	background-image: url(/images/header_img.jpg);
	background-repeat: no-repeat;
	height: 360px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #003366;
	padding-top: 12px;
	overflow: visible;
	border: 20px;
}
#headerimg a {
	font-size: 12px;
	text-decoration: none;
	color: #003366;
}
#headerimg a:hover {
	color: #FFFFFF;
}
#header {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    z-index:20;
	background-image: url(/Images/header_bg.jpg);
	background-repeat: repeat-x;
}
#footertext {
	background-color: #66CC00;
	float: left;
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	height: 280px;
}
#footergreen {
	
	background-color: #339900;
		width: 100%;
		float: left;
		font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
		font-size: 14px;
		color: #FFFFFF;
	    min-height: 50px;
		line-height: 40px;
		margin-bottom: 0px;
}
.dividingline {
	border-top-width: 2px;
	width: 925px;
	
	border-top-style: solid;
	border-top-color: #e5e5e5;
	padding-left: 25px;  
	padding-bottom:10px; 
}
.scrollingbox {
	float: left;
	height: 199px;
	width: 237px;
}
.scrollingbox img {
    border:none;
    }
.aboutbox {
	color: #14325b;
	width: 295px;
	max-width:295px;
	text-align: left;
	float: left;
    padding-left: 20px;
    padding-top:20px;
}
#contentholder {
    font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
    font-size: 12px;
	color: #003366;
	text-align: left;
	float: left;    
}
h1 {
    color: #0099CC;
	text-decoration: none;
	font-size:20px;
	margin-top:0px;
}
h2 {
    font-size: 18px;
	color: #669900;
	font-weight: normal;    
}
#aboutusboxescontainer {
	width: 970px;
	float: left;
	min-height: 260px;
	margin-top:0px;
	
}
#scrollingboxescontainer {
	width: 950px;
	height: 199px;
	float: left;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-bottom:10px;
}
.newsboxes {
	font-size: 12px;
	color: #14325b;
	float: left;
	width: 297px;
	height:100px;
	padding-left: 20px;
	text-align: left;
}
#newsboxescontainer {
	background-image: url(/Images/grey_gradient.jpg);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#newsboxcontainer2 {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 320px;
}
.footerlinks {
	margin-top: 0px;
	font-size: 12px;
	color: #003366;
	float: left;
	width: 125px;
	text-align: left;
}
.footerlinks a {
	color: #003366;
	text-decoration: none;
}
.footerlinks a:first-child {
	text-transform:uppercase;
	font-weight:bold;
}
.footerlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerboxcontainer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-5px;
	padding-top:15px;
}
.greenheader18pt {
	font-size: 18px;
	color: #669900;
	text-decoration: none;
}
.greenheader18pt:hover {
	color: #0099CC;
	text-decoration: none;
}
.bluelink24pt {
	font-size: 24px;
	color: #0099cc;
	text-decoration: none;
	font-weight:bold;
}
.bluelink24pt:hover {
	color: #669900;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#recentnewsheader {
	font-size: 12px;
	color: #003366;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
}
#depots {
    float: left;
    width: 250px;    
    }
#maps {
    float: left;
    width: 350px;
    margin-left:20px;
}

/**************************************/

#addressbox {
	font-size: 12px;
	color: #003366;
	text-align: left;
	float: left;
	width: 200px;
	margin-left: 30px;
	
}
#addressbox a {
	color: #003366;
	text-decoration:none;
}
#addressbox a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#openingtiomesbox {
	font-size: 12px;
	color: #003366;
	text-align: left;
	float: left;
	width: 200px;
	margin-left: 20px;
	height: 200px;
	
}

#footerimg {
	background-image: url(/images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 235;
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 100%;
}

#map_canvas
{
    width:500px;
    height:600px;
    margin-right:10px;
    margin-bottom:20px;
    float:left;
    }
    
a {
	color: #0099cc;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}
