@charset "utf-8";

/* Site Styles */

body {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3f3f3f;
	background-image: url(../images/bg_pattern.jpg);
	background-repeat: no-repeat;
}

a {
	color: #006699;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0 0 10px 0;
}

h1 {
	margin: 0px;
	padding: 0px;
	color:#6aacda;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

h2 {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h3 {
	color: #6699CC;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h4 {
	color: #93E5F3;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
}

h5 {
	color: #e10b01;
	margin: 5px 0 0 0;
	padding: 0px;
	font-size: 10px;
}

#error {
	position: fixed;
	top: 50px;
	z-index: 5001;
	width: 100%;
}

.errorReport {
	display:block;
	margin:20px;
	padding:20px;
	color: #FFFFFF;
	width: 700px;
	border: solid 6px #FFFFFF;
	background: #6699CC;
	text-align:left;
}

#error a {
}

.formReq {
	color: #CC0000;
}

.formText {
	width: 98%;
}

.formError {
	width: 98%;
	color: #FFFFFF;
	padding: 2px;
	background: #CC0000;
}

#wrapper {
	width:910px;
	margin-top:20px;
	background: url(../images/page_side.gif);
	background-repeat:repeat-y;
	background-position: right;
}

#header {
	width: 910px;
	background:#000000;
	background-image:url(../images/page_corner.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#headerBG {
	width: 860px;
	background:#000000;
	background-image:url(../images/page_corner.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

#headerLogo {
	float:left;
	width:270px;
	height:159px;
}

#tagline {
	float:left;
	margin-top:70px;
	margin-left:40px;
	width:335px;
}

#tagline h1{ color:#999999; }

#indicator {
	float:right;
	color:#000;
	margin:22px 13px 0 0;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	line-height:16px;
	width:150px;
}

#headerMenu {
	clear:left;
	padding:10px;
}

#pageSideTop {
	float:left;
}

#headerMenu .menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#headerMenu .menuItem {
	margin: 0 15px 0 15px;
	display: inline;
	position: relative;
	z-index: 1000;
}

#headerMenu .subMenu {
	width: auto;
	position: absolute;
	background: #000000;
	padding: 0 0 8px 0;
	border-left: solid 1px #CC0000;
	border-right: solid 1px #CC0000;
	border-bottom: solid 1px #CC0000;
	top: 0px;
	left: 0px;
	margin: 24px 0 0 0;
	list-style: none;
	display:none;
}

.subMenu li {
	display: block;
	padding:3px 10px 0 10px;
}

#headerMenu ul li a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

#headerMenu ul li a:hover {
	text-decoration: underline;
}

#cityListTable {
	margin: 20px 0 0 0;
}

#cityListTableTop {
	width: 198px;
	height: 73px;
}

#cityListTableMiddle {
	width: 198px;
	background-image: url(/images/imgSideMenuBG.gif);
	background-repeat: repeat-x;
}

#cityList {
	margin: 0px;
	padding: 10px;
	list-style: none;
}

#cityList li {
	margin: 0 0 10px 0;
}

#cityList li a {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#searchBar {
	clear:left;
	width:860px;
	height:95px;
	background-image:url(../images/search_bar_bg.png);
}

#find {
	width: 210px;
	margin: 10px 0 0 60px;
	float: left;
	position: relative;
	z-index: 100;
}

#searchBar span {
	font-size:14px;
	font-weight:bold;
	color:#000;
}

#searchFieldHints {
	display: none;
	color: #333333;
	position: absolute;
	background: #FFFFFF;
	border: solid 1px #000000;
	z-index: 101;
	padding: 8px;
}

#searchFieldHintCatList {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0px;
}

#searchFieldHintBusList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.searchFieldHintTitle {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.searchFieldHintCatItem a {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.searchFieldHintBusItem a {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#searchField {
	padding:5px;
	background-image:url(../images/search_field_bg.png);
	background-repeat:no-repeat;
}

#searchField input {
	border:0px;
	font-size:15px;
}

#searchSubmit {
	text-align:right;
}

#location {
	width:210px;
	margin: 10px 0 0 20px;
	float:left;
}

#benefits {
	width:360px;
	margin-top:10px;
	float:left;
	font-size:11px;
}

#directories {
	height:195px;
}

#blueBar {
	width:860px;
	height:10px;
	background:#55a1d5;
}

#body {
	width: 860px;
	background:#ffffff;
	color:#000000;
}

#bottomGradient {
	clear:left;
	width:860px;
	height:10px;
	background:url(../images/red_black_gradient.jpg);
	background-repeat:repeat-y;
}

#directoriesList {
	width: 860px;
	text-align:left;
	background: #55a1d5;
}

#cityDirectories {
	color:#000000;
	margin:5px 60px;
	font-size:13px;
}

#directoriesState {
	width:auto;
	margin:10px 20px 10px 60px;
	float:left;
}

#directoriesList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#directoriesList li a {
	color: #fff;
}

#footer {
	height:30px;
	background: #55a1d5;
	background-image:url(../images/page_bottom.gif);
	background-repeat:no-repeat;
	background-position: right;
}


.rectangleTop {
	background:url(/images/box_top.png) no-repeat 0px 3px;
	width:330px
}

.rectangleHeading {
	background:#fff;
	width:170px;
	margin-left:15px;
	text-align:center;
}

.rectangleContentWrap {
	background:url(/images/box_middle.png) repeat-y;
	width:330px
}

.rectangleContent {
	padding:5px 15px;
}

.dottedLine {
	background:url(/images/dotted_line.png) repeat-x;
	width:auto;
}

.resultRectangleTop {
	background: url(/images/box_top_550.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 550px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}

.resultRectangleHeading {
	margin: 0 0 10px 10px;
}

.resultRectangleContentWrap {
	background: url(/images/box_middle_550.png);
	background-repeat: repeat-y;
	width: 550px;
	margin: 0px;
	padding: 0px;
}

.resultRectangleContent {
	margin: 0 2px;
	padding: 5px 15px;
}

.rectangleBottom {
	font-size:6px;
	margin-bottom:15px
}

.resultFooter {
	height:5px;
	font-size:5px;
}

.altBG1 { background:#fff }
.altBG2 { background:#bfd6ee }
.altBG3 { background:#ff9 }

.floatL { float:left; }

.floatR { float:right; }

.clear { clear:both; }

#footerMenu ul {
	list-style: none;
	margin: 10px 0 5px 0;
	padding: 0px;
}

#footerMenu ul li {
	display: inline;
	margin: 0 8px 0 8px;
}

#footerMenu ul li a {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footerLink, #footerLink a {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}