/*
 GLOBAL STYLES
 *********************************/
	
html {
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: 12px/18px "Arial", sans-serif;
	color: #000000;
	text-align: center;
	background: #ffffff url(../images/body-bg.png) repeat;
}


a, a:link, a:visited {
	color: #315bbb;
	text-decoration: none;
}
	a:hover {
		color: #ff580a;
	}


p {
	margin: 0 0 20px 0;
}


p.questions {
	padding: 10px 15px;
	background: #ffffbb;
	border: 1px dotted #E38C1F;
}
	p.questions strong {
		color: #000000;
	}
	p.questions a {
		font-weight: bold;
	}


strong {
	font-weight: bold;
}


ol {
	list-style-type: decimal;
	margin: 0 0 15px 25px;
	padding: 0;
}

ul {
	list-style-type: disc;
	margin: 0 0 15px 25px;
	padding: 0;
}
	ol li,
	ul li {
		margin: 0 0 10px 0;
	}

h1 {
	font: normal 20px/24px "Arial Black", "Arial", sans-serif;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	color: #333333;
}


h2 {
	font: normal 20px/22px "Arial Black", "Arial", sans-serif;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	color: #333333;
}


h3 {
	font: bold 14px/18px "Arial Black", sans-serif;
	letter-spacing: normal;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	color: #315BBB;
}

.clearboth { clear: both; }


a.rqf-next-small {
	position: relative;
	display: block;
	width: 44px;
	height: 17px;
	background: url(../images/rqf-next-small.png) 0 0 no-repeat;
}
	a.rqf-next-small:hover {
		background: url(../images/rqf-next-small.png) -44px 0 no-repeat;
	}


a.login {
	display: inline-block;
	width: auto !important;
	height: 16px;
	margin-right: 0 !important;
	padding-left: 20px !important;
	line-height: 16px;
	outline: none;
	background: url(../cmslib/images/icons/lock.png) no-repeat;
}


a.go {
	font-weight: bold;
	color: #315bbb;
	padding-right: 18px;
	line-height: 16px;
	outline: none;
	background: url(../images/icons/bullet_go.png) right -1px no-repeat;
}
	a.go:hover {
		color: #FF580A;
	}


ul.home-reasons {
	margin: 20px 0 40px 0;
	padding: 0;
	list-style-type: none;
	color: #444444;
	font-style: italic;
}
	ul.home-reasons li {
		margin: 0 0 10px 0;
	}
		ul.home-reasons li h3 {
			margin-bottom: 0;
		}


div.news-listing {
	overflow: hidden;
	margin-bottom: 5px;
}
	div.news-listing span.date {
		font-weight: bold;
		width: 120px;
		float: left;
	}
	div.news-listing a {
		float: left; 
	}
	
body.news div.latest-news {
	float: right;
	width: 175px;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 20px 40px;
}

div.landingpage-additional-cities {
	float: right;
	width: 170px;
	background: #ffffcc;
	border: 1px dotted #E38C1F;
	padding: 10px;
	margin: 0 -40px 20px 40px;
}
	div.landingpage-additional-cities ul {
		margin-top: 5px;
	}
		div.landingpage-additional-cities ul li.active {
			font-weight: bold;
		}


body.storagetips ul {
	list-style-type: none;
	margin: 0 0 40px 0;
}
	body.storagetips ul li {
		margin-bottom: 15px;
	}

body.storagetips h3 {
	margin-bottom: 5px;
	font: bold 12px/16px "Arial Black", sans-serif;
}



/*
 PAGE LAYOUT STRUCTURES
 *********************************/

div#page-container {
	position: relative;
	z-index: 1;
	width: 804px;
	height: auto;
	padding: 15px 0 100px 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}


div#header-container {
	position: relative;
	background: url(../images/header-bg.png) 0 0 no-repeat;
	height: 147px;
	z-index: 100;
}

	div#header-container a.home {
		position: absolute;
		left: 27px;
		top: 25px;
		width: 250px;
		height: 60px;
		z-index: 200;
	}

	div#header-container h2.statement {
		position: absolute;
		left: 32px;
		bottom: 2px;
		font: 18px/33px "Arial Black", sans-serif;
		margin: 0;
		padding: 0;	
		letter-spacing: -1px;
		color: #ffffff;
	}

	div#header-container h2.statement-home {
		position: absolute;
		right: 32px;
		bottom: 2px;
		font: 14px/31px "Arial Black", sans-serif;
		margin: 0;
		padding: 0;
		color: #ffffff;
		text-transform: uppercase;
	}

	a#locations-trigger {
		position: absolute;
		display: block;
		right: 32px;
		bottom: 2px;
		font: 14px/31px "Arial Black", sans-serif;
		background: url(../images/locations-search.png) 0 0 no-repeat;
		padding-left: 27px;
		color: #ffffff;
		outline: none;
	}
		a#locations-trigger.on,
		a#locations-trigger:hover {
			color: #003a76;
			background: url(../images/locations-search.png) 0 -31px no-repeat;
		}


ul#mainnav {
	position: absolute;
	right: 32px;
	bottom: 35px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}

	ul#mainnav li {
		float: right;
		margin: 0 0 0 16px;
	}

	ul#mainnav li a {
		font: 11px/28px "Arial Black", sans-serif;
		color: #ffffff;
		text-decoration: none;
		text-transform: uppercase;
	}
	body.home ul#mainnav li.home a,
	body.freetruck ul#mainnav li.freetruck a,
	body.news ul#mainnav li.news a,
	body.storagetips ul#mainnav li.storagetips a,
	body.packingsupplies ul#mainnav li.packingsupplies a,
	ul#mainnav li a:hover {
		color: #ffc446;
	}



ul#iconnav {
	position: absolute;
	right: 32px;
	top: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}

	ul#iconnav li {
		float: right;
		margin: 0 0 0 24px;
	}

	ul#iconnav li a {
		display: block;
		width: 68px;
		height: 84px;
		outline: none;
	}
		ul#iconnav li.support a {
			background: url(../images/nav/support.png) 0 0 no-repeat;
		}
		ul#iconnav li.security a {
			background: url(../images/nav/security.png) 0 0 no-repeat;
		}
		ul#iconnav li.specials a {
			background: url(../images/nav/specials.png) 0 0 no-repeat;
		}
		ul#iconnav li.faqs a {
			background: url(../images/nav/questions.png) 0 0 no-repeat;
		}
		ul#iconnav li.storageunits a {
			background: url(../images/nav/unitsizes.png) 0 0 no-repeat;
		}

		body.support ul#iconnav li.support a,
		body.security ul#iconnav li.security a,
		body.specials ul#iconnav li.specials a,
		body.faqs ul#iconnav li.faqs a,
		body.storageunits ul#iconnav li.storageunits a,
		ul#iconnav li.support a:hover,
		ul#iconnav li.security a:hover,
		ul#iconnav li.specials a:hover,
		ul#iconnav li.faqs a:hover,
		ul#iconnav li.storageunits a:hover {
			background-position: -68px 0;
		}




div#content-container {
	position: relative;
	min-height: 500px;
	margin-top: -33px;
	padding-top: 33px;
	background: #ffffff;
	z-index: 1;
}

	div#content-container div.content {
		position: relative;
		padding: 32px 32px 52px 32px;
		overflow: hidden;
	}



div#section-container {
	position: relative;
	margin-top: -33px;
	background: #f0f0f0;
	width: 100%;
	height: 255px;
	z-index: 10;
}
	body.location div#section-container,
	body.specials div#section-container,
	body.home div#section-container {
		background: #f0f0f0 url(../images/panel-gradient.png) repeat-y;
	}
	body.storageunits div#section-container {
		background: #f0f0f0 url(../images/headers/storageunits.jpg) no-repeat;
	}
	body.security div#section-container {
		background: #f0f0f0 url(../images/headers/security.jpg) no-repeat;
	}
	body.faqs div#section-container {
		background: #f0f0f0 url(../images/headers/questions.jpg) no-repeat;
	}
	body.freequote div#section-container,
	body.partners div#section-container,
	body.news div#section-container {
		background: #f0f0f0 url(../images/headers/news.jpg) no-repeat;
	}
	body.storagetips div#section-container {
		background: #f0f0f0 url(../images/headers/storagetips.jpg) no-repeat;
	}
	body.support div#section-container {
		background: #f0f0f0 url(../images/headers/support.jpg) no-repeat;
	}
	body.packingsupplies div#section-container {
		background: #f0f0f0 url(../images/headers/packingsupplies.jpg) no-repeat;
	}
	body.freetruck div#section-container {
		background: #f0f0f0 url(../images/headers/freetruck.jpg) no-repeat;
	}
	body.servicing div#section-container {
		background: #f0f0f0 url(../images/headers/servicing.jpg) no-repeat;
	}
	body.sitemap div#section-container,
	body.privacy div#section-container,
	body.managers div#section-container {
		background: #f0f0f0 url(../images/headers/news.jpg) no-repeat;
	}

	div#section-container img.promo {
		position: absolute;
		top: 80px;
		left: 32px;
	}

	div#section-container div.requestquote {
		position: absolute;
		top: 49px;
		right: 30px;
		width: 284px;
		height: 186px;
		background: url(../images/request-quote-form.png) no-repeat;
	}

	div#locations-panel {
		position: relative;
		display: none;
		padding-top: 40px;
		background: #f3eabb url(../images/panel-gradient.png) repeat-y;
		height: 225px !important;
	}

	div#locations-panel.locations img.state {
		position: absolute;
		top: 80px !important;
		right: 50px !important;
	}

	div#locations-panel.locations h2 {
		font-size: 14px !important;
		margin-bottom: 12px !important;
		position: absolute;
		right: 15px;
		top: 40px;
		text-align: center;
		line-height: normal;
		width: 250px;
		z-index: 10;
	}

	div#section-container div.locations {
		position: relative;
		height: 255px;
		z-index: 10;
	}
		div#section-container div.locations img.state {
			position: absolute;
			top: 35px;
			right: 30px;
		}

		div#section-container div.locations h2 {
			font: 20px/normal "Arial Black", sans-serif;
			letter-spacing: -1px;
			margin: 0 0 15px 32px;
			padding: 0;
			color: #333333;
		}
			div#section-container div.locations h2 span {
				color: #315BBB;
			}
		
		div#section-container div.locations ul {
			width: 580px;
			list-style-type: none;
			margin: 2px 0 0 32px;
			padding: 0;
			overflow: hidden;
			line-height: normal;
			font-size: 11px;
		}
			div#section-container div.locations ul li {
				float: left;
				width: 270px;
				margin-bottom: 8px;
			}



		body.support div.locations ul {
			list-style-type: none;
			margin: 0px 0 0 32px;
			padding: 0;
			overflow: hidden;
			line-height: normal;
			font-size: 11px;
		}
			body.support div.locations ul li {
				float: left;
				width: 250px;
				margin-bottom: 10px;
			}


div#titlebar-container {
	position: relative;
	background: url(../images/titlebar-bg.png) no-repeat;
	height: 35px;
	margin-top: -5px;
	z-index: 100;
}
	div#titlebar-container h1 {
		font: bold 18px/35px "Arial", sans-serif;
		letter-spacing: normal;
		color: #ffffff;
		padding: 0;
		margin: 0 0 0 32px;
	}


/*
 FOOTER
 *********************************/
	
div#footer-container {
	position: relative;
	width: 804px;
	height: 40px;
	padding: 0;
	background: url(../images/footer-bg.png) no-repeat;
	z-index: 100;
	overflow: hidden;
	text-align: center;
}
	div#footer-container ul {
		position: relative;
		list-style-type: none;
		margin: 0 auto;
		padding: 0 0 0 25px;
		overflow: hidden;
		text-align: center;
	}
		div#footer-container ul li {
			display: inline;
			margin-right: 25px;
		}
		div#footer-container ul li.last {
			margin-right: 0;
		}
		div#footer-container ul li a {
			font: bold 10px/38px "Arial", sans-serif;
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
		}
		div#footer-container ul li a:hover {
			color: #ffc446;
		}

div#footer-links {
	position: relative;
	width: 804px;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #000000;
}


div.socialnetworks-wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 auto 20px auto;
	width: 362px;
}
	div.socialnetworks-wrapper a.facebook {
		display: block;
		float: left;
		width: 166px;
		height: 50px;
		background: url(../images/logo-facebook.png) no-repeat;
	}
	div.socialnetworks-wrapper a.twitter {
		display: block;
		float: right;
		width: 166px;
		height: 50px;
		background: url(../images/logo-twitter.png) no-repeat;
	}



/*
 FREQUENTLY ASKED QUESTIONS
 *********************************/

ul.faqs-questions {
	margin: 0 0 40px 15px;
	padding: 0;
	list-style-type: square;
	color: #233D8D;
}
	ul.faqs-questions .highlight {
		color: #f8981d !important;
	}
	ul.faqs-questions li {
		margin-bottom: 3px;
	}

	div.faq-answers div.faq {
		background: none;
		margin-bottom: 40px;
	}



/*
 FREE QUOTE FORMS
 *********************************/
	
	div.freequote-inputs input.button {
		width: 200px;
		padding: 5px;
		margin-top: 30px;
	}
	div.freequote-inputs h3 {
		font: normal 12px/normal "Arial Black", sans-serif;
		margin: 0 0 5px 0;
	}
	div.freequote-inputs h3.error {
		color: #ca0000;
	}




/*
 PACKING SUPPLIES
 *********************************/


div.packingsupplies ul li {
	padding: 0;
	margin: 0 0 3px 0;
}


table.packingsupplies {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
	table.packingsupplies td.kit-name {
		width: 300px;
	}
	table.packingsupplies td.kit-name,
	table.packingsupplies td.kit-cost {
		font: bold 14px/18px "Arial Black", sans-serif;
		letter-spacing: normal;
		margin: 0;
		padding: 0;
		color: #243e90;
	}
	
	table.packingsupplies td.kit-usage {
		padding-bottom: 10px;
	}
	
	table.packingsupplies td.head {
		padding: 3px;
		font-weight: bold;
		color: #000000;
	}
	
	table.packingsupplies tr.item td {
		padding: 3px;
		background: #efefef;
		border-bottom: 2px solid #ffffff;
	}

	table.packingsupplies td.spacer {
		height: 40px;
	}



ul.photos {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
	ul.photos li {
		float: left;
		margin: 0 0 7px 10px;
		padding: 0;
	}




/*
 SUPPORT PAGE
 *********************************/

body.support div.content1 {
	overflow: hidden;
	width: 100%;
}
	body.support div.content1 div.info {
		float: left;
		width: 240px;
	}
	
body.support div.contact-wrapper {
	float: right;
	width: 300px;
}
	body.support div.contact-wrapper div.row {
		width: 100%;
		overflow: hidden;
	}
		body.support div.contact-wrapper div.row span {
			float: left;
			font-weight: bold;
			width: 100px;
		}


ul.sitemap {
	list-style-type: square;
	margin: 10px 0 30px 15px;
	padding: 0;
	line-height: normal;
}
	ul.sitemap li {
		margin: 0 0 5px 0;
	}
		ul.sitemap li a {
			color: #444444;
		}
		ul.sitemap li a:hover {
			color: #f8981d;
		}


/*
 PARTNERS PAGE
 *********************************/

ul.partners-groups {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	ul.partners-groups li {
		float: left;
		width: 370px;
		line-height: normal;
		padding: 0 0 20px 0;
		margin: 0;
	}
	
	ul.partners-groups a.icon {
		float: left;
		margin-right: 10px;
	}
	
	ul.partners-groups a.group {
		display: block;
		font: 12px/18px "Arial Black", sans-serif;
		color: #315BBB;
		margin-bottom: 5px;
	}
		ul.partners-groups a.group:hover {
			color: #FF580A;
		}
	
div.partners-group {
	overflow: hidden;
	margin-bottom: 20px;
}
	div.partners-group img {
		float: left;
		margin-right: 10px;
	}

ul.partners-companies {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ul.partners-companies li {
		font-size: 12px;
		padding-bottom: 20px;
		line-height: 16px;
	}
	
		ul.partners-companies li div.address {
			float: left;
			width: 370px;
		}
		ul.partners-companies li div.contact {
			float: left;
			width: 370px;
		}


/* Lightbox pops up for visitors to select which payment processor to use */

#mb_payments_lightbox {
	display: none;
}
div.payments-lightbox {
	position: relative;
}
	div.payments-lightbox div.header {
		text-align: center;
	}
		div.payments-lightbox div.header img.logo {
			margin: 15px auto;
		}
		div.payments-lightbox div.header h2 {
			font: bold 20px/normal Arial, sans-serif;
			text-align: center;
			margin: 0 0 15px 0;
		}
		
	div.payments-lightbox div.content {
		position: relative;
		overflow: hidden;
		padding: 15px 40px;
		text-align: center;
	}
		div.payments-lightbox div.content a {
			display: block;
			width: 150px;
			border: 0;
			background: #f9f9f9; /* Old browsers */
			background: -moz-linear-gradient(top, #f9f9f9 0%, #c9c9c9 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #f9f9f9 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #f9f9f9 0%,#c9c9c9 100%); /* Opera11.10+ */
			background: -ms-linear-gradient(top, #f9f9f9 0%,#c9c9c9 100%); /* IE10+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-9 */
			background: linear-gradient(top, #f9f9f9 0%,#c9c9c9 100%); /* W3C */
			font: normal 14px/20px Arial, sans-serif;
			/*box-shadow: 0 0 2px #444444,
			            inset -1px -1px 1px #eeeeee;*/
			-moz-box-shadow: 0 0 2px #444444,
							 inset -1px -1px 1px #eeeeee;
			-webkit-box-shadow: 0 0 2px #444444,
							 inset -1px -1px 1px #eeeeee;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			padding: 10px 20px;
			margin-bottom: 10px;
		}
		div.payments-lightbox div.content a.right {
			float: right;
		}
			div.payments-lightbox div.content a:hover {
				color: #315BBB !important;
			}
			div.payments-lightbox div.content a strong {
				font-size: 18px;
			}
		
	div.payments-lightbox div.footer {
		text-align: center;
		padding: 0;
	}
