<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #CCCCCC;
	/*background-image: url(../images/2.png);*/
} 
 
#pagewidth{
	width:855px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/background/main-background.jpg);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
} 
 
#header{
	position:relative;
	/*height:153px;*/
	height:100%;
	width:100%;
	background-image: url(../images/background/houston-aluminum.jpg);
	background-repeat: no-repeat;
}
#header-container {
	display: block;
	height: 121px;
	width: 100%;
}

#leftcol{
 width:25%; 
 float:left; 
 position:relative; 
  }
  
#twocols-main{
	width:100%;
	float:right;
	position:relative;
	padding-top: 10px;
	background-image: url(../images/background/main-image.jpg);
	background-repeat: no-repeat;
  }
#twocols-blank{
	width:100%;
	float:right;
	position:relative;
	padding-top: 10px;
	background-repeat: no-repeat;
  }

#twocols{
	width:100%;
	float:right;
	position:relative;
	padding-top: 10px;
	background-image: url(../images/background/family-main-image.jpg);
	background-repeat: no-repeat;
  }

#twocols-corp{
	width:100%;
	float:right;
	position:relative;
	padding-top: 10px;
	background-image: url(../images/background/corporate-main-image-bay2.jpg);
	background-repeat: no-repeat;
  }
  
#twocols-corp2{
	width:100%;
	float:right;
	position:relative;
	padding-top: 10px;
	background-image: url(../images/background/corporate-main-image-bay1.jpg);
	background-repeat: no-repeat;
  }
  
  #twocols-corp3{
	width:100%;
	float:right;
	position:relative;
	padding-top: 10px;
	background-image: url(../images/background/personal-main-image-hawaii.jpg);
	background-repeat: no-repeat;
  }
 
   #twocols-corp4{
	width:100%;
	float:right;
	position:relative;
	padding-top: 10px;
	background-image: url(../images/background/storage-main-image-oc.jpg);
	background-repeat: no-repeat;
  }
  
     #twocols-corp5{
	width:100%;
	float:right;
	position:relative;
	padding-top: 10px;
	background-image: url(../images/background/personal-main-image-portland.jpg);
	background-repeat: no-repeat;
  }
 
#rightcol{
 width:34%; 
 float:right; 
 position:relative; 
 }
 
#maincol{
	float: left;
	display:inline;
	position: relative;
	width:60%;
	padding-left:21px;
 }
 
#footer{
	height:50px;
	clear:both;
	background-color: #226aa5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
 } 
 
 a.ftlinks, ftlinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
 }
 a.ftlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
 }
 
/*-------------------------begin phone tracking code------------------------------*/
#phone-tracking-container{
	float: right;
	height: 100px;
	/*width: 377px;*/
	display: inline;
	padding-right: 10px;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/header/phone-woman.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 15px;
}

.24hrsales {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
.twentyfourphone{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-top: -1px;
	margin-bottom: -1px;
	line-height: 18px;
}

.local-phone{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-top: 4px;
	margin-bottom: -1px;
	line-height: 36px;
	color: #FF0000;
	font-weight: bolder;
}
.toll-free{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-top: -1px;
	margin-bottom: -1px;
	line-height: 16px;
}
/*-----------------end of phone tracking code------------------*/
/*------------------form styles begin here-------------------------*/
#form2 {
	float:right;
	width:292px;
	margin-right:5px;
	margin-bottom:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	font-size:18px;
	background-color:#226AA5;
	border:1px solid;
	border-color:#072E4E;
	border-radius:8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */
}
.form-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom:10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}


.formlabel{
	float: left;
	width: 70px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-left: 5px;
	display: inline;
	color: #FFFFFF;
}
.form-elements {
	display: block;
	width: 100%;
	float: left;
}

#el02 {
	width: 165px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
	margin-right: 20px;
}
#el09 {
	width: 250px;
	height: 150px;
}

#el10 {
	width: 89px;
	margin-bottom: 8px;
	margin-left: 28px;
	float: left;
	margin-right: 5px;
}

#submitbutton2{
	width: 187px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #212677;
	background-image: url(../images/background/submit-button.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 27px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin-left: 85px;
}

#submitbutton3{
	width: 147px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #212677;
	font-weight: bold;
	height: 27px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background: url(../images/background/submit-button1.gif) no-repeat;
}

#submitbutton4{
	width: 187px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #212677;
	background-image: url(../images/background/submit-button.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 27px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin-left: 85px;
}

/*------------------form style ends here---------------------------*/

/*--------------------font styles begin here-----------------------*/
#text-container {
	display:block;
	width:100%;
	height:99px;
	padding-top: 83px;
}
.body-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a.textlinks, a.textlinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #226AA5;
	text-decoration: none;
}
a.textlinks:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #226AA5;
	text-decoration: underline;
}
.white-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 1px;
}
.yellow-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FDEA00;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: -1px;
	padding-top: 2px;
}
.large-blue-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #2872AF;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 2px;
}

.blue-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#226aa5;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: -1px;
	padding-top: 2px;
}

.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 2px;
}

a.fineprintlinks, a.fineprintlinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.fineprintlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.list {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: disc;
}
/*---------------- navigation menu begins here---------------------*/
#navbar{
	height:38px;
	width:685px;
	background-repeat:repeat-x;
	display: block;
	margin-left: 270px;
}  

#horizontal-container {
	width:100%;
	height:25px;
	background-color:#b2b39e;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #696855;
	
}


#nav, #nav ul {
	float: none;
	list-style: none;
	line-height: 0.6em;
	/**color: #8681B4;**/
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;



}



/* -------------------------- */



/* The top main navigation links */



#nav a {
	display: block;
	padding: 15px 25px 10px;
	color: #333333; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
	margin-top: 5px;
	background-image: url(../images/background/line.png);
	background-repeat: no-repeat;
	background-position: right center;

}



/* I'm targeting the last main navigation link to have no "bar" on the right side */



#nav a.last {
	background-image: none;

}

#nav a:hover {
	color: #1F6BA9;
	background-color: transparent;

}

#nav a.one, #nav a.two, #nav a.three {
	text-align: left;
	font-size: 1em;

}



#nav li {
	float: left;
	padding: 0;
	list-style: none;

}



/* -------------------------- */



/* The dropdown links lists */



#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 330px;
	font-weight: normal;
	border: 1px solid #b2b39e;
	background-color: #1D7372;
	margin: 0;
	z-index: 10;
	list-style: none;

}



#nav li li {
	padding: 0;
	width: 100%; 
	list-style: none;

}



#nav li ul a {
	padding: 5px 8px;
	width: 325px;
	* html width: 100px;

}



/* This controls the flyout location of the second level dropdowns */



#nav li ul ul {
	margin: -2em 0 0 100px;

}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;

}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;

}



/* -------------------------- */



/* Here is the background of the main nav link while looking at the dropdown */



#nav li:hover, #nav li.sfhover {


}



/* -------------------------- */



/* The dropdown links list colors */



#nav li ul.under a {
	/**color: #000;**/
	background-image: none;

}



#nav li ul.under a:hover {
	background: #b2b39e;
	color: #fff;

}



/* -------------------------- */



/* The background of the second level links while looking at the dropdown under it... */


#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #fff;

}

#nav li ul.under li:hover, #nav li ul.under li.sfhover {

	/**color: #fff;

	background-color: #f00;**/
}
/*---------------- Navigation styles end here---------------------*/
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

.confirmationField { 
	display:none; 
	}
	
.error { 
	color:#00CC66;
	font-size:12px;
	font-weight:bold;
	padding-left:25px;
	padding-bottom:11px;
	}
	
.tabletop {
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
}

#recycleItems img {
	margin-bottom:2px;
	margin-left:15px;
}

#recycleItems ul {
	margin-bottom:2px;
	margin-left:10px;
}</pre></body></html>