/* ------------- GLOBAL STYLES ---------------------- */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html {
		background: url(../img/bodyBG.jpg) repeat-x fixed bottom;
}

form{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.break {
	clear: both;
	height: 10px;
}

a {
	color: #006633;
	outline: none;
	border: none;
	cursor: pointer;
	cursor: hand;
}

a:hover {
	color: #009900;
}

.margin-right {
	margin-right: 10px;
}

.margin-left {
	margin-left: 10px;
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

h1 {
	text-indent: -4000px;
	background: url(../img/rlcarriers-logo.gif);
	width: 175px;
	height: 36px;
	display: block;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	float: left;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

input[type="text"], select, textarea, input[type="password"] {
	border: 1px solid #CCC;
}

#container {
	width: 960px;
	margin: auto;
	position: relative;
	min-width: 960px;
}

* html #container {
	width: 970px;
}


#container #phone-number {
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin: 10px 0px 20px 0px;
}

#container #phone-number .number {
	color: #333;
	line-height: 36px;
}

#container #banner {
	background: url(../img/save-time-money.jpg) no-repeat;
	width: 920px;
	height: 269px;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	clear: both;
}

#container #banner h2 {
	padding-bottom: 5px;
}

#container #banner h3 {
	padding-bottom: 10px;
	color: #666;
	font-style: italic;
}

#container #banner p {
	width: 520px;
	line-height: 18px;
	margin: 15px 0px;
}

#container #banner p a {
	color: #006633;
	font-weight: bold;
}

#container #boxContainer {
	width: 960px;
	height: 70px;
}

* html #container #boxContainer {
	width: 970px;
}

#container #boxContainer .box {
	border: 3px solid #e2e2e2;
	background: #FFFFFF;
	margin: 0px 10px 0px 0px;
	width: 287px;
	height: 105px;
	padding: 10px;
	float: left;
	line-height: 18px;
	position: relative;
}

* html #container #boxContainer .box {
	width: 287px;
}

#container #boxContainer #last {
	margin-right: 0px;
}

#container #boxContainer .box .rlcarriers-box, #container #boxContainer .box .rlglobal-box, #container #boxContainer .box .rltruckload-box {
	text-align: center;
	margin-bottom: 10px;
}

#container #boxContainer .box .rlcarriers-box {
	background: url(../img/rlcarriers-logo.gif);
	width: 175px;
	height: 36px;
	margin-left: 63px;
}	

#container #boxContainer .box .rlglobal-box {
	background: url(../img/rlglobal-logo.png);
	width: 212px;
	height: 49px;
	text-align: center;
	margin-left: 42px;
	margin-top: -20px;
	margin-bottom: 18px;
}	

#container #boxContainer .box .rltruckload-box {
	background: url(../img/rltruckload-logo.gif);
	width: 178px;
	height: 39px;
	margin-left: 57px;
	text-align: center;
}	

#footer {
	height: 30px;
	width: 100%;
	line-height: 25px;
	clear: both;
	background: #666;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	margin-top: 20px;
}

#footer a {
	color: #FFF;
}