@charset "UTF-8";


body {
	margin: 0;
	background: #000036;
	text-align: center;
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, serif;
	font-size: 11px;
	color: #FFF;
}

html {
	height: 100%;
}

#wrapper {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background: #000;
	
}

#header {
	height: 160px;
	background: #000 url(../images/header.jpg) no-repeat;
}

#logo img {
	height: 70px;
	border: 0;
}

#mainContent {
	background: #000;
	height: 100%;
}

#primaryColumn {
	margin: 0;
	padding: 10px;
	width: 540px;
	vertical-align: top;
}

#secondaryColumn {
	margin: 0;
	padding: 10px 10px 10px 0;
	width: 230px;
	vertical-align: top;
}

.lgBox {
	width: 540px;
	background: #252525 url(../images/clg-mid.gif) repeat-y;
	margin: 0 0 10px 0;
}

.lgBox h1 {
	font-size: 18px;
	background: url(../images/clg-top.gif) no-repeat left top;
	padding-top: 12px;
}

.lgBox .last {
	background: url(../images/clg-bottom.gif) no-repeat left bottom;
	padding-bottom: 12px;
}

.lgBox h1, 
.lgBox p {
	padding-left: 12px;
	padding-right: 20px;
}

.smBox {
	width: 230px;
	background: #252525 url(../images/csm-mid.gif);
	margin: 0 0 10px 0;
}

.smBox h2 {
	font-size: 14px;
	background: url(../images/csm-top.gif) no-repeat left top;
	padding-top: 12px;
}

.smBox .last {
	background: url(../images/csm-bottom.gif) no-repeat left bottom;
	padding-bottom: 12px;
}

.smBox h2, 
.smBox p {
	padding-left: 12px;
	padding-right: 20px;
}

ul#nav {
	width: 390px;
	margin: 0 0 0 220px;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Tahoma, Arial, Helvetica, serif;
	font-size: 11px;
}

ul#nav li {
	float: left;
	border-left: 1px solid #000;
}

ul#nav li.home {
	border: 0;
}

ul#nav a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	line-height: 34px;
	background: #CCC;
	font-weight: bold;
}

ul#nav a:hover {
	color: #FFF;
	background: #000036;
	border-bottom: #CCC solid 2px;
}

#home ul#nav .home a,
#about ul#nav .about a,
#fleet ul#nav .fleet a,
#services ul#nav .services a,
#contact ul#nav .contact a {
	color: #FFF;
	background: #000036;	
	border-bottom: #CCC solid 2px;
}


a:link {
	color: #FFF;
	text-decoration: underline;
}

a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#footer {
	color: #FFF;
	background: #000;
	padding: 10px;
	text-align: center;
	clear: both;
}

.chooselimo td {
	padding: 3px 0;
	border-bottom: 1px solid #333333;
	line-height: 20px;
	}
	
.chooselimo img {
	border: 0;
}

.chooselimo a {
	text-decoration: none;
	color: #FFFFFF;
	}

.chooselimo a:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
	}
	
/*=========================
 Sub Navigation =================*/

#subNav {
	margin: 20px;
	padding: 0;
	width: 300px;
}

#subNav ul {
	margin: 0;
	padding: 0;
}

#subNav li {
	margin: 0 0 3px 0;
	padding: 0;
	list-style: none;
	line-height: 22px;
}

#subNav a:link, #subNav a:active, #subNav a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
	display: block;
	padding: 3px;
	height: 22px;
}

#subNav a:hover {
	text-decoration: none;
	color: #FF0000;
	background-color: #FFFFFF;
}

/*=========================
 Forms =================*/

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

input:focus, textarea:focus {
	background-color: #CC0000;
	}
	
label {
	float: left;
	width: 50px;
	}
