/* CSS Document */



/*
* Author: Rivergy Inc. // Alison F.
* rivergy.com Tampa Web Design
* Client: FTS4buses.com
*/


* {margin: 0px; padding:0px;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	background:url(images/bg.jpg) repeat-x top left #adadad;
	text-align:left;
	margin:35px;
	}
	
.Content {
	background:#FFF;
	}
p {
	margin-bottom:20px;
	}

h1 {
	margin-left:-35px;
	text-align:left;
	font-size:22px;
	text-transform:uppercase;
	font-family:"Impact" Tahoma, Arial, Helvetica sans-serif;
	font-weight:normal;
	color:#414b8a;
	background:url(images/h1_graphic.jpg) center left no-repeat;
	height:29px;
	padding-left:35px;
	padding-top:5px;
	}

h2 {
	font-size:16px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#414b8a;
	}

h3 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}

h4, h5, h6 {
	font-size:12px;
	}
img {
	border:none;
	}

a, a:link, a:visited {
	color:#0000CC;
}

a:hover, a:visited:hover {
	color:#888888;
	}

.floatright {float:right;}
.floatleft {float:left;}
.clear {clear:both;}


table {
	font-size:11px;
	}
ul {
}
/*---layout---*/

#wrapper {
	margin:0 auto;
	width:775px;
	text-align:center;
	}

#header {
	text-align:left;
	background:url(images/header_bg.jpg) repeat-x;
	height:89px;
	}
#logo {
	margin-top:0px;
	margin-left:8px;
	}

#nav {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:-8px;
	height:40px;
	padding-top:20px;
	width:615px;
}

	#nav a {
		background:url(images/nav_bg.jpg) repeat-x bottom right;
		padding:15px 6px 0px 6px; 
		text-decoration:none;
		color:#f7d644;
		margin:0px 0px 0px 0px;
		list-style-type:none;
		height:40px;
		}
			#nav a:hover {
				background:url(images/nav_bg_hover.jpg) repeat-x bottom right;
				color:#414b49;
				}
		/*#nav ul {
	margin-left: 0px;
}		*/
		#nav li {
			text-decoration:none;
			color:#f7d644;
			height:35px;
			display:inline;
			}
#SubNav {
	float:left;
	text-align:right;
	background:none;
	margin-top:-3px;
	margin-left:-2px;
	display:inline;
	font-size:11px;
	line-height:normal;
	}
		#SubNav li {
			display:inline;
			background:none;
		}
		
		#SubNav a {
			background:none;
		}
		
		#SubNav a:hover {
			background:none;
			color:#ccc;
			text-decoration:none;
			}
		
#contentWrap {
	background-color:#FFF;
	width:775px;
	clear:both;
	padding-top:15px;
	margin-top:-2px;
	}
#content {
	text-align:justify;
	padding-left:40px;
	padding-bottom:20px;
	padding-right:15px;
	background-color:#FFF;
	}

#rightContent {
	text-align:left;
	background-color:#FFF;
	padding-right:15px;

	}

#footer{
	clear:both;
	font-size:10px;
	font-size:10px;
	font-family:"Trebuchet MS" Helvetica, Arial, sans-serif;
	color:#000000;
	}
	#footer a:link, #footer a:visited {
		text-decoration:none;
		
		}
		#footer a:hover {
		text-decoration:underline;
		}

#copyright {
	float:left;
 	color:#FFF;

	}
/* --- bottom navigation */
#bNav li {
	display:inline;
	color: #FFF;
	margin-left:5px;
	font-size:10px;
	font-family:"Trebuchet MS" Helvetica, Arial, sans-serif;
	}
	
	#bNav a {
			color: #FFF;
			text-decoration:none;
			text-align:right;
			}
	
	#bNav {
		background: #414b8a;
		text-align: right;
		padding-right: 10px;
		color:#FFFFFF;
		}
/*-- Sidebar --*/

#grafSidebar {
	background:url(images/bottom_sidebar.jpg) bottom left no-repeat gold;
	width:199px;
	}
	
#grafSidebar2 {
	background:url(images/top_sidebar.jpg) top left no-repeat;
	padding:80px 10px 0px 10px;
	height:410px;
	color:#000;
	}
#grafSidebar2 ul
{
	margin-left:15px;
	}
#grafSidebar2 li {
	font-weight:bold;
	margin-bottom:20px;
	line-height:16px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none;
	}


/*---header styles---*/

#welcomeh1 {
	background:url(images/welcome_to_fts.jpg) center left no-repeat;
	text-indent:-9999px;
	height:30px;
	width:165px;
	}
#inventoryh1 {
	background:url(images/inventory.jpg) center left no-repeat;
	text-indent:-9999px;
	height:30px;
	width:165px;
	}
	
/* invetory page */

table.inventory {
	width:650px;
	text-align:center;

	}
td.inventory {
	padding:30px;
}
.gray_background {
	background:#ddd;
	}
	
	
	
.highlight {
	font-weight: bold;
	color: #3D4286;
}
.contact-box{
	border:solid 1px #D1BA52;
	padding:10px;
	width:250px;
	}
.contact-box h1{
background:#3d4286 none;
color:#FFFFFF;
margin-left:0px;
margin-bottom:10px;
padding-left:5px;
padding:5px;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
height: auto;
text-align:center;
font-weight:bold;
	}
.ContactForm{
margin-top:30px;
}
.ContactEntrylabel{
	color:#414B8A;
	padding-right:5px;
	vertical-align: top;
	width:125px;
	}
.ContactEntryinput{
	padding-bottom:10px;
}