/* CSS Document */

/***** CONTACT US CSS *****/	
	
#contact{
	width: 358px;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #761116;
	color: #FDFDFD;
	}

#contact .element {
	width: 350px;
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
	}

#contact td {
	font-size: 14px;
	color: #FDFDFD;
}

#contact .city, #contact .state, #contact .zip {
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
}

#contact .city {
	width: 150px;
}

#contact .state, #contact .zip {
	width: 95px;
}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#contact a {
	text-decoration: underline;
	color: white;
}

.size10 {
	font-size: 10px;
}

.right {
	float: right;
}

.busruns {
	background-color: white;
}

.busruns th {
	background-color: #990000;
	color: white;
	border: 1px solid black;
}

.busruns td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
}

.busrun td {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	line-height: 16px;
}

.busrun .buynow {
	display: inline;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

.red {
	color: red;
}

.bg_pale {
	background-color: #F9E0C6;
}

.bg_swt {
	background-color: #FFCC99;
}

.marginbottom5 {
	margin-bottom: 5px;
}

.border1 {
	border: 1px solid #333;
}

.marginleft {
	margin-left: 10px;
}

.padding5 {
	padding: 5px;
}

.col280 {
	width: 280px;
}
