html {
	background: #666666 url(images/bg-region.jpg) repeat-y center center;
}
#header {
background: #ED1B24 url(images/splitter-region.jpg) no-repeat bottom;
margin: 0px;
padding: 0px;
height: 156px;
}



/*White Block settings*/
.block {  
background: url(images/search.jpg) no-repeat center;
height: 173px;
width: 709px;
margin: 10px auto 10px;
padding: 0px;
}



.block h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	width: 600px;
}
.block p {
width: 660px;
margin-right: auto;
margin-left: auto;
}
.no {
	display: none;
}
#send {
	width: 709px;
	margin-right: auto;
	margin-left: auto;
}
#send h1 {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
#send p {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
}


/* End White Block settings*/





#bus-type{
	height: 96px;
	width: 339px;
	float: left;
	border-bottom: 1px solid #FF0000;
	padding: 0px;
	margin: 5px 0px 0px;
	display: block;
}				
#bus-cat {
	height: 96px;
	width: 339px;
	float: left;
	border-bottom: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	padding: 0px;
	margin: 5px 0px 0px 14px;
	display: block;
}	
#bus-cat h2, #bus-type h2 {
font: normal 25px Arial, Helvetica, sans-serif;
color: #FF0000;
margin: 0px;
padding: 0px;
}

#info {
height: 56px;
width: 114px;
text-align: center;
float: left;
clear: left;
margin: 17px 0px 0px;
padding: 0px;
}

#block select option {
	width: 190px;
}

#cant-find {
margin: 5px 0px 10px 14px;
padding: 0px;
clear: left;
float: left;
height: 22px;
width: 300px;
}
#cant-find p {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}






/*Form Settings*/
.block label {
color: #000000;
font-weight: normal;
font-size: 11px;
}

.block select {
	width: 220px;
	clear: right;
	height: 20px;
	margin: 35px 0px 0px;
	padding: 0px;
}
.ad {
	width: 688px;
	height: 89px;
	clear: both;
	margin: 0px auto 10px;
	padding: 0px;
}


.ad img {
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
}
#unlim {
	width: 709px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height: 130px;
	background: #F25E65;
	border: 1px solid #F59297;
}
#unlim h1 {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	text-decoration: underline;
}
#unlim img {
	margin-left: 10px;
	padding: 0px;
	margin-right: 11px;
	float: left;
}
#send form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0px auto;
  width: 500px;
}

#send label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
}

#send form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#send form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#footer {
	width: 705px;
	margin: 10px auto 10px;
	padding: 0px;
	text-align: center;
}#footer p, #footer a{
	color: #FFFFFF;
}

#text {
	margin: 10px auto 20px;
	padding: 0px;
	width: 705px;
	color: #FFFFFF;
	background: #ED1B24;
}
#emergency {
	width: 705px;
	margin: 10px auto;
	padding: 0px;
	text-align: center;
}
#emergency p, #emergency a {
	color: #FFFFFF;
}


#text h1 {
	margin: 10px 10px 2px;
	padding: 0px;
}
#text h2 {
	margin: 10px 10px 2px;
	padding: 0px;
}
#text p {
	margin: 0px 15px 10px;
}
#text ul {
	margin: 0px 0px 10px 25px;
	padding: 0px;
}
#text ol {
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 0px;
}

#text li {
	margin-top: 2px;
	font-size: 11px;
}
#text a {
	color: #FFFFFF;
}

.errortext {
	color: #FFFFFF;
	display: block;
	font-size: 0.9em;
	margin-left: 160px;
}

#contact form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0px auto;
  padding: 0;
  width: 500px; 
}

#contact form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#contact form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

#contact form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

#contact form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

#contact form input, #contact form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#contact form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

#contact textarea { overflow: auto; }

#contact form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

#contact form .required{font-weight:bold;} /* uses class instead of div, more efficient */

#contact form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */

