@charset "utf-8";
/* -----------------------------------------------------

* Filename: home.css
* Description: Home Stylesheet
* Version: 3.0.0 (2009.07.02)
* Website: www.usastoragecenter.com
* Author: Dana Severance @ Automatit, Inc

== ANCHOR =========================================

	@general		General Declarations
	@typography		Typographical Declarations
	@header			Header Declarations
	@container		Container Declarations
	@footer			Footer Declaration

-------------------------------------------------------*/

/* @header
-------------------------------------------------------*/
#header {background: url(../img/h-header.png) no-repeat; height: 113px;}

/* @container
-------------------------------------------------------*/
#container {background: #FFFFFF url(../img/h-container.png); height: auto !important; height: 400px; min-height: 400px; overflow: auto; padding: 0;}

	/* content */
	#content {float: right; padding: 0 8px 10px 0; width: 548px;}
		#gallery {
	background: url(../img/banner/banner-1.jpg);
	height: 210px;
	width: 547px;
}
#citystorageimg {
	float: right;
	padding-left: 7px;
}

		.content {padding: 10px;}
.content li {
	background-image: url(../img/check.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
}
.content ul {
	list-style: none;
	margin-left: 5px;
}

	/* h3 {padding-bottom: 0;} */
	
	/* aside */
	#aside {
	background: url(../img/h-aside.png) no-repeat center top;
	float: left;
	height: auto !important;
	height: 320px;
	min-height: 320px;
	padding: 20px 5px 0;
	width: 175px;
}
		#aside h1 {left: 0; padding: 0 0 16px 5px; position: relative; top: 0;}
		#aside h4 {padding-left:15px;}
		#aside p {padding-left:5px;}		
	
	#aside li {
	background-image: url(../img/check.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
}
#aside ul {
	list-style: none;
	margin-left: 5px;
}
/* @footer
-------------------------------------------------------*/
#footer {background: url(../img/h-footer.png) no-repeat top; padding: 30px 0 0 0;}
