@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{ae0b2499-8283-4a3d-8bb2-50ba9f3656b7}_site-background.gif);
	background-repeat: repeat-x;
}

a:link, a:visited{
	color: #004b82;
}
a:hover{
	color: grey;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}  


#header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{ab34a3ae-8181-4efa-a688-1a8825058044}_header-background.jpg);
	
}

#header .h1 {
	float:right;
	align:top;
	font:Arial;
	font-size:14px;
	color:#196499;
	line-height:20px;
	padding:35px 20px 20px 20px;
}


#feature {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{179ee10b-c1a4-41e1-a2de-034c83e49d1c}_feature-background.jpg);
	height: 287px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}

#feature #textblock {
	height: 247px;
	width: 420px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 40px;
	}

#feature #image {
	float: right;
	width: 240px;
	height: 247px;
	padding-top: 0px;
	padding-right: 20;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#feature .h1 {
	font:Arial;
	font-size:25px;
	color:#196499;
	line-height:20px;
}

#feature .bodycopy{
	font:Arial;
	font-size:11px;
	color:#333333;
	line-height:20px;
}

#feature2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{179ee10b-c1a4-41e1-a2de-034c83e49d1c}_feature-background.jpg);
	/*height reduced by 100px*/	height: 187px; 
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	}

#feature2 #textblock {
	height: 147px;
	width: 420px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 40px;
	}

#feature2 #image {
	float: right;
	width: 240px;
	height: 147px;
	padding-top: 0px;
	padding-right: 20;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#feature2 .h1 {
	font:Arial;
	font-size:25px;
	color:#196499;
	line-height:20px;
	}

#feature2 .bodycopy{
	font:Arial;
	font-size:11px;
	color:#333333;
	line-height:20px;
	}

#list ul li{
	font:Arial;
	font-size:11px;
	color:#333333;
	line-height:20px;
}


#featuresub {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{4754ac22-c800-45cc-961d-a64b12df402d}_feature-background_sub.jpg);
	height: 117px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}

#featuresub #textblock {
	height: 77px;
	width: 420px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 40px;
	}

#featuresub #image {
	float: right;
	width: 240px;
	height: 77px;
	padding-top: 0px;
	padding-right: 20;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#featuresub .h1 {
	font:Arial;
	font-size:34px;
	color:#196499;
	line-height:20px;
}

#featuresub .bodycopy{
	font:Arial;
	font-size:13px;
	color:#333333;
	line-height:20px;
}

.twoColFixRtHdr h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	margin-top: 25px;
	margin-bottom:20px;
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 20px 20px;
	border-left:solid #d6d6d6 1px;
}

.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	margin-top: 25px;
	margin-bottom:20px;
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 20px 20px;
	border-left:solid #d6d6d6 1px;
}

.twoColFixRtHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	margin-top: 25px;
	margin-bottom:20px;
	padding-right:20px;
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	
	
}

.twoColFixRtHdr #navigation { 
	height:35;
	width:100%;
	border-top: solid #a0a0a0 1px;
	background-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{d3c57daa-38a8-4040-937e-eb8af841ebec}_nav_bg.gif);
	
	
	}
	
#navigation ul {

	margin: 0px;
 	padding-left: 20px;
	padding-right:20px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
	color:  #a17c0c;
	line-height: 30px;
	white-space: nowrap;
	}
	
#navigation li {
	
	list-style-type: none;
	display: inline;
	}
	
	
#navigation li a {
	 text-decoration: none;
	 color: #000000;
	 padding: 5px 20px 6px 20px;
	/* background-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{d3c57daa-38a8-4040-937e-eb8af841ebec}_nav_bg.gif);*/
}

#navigation li a:link {/*font color for links*/
	 color: #000000:
	 
}
#navigation li a:visited {
	color: #000000;
	
}
 
#navigation li a:hover {
color: #a17c0c;
background-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{add12e97-901c-482b-a74c-d9ed6799fe5b}_nav_hover.gif);/*controls hover state*/
}
	
#navigation .current {
 text-decoration: none;
 padding: 5px 20px 6px 20px;
 color: #a17c0c;
 background-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{add12e97-901c-482b-a74c-d9ed6799fe5b}_nav_hover.gif);
}/*This class is used to designate the current page.  Use as a class and delete <a> tag*/
	
.twoColFixRtHdr #navigation2 { 
	height:35;
	width:100%;
	border-top: solid #a0a0a0 0px;
	background-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{c8c9efa8-61ef-472f-9c9a-317b44720146}_nav_bg2.gif);
	}
	
#navigation2 ul {
	margin: 0px;
 	padding-left: 20px;
	padding-right:20px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
	font-weight: bold;
	color:  #a17c0c;
	line-height: 30px;
	white-space: nowrap;
	}

#navigation2 li {
	list-style-type: none;
	display: inline;
	}
	
#navigation2 li a {
	 text-decoration: none;
	 color: #000000;
	 padding: 5px 20px 6px 20px;
	/* background-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{c8c9efa8-61ef-472f-9c9a-
317b44720146}_nav_bg2.gif);*/
	}

#navigation2 li a:link {/*font color for links*/
	color: #ffffff;
	}

#navigation2 li a:visited {
	color: #ffffff;
	}
 
#navigation2 li a:hover {
	color: #196499;
	background-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{8fff515b-568e-48f2-b4af-9546693b594a}
_nav_hover2.gif);/*controls hover state*/
	}
	
#navigation2 .current {
	text-decoration: none;
	padding: 5px 20px 6px 20px;
	color: #a17c0c;
	background-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{8fff515b-568e-48f2-b4af-9546693b594a}
_nav_hover2.gif);
	}/*This class is used to designate the current page.  Use as a class and delete <a> tag*/

.twoColFixRtHdr #nonav { 
	height:35;
	width:100%;
	}

#nonav .h1 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}


#nonav .bodycopy{
	font:Arial;
	font-size:14px;
	color:#333333;
	line-height:20px;
}

#nonav .h2 {
	font:Arial;
	font-size:14px;
	color:#196499;
	line-height:20px;
}


.twoColFixRtHdr #mainContent { 
	margin: 25px 0px ; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 20px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
width:450px;
} 

#mainContent .h1 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}



#mainContent .h2 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}

#mainContent .h3 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}

#mainContent .bodycopy{
	font:Arial;
	font-size:12px;
	color:#333333;
	line-height:18px;
}





#sidebar1 ul {

	margin: 0px;
 	padding-left: 20px;
	padding-right:0px
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	font-weight:bold;
	color:  #333333;
	line-height: 16px;
	white-space: nowrap;
	}
	
#sidebar1 li {

	list-style-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{39d8f23d-cafe-48ed-8b1c-fed9d9bcf994}_bullet.gif);
	background-repeat: no-repeat;
	background-position: -10;
	}

#sidebar1.h1 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}


#sidebar1.h2 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}

#sidebar1 .h3 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}

#sidebar1  .bodycopy{
	font:Arial;
	font-size:12px;
	color:#333333;
	line-height:18px;
}


#sidebar2 ul {

	margin: 0px;
 	padding-left: 20px;
	padding-right:0px
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	font-weight:bold;
	color:  #333333;
	line-height: 16px;
	white-space: wrap;
	}
	
#sidebar2 li {

	list-style-image: url(http://img.en25.com/eloquaimages/clients/IronMountain/{39d8f23d-cafe-48ed-8b1c-fed9d9bcf994}_bullet.gif);
	background-repeat: no-repeat;
	background-position: -10;
	}

#sidebar2.h1 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}


#sidebar2.h2 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}

#sidebar2 .h3 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}

#sidebar2  .bodycopy{
	font:Arial;
	font-size:12px;
	color:#333333;
	line-height:18px;
}


#sidebar3 #content {
	padding: 0px 10px 20px 20px;
}

#sidebar3 ul {

	margin-top: 10px;
 	padding-left: 10px;
	padding-right:10px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 10px;
	color:  #333333;
	line-height: 16px;
	white-space:inherit;

	}
	
#sidebar3 li {

	list-style-type:none;
	background-repeat: no-repeat;
	background-position: -10;
	}

#sidebar3.h1 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}


#sidebar3.h2 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}

#sidebar3 .h3 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}

#sidebar3  .bodycopy{
	font:Arial;
	font-size:12px;
	color:#333333;
	line-height:18px;
}


#sidebar3 #survey{
background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
border-top: solid #a0a0a0 1px;
padding-top:10px;
Padding-bottom:10px;
font:Arial;
	font-size:12px;
	color:#196499;
	line-height:18px;
}

	
#sidebar3 #surveylast{

border-top: solid #a0a0a0 1px;
border-bottom: solid #a0a0a0 1px;
padding-top:10px;
Padding-bottom:10px;
font:Arial;
	font-size:12px;
	color:#196499;
	line-height:18px;
}




.twoColFixRtHdr #mainContentsub { 
	width:360px;
	margin: 25px 10px 30px 10px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 


#mainContentsub .h1 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}


#mainContentsub .h2 {
	font-size:20px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
	font-family: Arial;
}

#mainContentsub .h3 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#196499;
	line-height:20px;
}

#mainContentsub .bodycopy{
	font:Arial;
	font-size:12px;
	color:#333333;
	line-height:18px;
}

#mainContentsub .bodycopy2{
	font:Arial;
	font-size:12px;
	color:#196499;
	line-height:18px;
}

#mainContentsub .select{
	font:Arial;
	font-size:12px;
	color:#333333;
	line-height:18px;
	width:100%;
}


.twoColFixRtHdr #footer {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 10px;
	float: none;
	width: 780px;
} 
#footercontainer { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #footer p {
	
	color: #FFFFFF;
}
.twoColFixRtHdr #footer a {
color: #FFFFFF;
}
.twoColFixRtHdr #footer a:hover {
	color: #999999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
