@charset "utf-8";
/* CSS Document */

/*********************************************************
* HTML DEFAULTS
**********************************************************/

* {
	margin: 0;
	padding: 0;
}

body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #e7e7e7 url(/img/main/topbg.png) repeat-x;
	color: #52565B;
}

h1
{
	color: #ff972f;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2
{
	color: #5289AA;
	font-size: 18px;
	margin: 20px 0 10px 0;
}

h3
{
	font-size: 14px;
	color: #5289AA;
	padding-bottom: 4px;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #CED2D2;
}

h4
{
	font-size: 12px;
	color: #5289AA;
	padding-bottom: 0px;
	margin: 15px 0 10px 0;
	
}

p
{
	margin: 5px 0;
}

a img
{
	border: none;
}

a
{
	color: #487d9c;
}

hr
{
	border: none;
	border-bottom: 1px solid #CED2D2;
	margin: 10px 0;
}

#bodyContent ul
{
	padding-left: 30px;
	margin: 15px 0;
}

#bodyContent ul li
{
	list-style-image: url(/img/main/li-bg.gif);
	padding: 5px 0;
	line-height: 15px;
}

#bodyContent ol
{
	padding-left: 30px;
}

#bodyContent ol li
{
	padding: 3px 0;
	line-height: 20px;
}

#bodyContent dl dt
{
	font-size: 12px;
	font-weight: bold;
	color: #5289AA;
	padding-bottom: 0px;
	margin: 15px 0 10px 0;
}

em
{
	font-weight: normal;
}

strong
{
	color: #5289AA;
}

span.small
{
	font-size: 10px;
	line-height: 12px;
}

/*********************************************************
* HOME PAGE LAYOUT
**********************************************************/

#bodyHome
{
	background: #e7e7e7 url(/img/home/future_quest_logo_i.png) no-repeat 10px 20px;
}

#bodyHome h1
{
	height: 146px;
	margin-top: -50px;
}

#homeWrapper
{
	position: relative;
	top: 0;
	width: 100%;
}

#homeSplash
{
	background: transparent url(/img/home/splash_bg.png) repeat-x top center;
	width: 100%;
	height: 306px;
	position: absolute;
	top: 0;
	margin-top: 0px;
}

#homeCenterImage
{
	position: relative;
	top: 38px;
	width: 419px;
	height: 132px;
	padding-top: 98px;
	padding-left: 515px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(/img/home/center_img.jpg) no-repeat top center;
	font-size: 14px;
	font-weight: bold;
}

#homeCenterImage p
{
	margin-bottom: 21px;
	margin-top: 0;
}

#homeThreeButtons
{
	position: relative;
	top: 306px;
	width: 936px;
	margin-bottom: 306px;
	height: 311px;
	margin-left: auto;
	margin-right: auto;
}

#homeThreeButtons strong
{
	font-weight: normal;
}

#homeThreeButtons div
{
	float: left;
	display: inline-block;
	width: 211px;
	height: 161px;
	padding-top: 105px;
	padding-left: 50px;
	padding-right: 50px;
	margin-right: 1px;
	text-align: center;
	line-height: 1.3em;
	cursor: pointer;
}

#homeThreeButtons h2
{
	color: #fc8c1e;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

#homeThreeButtons a
{
	line-height: 32px;
	color: #487d9c;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	padding-left: 37px;
	padding-top: 9px;
	padding-bottom: 9px;
	background: transparent url(/img/home/clickhere.gif) no-repeat 0px 2px;
}	

#dispatch
{
	background: transparent url(/img/home/dispatch_default.jpg) no-repeat top center;
}

#dispatch:hover
{
	background: transparent url(/img/home/dispatch_over.jpg) no-repeat top center;
}

#tracking
{
	background: transparent url(/img/home/fleettracking_default.jpg) no-repeat top center;
}

#tracking:hover
{
	background: transparent url(/img/home/fleettracking_over.jpg) no-repeat top center;
}

#fleetmanagement
{
	background: transparent url(/img/home/fleetmanagement_default.jpg) no-repeat top center;
}

#fleetmanagement:hover
{
	background: transparent url(/img/home/fleetmanagement_over.jpg) no-repeat top center;
}


#homeTopMenu
{
	height: 14px;
	position: absolute;
	top: 10px;
	right: 0;
	list-style: none;
	clear: both;
}

#homeTopMenu li
{
	display: inline-block;
	float: left;
	padding: 0 10px;
	border-right: 2px solid #4e84a3;
	line-height: 14px;
	color: #4e84a3;
	font-weight: bold;
}

#homeTopMenu li.last
{
	border-right: none;
}

#homeBottom
{
	position: relative;
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: center;	
	font-size: 10px;
}

/*********************************************************
* MAIN PAGE LAYOUT
**********************************************************/

#mainTopMenu
{
	z-index: 99;
	height: 11px;
	position: absolute;
	top: 10px;
	right: 0;
	list-style: none;
}

#mainTopMenu li
{
	display: inline-block;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #4e84a3;
	line-height: 11px;
	color: #12537c;
	font-size: 11px;
}

#mainTopMenu li.last
{
	border-right: none;
}

#header
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 92px;
	text-align: center;
}

#mainLogo
{
	margin-right: 90px;
}

/* MAIN MENU */

#mainMenuWrapper
{
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 92px;
	text-align: center;
}

#mainMenu {
position: relative;
display: block;
height: 46px;
width: 908px;
padding-left: 30px;
font-size: 12px;
line-height: 12px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align: center;
background: url(/img/main/menubg.gif) center center no-repeat;
text-align: center;
overflow: visible;
}

#mainMenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#mainMenu dl, #mainMenu dt, #mainMenu dd, #mainMenu ul, #mainMenu li
{
	list-style-type: none;
}

#mainMenu dl
{
	float: left;
	height: 13px;
	padding: 17px 0 16px 0;
	overflow: visible;
}

#mainMenu dl dt a
{
	text-decoration: none;
	font-weight: bold;
	padding: 14px 15px;	
	border-right: 1px solid #DADADA;
}

#mainMenu dl dt a.last
{
	border-right: none;
}

#mainMenu dl dt a:hover, #mainMenu dl dt.mainMenuHighlight a, #mainMenu dl dt.mainMenuHighlight
{
color: #ffffff;
background: url(/img/main/menu_highlight.gif) center center repeat-x;
}

#mainMenu dl dt.mainMenuHighlight a
{
color: #ffffff;
background: url(/img/main/menu_highlight.gif) center center repeat-x;
}

#mainMenu li
{
	display: inline-block;
	float: left;
	padding: 3px 20px 3px 0;
}

#mainMenu li a
{
	text-decoration: none;
	background: transparent url(/img/main/bullet.gif) no-repeat center left;
	font-size: 11px;
	font-weight: bold;
	color: #487d9c;	
	padding-left: 15px;
}

#mainMenu li a:hover
{
	text-decoration: underline;
}

#hmenu1, #hmenu2, #hmenu3, #hmenu4, #hmenu5, #hmenu6, #hmenu7, #hmenu8
{
	position: absolute;
	z-index: 99;
	left: 2px;
	top: 46px;
	padding: 17px 10px 17px 10px;
	display: block;
	text-align: left;
	width: 914px;
	background-color: #FFFFFF;
	filter:alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity:.90;
	-khtml-opacity:.90;		
}

#mainSplashImage
{
	position: absolute;
	z-index: 0;
	top: 138px;
	width: 100%;
	height: 245px;
	text-align: center;
}

#mainSplashImage img
{
	border-left: 2px solid #c7c9ca;
	border-right: 2px solid #c7c9ca;	
}

#bodyContainer
{
	padding: 10px 15px;
	padding-top: 245px;
	width: 904px;
	background-color: #FFFFFF;
	border-left: 2px solid #c7c9ca;
	border-right: 2px solid #c7c9ca;	
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 138px;
	margin-bottom: 138px;
}

#bodyContent
{
	float: left;
	width: 642px;
}

#bodyContainer p
{
	margin: 5px 0 15px 0;
	line-height: 1.5em;

	text-align: left;
}

#sidemenu
{
	float: right;
	width: 232px;
	margin-top: 30px;
	margin-right: 5px;
	padding-bottom: 220px;
	background: transparent url(/img/main/sidemenu_bottom.gif) no-repeat bottom center;
}

#nextsteps
{
	width: 232px;
	height: 76px;
	display: block;
	padding-top: 17px;
	background: transparent url(/img/main/sidemenu_top.gif) no-repeat top center;
	text-align: center;
}

#nextsteps img
{
	margin-bottom: 10px;
}

#sidemenu ul
{
	width: 100%;
	background: transparent url(/img/main/sidemenu_bg.gif) repeat-y top center;
	list-style: none;
	padding-top: 20px;
}

#sidemenu ul li
{
	padding-bottom: 2px;
	background: transparent url(/img/main/sidemenu_border.gif) no-repeat bottom center;
}

#sidemenu ul li.category
{
	color: #5289aa;
	text-decoration: none;
	line-height: 30px;
	padding-left: 13px;
	width: 212px;
	height: 30px;
	display: block;
	font-weight: bold;	
}

#sidemenu ul li.sidemenulabel
{
	padding: 10px 0 5px 10px;
	background: none;
	color: #5289aa;
	font-weight: bold;
	font-size: 14px;
	
}

#sidemenu ul li a
{
	color: #5289aa;
	text-decoration: none;
	line-height: 30px;
	padding-left: 25px;
	width: 207px;
	height: 30px;
	display: block;	
}

#sidemenu ul li a:hover
{
	background: transparent url(/img/main/sidemenu_over.gif) no-repeat top center;
}

#sidemenu ul li a.current
{
	font-weight: bold;
	background: transparent url(/img/main/sidemenu_active.gif) no-repeat top center;
}

#sidemenu ul li ul.sidesubmenu
{
	margin: 0; padding: 0;
}

#sidemenu ul li ul.sidesubmenu li
{
	background: none;
	padding-left: 15px;
}

#sidemenu ul li ul.sidesubmenu li a
{
	line-height: 20px;
	height: 20px;
}

#sidemenu ul li ul.sidesubmenu li a.current
{
	background-position: -15px
}

#sidemenu ul li ul.sidesubmenu li a:hover
{
	text-decoration: underline;
	background: none;
}


#bottom
{
	position: relative;
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: center;	
	font-size: 10px;
	padding-top: 62px;
	background: transparent url(/img/main/body_bottom.gif) no-repeat top center;
}

/*********************************************************
* MUTUAL
**********************************************************/





/*********************************************************
* CONTENT STYLING
**********************************************************/

.none
{
	display: none;
}
.clear
{
	clear: both;
	width: 0;
	height: 0;

}

.center
{
	text-align: center;
	margin: 20px 0;
}

.floatLeft
{
	float: left;
	padding: 5px 10px 10px 0;
}

.floatRight
{
	float: right;
	padding: 5px 0px 10px 10px;
}

.smallText
{
	font-size: 10px;
}

.border
{
	border: 1px solid #999999;
}

#bodyContent ul.checkmarks, #bodyContent ul.checkmarks li
{
	list-style-type: disc;
	list-style-image: url(/img/check.png);
	
	padding-left: 5px;
	margin-left: 10px;
	font-size: 16px;
	text-align: left;
	margin-bottom: 0;
}


/*********************************************************
* QUOTE STYLES
**********************************************************/


	.quoteHeaderRow, .summaryHeaderRow
	{
		background-color: #5289aa;
		color: #FFF;
		border: 1px solid black;
		border-collapse: collapse;
		text-align: center;
		padding: 5px
	}
	
	.summaryHeaderRow
	{
		padding: 3px;
	}	
	
	.quoteCell, .summaryCell
	{
		padding: 6px;
		text-align: left;
		vertical-align: top;
		background-color: #EFEFEF;
	}
	
	.summaryCell
	{
		font-weight: bold;
		text-align: right;
		height: 50px;
		vertical-align: middle;
	}
	
	.quoteCellHeader
	{
		padding: 6px;
		text-align: center;
		vertical-align: top;
		background-color: #EFEFEF;		
	}
	

/*********************************************************
* FORM STYLES
**********************************************************/
	
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	/*margin-bottom: 1em;*/
	padding: 4px;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
	margin: 2px 0;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
textarea
{
	width: 650px;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 350px;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	width: auto;
	display: inline;
	margin: 0 0 0 7px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
input[type=hidden]
{
	display: none
}

input[type=text]
{
	width: 200px;
}

.quoteTable
{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-color: black;
}
.quoteTable tr td
{
	vertical-align: top;
	padding: 8px;
	line-height: 16px;
}
.quoteTable tr td input
{
	margin: 0 auto;
}
	
