@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* HTML5 Fix */
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

img {
	border-collapse: collapse;
	border-width: 0;
}


img.block-display {
	display: block; /* to get rid of space at bottom of image */
}

.inline-block-display {
	display: inline-block;
}

div.container.page {
	width: 911px;
	height: 650px;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0 auto;
	position: relative;
}

div#u-stor-it--header-area {
	position: relative;
	width: 100%;
}

div#u-stor-it--header-area--navigation-bar {
	position: absolute;
	bottom: 0;
	width: 100%;
/*
	text-align: right;
	padding-left: 50%;
*/
}

.header.navigation.button {
	position: absolute;
	bottom: 0;
}

.header.navigation.button.home {
	right: 56%;
}

.header.navigation.button.about {
	right: 50.5%;
}

.header.navigation.button.faqs {
	right: 45.7%;
}

.header.navigation.button.packing-and-storage-tips {
	right: 27.4%;
}

.header.navigation.button.pricing {
	right: 21.8%;
}

.header.navigation.button.reservation-request {
	right: 6.5%;
}

.header.navigation.button.contact {
	right: 0%;
}

div#u-stor-it--content-area {
	position: relative;
	top: 0;
	width: 100%;
	height: 84%;
/*
	min-height: 100%;
*/
}

div.home div#u-stor-it--content-area {
	height: 60%; /*55%;*/
	overflow: hidden;
}

div.faqs div#u-stor-it--content-area {
	height: 195%; /*185%;*/
	overflow: hidden;
}

div.packing-and-storage-tips div#u-stor-it--content-area {
	height: 107%; /*131%;*/
	overflow: hidden;
}

div.pricing div#u-stor-it--content-area {
	height: 90%;
	overflow: hidden;
}

div.reservation-request div#u-stor-it--content-area {
	height: 100%;
	overflow: visible;
}

div.payment div#u-stor-it--content-area {
	height: 120%;
	overflow: visible;
}

div.home table {
	width: 100%;
}

div#u-stor-it--content-area--page-specific-content {
	position: relative;
/*
	position: absolute;
*/
	top: 0;
	left: 0;
	width: 78%;
}

div#specific-content--container {
	position: relative;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}

div#u-stor-it--bucket-area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 78%;
}

div#u-stor-it--sidebar-area {
	position: absolute;
	right: 0;
	top: 0;
	width: 22%;
	height: 100%;
	min-height: 100%;
/*
	height: 500px;
	min-height: 500px;
*/

	background-color: #084999;
	text-align: center;
}
	



#wrapper {
	width: 911px;
	height: 650px;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0 auto;
}

#secWrapper {
	width: 911px;
	height: auto;
	background-position: 50% 0;
	margin: 0 auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-repeat: no-repeat;;
	background-position: 50% 0;
}

#header {
	height: 104px;
	width: 911px;
	background-position: 50% 0;
	background-color: #FFFFFF;
}

#logoArea {
	width: 216px;
	height: 78px;
/*								cs*/
	float: left;
/*cs							*/
	background-color: #FFFFFF;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
}

#taglineArea {
	width: 537px;
	height: 42px;

	float: left;
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}

div#u-stor-it--header-area--payment-button {
	width: 139px;
	height: 77px;
/*											
	float: left;
										*/
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	position:absolute;
	top: 0;
	right: 1%;
}

#paymentButton {
	width: 139px;
	height: 77px;
/*											cs*/
	float: left;
/*cs										*/
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
/* new
	position:absolute;
	top: 0;
	right: 1%;
new  */
}

#nav {
	width: 683px;
	height: 24px;

	float: right;

	background-color: #FFFFFF;
	text-align: right;
	vertical-align: baseline;
	padding: 0px;
}

#navLine {
	width: 911px;
	height: 3px;

	float: left;

	background: #403C3F;
	padding: 0px;
}

#flash {
	width: 470px;
	height: 379px;
	float: left;
	background: #FFFFFF;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}

div.container.specific-content.image {
/*
	width: 470px;
	height: 379px;
*/
	width: 100%;
	background: #FFFFFF;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;

/*
	position: absolute;
*/
	position: relative;
	top: 0;
	left: 0;
}

div.container.specific-content.verbage {
/* 2012-01-04
	height: 371px;
	max-height: 371px;
*/
	height: 100%;
	max-height: 100%;
	position: relative;
	bottom: 0;
	overflow-y: visible; /* 2012-01-04 auto; */
	overflow-x: hidden;
	font-size: 12px;
	text-align: justify;

	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 6px;
}

/* 2012-01-04
div.faqs div.container.specific-content.verbage {
	height: 100%;
	max-height: 100%;
	overflow-y: visible;
}
*/

div.container.home-content.verbage {
/*
	height: 371px;
	max-height: 371px;
*/	position: relative;
	bottom: 0;
	overflow-y: hidden;
	overflow-x: hidden;
	font-family: "Avenir LT Std Light", Avenir, "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: justify;

	padding-top: 13m;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 6px;
}

/*
div.container.specific-content.verbage p {
*/
div.container.verbage p {
	padding-bottom: 1em;
}

div.home div.container.verbage p {
	padding-bottom: 0.5em;
}

/*
div.container.specific-content.verbage ul li {
*/
div.container.specific-content.verbage li {
	margin-left: 2em;
	padding-left: 2em;
	text-indent: -1em;
}

div.container.specific-content.verbage form {
	text-align: left;
}

div.container.home-content.verbage li {
	margin-left: 2em;
	padding-left: 2em;
	text-indent: -1em;
	font-size: 13px;
	padding-bottom: 0;
}

div.container.specific-content.verbage div.question {
	font-weight: bold;
	padding-bottom: 0.75em;
}

div.container.specific-content.verbage div.answer {
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	
}

#homeContent {
	width: 229px;
	height: 379px;
	float: left;
	background: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

div.container.specific-content.words {
	width: 229px;
	height: 379px;
	background: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	
	position: absolute;
	top: 0;
	right: 0;
}

#secHeader {
	width: 705px;
	height: 160px;
	float: left;
	background: #FFFFFF;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#contentWrapper {
	width: 911px;
	height: auto;
	background-image: url(../images/contentBack.jpg);
	background-position: 50% 0;
	margin: 0 auto;
}

#content {
	width: 705px;
	height: auto;
	background: #FFFFFF;
	padding-top: 21%;
}

#sidebar {
	width: 200px;
	height: 540px;
	float: right;
	background-image: url(../images/sideBarBack.jpg);
	text-align: center;
	padding: 0px;
	margin-top: 6px;
}

#secSidebar {
	width: 200px;
	height: auto;
	float: right;
	background-image: url(../images/sideBarBack.jpg);
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#bucket {
	width: 232px;
	height: 154px;
	float: left;
	text-decoration: none;
	background-color: #E3E3E3;
	margin-right: 5px;
}

div.bucket {
	width: 232px;
	height: 154px;
/*
	float: left;
*/
	text-decoration: none;
	background-color: #E3E3E3;
	margin-right: 5px;
}

span.bucket {
/*
	width: 232px;
*/
	width: 32%;
	height: 154px;
/*
	float: left;
*/
	text-decoration: none;
	background-color: #E3E3E3;
	margin-right: 5px;
	
	display: inline-block;
}

#bucketHeader {
	width: 222px;
	height: 17px;
	float: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-image: url(../images/bucketTopBack.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#bucketPhoto {
	width: 220px;
	height: 83px;
	float: left;
	text-align: center;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#bucketText {
	width: 220px;
	height: 30px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#footerWrapper {
	width: 911px;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0 auto;
}

#footerBar {
	width: 911px;
	height: 28px;
/**/
	background: #403c3f;
/**/
	padding: 0px;
	margin-top: 6px;
/**/
	background-repeat: no-repeat;
	background-position: 50% 0;
/**/
}

#footer {
	width: 911px;
	background: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}


a:link {
	color: #000000;
}

a:visited {
	color: #333;
}

a:hover {
	color: #E75012;
	text-decoration: underline;
}

a:active {
	color: #000000;
	
}
.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.regText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}
.regTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.regTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.regTextBoldItalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}




.homeBox {
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

img.sidebar.homeBox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5%;
	padding-bottom: 0;
}

.verbage {
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 8px;
}
.noteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.bucketTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0px;
}
#bucketHeader a {
	color: #FFF;
	text-decoration: none;
}
.bulletList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 0px;
}
.table {
	margin-right: 16px;
	margin-left: 16px;
	border: 1px solid #EBEAEA;
}
.tableTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #31658A;
	margin: 5px;
	padding: 0px;
}
.tableTabNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #31658A;
	padding: 0px;
}

.tableFormatting {
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.tableContentWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}

.tableContentGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #ebeaea;
}
.homeBullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.bucketLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.refundText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.footerNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.footerNavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 0px;
}
.sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 0px;
}
.homeTextTight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 0px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: none;
	line-height: 20px;
	font-weight: bold;
	color: #E54F12;
	text-decoration: none;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}


img.subheader {
	z-index: 30;
}

br.clearfixplain {
	visibility: hidden;
	display: none;
}

div.KT_field_error {
	display: inline;
	position: absolute;
	right: 25%;
	
}

div#sliderCont {
	position: relative;
	height: 259px;
	min-height: 259px;
/*
	background-color: #0099CC;
*/
}

input#Submit {
	height: 25px;
	vertical-align: middle;
	padding-top: auto;
	padding-bottom: auto;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 3%;
}

span.container.button.submit {
	vertical-align: middle;
}
