
/* Content */

#content	{
	width:100%;
	}

#family-pic {
	float:right;
	margin:0 65px 0 0;
	}

#tagline-1 {
	width:462px;		height:33px;
	padding-top:15px;
	background:rgb(47,47,47);
	position:absolute;
	top:105px;
	left:-10px;
	z-index:20;
	}

#tagline-2 {
	width:335px;		height:24px;
	padding-top:6px;
	background:rgb(147,200,61);
	position:absolute;
	top:153px;
	left:150px;
	z-index:20;
	}

#tagline-3 {
	width:245px;		height:29px;
	padding-top:6px;
	background:rgb(86,188,226);
	position:absolute;
	top:0;
	left:715px;
	z-index:20;
	}

#second-nav {
	width:100%;		height:153px;
	padding-top:25px;
	background:rgb(217,225,227);
	clear:both;
	text-align:center;
	}

#nav-holder ul li {
	border:2px solid rgb(178,195,200);
	border-radius:5px;
	margin-bottom:5px;
	}

#nav-holder ul li {
	height:99px;
	width:107px;
	margin-left:20px;
	display:inline-block;
	color:rgb(0,0,0);
	background:rgb(178,195,200);
	}

#nav-holder ul li a {
	color:rgb(0,0,0);
	}

#nav-holder ul li p {
	padding-top:119px;
	color:rgb(68,68,68);
	}

#nav-holder li.about_us {
	background:url('../images/home_icon.gif') no-repeat center;
	}
	
#nav-holder li.about_us:hover {
	background:url('../images/home_icon_h_.png') no-repeat center;
	}

#nav-holder li.storage {

	background:url('../images/storage_icon.gif') no-repeat center;
	}
	
#nav-holder li.storage:hover {
	background:url('../images/storage_icon_h_.png') no-repeat center;
	}
	
#nav-holder li.uhaul {
	background:url('../images/uhaul_icon.gif') no-repeat center;
	}
	
#nav-holder li.uhaul:hover {
	background:url('../images/uhaul_icon_h_.png') no-repeat center;
	}
	
#nav-holder li.specials {
	background:url('../images/specials_icon.gif') no-repeat center;
	}
	
#nav-holder li.specials:hover {
	background:url('../images/specials_icon_h_.png') no-repeat center;
	}
	
#nav-holder li.contact {
	background:url('../images/contact_icon.gif') no-repeat center;
	}
	
#nav-holder li.contact:hover {
	background:url('../images/contact_icon_h_.png') no-repeat center;
	}