
.body {
	background-color: #FFF;
}
#header {
	position: relative;
	height: 115px;
	width: 768px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
}
#headerdiv {
	position: relative;
	height: 115px;
	width: auto;
	background-color: #2E2E2E;
}

#footerdiv {
	background-color: #1F1F1F;
	position: relative;
	height: 100px;
	width: auto;
}

#navbar {
	position: relative;
	height: 30px;
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 300px;
	margin-top: 45px;
}
#fleetpic {
	position: relative;
	float: right;
	height: 310px;
	width: 190px;
	text-align: right;
	margin-right: 5px;
}

#footerleft {
	float: left;
	height: 100px;
	width: 350px;
	position: relative;
}
#footerright {
	float: right;
	height: 100px;
	width: 350px;
	position: relative;
	text-align: right;
}

#titlebar {
	position: relative;
	height: 30px;
	width: 760px;
	left: 5px;
}
h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 20px;
	color: #000;
}

#content {
	position: relative;
	height: 560px;
	width: 768px;
}
#contentcontact {
	position: relative;
	height: 320px;
	width: 768px;
}

#primaryContent {
	position: relative;
	height: 340px;
	width: 555px;
	left: 5px;
	margin-bottom: 20px;
	float: left;
}


#navbar ul li a {
	color: #FFE89C;
	text-decoration: none;
	padding-bottom:4px;
	
	}
#navbar ul li.on a {
	color: #FFE89C;
	border-bottom: 1px solid #FFE89C;
	text-decoration: none;
	cursor: default;
}
#navbar li a:hover {
	color: #FFE89C;	
	text-decoration: none;
	border-bottom: 1px solid #FFE89C;
	
	}
#navbar li a:visited {
	color: #FFE89C;	
	text-decoration: none;
	
	}
#navbar ul{
	margin: 0px;
	padding: 0px;
}
#navbar ul li {
	float: left;
	display: inline;
	margin-left: 10px;
}
#logo h1 {
	height: 110px;
	width: 226px;
	padding: 0px;
	clear: both;
	float: left;
	background-image: url(../images/logo.png);
	position: relative;
	margin-left: 5px;
	background-repeat: no-repeat;
    margin:0px;
	display:block;
	text-indent:-9999px;
}

#keywords {
	margin:0px;
	display:block;
	text-indent:-9999px;
	position: absolute;
}
#footer {
	position: relative;
	height: 100px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	font-size: 12px;
}


#tel {
	float: right;
	height: 29px;
	width: 203px;
	position: relative;
	clear: none;
	background-image: url(../images/tel.png);
}
#indexpic {
	position: relative;
	height: 160px;
	width: 238px;
	float: left;
}
#tel p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFE89C;
	font-weight: bold;
	font-style: italic;
}
#primaryContent li {
	display:block;
	list-style-type: none;
}
#indexcoachpic {
	position: relative;
	height: 160px;
	width: 238px;
	float: right;
	margin-top: 40px;
	margin-right: 5px;
}
* {
	margin: 0px;
	padding: 0px;
}
#fleet {
	position: relative;
	height: 210px;
	width: 768px;
	clear: left;
}
#fleettext {
	position: relative;
	height: 200px;
	width: 515px;
	margin-left: 5px;
	float: left;
}
#fleettext ul {
	margin-left: 25px;
}

p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	color: #000;
}
h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.marqueediv {
	position: relative;
	height: 23px;
	width: 768px;
	overflow: hidden;
	font-weight: bold;
	text-transform: capitalize;
}
#contactright {
	position: static;
	height: 300px;
	width: 300px;
	float: right;
	margin-right: 50px;
}
#contactdetails {
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	margin-left: 5px;
}
#maincontact {
	position: relative;
	height: 650px;
	width: 768px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/Contentbg.jpg);
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#main {
	position: relative;
	height: 590px;
	width: 768px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/Contentbg.jpg);
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

	/* FORMS */
		
		
		form {
			width: 464px;
			overflow: hidden;
		}
		
		label {
			display: block;
			font-size: 11px;
			color: #645a56;
			text-transform: uppercase;
		}
		
		input[type=text], textarea {
			width: 452px;
			height: 27px;
			border: 1px solid #c3c5bf;
			color: #645a56;
			font-size: 17px;
			padding: 7px 0 0 10px;
			margin-bottom: 14px;
			font-family: helvetica, arial;
		}
		
		input[type=text]:hover, textarea:hover, input:focus, textarea:focus {
			background: #eeecec;
			outline: none;
		}
		
		textarea {
			height: 212px;
		}
		
		input[type=submit] {
			background: #d5ceca url(../images/submitButtonBG.jpg) no-repeat;
			width: 102px;
			height: 34px;
			padding: 8px;
			text-align: center;
			font-size: 11px;
			text-transform: uppercase;
			float: right;
			cursor: pointer;
			border: none;
			margin-top: 15px;
			color: #30241f;
			line-height: 20px;
		}
		
		input[type=submit]:hover {
			background: #bcb4ae;
		}
		
		/* END FORMS */
#telPic {
	position: relative;
	float: right;
	height: 154px;
	width: 167px;
	margin-right: 5px;
}
