@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	background-image: url(layout/body.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

#holder {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	border: 7px double #666666;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #736879;
	font-size: 22px;
	font-variant: normal;
	text-transform: capitalize;
}
#banner {
	position: relative;
	height: 168px;
	width: 900px;
	background-image: url(layout/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	color: #CCCCCC;
}
#topmenu {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 852px;
	text-align: right;
}
#topmenu a{
	color: #FFCC00;
	font-size: 16px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#topmenu a:hover {
	color: #FFFFFF;
}

#leftmenu {
	position:relative;
	float:left;
	width:211px;
	margin-left: 10px;
}
#leftmenu a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}

#leftmenu a:hover {
	background-color: #DBC498;
	background-image: url(layout/menuh.png);
	background-repeat: repeat-x;
	background-position: center bottom;
 
 color:#ffffff;
 
}

.miniform {
	border: 1px solid #333333;
	position: relative;
	width: 209px;
	margin-bottom: 15px;
}
.paddy {padding:10px;}



#contentarea {
	float: left;
	background-color: #FFFFFF;
	position: relative;
	width: 650px;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
}
.buslist a{}
.buslist a:hover {}


.buslist {
	padding: 10px;
	border: 1px solid #CCCCCC;
	position: relative;
	margin: 15px;
	width:270px;
	float:left;
	height:250px;
 
}
#mostsearched li {margin-bottom:25px;}
.thebiglist {
	padding: 10px;
	float: left;
	position: relative;
}
.thebiglist a {
	float: left;
	position: relative;
	color: #0066FF;
	line-height: 3px;
	margin: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
	font-weight: normal;
}