/*
CSS Superior Document Services
*/

/*Sets All Margins & Padding to Zero*/
* {
	margin: 0px;
	padding: 0px;
}

/*Removes Link Dotted Outline*/
a {outline: none;}

hr.pageBOTTOM {
	clear: both;
	float: left;
	width: 85%;
	border: 1px dotted #FF4700;
	margin: 10px 0 5px 25px;
}
	
/*Page Background*/
body {
	background-color: #1B1C20;
}

/*Div Properties*/

#containerINDEX {
	float:left;
	width: 964px;
	background-color: #252525;
	display: inline;
}

#container {
	float:left;
	width: 960px;
	background-color: #252525;
	display: inline;
}

#leftSIDE {
	float: left;
	width: 210px;
	border-top: 2px solid #1FB0E0;
	display: inline;
	overflow: hidden;
}

#rightSIDE {
	float: right;
	clear: right;
	width: 210px;
}

#header {
	height: 98px;
	width: 960px;
}

#headerIMAGE {
	float: right;
	height: 300px;
	width: 750px;
	border-top: 2px solid #1FB0E0;	
	border-bottom: 2px solid #1FB0E0;
	overflow: hidden;
}

#edrmIMAGE {
	float: right;
	height: 300px;
	width: 750px;
	border-top: 2px solid #1FB0E0;	
	border-bottom: 2px solid #1FB0E0;
	background-image: url(images/edrmBACKGROUND.jpg);
	background-repeat: no-repeat;
	display: inline;
	clear: right;
	overflow: hidden;
}

#flashMOVIE {
	height: 398px;
	width: 750px;
	border-top: 2px solid #1FB0E0;	
	border-bottom: 2px solid #1FB0E0;
	overflow: hidden;
}

#content {
	float: right;
	width: 749px;
	background-color: #333333;
	border-left: 1px solid #464646;
	border-bottom: 1px solid #464646;
	display: inline;
}

#newsBLOG {
	height: 230px;
	width: 750px;
	background-color: #333333;
	border-bottom: 1px solid #464646;
}

#aboutFACTS {
	height: 179px;
	width: 750px;
	background-color: #242624;
	border-bottom: 1px solid #464646;
}

#footer {
	float: right;
	height: 65px;
	width: 960px;
}

#indexFOOTER {
	height: 65px;
	width: 750px;
	background-color: #242624;
}

#bio {float: left;}

#submitFILE {
	float: right;
	width: 210px;
	margin: 50px;
	padding: 15px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
	background-color: #252525;
	border: 1px solid #464646;
	display: inline;
}

/*Navigation Lists*/

	/*Top Navigation*/
#topNAV {
	position: absolute;
	top: 50px;
	left: 200px;
}

#topNAV li {
	display: inline;
	margin-left: 15px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14pt;
	font-weight: lighter;
	letter-spacing: 1px;
}

#topNAV a {
	text-decoration: none;
	color: #1FB0E0;
}

#topNAV a:hover, a:active {color: #FF4700;}

#communityCONTACT {
	position: absolute;
	top: 50px;
	left: 700px;
	color: #1FB0E0;
}

#communityCONTACT li {
	display: inline;
	margin-left: 3px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
}

#communityCONTACT a {
	text-decoration: none;
	color: #1FB0E0;
}

#communityCONTACT a:hover, a:active {color: #FF4700;}

	/*Side Navigation*/
#sideNAV li {
	float: right;
	list-style: none;
	display: inline;
	margin-right: 10px;
}

#sideNAV a {text-decoration: none;}

#savvyNAV li a {
	float:left;
	list-style: none;
	display: inline;
	padding: 10px 5px 10px 10px;
	color: #1FB0E0;
}

#savvyNAV a {text-decoration: none;}

#savvyNAV a:hover {text-decoration: underline;}

/*Class Properties*/
	/*header*/
.sdsLOGO {
	margin-top: 5px;
	margin-left: 5px;
}

	/*leftSIDE*/
li.pageTITLE  {
	float: right;
	margin: 5px 5px 10px 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14pt;
	letter-spacing: 1px;
	color: #FF4700;
	display: inline;
	clear: both;
}

p.leftSIDE  {
	float: left;
	margin: 15px 15px 0px 10px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
	display: inline;
}

	/*rightSIDE*/
.note  {
	height: 220px;
	width: 190px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-image: url(images/blankNOTE.png);
	background-repeat: no-repeat;
}

.note h4 {
	margin-left: 14px;
	margin-bottom: 5px;
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12pt;
	color: #FF4700;
}

.note img {
	margin-left: 14px;
	margin-top: 10px;
	border: 1px solid #000;
}

.note p {
	margin-left: 14px;
	margin-right: 14px;	
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
}

.note a {
	text-decoration: none;
	color: #FF4700;
	font-size: 12pt;
}

.note a:hover, a:active {color: #1FB0E0;}

	/*newsBLOG*/
.latestNEWS {
	float: left;
	height: 220px;
	width: 337px;
	margin-left: 25px;
	margin-right: 13px;
	display: inline;
}

.latestNEWS h4 {
	margin-top: 8px;
	margin-bottom: 7px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: lighter;
	color: #1FB0E0;
}

.latestNEWS a {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	text-decoration: none;
	color: #1FB0E0;
}

.latestNEWS a:hover, a:active {color: #FF4700;}

.latestNEWS p {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
	margin-bottom: 3px;
	border-bottom: 1px dotted #737373;
}

.ourBLOG {
	float: left;
	height: 220px;
	width: 338px;
	margin-left: 12px;
	margin-right: 25px;
	display: inline;
}

.ourBLOG h4 {
	margin-top: 8px;
	margin-bottom: 7px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: lighter;
	color: #1FB0E0;
}

.ourBLOG a {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	text-decoration: none;
	color: #1FB0E0;
}

.ourBLOG a:hover, a:active {color: #FF4700;}

.ourBLOG p {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
	margin-bottom: 3px;
	border-bottom: 1px dotted #737373;
}

.more {
	height: 25px;
	width: 337px;
}

.more img {
	float: right;
	margin-top: 15px;
	display: inline;
	}
	
.more a {
	float: right;
	margin-top: 16px;
	margin-left: 7px;
	display: inline;
}

	/*aboutFACTS*/
.aboutUS {
	float: left;
	height: 178px;
	width: 337px;
	margin-left: 25px;
	margin-right: 13px;
	display: inline;
}

.aboutUS h4 {
	margin-top: 8px;
	margin-bottom: 7px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: lighter;
	color: #1FB0E0;
}

.aboutUS p {
	padding-right: 3px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
}

.facts {
	float: left;
	height: 178px;
	width: 338px;
	margin-left: 12px;
	margin-right: 25px;
	display: inline;
}

.facts h4 {
	margin-top: 8px;
	margin-bottom: 7px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: lighter;
	color: #1FB0E0;
}

.facts p {
	border-bottom: 1px dotted #737373;
	margin-bottom: 7px;
}

.factNAME {
	float: left;
	width: 113px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
}

.factVALUE {
	float: right;
	width: 225px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
}
	
	/*Content - Services Page*/
.serviceTHUMB {
	float: right;
	margin: 0px 10px 5px 5px;
	border: 1px solid #1FB0E0;
}

.serviceRIGHT ul {
	float: left;
	width: 200px;
	list-style: none;
	padding-left: 5px;
}

.serviceRIGHT {
	float: right;
	height: 240px;
	width: 335px;
	margin: 13px 25px 12px 12px;
	background-color: #252525;
	border: 1px solid #1FB0E0;	
	display: inline;
}

.serviceRIGHT h4 {
	margin: 5px 0px 5px 10px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: lighter;
	color: #1FB0E0;
}

.serviceRIGHT li {
	margin-bottom: 8px;
	background-image: url(images/SERVICEarrow.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
}

.serviceLEFT {
	height: 240px;
	width: 335px;
	float: left;
	margin: 13px 13px 12px 25px;
	background-color: #252525;
	border: 1px solid #1FB0E0;
	display: inline;	
}

.serviceLEFT ul {
	float: left;
	width: 200px;
	list-style: none;
	padding-left: 5px;
}

.serviceLEFT h4 {
	margin: 5px 0px 5px 10px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: lighter;
	color: #1FB0E0;
}

.serviceLEFT li {
	margin-bottom: 8px;
	background-image: url(images/SERVICEarrow.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
}

/* Content Resources Page*/

#content table {
	border-collapse: collapse;
	margin: 0 0 15px 25px;
}
tr.lightGRAY {background-color: #464646;}

#content caption {
	margin: 20px 0 0 25px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12pt;
	color: #FF4700;
}

#content th {
	padding: 2px 50px 3px 5px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #1FB0E0;
}

#content td {
	padding: 2px 50px 3px 5px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
}

#processingSCOPING table {
	border-collapse: collapse;
	margin: 0px;
}
tr.lightGRAY {background-color: #464646;}

#processingSCOPING td {
	padding: 2px 5px 3px 5px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
}
/* Content - News Page */
img.readMORE {
	height: 12px;
	width: 12px;
	vertical-align: middle;
	margin-left: 10px;
}

a.readMORE {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FF4700;
}

a.readMORE:hover {color: #1FB0E0;}

/* Content - Community Page */
p.community  {
	float: left;
	margin: 15px 15px 0px 15px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
	display: inline;
}

a.communityHTTP {
	float: left;
	margin: 25px 0px 15px 15px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FF4700;
	display: inline;
}

a.communityHTTP:hover {color: #1FB0E0;}

a.inline {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FF4700;
}

a.inline:hover {color: #1FB0E0;}

/* login form */
#login {
	width: 250px;
	height: 150px;
	margin: 50px 0 20px 250px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12pt;
	color: #FF4700;
	background-image: url(images/LoginBG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
	
.textbox {
	 font-size: 10pt;
	 background-color: #C3D9FF;
	 border: 2px solid #1FB0E0;
	 margin-bottom: 10px;
}

.button {
	float: right;
	margin-right: 25px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 background-color: #FFF;
	 color: #000;
	 border: 2px solid #1FB0E0;
	}

p.invalid {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12pt;
	color: #FF4700;	
	margin: 0 0 0 350px;
}

	/*Content - Women in eDiscovery Page*/
h4.contentHEADER {
	clear: both;
	margin: 10px 0px 0px 25px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: lighter;
	color: #1FB0E0;
}

h5.contentSUBHEADER {
	clear: both;
	margin: 10px 0px 0px 25px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: lighter;
	color: #1FB0E0;
}

ul.goals {
	float: left;
	width: 500px;
	list-style: none;
	padding-left: 25px;
}

.goals li {
	margin-bottom: 8px;
	background-image: url(images/CONTENTarrow.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
}

ul.nested {
	width: 500px;
	list-style: none;
	padding-left: 25px;
}

.nested li {
	margin-bottom: 8px;
	background-image: url(images/CONTENTarrow.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
}

p.content {
	float: left;
	width: 600px;
	margin: 5px 0px 25px 25px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
}

	/*Content - Contact Page*/
.contactCATEGORY {
	margin: 10px 0px 5px 0px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: lighter;
	color: #1FB0E0;
}

ul.contactINFO {
	margin: 5px 0px 5px 30px;
		
}

li.contactINFO {
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
}

a.contactLEFTSIDE {
	margin: 5px 0px 5px 0px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 8pt;
	color: #FF4700;
}

a.contactLEFTSIDE:hover {color: #1FB0E0}

.contactCARD {
	float: left;
	height: 55px;
	width: 350px;
	padding: 15px 0px 15px 25px;
	border-bottom: 1px dotted #737373;
	clear: both;
	display: inline;
}

.contactCARD p {
	float: left;
	margin-left: 15px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
	display: inline;
}

span.blue {color: #1FB0E0;}

.contactCARD a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #1FB0E0;
}

.contactCARD a:hover {color: #FF4700;}

img.contactPIC {
	float: left;
	border: 1px solid #1FB0E0;
}

	/*footer*/
.copyright {
	float: left;
	font-family: Arial, Verdana, "Trebuchet MS";
	font-size: 10pt;
	color: #1FB0E0;
	margin-top: 20px;
	margin-left:25px;
}	

p.designBY {
	float: right;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 8pt;
	color: #1FB0E0;
	margin-top: 20px;
	margin-right: 3px;
}

/*Rollover Buttons*/

	/*footer*/
a.rgROLLOVER {
  	float: right;
	margin: 10px 10px 0px 0px;
	display: block;
    width: 60px;
    height: 30px;
    text-decoration: none;
    background-image: url(images/rollovers/rgLOGO.png);
    background-position: top;
    }
   
a.rgROLLOVER:hover {
    background-position: bottom;
    }
	
	
	/*Services*/
a.computerFORENSICS_ROLLOVER {
	clear: both;
  	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/computerFORENSICS_ROLLOVER.jpg);
    background-position: top;
    }
   
a.computerFORENSICS_ROLLOVER:hover, a.computerFORENSICS_ROLLOVER:active {
    background-position: bottom;
    }	

a.eDISCOVERY_ROLLOVER {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/eDISCOVERY_ROLLOVER.jpg);
    background-position: top;
    }
   
a.eDISCOVERY_ROLLOVER:hover, a.eDISCOVERY_ROLLOVER:active {
    background-position: bottom;
    }
	
a.paperDISCOVERY_ROLLOVER {
  	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/paperDISCOVERY_ROLLOVER.jpg);
    background-position: top;
    }
   
a.paperDISCOVERY_ROLLOVER:hover, a.paperDISCOVERY_ROLLOVER:active {
    background-position: bottom;
    }
	
a.documentCODING_ROLLOVER {
  	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/documentCODING_ROLLOVER.jpg);
    background-position: top;
    }
   
a.documentCODING_ROLLOVER:hover, a.documentCODING_ROLLOVER:active {
    background-position: bottom;
    }
	
a.onlineREVIEW_ROLLOVER {
  	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/onlineREVIEW_ROLLOVER.jpg);
    background-position: top;
    }
   
a.onlineREVIEW_ROLLOVER:hover, a.onlineREVIEW_ROLLOVER:active {
    background-position: bottom;
    }
	
a.dataHOSTING_ROLLOVER {
  	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/dataHOSTING_ROLLOVER.jpg);
    background-position: top;
    }
   
a.dataHOSTING_ROLLOVER:hover, a.dataHOSTING_ROLLOVER:active {
    background-position: bottom;
    }
	
a.filingsPRODUCTION_ROLLOVER {
  	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/filingsPRODUCTION_ROLLOVER.jpg);
    background-position: top;
    }
   
a.filingsPRODUCTION_ROLLOVER:hover, a.filingsPRODUCTION_ROLLOVER:active {
    background-position: bottom;
    }
	
a.trialSUPPORT_ROLLOVER {
  	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/trialSUPPORT_ROLLOVER.jpg);
    background-position: top;
    }
   
a.trialSUPPORT_ROLLOVER:hover, a.dataHOSTING_ROLLOVER:active {
    background-position: bottom;
    }
	
	
	/*Resources Page*/
	
a.referenceMODEL_ROLLOVER {
	clear: both;
  	display: block;
	margin-top: 5px;
    width: 200px;
    height: 50px;
    background-image: url(images/rollovers/referenceMODEL_ROLLOVER.jpg);
    background-position: top;
    }
   
a.referenceMODEL_ROLLOVER:hover, a.referenceMODEL_ROLLOVER:active {
    background-position: bottom;
    }
	
a.referenceMODEL_ACTIVE {
	clear: both;
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 50px;
    background-image: url(images/rollovers/referenceMODEL_ROLLOVER.jpg);
    background-position: bottom;
}
	
a.eWizard_ROLLOVER {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/eWizard_ROLLOVER.jpg);
    background-position: top;
    }
   
a.eWizard_ROLLOVER:hover, a.eWizard_ROLLOVER:active {
    background-position: bottom;
    }
	
a.eWizard_ACTIVE {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/eWizard_ROLLOVER.jpg);
    background-position: bottom;
}

a.conversionTABLE_ROLLOVER {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/conversionTABLE_ROLLOVER.jpg);
    background-position: top;
    }
   
a.conversionTABLE_ROLLOVER:hover, a.conversionTABLE_ROLLOVER:active {
    background-position: bottom;
    }
	
a.conversionTABLE_ACTIVE {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/conversionTABLE_ROLLOVER.jpg);
    background-position: bottom;
}

	/*News Archives*/
a.januaryARCHIVE_ROLLOVER {
	clear: both;
  	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/januaryARCHIVE.jpg);
    background-position: top;
    }
   
a.januaryARCHIVE_ROLLOVER:hover, a.januaryARCHIVE_ROLLOVER:active {
    background-position: bottom;
    }
	
a.januaryARCHIVE_ACTIVE {
	clear: both;
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/januaryARCHIVE.jpg);
    background-position: bottom;
}
	
a.februaryARCHIVE_ROLLOVER {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/februaryARCHIVE.jpg);
    background-position: top;
    }
   
a.februaryARCHIVE_ROLLOVER:hover, a.februaryARCHIVE_ROLLOVER:active {
    background-position: bottom;
    }
	
a.februaryARCHIVE_ACTIVE{
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/februaryARCHIVE.jpg);
    background-position: bottom;
}

a.marchARCHIVE_ROLLOVER {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/marchARCHIVE.jpg);
    background-position: top;
    }
   
a.marchARCHIVE_ROLLOVER:hover, a.marchARCHIVE_ROLLOVER:active {
    background-position: bottom;
    }
	
a.marchARCHIVE_ACTIVE{
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/marchARCHIVE.jpg);
    background-position: bottom;
}
	
a.aprilARCHIVE_ROLLOVER {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/aprilARCHIVE.jpg);
    background-position: top;
    }
   
a.aprilARCHIVE_ROLLOVER:hover, a.aprilARCHIVE_ROLLOVER:active {
    background-position: bottom;
    }
	
a.aprilARCHIVE_ACTIVE{
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/aprilARCHIVE.jpg);
    background-position: bottom;
}
	
a.mayARCHIVE_ROLLOVER {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/mayARCHIVE.jpg);
    background-position: top;
    }
   
a.mayARCHIVE_ROLLOVER:hover, a.mayARCHIVE_ROLLOVER:active {
    background-position: bottom;
    }

a.mayARCHIVE_ACTIVE{
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/mayARCHIVE.jpg);
    background-position: bottom;
}

a.juneARCHIVE_ROLLOVER {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/juneARCHIVE.jpg);
    background-position: top;
    }
   
a.juneARCHIVE_ROLLOVER:hover, a.juneARCHIVE_ROLLOVER:active {
    background-position: bottom;
    }
	
a.juneARCHIVE_ACTIVE{
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/juneARCHIVE.jpg);
    background-position: bottom;
}
	
a.julyARCHIVE_ROLLOVER {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/julyARCHIVE.jpg);
    background-position: top;
    }
   
a.julyARCHIVE_ROLLOVER:hover, a.julyARCHIVE_ROLLOVER:active {
    background-position: bottom;
    }
	
a.julyARCHIVE_ACTIVE{
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/julyARCHIVE.jpg);
    background-position: bottom;
}
	
a.augustARCHIVE_ROLLOVER {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/augustARCHIVE.jpg);
    background-position: top;
    }
   
a.augustARCHIVE_ROLLOVER:hover, a.augustARCHIVE_ROLLOVER:active {
    background-position: bottom;
    }
	
a.augustARCHIVE_ACTIVE{
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/augustARCHIVE.jpg);
    background-position: bottom;
}
	
a.septemberARCHIVE_ROLLOVER {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/septemberARCHIVE.jpg);
    background-position: top;
    }
   
a.septemberARCHIVE_ROLLOVER:hover, a.septemberARCHIVE_ROLLOVER:active {
    background-position: bottom;
    }
	
a.septemberARCHIVE_ACTIVE{
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/septemberARCHIVE.jpg);
    background-position: bottom;
}
	
a.octoberARCHIVE_ROLLOVER {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/octoberARCHIVE.jpg);
    background-position: top;
    }
   
a.octoberARCHIVE_ROLLOVER:hover, a.octoberARCHIVE_ROLLOVER:active {
    background-position: bottom;
    }
	
a.octoberARCHIVE_ACTIVE{
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/octoberARCHIVE.jpg);
    background-position: bottom;
}
	
a.novemberARCHIVE_ROLLOVER {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/novemberARCHIVE.jpg);
    background-position: top;
    }
   
a.novemberARCHIVE_ROLLOVER:hover, a.novemberARCHIVE_ROLLOVER:active {
    background-position: bottom;
    }
	
a.novemberARCHIVE_ACTIVE{
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/novemberARCHIVE.jpg);
    background-position: bottom;
}
	
a.decemberARCHIVE_ROLLOVER {
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/decemberARCHIVE.jpg);
    background-position: top;
    }
   
a.decemberARCHIVE_ROLLOVER:hover, a.decemberARCHIVE_ROLLOVER:active {
    background-position: bottom;
    }
	
a.decemberARCHIVE_ACTIVE{
	display: block;
	margin-top: 5px;
    width: 200px;
    height: 25px;
    background-image: url(images/rollovers/decemberARCHIVE.jpg);
    background-position: bottom;
}

	/* EDRM MODEL */
a.recordsMANAGEMENT {
	display: block;
	text-decoration: none;
	width: 100px;
    height: 60px;
	position: relative;
	top: 120px;
	left: 50px;
    background-image: url(images/rollovers/recordsMANAGEMENT.gif);
    background-position: top;
}
   
a.recordsMANAGEMENT:hover, a.recordsMANAGEMENT:active {
    background-position: bottom;
    }
	
a.Identification {
	display: block;
	text-decoration: none;
	width: 100px;
    height: 60px;
	position: relative;
	top: 60px;
	left: 160px;
    background-image: url(images/rollovers/Identification.gif);
    background-position: top;
    }
   
a.Identification:hover, a.recordsMANAGEMENT:active {
    background-position: bottom;
    }

a.Preservation {
	display: block;
	text-decoration: none;
	width: 100px;
    height: 60px;
	position: relative;
	top: -35px;
	left: 270px;
    background-image: url(images/rollovers/Preservation.gif);
    background-position: top;
    }
   
a.Preservation:hover, a.Preservation:active {
    background-position: bottom;
    }

a.Collection {
	display: block;
	text-decoration: none;
	width: 100px;
    height: 60px;
	position: relative;
	top: -25px;
	left: 270px;
    background-image: url(images/rollovers/Collection.gif);
    background-position: top;
    }
   
a.Collection:hover, a.Collection:active {
    background-position: bottom;
    }
	
a.Processing {
	display: block;
	text-decoration: none;
	width: 100px;
    height: 60px;
	position: relative;
	top: -190px;
	left: 380px;
    background-image: url(images/rollovers/Processing.gif);
    background-position: top;
    }
   
a.Processing:hover, a.Processing:active {
    background-position: bottom;
    }

a.Review {
	display: block;
	text-decoration: none;
	width: 100px;
    height: 60px;
	position: relative;
	top: -180px;
	left: 380px;
    background-image: url(images/rollovers/Review.gif);
    background-position: top;
    }
   
a.Review:hover, a.Review:active {
    background-position: bottom;
    }

a.Analysis {
	display: block;
	text-decoration: none;
	width: 100px;
    height: 60px;
	position: relative;
	top: -170px;
	left: 380px;
    background-image: url(images/rollovers/Analysis.gif);
    background-position: top;
    }
   
a.Analysis:hover, a.Analysis:active {
    background-position: bottom;
    }

a.Production {
	display: block;
	text-decoration: none;
	width: 100px;
    height: 60px;
	position: relative;
	top: -300px;
	left: 490px;
    background-image: url(images/rollovers/Production.gif);
    background-position: top;
    }
   
a.Production:hover, a.Production:active {
    background-position: bottom;
    }

a.Presentation {
	display: block;
	text-decoration: none;
	width: 100px;
    height: 60px;
	position: relative;
	top: -360px;
	left: 600px;
    background-image: url(images/rollovers/Presentation.gif);
    background-position: top;
    }
   
a.Presentation:hover, a.Presentation:active {
    background-position: bottom;
    }
