/* GLOBALS
===================================================================== */

body {
	margin: 0;
	padding: 0;
	font: normal 10pt "Lucida Sans","Lucida Grande","Lucida Sans Unicode",Helvetica, Arial, sans-serif;
	background: #f6f5e6;
	text-align: center;
}
a {
	overflow: hidden;
	color: #7e2105;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a img {
	border: none;
}

.resetList, .resetList li ul {
	margin: 0;
	padding: 0;
}
.resetList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.clearfix: after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
input.inputButton { /* SEE IE6, IE7 */
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}

h2 {
	font-size: 12pt;
	margin: 0 0 15px;
	text-transform: uppercase;
}
textarea {
	font: inherit !important;
}
.offLeft, .offleft {
	position: absolute;
	left: -9999px;
}
/* LAYOUT
===================================================================== */
#wrapper {
	width: 980px;
	text-align: left;
	margin: 0 auto;
}
#masthead {
	position: relative;
}
#masthead #tollFree {
	color: #7e2105;
	font-size: 1.1em;
}
#masthead #customerService {
	position: absolute;
	top: 0;
	right: 0;
}
#masthead #customerService li {
	border-right: solid 1px #333;
	display: inline;
	padding: 0 10px;
}
#masthead #customerService a {
	color: #7e2105;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .75em;
	font-weight: bold;
}
#masthead #customerService a:hover, #masthead #customerService a:focus, #masthead #customerService a:active {
	color: #000;
	text-decoration: underline;
}
#masthead #customerService li.last {
	border-right: none;
	padding-right: 0;
}
#contentContainer {
	background: #FFF url(/images/content-center.png) repeat-y center top;
	position: relative;
}
#contentContainer .topper { 
	background: url(/images/content-topper.png) no-repeat center top;
}
#contentContainer .bottom {/* INNERMOST */
	background: url(/images/content-bottom.png) no-repeat center bottom;
	padding: 12px 20px 20px;
}
#logo {
	background: url(/images/beeline-logo.png) no-repeat left top;
	width: 233px;
	height: 55px;
	display: block;
	text-indent: -9999px;
}
#content {
	font-size: .9em;
	zoom: 1;
}
#content #contentColumn { /* INTERNAL PAGES CONTENT AREA */
	width: 700px;
	float: right;
	line-height: 1.6;
}
/* SIDEBAR
===================================================================== */
#sidebar {
	width: 220px;
	float: left;
}
#quickForm {
	border: solid 1px #000;
	margin-top: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	padding-bottom: 45px; /* TO MAKE ROOM FOR ABSOLUTELY POSITIONED BUTTON */
}
#quickForm form {
	margin: 0 20px 20px !important;
}
#quickForm h2 {
	color: #FFF;
	background: url(/images/sidebar-header.png) repeat-x left top;
	text-align: center;
	padding: 10px 0;
}
#quickForm .sendButton {
	text-indent: 0px;
	width: 106px;
	height: 27px;
	margin-top: 15px;
	border: none;
	background: none;
	
	/* NEGATIVE MARGIN CENTERING */
	position: absolute;
	left: 50%;
	margin-left: -53px;
}
#quickForm label {
	display: block !important;
	font: normal 10pt "Lucida Sans","Lucida Grande","Lucida Sans Unicode",Helvetica, Arial, sans-serif !important;
}
#quickForm input, #quickForm textarea {
	width: 170px;
	border: solid 1px #737373;
	background: #E4E4E4;
	font-family: inherit !important;
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 3px 0;
}
#sidebar .getQuote {
	display: block;
	background: url(/images/btn-get-quote.png) no-repeat left -33px;
	width: 220px;
	height: 33px;
	text-indent: -9999px;
	margin: 10px 0 10px;
}
#sidebar .getQuote:hover {
	background: url(/images/btn-get-quote.png) no-repeat left top;
}

/* FORMSTACK (UNDO STYLING PULLED IN FROM FORMSTACK)
===================================================================== */
#quickForm .fsError {
	color: #C00;
	margin: 7px 20px;
	padding: 5px;
	background: #FCC;
	border: solid 1px #C00;
	width: auto;
	font-size: 9pt;
}
#quickForm .fsForm {
	margin: 0;
	width: auto !important;
}
#quickForm .fsForm, #quickForm .fsError {
	float: none;
}
#quickForm td.fsRowOpen, #quickForm td.fsRowClose {
	width: auto;
}
#quickForm .fsRowOpen, #quickForm .fsRowClose {
	display: none;
}
#quickForm .fsRowBottom .fsRowBody {
	background: none;
}
#quickForm .fsSpacerRow, #quickForm .fsRowBottom {
	display: none;
}
/*#quickForm .fsSubmit {
	width: 106px;
	height: 27px;
	margin: 15px auto;
	display: block;
	background: url(/images/btn-send.png) no-repeat left top;
	border: none;
}*/
#quickForm .fsForm .fsCell {
	padding: 0;
}
#quickForm .fsRequiredLabel span {
	color: #BA0000;
	font-family: inherit !important;;
	font-size: 12pt !important;
	font-weight: bold;
	height: 16px;
	padding-left: 2px;
}
#quickForm label.fsLabel, #quickForm label.fsRequiredLabel {
	display: block !important;
	font-size: 10pt !important;
}

/* ACCOUNT NAVIGATION
===================================================================== */

#accountNav {
	position: absolute;
	top: 20px;
	right: 20px;
}
#accountNav li {
	display: inline;
	margin-left: 10px;
}
#accountNav li a {
	color: #333;
	text-decoration: none;
	padding-left: 13px;
}
#accountNav li a:hover, #accountNav li a:active, #accountNav li a:focus {
	color: #7e2105;
	text-decoration: underline;
}
#accountNav li.trackOrder a {
	background: url(/images/icon-truck.png) no-repeat left 2px;
	padding-left: 30px;
}
#accountNav li.openAccount a {
	background: url(/images/icon-account.png) no-repeat left 2px;
}
#accountNav li.login a {
	background: url(/images/icon-login.png) no-repeat left 2px;
}
#accountNav li.getQuote a {
	background: url(/images/icon-quote.png) no-repeat left 2px;
}

.loginButtonLarge {
	display: block;
	background: url(/images/btn-login-large.png) no-repeat left top;
	width: 191px;
	height: 43px;
	text-indent: -9999px;
	/*margin-bottom: 10px;*/
	margin: 20px 0 10px;
	position: relative;
	left: 50%;
	margin-left: -95px;
}
.trackingButtonLarge {
	display: block;
	background: url(/images/btn-track-pkg-large.png) no-repeat left top;
	width: 191px;
	height: 43px;
	text-indent: -9999px;
	margin: 10px 0;

	position: relative;
	left: 50%;
	margin-left: -95px;
}
/* BANNER
===================================================================== */
#banner {
	background: #000 url(/images/banner-bkg-fade.png) repeat-x left top;
	color: #FFF;
	position: relative;
	margin-top: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding-top: 36px; /* CREATES SPACE FOR NAVIGATION AND SLOGAN (WHICH ARE ABSOLUTELY POSITIONED) */
	z-index: 999; /* KEEPS DROP MENU FROM FALLING BEHIND OTHER THINGS IN IE */
}
#slogan {
	width: 300px;
	position: absolute;
	top: 3px;
	background: url(/images/delivering-future.png) no-repeat 15px center;
	text-indent: -9999px;
	margin: 10px 0;
}
#bannerImage {
	height: 130px;
	background: url(/images/banner-truck-sunset.jpg) no-repeat right top;
	clear: both;
	border-bottom: solid 15px #e7b900;
}
#sectionTitle {
	background: url(/images/banner-arrow-smaller.png) no-repeat left top;
	height: 130px;
	width: 255px;
	padding-top: 1px;
}
#sectionTitle h2 {
	text-align: center;
	margin-top: 50px;
	font-size: 20px;
}
/* NAVIGATION
===================================================================== */
#nav {
	position: absolute;
	right: 20px;
	top: 3px;
	width: auto;
}
#nav li {
	margin-left: 25px;
	float: left;
	text-align: center;
}
#nav li a {
	color: #FFF;
	text-decoration: none;
	line-height: 33px;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: #000;
	background: #fdf3be;
}
/* EXTRA STYLING FOR PARENT LIST ITEM WHEN CHILDREN ARE HOVERED (IE: PARENT IS NOT DIRECTLY HOVERED)  */
#nav li:hover {
	background: #fdf3be;
}
#nav li:hover a {
	color: #000;
}
/* SECOND LEVEL */
#nav li ul { /* second-level lists */
	position: absolute;
	display: none;
	text-align: left;
	background: #fdf3be;
	width: 200px;
/*	border-right: solid 1px #444;
	border-bottom: solid 1px #444;
	border-left: solid 1px #444;*/
}
#nav li ul li { 
	float: none;
	white-space: nowrap;
	width: auto;
	border-bottom: solid 1px #CCC;
	margin: 0;
	text-align: left;
}
#nav li ul li.last { 
	border-bottom: none;
}
#nav li ul li a { 
	border: none;
	padding: 9px 5px;
	display: block;
	line-height: 1;
	/* width: 150px; */
	width: auto;
	color: #222;
}
#nav li ul li a:hover { 
	background: #666;
	color: #FFF;
}
#nav ul li.active ul li { /* KILL TAB GRAPHIC FOR SECOND LEVEL LIST ITEMS */
	background: none;
}
#nav ul li.active ul li a{
	color: #FFF; 
	background: none;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	display: block;
}



/* SLIDES
===================================================================== */
#slides {
	clear: both;
	border-top: solid 1px #81712f;
	border-bottom: solid 1px #81712f;
}
#slides .message {
	background: url(/images/banner-arrow.png) no-repeat left center;
	height: 278px;
	width: 300px;
	padding: 20px 20px 10px;
}
#slides h2 {
	margin: 30px 0 20px;
	font-size: 22px;
}
#slides p {
	width: 250px;
	line-height: 2;
	font-size: .9em;
}
.learnMore {
	width: 152px;
	height: 33px;
	margin-top: 25px;
	display: block;
	text-indent: -9999px;
	background: url(/images/btn-learn-more.png) no-repeat left top;
}
#truckloadServices {
	background: url(/images/banner-truckload.jpg) no-repeat right top;
}
#couriers {
	background: url(/images/banner-courier.jpg) no-repeat right top;
}
#warehousing {
	background: url(/images/banner-warehousing.jpg) no-repeat right top;
}
#controllers {
	height: 58px;
	background: url(/images/controller-background.png) repeat-x left top;
}
#controllers li {
	float: left;
	margin: 12px 10px 12px 30px;
}
#controllers a {
	background: url(/images/controller-button.png) no-repeat left -32px;
	width: 267px;
	line-height: 32px;
	display: block;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
}
#controllers a:hover, #controllers a.current {
	background: url(/images/controller-button.png) no-repeat left top;
}

/* HOMEPAGE
===================================================================== */
#home #content {
	background: url(/images/home-columns-bkg.png) repeat-y -14px top;
	margin-top: 20px;
}
.homeColumn {
	width: 286px;
	float: left;
	padding: 0 20px;
}
.homeColumn.first {
	padding-left: 0;
}
.homeColumn.last {
	padding-right: 0;
}
#homeLogin label {
	display: block;
	margin-bottom: 7px;
}
#homeLogin input {
	background: #E4E4E4;
	border: solid 1px #737373;	
	margin: 0 0 10px;
	width: 280px;
	padding: 3px 0;
	line-height: 20px;
	font-size: 11pt;
}
input#login {
	display: block;
	width: 95px;
	height: 24px;
	background: url(/images/btn-login.png) no-repeat left top;
	border: none;
	margin: 0;
	float: left /* ONLY TO MAKE ROOM FOR REGISTER LINK */
}
/*a.registerLink {
	float: left;
	margin-left: 15px;
	position: relative;
	top: 4px;
}*/
/* COMMENTS
===================================================================== */
#comments {
	display:none;
	background: #E4E4E4;
	padding: 10px 20px;
}
#comments label {
	font-weight: bold;
}
#comments input, #comments textarea {
	border: solid 1px #999;
	padding: 3px;
}
#commentList li {
	border-bottom: solid 1px #B5B5B5;
}
#commentList li.last {
	border-bottom: none;
}
#commentFields li {
	margin: 10px 0;
}

#commentFields label {
	width: 120px;
	display: block;
	float: left;
}
#categories {
	margin-top: 20px;
}
/* FOOTER
===================================================================== */
#footer {
	clear: both;
	color: #444;
	font-size: .87em;
	margin-bottom: 20px;
}
.footerLinks {
	float: left;
	margin-right: 40px;
}
#footer h4 {
	margin-bottom: 0;
	font-size: 10pt;
}
.footerLinks li {
	margin: 5px 0;
}
.footerLinks a {
	color: #444;
	text-decoration: none;
}
.footerLinks a:hover {
	color: #7e2105;
}
#footerContact {
	text-align: right;
	float: right;	
}
#footerContact p {
	margin-top: 0;
}

/* FORMSPRING TWEAKS
===================================================================== */
#contentColumn .fsField {
	width: 100%;
}
.fsFieldCity, .fsFieldState, .fsFieldZip, .fsFormatNumber, select {
	width: auto !important;
}

