/* CSS Document */
html{ min-height: 100%; margin-bottom: 1px; }

body {
	margin:0;/*still shows top and bottom border in opera*/
	border:0;
	padding:0;
	font-size:88.01%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#fff;/*#fc9;*/
}
p {
	margin-left:10px;
	margin-right:10px;
}
p.large {
	font-size:120%;
	font-weight:bold;
}
p.bld{
	font-weight:bold;
}


h1 {
	text-align:center;
   	margin-top:15px;
	font-size:130%;
	color:#39f;
}


h2 {
	margin-left:10px;
	margin-top:20px;
	margin-bottom:40px;
	font-size:110%;
	color:#39f;
}

em{
	font-weight:bold;
}


#wrapper {
	font-size:80%;
	padding:0px;
	margin:0 auto;
	width: 730px;
	border-right:#00adef 1px solid;
	border-left:#00adef 1px solid;
	
}

#header_typ {
	background-color:#fff;
	height:89px;
	padding-left:2px;
	/*thinner, on typical pages */
	}

#topnav{
	padding:0.4em;
	background-color:#00adef;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;	
	font-size:11px;
	text-align:center;
}
#topnav a{
	color:#fff;
	margin-left:4px;
	margin-right:4px;
}
#topnav a:link{
	text-decoration:none;
}
#topnav a:visited{
	text-decoration:none;
}
#topnav a:hover{
	text-decoration:underline;
}

#ban{
	width:328px;
	float:left;
}

#container { /*for home */
	margin:0px;
	width:730px;
	background-color:#fff;
}


#full_content{ /*eg on bus card pages */
	width:710px;
	background-color:#fff;
	padding:10px;
}
#full_content img.rt{
	float:right;
	margin:5px;
}
#full_content img.mid{
	display:block;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	
}
#full_content a{
	color:#000;
	
}
#full_content a.hold{
	display:inline;
}
#full_content a:link{
	text-decoration:none;
}
#full_content a:visited{
	text-decoration:none;
}
#full_content a:hover{
	color:#09f;
	text-decoration:underline;
}
#pay{
	width:500px;
	margin:0 auto;
	padding:12px 0 10px 75px;
	border:#06c 1px solid;
	background-color:#d1edfb;
}
#pay_det{
	width:550px;
	margin:0 auto;
	padding:12px 20px 10px 30px;
	border:#06c 1px solid;
	background-color:#d1edfb;
}
#pay_det2{
	width:550px;
	margin:0 auto;
	padding:0 20px 10px 30px;
	border:#06c 1px solid;
	background-color:#d1edfb;
}

#pay_spc{
	height:10px;
}
#clrln{	
	height:1px;
	clear:both;
}

.bold{
	font-weight:bold;
}
#tableSeachResults{
}

#footer {
	clear:both;/*clears both leftcol and content divs if they are floated left*/
	background-color:#eee;
	margin:0;
	/*background-image: url(../graphics/cornerlogovs.jpg);
	background-position:100% 50%;
	background-repeat:no-repeat;*/
	padding:0 0 0 15px;/* problem here inconsistent in ie*/
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
}
#footer img{
	float:right;
}
#footer a{
	margin-left:7px;
	margin-right:7px;
}
#footer a:link{
	text-decoration:none;
}
#footer a:visited{
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}


.center {
	text-align:center;
}
.leftlink{
	text-align:left;
}


.clear {
	clear:both;
	height:1px;
}
.ftlnk{
	display:block;
	padding-top:6px;
	padding-bottom:6px;
}
#outer{
	margin:0 auto;
	width:300px;
	background-color:#FF9933;
}
#inner{
	background-color:#33CCFF;
	width:inherit;
}
