/***===STRUCTURE===***/
body, html {
	height:						100%;
	background-color:			#7297B7;
	}

#Container {
	width:						920px;
	/*height:						100%;*/
	padding:					0 10px;
	margin:						0 auto;
	background:					#7297B7 url(../images/structure/bodyBG.png) top center repeat-y;
	}

#C {
	padding-top:				50px;
	}

#main {
	width:						530px;
	padding:					0 60px 100px;
	}




/***===TOP===***/
#T {
	width:						920px;
	height:						125px;
	margin:						0 auto;
	border-bottom:				7px solid #216AE2;
	}

#Ti {
	position:					relative;
	height:						125px;
	}

#hInfo {
	position:					absolute;
	right:						1.5em;
	bottom:						.75em;
	}

img.logo {
	margin-top:					35px;
	}




/***===SIDE===***/
#side {
	width:						270px;
	}

#sL {
	padding-left:				40px;
	padding-right:				50px;
	border-right:				1px solid #D2D2D2;
	margin-bottom:				50px;
	font-size:					14px;
	}

#sL a {
	display:					block;
	padding:					24px 0;
	border-bottom:				1px solid #D2D2D2;
	}

#sL a.first {
	padding-top:				0;
	}

#sL a.last {
	border-bottom:				none;
	}

#LocationsI {
	width:						235px;
	height:						282px;
	background:					transparent url(../images/structure/locationBG.png) no-repeat;
	padding-left:				35px;
	padding-top:				15px;
	color:						#FFF;
	}

#LocationsI h4 {
	color:						#FFF;
	}



/***===ROTATION===***/
#R {
	width:						920px;
	height:						253px;
	overflow:					hidden;
	padding-bottom:				16px;
	position:					relative;
	z-index:					99;
	background:					transparent url(../images/structure/navBot.png) bottom left repeat-x;
	}



/***===TOOLS===***/
div.tools {
	background-color:			#EAEAEA;
	}

#tracingTools {
	font-size:					14px;
	}

#tracingTools h4 {
	font-size:					12px;
	}

div.tools h4 {
	background-color:			#216AE2;
	color:						#FFF;
	padding-left:				10px;
	height:						25px;
	line-height:				25px;
	margin-bottom:				0;
	}

div.tools a {
	height:						30px;
	line-height:				30px;
	display:					block;
	background:					transparent url(../images/structure/pdf.gif) no-repeat 10px center;
	padding:					10px 10px 10px 50px;
	border-bottom:				1px solid #D2D2D2;
	}

div.tools a.last {
	border-bottom:				none;
	}

div.tools a.noPDF {
	background-image:			none;
	}

#shippersTools {
	overflow:					hidden;
	}

#shippersTools a {
	width:						116px;
	float:						left;
	}



/***===HOMEPAGE===***/
#shipper {
	background:					transparent url(../images/structure/shipperBG.jpg) no-repeat center 38px;
	}

#carrier {
	background:					transparent url(../images/structure/carrierBG.jpg) no-repeat center 75px;
	}
	
	

/***===EMPLOYMENT===***/
table.employment {
	border:						1px solid #D2D2D2;
	}

table.employment th {
	color:						#216AE2;
	background-color:			#D2D2D2;
	text-align:					left;
	padding:					5px;
	}

table.employment td {
	padding:					5px;
	text-align:					left;
	}



/***===QUOTE===***/
div.quotepage label {
	font-weight:				normal;
	}

table.quotetable td {
	text-align:					left;
	}



/***===EMPLOYMENT===***/
table.directory {
	border:						1px solid #D2D2D2;
	}

table.directory th {
	color:						#216AE2;
	background-color:			#D2D2D2;
	text-align:					left;
	padding:					5px;
	}

table.directory td {
	padding:					5px;
	text-align:					left;
	}







