@charset "UTF-8";

* { margin: 0; padding: 0; }

img, div { behavior: url(iepngfix.htc) }

body {
	background-color: #BEBEBE;
	background-image: url(images/mainBg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 26px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	width: 135px;
	padding-top: 15px;
}
td {
	padding-top: 5px;
	padding-bottom: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.cap {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	color: #253658;
}
.boldGray {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
.clearFloat {
	clear: both;
}
a, a:link {
	text-decoration: none;
	color: #F47A21;
	font-weight: bold;
}
a:visited {
	color: #F47A21;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #F27A29;
	text-decoration: none;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	margin-bottom: 40px;
}
#wrapper #header {
	height: 242px;
	width: 851px;
	margin-right: auto;
	margin-left: auto;
	border: 14px solid #FFFFFF;
	background-color: #5a77b5;
}
#header #bigBoxStorageLogo {
	height: 242px;
	width: 286px;
	float: left;
}
#header #flashIntro {
	height: 242px;
	width: 565px;
	float: right;
}
#wrapper #mainNav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F47A21;
	text-transform: uppercase;
	width: 1024px;
	height: 26px;
	padding-top: 15px;
	margin-bottom: 20px;
}
#mainNav ul {
	list-style-type: none;
}
#mainNav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F47A21;
	padding-right: 20px;
	padding-left: 20px;
}
#mainNav .clearBorder {
	border-right-style: none;
	padding-right: 0px;
}
#mainNav .clearPad {
	padding-left: 0px;
}
#wrapper #bodyContent {
	width: 849px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	padding: 14px;
	background-color: #DCDCDC;
}
#bodyContent #bodyBackground {
	width: 849px;
	background-image: url(images/bodyBg.gif);
	background-repeat: no-repeat;
}
#bodyContent #leftCol {
	float: left;
	width: 512px;
	border: 10px solid #FFFFFF;
	padding: 24px;
}
#leftCol #pageHead {
	background-image: url(images/pageHeadBg.jpg);
	background-repeat: repeat-x;
	width: 490px;
	border: 1px solid #FFFFFF;
	height: 61px;
	padding-left: 20px;
	padding-top: 10px;
}
#leftCol #mainContent {
	width: 470px;
	background-color: #FFFFFF;
	padding: 21px;
	margin-top: 8px;
}
#mainContent #bannerOrange {
	background-color: #edba4c;
	width: 450px;
	height: 100px;
	padding: 10px;
	margin-bottom: 16px;
}
#bannerOrange #bannerInfo {
	width: 238px;
	border: 2px solid #FFFFFF;
	height: 86px;
	background-color: #efa60b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-right: 10px;
	background-image: url(images/bigbox-truck.jpg);
	background-repeat: no-repeat;
	padding-left: 200px;
	padding-top: 10px;
}
#mainContent #blueBody {
	padding: 20px;
	width: 275px;
	background-color: #8194bc;
	float: left;
}
#mainContent #sideImages {
	float: right;
}
#sideImages ul {
	list-style-type: none;
}
#sideImages li {
	height: 92px;
	width: 139px;
	margin-bottom: 16px;
}
#bodyContent #rightCol {
	width: 214px;
	float: right;
	background-image: url(images/sideBg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
#rightCol #saveButton {
	height: 113px;
	width: 113px;
	position: absolute;
	top: 112px;
	right: -17px;
}
#rightCol #sideBarText {
	padding-top: 50px;
}
#rightCol #sideBarText p {
	margin-bottom: 10px;
}
#rightCol #contactForm {
	background-color: #333333;
	padding: 7px;
	width: 198px;
	border: 1px solid #FFFFFF;
}
#blueBody #aboutUsList {
	padding-left: 20px;
}
#blueBody #aboutUsList li {
	margin-bottom: 10px;
}
