body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #666;
	font-family: arial;
	background-color: #666;
}
#page {
	height: 990px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	height: 180px;
	width: 800px;
	background-image: url(images/headerBG.gif);
	background-repeat: no-repeat;
}
#row01 {
	height: 200px;
	width: 800px;
}

#menu {
	width: 960px;
	height: 40px;
	background-color: #080503;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#menu a {
	float: left;
	color: #FFF;
	font-weight: bold;
	width: 130px;
	background-color: #000;
	height: 30px;
	padding-left: 32px;
	padding-top: 10px;
	text-decoration:none;
	padding-right: 30px;
}
#menu a:hover {
	background-color: #FFF;
	color: #333;
}
#intro {
	float: right;
	width: 630px;
	height: 168px;
	padding: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

/* FARES */
.fares {
	width: 764px;
	height: 320px;
	overflow: auto;
	margin-right: 3px;
	margin-left: auto;
	margin-top: 36px;
	float: right;
}
.text {
	height: 360px;
	width: 758px;
	margin-right: 3px;
	margin-left: auto;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #666;
	float: right;
}




.fareInfo2 {
	width: 180px;
	height: 175px;
	float: left;
	background-image: url(images/faresBG.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 10px;
}

.faresRow {
	height: 24px;
	width: 170px;
	float: right;
	text-align: center;
}
.faresRowValue {
	width: 160px;
	height: 20px;
	padding-top: 4px;
	font-size: 12px;
	color: #000000;
}


/* SEARCH */

.searchArea {
	width: 250px;
	height: 250px;
	font-family: arial;
	font-size: 14px;
	color: #666;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/searchBG.jpg);
	background-repeat: no-repeat;
	float: left;
}
.searchTitle {
	font-weight: bold;
	text-align: center;
	width: 250px;
	height: 15px;
	padding-top: 5px;
	color: #333;
}
.searchFunctionalArea {
	height: 225px;
	width: 250px;
}
.searchRow {
	width: 250px;
	height: 23px;
	clear: both;
}
.searchRowLabel {
	width: 35%;
	float: left;
	height: 23px;
	padding-top: 7px;
	padding-left: 5px;
	font-weight: bold;
	color: #333;
	font-size: 11px;
}
.searchRowValue {
	width: 60%;
	float: left;
	height: 23px;
	padding-top: 5px;
	padding-left: 5px;
	color: #666;
	font-size: 12px;
}
.searchRowValue select{
	font-size: 10px;
	color: #000;
}

.searchRowValue input{
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
#row02 {
	height: 250px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	color: #333;
	float: right;
}

#row {
	height: 250px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	color: #333;
	float: right;
}

.menu02 {
	width: 200px;
	height: 230px;
	float: left;
	margin-top: 10px;
	color: #333;
	background-image: url(images/menu2BG.jpg);
	font-size: 14px;
	font-family: Arial;
	background-repeat: no-repeat;
}
.menu02 a {
	float: left;
	width: 184px;
	height: 20px;
	padding-top: 10px;
	padding-left: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #996600;
	text-decoration:none;
}
.menu02 a:hover {
	background-color: #333;
	color: #FFF;
}

#footer {
	height: 140px;
	width: 980px;
	background-repeat: repeat-x;
	clear: both;
	color: #FFF;
	background-color: #826B5A;
	padding-top: 10px;
	margin-top: 12px;
}

.footer01 {
	width: 97%;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
}
.footerBrowse {
	width: 800px;
	float: left;
	height: 25px;
	margin-top: 10px;
	margin-left: 92px;
}
.footerBrowse a {
	color: #CCC;
	font-size: 10px;
	text-decoration:none;
}
.footerBrowseImage {
	float: right;
	width: 100%;
	height: 50px;
}
.footer02 {
	width: 100%;
	height: 20px;
	text-align: center;
}
.footer02 a {
	color: #FFF;
	font-weight: bold;
}

.footer03 {
	width: 100%;
	height: 35px;
}
.footerRow {
	width: 326px;
	float: left;
	height: 35px;
	text-align: center;
}
.emailus {
	height: 390px;
	width: 76%;
	border: 1px solid #B4B4B4;
	clear: both;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 10px;
}
.emailUsTitle {
	height: 30px;
	border: 1px solid #B7B7B7;
	font-size: 16px;
	color: #F7F8F7;
	font-weight: bold;
	background-color: #826B5A;
	width: 99%;
	padding-left: 5px;
}
.rows {
	width: 100%;
	height: 25px;
	padding-top: 5px;
	font-size: 14px;
}
.rowLabel {
	width: 30%;
	float: left;
	text-align: right;
	font-weight: bold;
	color: #826B5A;
}
.rowValue {
	width: 70%;
	float: right;
}
.button {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 6px;
}
#info2 {
	height: 240px;
	width: 290px;
	float: left;
	padding: 5px;
	margin-top: 20px;
}

#info {
	height: 240px;
	width: 290px;
	float: left;
	padding: 5px;
	margin-top: 20px;
}
.col03 {
    width: 120px;
    height: 600px;
	float:right;
	margin-right:-102px;
	margin-top:-600px;
	margin-bottom:auto;
}

#con03 {
	height: 650px;
	width: 206px;
	margin-right: 5px;
	margin-left: auto;
	padding-top: 10px;
	color: #333;
	float: left;
}

.tab {
	width:192px;
	height:22px;
	background-color:#663300;
	padding-top: 6px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-right: 2px;
	font-size: 13px;
	margin-top: 2px;
}
.text2 {
	height: 196px;
	width: 190px;
	margin-right: 2px;
	margin-left: auto;
	margin-top: 1px;
	padding: 0px;
	border: 1px solid #663300;
	margin-bottom: 2px;
	float: right;
	overflow: auto;
}

a,a:visited {
color:#000000;
}

a:hover {
color:#999999;
}
