/* basic structure */
html, body, #wrapper {
	margin: 0;
	padding: 0;
	min-height: 100%;
    width: 100%;
    height: 100%;
	text-align:center;
	}
	
body { 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #000000; 
	background-color: #cccccc;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #1F347E;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #1F347E;
	}
a:hover, a:active { 
	text-decoration: underline; 
	}
	

/* specific divs */
#wrapper {
	height:100%;
	padding: 0px; 
	margin: 0px; 
	width: 780px;
	position: relative;
	text-align:center;
   	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	min-height:500px;
}

#container { 
	background-color: #F6F9FB;
	padding: 0px; 
	margin: 0px; 
	width: 770px;
	border:#666666 solid 5px;
	position: absolute;
	text-align:center;
	top:25px;
   	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	width:770px;
  	height:102px;
	padding:0px;
	}

#tagLine {
	height: 17px;
	width:765px;
	color:#FFFFFF;
	font-style:italic;
	text-align:right;
	padding-right: 5px;
	padding-top:90px;
	float:none;
	}
	
#navigation {
	background-color: #000066;
	height:auto !important;
	height: 25px;
	color:#FFFFFF;
	text-align:center;
	line-height: 1.8;
	width: 770px;
	border-top:thin #666666 solid;
	border-bottom:thin #666666 solid;
	}

#breadcrumbs {
	font-size: 9px;
	text-align:left;
	padding: 1px 1px 15px 0px;
	}
	
#contentBox { 
	text-align:left;
	padding-top:10px;
	padding-right:15px;
	padding-left:250px;
	padding-bottom:20px;
	min-height:502px;
  	height:auto !important;
  	height:502px;
	}	
	
#footer {
	position:absolute;
	color:#666666;
	font-size:9px;
	padding: 0px;
	z-index: 101; 
	margin-top:15px;
	padding-bottom: 10px;
 	text-align: center;
	left:0;
	right:0;
	width: 100%;
}



/* for navigation*/
a.nav:link, a.nav:visited { 
	text-decoration: none; 
	font-weight: normal;
	color: #FFFFFF;
	font-size:14px;
	}

a.nav:hover, a.nav:active { 
	text-decoration: underline; 
	color: #FFFFFF;
	}
	
#dropmenudiv{
	position:absolute;
	margin-top:9px;
	border:1px solid #FFFFFF;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	text-align:left;
	line-height:18px;
	z-index:100;
	min-height:1px;
	clear: both;
	.margin-top: 5px; /* IE6 & IE7, fixing gap between bottom of nav and dropdown box */
	}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #000066;
	color: #FFFFFF;
	}

#dropmenudiv a:hover{ 
	background-color: #CCCCCC;
	color: #000066;
	text-decoration: underline;
	}

a.small:link, a.small:visited {
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	color: #002774;
	}

a.small:hover, a.small:active {
	text-decoration:underline;
	}
	
a.footer:link, a.footer:visited {
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	color: #666666;
	}

a.footer:hover, a.footer:active {
	text-decoration:underline;
	color: #002774;
	}

	
	
/* For copy/content */
.subheading {
	font-weight:bold; 
	font-style:italic; 
	font-size:11px;
	color: #1F347E;
}

.bold {
	font-weight:bold;
	}
	
 /* Different page and header backgrounds */
  
 .header1 {/*HOME*/
 	background: url(../../images/headers/header1.jpg) no-repeat top left;
	 }
 .bg1 {
	background: url(../../images/backgrounds/bg1.jpg) no-repeat top left;
	}
	
 .header2 {/*SERVICES*/
 	background: url(../../images/headers/header2.jpg) no-repeat top left;
	 }
 .bg2 {
	background: url(../../images/backgrounds/bg2.jpg) no-repeat top left;
	}
	
 .header3 {/* Document Management*/
 	background: url(../../images/headers/header3.jpg) no-repeat top left;
	 }
 .bg3 {
	background: url(../../images/backgrounds/bg3.jpg) no-repeat top left;
	}
	
 .header4 {/*Digital Document Solutions*/
 	background: url(../../images/headers/header4.jpg) no-repeat top left;
	 }
 .bg4 {
	background: url(../../images/backgrounds/bg4.jpg) no-repeat top left;
	}
	
 .header5 {/*Data Protection*/
 	background: url(../../images/headers/header5.jpg) no-repeat top left;
	 }
 .bg5 {
	background: url(../../images/backgrounds/bg5.jpg) no-repeat top left;
	}
	
 .header6 {/*Certified Destruction Services*/
 	background: url(../../images/headers/header6.jpg) no-repeat top left;
	 }
 .bg6 {
	background: url(../../images/backgrounds/bg6.jpg) no-repeat top left;
	}
	 
 .header7 {/*PRODUCTS*/
 	background: url(../../images/headers/header7.jpg) no-repeat top left;
	 }
 .bg7 {
	background: url(../../images/backgrounds/bg7.jpg) no-repeat top left;
	}
	
 .header8 {/*CONTACT*/
 	background: url(../../images/headers/header8.jpg) no-repeat top left;
	 }
 .bg8 {
	background: url(../../images/backgrounds/bg8.jpg) no-repeat top left;
	}
	
 .header9 {/*FAQ*/
 	background: url(../../images/headers/header9.jpg) no-repeat top left;
	 }
 .bg9 {
	background: url(../../images/backgrounds/bg9.jpg) no-repeat top left;
	} 