	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../images/backgrounds/background-rivets-sm.png);
	background-repeat: repeat;
}
*{outline: none;
	}
img {border: 0;
	}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
	margin-top: -15px;
	background-image: url(../images/backgrounds/transparent.png);
}
#sideRightContainer {
	float: right;
	width: 225px;
	margin-bottom: 10px;
	clear: none;
	margin-right: 10px;
	margin-top: 10px;
}
#header {
	border: 1px solid #333;
}
#logo {
	width: 360px;
	height: 110px;
	float: left;
	background-color: #FFF;
	margin-bottom: 10px;
	vertical-align: middle;
	padding-top: 15px;
	border: 1px solid #666;
	margin-left: 20px;
	padding-left: 22px;
	}
ul#topnav {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #666;
	}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
	}
ul#topnav li:hover a, ul#topnav li a:hover { 
	background-position: left bottom; 
	}
ul#topnav a.home {
	width: 74px;
	background-image: url(../images/Menu/nav-home.png);
	background-repeat: no-repeat;
	}
ul#topnav a.aboutUs {
	width: 115px;
	background-image: url(../images/Menu/nav-aboutUs.png);
	background-repeat: no-repeat;
	}
ul#topnav a.documentStorage {
	width: 204px;
	background-image: url(../images/Menu/nav-documentStorage.png);
	background-repeat: no-repeat;
	}
ul#topnav a.documentDisposal {
	width: 245px;
	background-image: url(../images/Menu/nav-documentdisposal.png);
	background-repeat: no-repeat;
	}
ul#topnav a.infoProtection {
	width: 177px;
	background-image: url(../images/Menu/nav-infoProtection.png);
	background-repeat: no-repeat;
	}
ul#topnav a.contactUs {
	width: 145px;
	background-image: url(../images/Menu/nav-contactUs.png);
	background-repeat: no-repeat;
	}
ul#topnav li .sub {
	position: absolute;
	top: 44px;
	left: 0;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	background-image: url(../images/backgrounds/sub-transparent.png);
	}
ul#topnav li .row {
	clear: both; float: left; width: 100%; margin-bottom: 10px;
	}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
	}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.0em;
	font-weight: normal;
	color: #F00;	
	text-shadow: 1px 1px 1px #000;
	}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #F00;	
	text-shadow: 1px 1px 1px #000;
	}
ul#topnav .sub ul li a {
	color: #ddd;
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	background-image: url(../images/Menu/navlist_arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	}
ul#topnav .sub ul li a:hover {
	color: #FFF; 
	background-position: 5px 12px ;
	text-shadow: 1px 1px 1px #FCC;
	}
#mainContent {
	background-image: url(../images/backgrounds/transparent.png);
}
#content {
	width: 680px;
	clear: none;
	float: left;
	background-image: url(../images/backgrounds/transparent-w.png);
	margin-bottom: 10px;
	z-index: -1;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #333;
}
#text {
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 30px;
}
#insideText {
}
#banner {
}
#tagline {
	margin-bottom: 20px;
	text-align: center;
}
#member {
	background-color: #FFF;
	font-size: 85%;
	text-align: center;
	border: 1px solid #333;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	font-size: 90%;
	text-align: center;
	margin: 10px;
	padding: 10px;
	border: 1px solid #333;
	background-image: url(../images/backgrounds/transparent.png);
	color: #666;
}
#copyright {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000;
	text-align: center;
	background-image: url(../images/layout/footer.png);
	padding-top: 12px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-position: bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	height: 40px;
}
#7AD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000;
	text-align: right;
	width: 940px;
	margin-right: 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: inherit;
	color: #999;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.8em;
}
h1 {
	font-size: 1.8em;
	font-style: oblique;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #999;
}
h2    {
	text-shadow: 1px 1px 1px #999;
	font-size: 1.6em;
	font-style: oblique;
}
h3 {
	font-size: 1.4em;
	text-shadow: 1px 1px 1px #999;
	font-style: oblique;
}
h4 {
	text-shadow: 1px 1px 1px #999;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: oblique;
}
h5 {
	text-shadow: 1px 1px 1px #999;
	font-size: 1.2em;
	list-style-type: square;
	list-style-position: outside;
}
.white {
	color: #FFF;
}
.note {
	font-size: 90%;
	color: #333;
	line-height: 1.6em;
}
#followUs {
	text-align: center;
	background-image: url(../images/backgrounds/transparent.png);
	padding-bottom: 8px;
	padding-top: 10px;
}
.SideLinks {
	background-color: #FFF;
	border: 1px solid #333;
	margin-bottom: 20px;
	margin-top: 20px;
}
.SideLinks ul {
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.SideLinks a, .SideLinks li a {
	display: block;
	background-color: #FFF;
	margin-left: -30px;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.SideLinkItems a {
	color: #333333;
	padding-top: 8px;
	padding-bottom: 8px;
}
.SideLinks a:link, .SideLinkItems a:visited {
	color: #333;
	text-decoration: none;
}
.SideLinks a:hover {
	background-image: url(../images/layout/SideLinkArrow.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	background-position: center;
}
.SideLinksBottom {
	background-image: url(../images/backgrounds/metal.jpg);
	padding-right: 5px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	padding-top: 8px;
	padding-bottom: 8px;
}
.SideLinksTop {
	background-image: url(../images/layout/footer.png);
	padding-right: 5px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 1.2em;
	height: 25px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.icon {
	font-size: xx-small;
	color: #999;
	text-align: center;
}
.col-full {
	clear: both;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}
.col-left {
	float: left;
	width: 230px;
	clear: both;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	padding-right: 25px;
	list-style-position: outside;
	padding-left: 50px;
}
.col-right {
	float: left;
	clear: right;
	width: 210px;
	list-style-position: outside;
	padding-left: 50px;
	padding-right: 50px;
}
#right-image {
	float: right;
	clear: right;
	padding-left: 30px;
	padding-top: 50px;
	text-align: left;
	vertical-align: top;
}
#testimonial {
	border: 1px solid #FFF;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
}
.testimonial {
	font-style: italic;
}
#left-image {
	clear: left;
	float: left;
	text-align: left;
	vertical-align: top;
}
#container #mainContent #content #text p b {
	color: #090;
	font-weight: bold;
}
#clear {
	clear: both;
	float: none;
}
.color {
	color: #F00;
}
#radioSpot {
}
