/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper {
	width: 56.25em;
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

#structure {
	width: 56.25em;
	padding-right: auto;
	padding-left: auto;
	height: auto;
	background-color: #FFFFFF;
}

#top_banner {
	height: 9.38em;
	width: 56.25em;
	float: left;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#top_nav {
	float: left;
	height: 1.88em;
	width: 56.25em;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c4d8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #212f74;
}

#content {
	float: left;
	width: 56.25em;
	background-color: #FFFFFF;
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#bottom_nav {
	float: left;
	height: 1.88em;
	width: 56.25em;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c4d8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #212f74;
}

.left_arrow {
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 30px;
}

p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.small_copy {
	font-size: 0.7em;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #101F69;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #101F69;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #101F69;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.black {
	color: #000000;
}

/* MAIN NAV START */

ul {
	list-style-type: none;
}

li {
	width: auto;
	list-style-type: none;
}

ul.nav_left li {
	float: left;
	width: auto;
	list-style-type: none;
}
ul.main_nav, ul.main_nav li {
	float: left;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0em;
	width: auto;
}
ul.main_nav a, ul.main_nav a:visited {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	padding-left: 18px;
	padding-right: 5px;
	height: 20px;
	color: #212F74;
	background-image: url(images/double_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	width: auto;
	text-decoration: none;
}
ul.main_nav a:hover, ul.main_nav a:active {
	float: left;
	width: auto;
	color: #000000;
	text-decoration: underline;
}

ul.main_nav li.thispage a, ul.main_nav li.thispage a:visited {
	float: left;
	width: auto;
	color: #000033;
	font-weight: bold;
	text-decoration: underline;
}

/* MAIN NAV END */

/* footer start */
#footer_right {
	float: right;
	width: 35em;
	font-family: Arial, Helvetica, sans-serif;
	color: #101F69;
	font-size: 0.7em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	padding-top: 0.6em;
}

/* footer end */


/*main content start */

#content_left {
	float: left;
	width: 26.75em;
	padding-top: 10px;
	padding-left: 30px;
}

#content_right {
	float: right;
	width: 27em;
}

.action_box {
	float: left;
	width: 12.8em;
	height: 10em;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 10px;
}

.wide_image_box {
	float: left;
	width: 12.8em;
	height: 10em;
	margin-top: 10px;
	clear: both;
}

.bullets li {
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
}

.mot_box {
	background-image: url(images/mot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.service_box {
	background-image: url(images/service.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.air_con_box {
	background-image: url(images/air_con.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.fleet_box {
	background-image: url(images/fleet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.copy_bullets li {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}

/* main content right */
