/*
 GoxInc Stylesheet
 http://www.goxinc.net
 */
 
  
body  {
	font:100% Arial, Helvetica, sans-serif;
	background:#fff url(../images/tile.gif) center top repeat-y;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:35px 0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000;
}

#container, .home2col #container{ 
	width:960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#fff;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:1px solid #000;
	text-align:left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 
#header, .home2col #header { 
	padding:180px 0 0 0;
	background:#fff url(../images/header-bg.jpg) no-repeat center top;
	position:relative;
} 
.home2col .sidebar1 {
	float:right; /* since this element is floated, a width must be given */
	width:270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
}
.mainContent{
	margin:0;
	padding:25px 20px 10px 45px;
	position:relative;
}
.home2col .mainContent { 
	margin:0 270px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:25px 20px 10px 45px;
	position:relative;
} 
#footer, .home2col #footer { 
	padding:0;
	background:#dcdcdc;
	/*background:#dcdcdc url(/images/footer-bg.jpg) no-repeat center top;*/
	height:119px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float:right;
	margin-left:8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right:8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}

/*Styles for Header Footer and Menu (Navigation)*/

#hLogo{
	position:absolute;
	top:16px;
	left:23px;
}

#goxNav{
	/*height:35px;*/
	background:#2e3191 url(../images/menu-bg.jpg) no-repeat left top;
	padding:3px 0 0 0;
	margin:0;
	
}


#CallBtn{
	position:absolute;
	top:26px;
	left:625px;
	height:25px;
	width:150px;
}


#hListSubscribe{
	position:absolute;
	top:155px;
	left:800px;
	height:20px;
	width:150px;
}

#hMenuRightTxt{
	width:240px;
	position:absolute;
	top:182px;
	left:710px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#fff;
	font-size:15px;
}

#hMenuList{
	width:650px;
	text-align:center;
	height:35px;
	padding:0;
	margin:0;
	font-family:Myriad, Arial, Helvetica, sans-serif;
}

#hMenuList li{
	display:inline;
	margin:0 20px;
	line-height:35px;
	font-weight:bold;
}
 
#hMenuList li.link a{
	text-decoration:none;
	color:#fff;
}

#hMenuList li.current a{
	text-decoration:none;
	color:#fff467;
}

#hMenuList li a:hover{
	text-decoration:none;
	color:#fff467;
}

#fbox1{
	float:left;
	width:190px;
	padding-top:58px;
	text-align:center;
}

#fbox2{
	margin-left:200px;
	margin-right:255px;
	width:490px;
	text-align:center;
	padding-top:20px;
}

p.faddress{
	font-family:"Times New Roman", Times, serif;
	color:#2e3191;
	font-size:13px;
	padding:10px;
	margin-bottom:5px;
}

p.flegal{
	color:#000;
	font-size:10px;
}

#fbox3{
	float:right;
	margin-left:0px;
	width:250px;
	padding-top:35px;
}


#fbox3 img{
	margin-right:0px;
}

/* Links */

a{
	color:#2e3191;
	text-decoration:underline;
}

/* Headings */

h1{
	font-size:20px;
	color:#2E3191;
	font-weight:bold;
	position:relative;
}

h1.replaced{
	width:550px;
	height:30px;
	position:relative;
}

h1.replaced span{
	position:absolute;
	width:100%;
	height:100%;
}

h2{
	color:#2E3191;
	font-weight:bold;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
}

h3{
	color:#2E3191;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}

/* Lists */

ul{
	list-style: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom:12px;
}


/* Body and Content Styles */

.mainContent p{
	font-family:"Times New Roman", Times, serif;
	color:#626366;
	font-size:18px;
	padding:10px 0;
	line-height:1.25em;
}

p.home-firstP{
	width:400px;
}

div.grey{
	height:5px;
	background-color:#f1f1f2;
	color:#f1f1f2;
	font-size:1px;
	margin:0;
	padding:0;
	border:none;
	clear:both;
}

div.blue{
	height:5px;
	background-color:#2E3191;
	color:#2E3191;
	font-size:1px;
	margin:0;
	padding:0;
	border:none;
	clear:both;
}

/* Home Page Styles */

#hCallBtn2{
	position:absolute;
	bottom:35px;
	left:195px;
	height:25px;
	width:150px;
}

#homePageH1 span{
	background:url(../images/b2b-solution-h1.jpg) no-repeat;
}

#placeOrderHome{
	position:absolute;
	top:55px;
	left:175px;
}

#BondedAndInsured{
	position:absolute;
	top:276px;
	left:400px;
}

#weather{
	text-align:center;
	background-color: transparent;
	margin-top:20px;
}

#surcharge{
	text-align:center;
	background-color: transparent;
	margin-top:20px;
	position: relative;
	background: url('../images/monthly-fuel-surcharge-bg.jpg') no-repeat;
	height: 131px;
}

#surcharge p{
	position:absolute;
	top:50px;
	left:165px;
	color:#2E3191;
	font-size:27px;
	font-weight:bold;
	width: 92px;
	text-align: center;
}

#gasPrices{
	text-align:center;
	margin-top:15px;
}

#gasPrices table td{
	vertical-align: top;
}

#traffic{
	text-align:center;
	margin-top:20px;
}

#traffic p{
	text-align:left;
	font-size:11px;
	color:#000;
	text-indent:50px;
}

/* About page styles */

#aboutCallBtn2{
	position:absolute;
	bottom:31px;
	left:195px;
	height:25px;
	width:150px;
}

#twoColText{
	width:650px;
	/*height:206px;*/
	height: 290px;
	background-color:#626366;
	color:#fff;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

#twoColText p{
	width:275px;
	margin-left:40px;
	padding:20px 0;
	float:left;
	color:#fff;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}

#AboutPageImage{
	margin-left:650px;
}

#aboutTruck{
	position:relative;
	top:-20px;
	left:470px;
	width:233px;
	height:95px;
	/*z-index:500;*/
}

/* Services page styles */

div.servicesTextCol{
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	width:437px;
	float:left;
	margin-right:25px;
}

div.servicesTextCol p{
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
}

#contactCallBtn2{
	position:absolute;
	top:15px;
	left:360px;
	font-size:16px;
	font-weight:normal;
}