/* HTML element selectors */

body {
	background-color: #fff;
	margin: 0;
    text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	color: #5D4636;
	font-size:12px;
	font-weight: bold;	
}
h2 {
	color: #B0BF8B;
	font-size:12px;
	font-weight: bold;
	margin-left: 5px;
}

h3 {
	color: #000;
	font-size:12px;
	font-weight: bold;	
	margin-left: 5px;
}

a:link {
	color: #9FBF27;	
}

a:visited {
	text-decoration: none;
	color: #9FBF27;
}

a:hover {
	text-decoration: underline;
	color: #419DD1;
}

a:active {
	text-decoration: none;
	color: #419DD1;
}

/* CustomTag Styles */

#Wrapper {
  position: relative;  
  text-align: left;  
  width: 100%;
}

#Header {
	width: 909px;
	height: 116px;
	background-image: url(../Images/headerBackground.png);
	background-repeat: no-repeat;
}

#Logo {
	padding: 10px 0px 10px 10px;	
}

#Contact {
	float: right;
	margin-top: -77px;
	text-align: center;
	width: 240px;
}

#Contact a {
	color: #000;
	font-weight: bold;	
	display: block;
	background-color: #B8d53F;
	height: 23px;
	width: 80px;
	padding-top: 17px;
	text-decoration: none;
	float: left;
}

#Contact a:hover {
	text-decoration: none;
	background-color: #8FBFE7;	
	display: block;
	height: 23px;
	width: 80px;
	padding-top: 17px;
}

.ContactForm {
	position: relative;
	float: left;
	margin-top: -100px;
	*margin: -600px 0px 0px 400px;
	text-align: left;
	width: 350px;
}

.DownloadText {
	position: relative;
	float: left;
	margin: -110px 0px 0px -80px;
	*margin: -630px 0px 0px 320px;
	text-align: left;
	width: 600px;
	font-size: 12px;
}

#Footer {
  position: relative;
  width: 690px;  
  height: 16px;
  margin: 10px auto;
  text-align: right;
  background-color: #FCF7D1;
  border: 1px #000 solid;  
}

#Footer p {
	text-align: center;
	color: #666;
	margin-top: 2px;
}

/* Navagation Styles */

#navbar {
    position: absolute;	
    width: 950px;
	height: 28px;		
	margin: 0px;
	background-color: #D8E6BA;
	opacity: .50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.50;
}

#navcontainer {
    position: relative;	
    width: 950px;
	height: 28px;		
	margin: 0px;
	white-space: nowrap;
}

#navcontainer ul {
    border: 0px;
    margin: 0px;
	*margin-left: 0px;
	margin-left: -40px;
    list-style-type: none;
    text-align: left;		
}

#navcontainer ul li {
    display: block;
    float: left;    
    padding-top: 7px;
    margin-right: 13px;
	z-index: 10;
}

#navcontainer ul li a {
    background: transparent;
    width: 100px;
	height: 23px;
    padding: 0px;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
}

#navcontainer ul li a:hover {
    color: #000;
	background: #8FBFE7;
	height: 21px;
	margin-top: -8px;
	padding-top: 8px;
}

#navcontainer .Active {
    color: #000;
	background: #8FBFE7;
	height: 21px;
	margin-top: -8px;
	padding-top: 8px;
}

#navcontainer a:active {
    background: #CFC399;
    color: #fff;
}

#navcontainer li#active a {
    background: #b52c00;
    border: 1px solid #000;
    color: #fff;
}

#SubMenuBar {
	position: absolute;
	*position: relative;
	width: 909px;
	height: 20px;		
	margin-top: -20px;
	background-color: #000;	
}

* html #SubMenuBar {
	position: absolute;
	left: 0px;	
} 

#SubMenuBar ul {
    border: 0px;
    margin: 0px;
	*margin-left: 30px;
    list-style-type: none;
    text-align: left;		
}

#SubMenuBar ul li {
    display: block;
    float: left;    
    padding-top: 4px;
    margin-right: 20px;
	z-index: 10;
	color: #FFF;
}

#SubMenuBar ul li a {
   display: block;
    float: left;    
    margin-right: 20px;
	z-index: 10;
	color: #FFF;
	text-decoration: none;
}

#SubMenuBar ul li a:hover {
    color: #9FBF27;
	text-decoration: underline;
}

.ActiveLink {
   color: #9FBF27 !important;
   text-decoration: underline !important;
	
}

.HomeLink {
	text-align: right;
	padding: 3px 10px 0px 0px;
}

.HomeLink a {
	color: #FFF;
	font-weight: bold;
}

/* Page Styles */  

/* Generic Page styles */

#RightContent {
	padding-top: 35px;
	left: 388px;
	*padding-left: 0px;
	margin: 0px;
	width: 521px;
	height: 569px;
	position: absolute;
	z-index: 0;
}

#RightContentDigital {
	float: left;
	padding-top: 35px;
}

#RightContentDigitalSave {
	padding-top: 35px;
	padding-left: 334px;
	margin: 0px;
	*padding-left: 0px;
	*margin-left: -50px;	
	position: absolute;
	z-index: 10;
}

#LeftContentBar {
	float: left;
	width: 389px;
	height: 678px;
	background-image: url(../Images/contentBarBackground.gif);
	background-repeat: no-repeat;
	z-index: 100;
}

.TopText {
	width: 240px;
	line-height: 200%;
	font-size: 15px;	
	padding: 0px 20px 0px 20px;
}

.BottomText {
	width: 345px;
	margin-top: 40px;
	line-height: 150%;
	font-size: 13px;	
	padding: 100px 20px 0px 20px;
}

.BottomTextHeader {
	width: 295px;
	line-height: 100%;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;	
	padding: 200px 20px 0px 5px;
}

.BottomTextPrinting {
	width: 385px;
	margin-top: 0px;
	line-height: 135%;
	font-size: 12px;	
	padding: -350px 20px 0px 5px;
}

.BottomTextPrinting li {
	font-size: 10px;
	margin-left: -10px;
}

.TopText a {
	color: #000;
}

/* About styles */

#AboutContentBar {
	float: left;
	width: 389px;
	height: 678px;
	background-image: url(../Images/contentAboutBarBackground.gif);
	background-repeat: no-repeat;
}

#AboutContentBar .TopText {
	width: 290px;
	line-height: 150%;
	font-size: 13px;	
	padding: 0px 20px 0px 20px;
	*padding-top: 10px;
	color: #FFF;
}

#AboutContentBar .BottomText {
	width: 345px;
	margin-top: 35px;
	*margin-top: 10px;
	line-height: 150%;
	font-size: 13px;	
	padding: 40px 20px 0px 20px;
	*padding-top: 35px;
}

.AboutFooterText {
	position: absolute;
	top: 650px;
	left: 550px;
	*left: 150px;
	width: 350px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}

.AboutImage a {
	position: absolute;
	background: url(../Images/aboutMainImage.jpg) top left no-repeat;
	width: 522px;
	height: 625px;
}

.AboutImage a:hover {
	position: absolute;
	background: url(../Images/aboutMainImageOver.jpg) top left no-repeat;
	width: 522px;
	height: 625px;	
}



/* Printing styles */

#PrintingSaveContentBar {
	float: left;
	width: 389px;
	height: 678px;
	background-image: url(../Images/contentAboutBarBackground.gif);
	background-repeat: no-repeat;
}

#PrintingSaveContentBar .TopText {
	width: 250px;
	line-height: 150%;
	font-size: 13px;	
	padding: 0px 20px 0px 20px;
	*padding-top: 10px;
	color: #FFF;
}

#PrintingSaveContentBar .BottomText {
	width: 345px;
	margin-top: 140px;
	*margin-top: 115px;
	line-height: 150%;
	font-size: 13px;	
	padding: 0px 20px 0px 20px;
}

/* Industry styles */

#IndustryContentBar {
	float: left;
	width: 389px;
	height: 678px;
	background-image: url(../Images/contentIndustryBarBackground.gif);
	background-repeat: no-repeat;
}

#IndustryContentBar .TopText {
	font-size: 11px;
	width: 360px;
	margin-left: -24px;
	color: #FFF;
	padding: 0px;	
}

#IndustryContentBar .TopText a{
	color: #FFF;
}

#IndustryContentBar .TopText td {
	vertical-align: top;
}

#IndustryContentBar .BottomText {
	width: 345px;
	margin-top: 0px;
	line-height: 150%;
	font-size: 15px;
	font-weight: bold;	
	color: #002066;
	letter-spacing: .09em;
	padding: 120px 20px 0px 20px;
	*padding-top: 100px;
}

#IndustryContentBar .BottomText a {
	color: #002066;
	text-decoration: underline;
}

/* Digital content styles */

#DigitalContentBar {
	float: left;
	width: 389px;
	height: 678px;
	background-image: url(../Images/contentAboutBarBackground.gif);
	background-repeat: no-repeat;
}

#DigitalContentBar .Heading {
	width: 300px;
	*width: 260px;
	line-height: 150%;
	font-size: 15px;	
	padding: 0px 20px 0px 20px;
	*padding-top: 10px;
	color: #FFF;
}

#DigitalContentBar .TopText {
	width: 300px;
	*width: 260px;
	line-height: 150%;
	font-size: 13px;	
	padding: 0px 20px 0px 20px;
	*padding-top: 10px;
	color: #FFF;
}

#DigitalContentBar .BottomText {
	width: 345px;
	margin-top: 180px;
	line-height: 125%;
	font-size: 11px;	
	padding: 80px 20px 0px 20px;
}

/* Marketing styles */

#MarketingContentBar {
	position: absolute;
	width: 389px;
	height: 678px;
	background-image: url(../Images/contentAboutBarBackground.gif);
	background-repeat: no-repeat;
	z-index: 100;
}

#MarketingContentBar .Heading {
	width: 300px;
	*width: 260px;
	line-height: 150%;
	font-size: 15px;	
	padding: 0px 20px 0px 20px;
	*padding-top: 10px;
	color: #FFF;
}

#MarketingTextLeft {
	position: absolute;
	width: 180px;
	font-size: 14px;
	color: #422C72;	
	font-weight: bold;
	padding: 125px 20px 0px 20px;
	*padding-top: 125px;
}

#MarketingTextLeft ul {
	color: #422C72;
	list-style: none;
	font-size: 11px;
	font-weight: normal;	
}

#MarketingTextLeft ul li {
	margin-bottom: 10px;
	margin-left: -30px !important;
	padding: 0px;
}

#MarketingTextBottom {
	position: absolute;
	width: 745px;
	margin-top: 0px;
	line-height: 125%;
	font-size: 13px;	
	padding: 533px 20px 0px 45px;
	*padding-top: 545px;
}

#RightContentMarketing {
	margin: 0px 0px 0px 0px;	
}

#RightContentMarketing table {
	margin: -205px 0px 0px 200px;
	text-align: right;
}

/* List styles */

#ListContentBar {
	position: absolute;
	z-index: 10;	
}

#ListContentBar .Heading {
	width: 300px;
	*width: 260px;
	line-height: 150%;
	font-size: 15px;	
	padding: 0px 20px 0px 20px;
	*padding-top: 10px;
	color: #FFF;
}

#ListContentBar .TopText {
	width: 300px;
	*width: 260px;
	line-height: 250%;
	font-size: 17px;	
	padding: 30px 20px 0px 20px;
	*padding-top: 10px;
	color: #000;
}

#ListContentBar .BottomText {
	width: 750px;
	margin-top: -80px;
	*margin-top: -75px;
	line-height: 135%;
	font-size: 13px;
	font-weight: bold;	
	padding-left: 50px;
}

#RightTextListServices {
	position: absolute;
	left: 740px;
	width: 160px;
	line-height: 200%;
	font-size: 12px;
	color: #FFF;
	padding-top: 40px;
	*padding-top: 50px;
	z-index: 11;
}

#RightContentListServices {
	position: absolute;
	width: 950px;
	/* width: 522px; */
	margin: 0px 0px 0px 0px;
}

/* Creative Services styles */

#RightTextCreativeServices {
	position: absolute;
	left: 740px;
	width: 160px;
	line-height: 200%;
	font-size: 12px;
	color: #6d2f7b;
	padding-top: 160px;
	*padding-top: 175px;
	z-index: 11;
}

#CreativeContentBar {
	position: absolute;
	z-index: 10;	
}

#CreativeContentBar .Heading {
	width: 300px;
	*width: 260px;
	line-height: 150%;
	font-size: 15px;	
	padding: 0px 20px 0px 20px;
	*padding-top: 10px;
	color: #FFF;
}

#CreativeContentBar .TopText {
	width: 300px;
	*width: 260px;
	line-height: 250%;
	font-size: 17px;	
	padding: 30px 20px 0px 20px;
	*padding-top: 10px;
	color: #000;
}

#CreativeContentBar .BottomText {
	width: 750px;
	padding-top: 205px;
	*padding-top: 175px;
	padding-left: 150px;
	line-height: 135%;
	font-size: 13px;
	font-weight: normal;		
}

#CreativeImages {
	position: absolute;
	width: 750px;
	margin-top: 180px;
	margin-left: 30px;
	z-index: 20;
}


/* Residential Database styles */

#ResidentialDatabaseContentBar {
	position: absolute;
	left: 600px;
	
	width: 200px;
	height: 678px;
	margin-top: 0px;
	z-index: 100;
}

#ResidentialDatabaseContentBar .Heading {
	width: 200px;
	*width: 260px;
	line-height: 150%;
	font-size: 15px;	
	padding: 0px 20px 0px 20px;
	*padding-top: 10px;
	color: #FFF;
}

#ResidentialDatabaseContentBar .TopText {
	width: 200px;
	*width: 200px;
	line-height: 150%;
	*line-height: 120%;
	font-size: 14px;	
	padding: 0px 20px 0px 90px;
	color: #FFF;
}

#ResidentialDatabaseContentBar .TopText1 {
	width: 220px;
	*width: 260px;
	line-height: 150%;
	*line-height: 120%;
	font-size: 14px;	
	padding: 0px 20px 0px 90px;
	color: #FFF;
	padding-top: 30px;
}

#ResidentialDatabaseContentBar hr {
	background-color: #000;
	color: #000;
	width: 200px;
	height: 2px;
	border: none;
	margin: 0px 0px 0px 90px;
	border: 1px solid #FFF;
	padding: 0px;
}

#RightContentResidentialDatabase {
	
	margin: 0px;
}

/* Database Hygiene styles */

#DatabaseHygieneContentBar {
	position: absolute;
	left: 670px;
	width: 300px;
	height: 678px;
	margin-top: 0px;
	z-index: 100;
}

#DatabaseHygieneContentBar .Heading {
	width: 300px;
	*width: 260px;
	line-height: 150%;
	font-size: 15px;	
	padding: 0px 20px 0px 20px;
	*padding-top: 10px;
	color: #FFF;
}

#DatabaseHygieneContentBar .TopText {
	width: 235px;	
	line-height: 120%;
	*line-height: 115%;
	font-size: 13px;	
	padding: 110px 20px 0px 0px;
	color: #FFF;
}

#DatabaseHygieneContentLeft {
	position: absolute;
	left: 10px;
	margin: 0px;
	padding-top: 120px;
	z-index: 100;
}

#DatabaseHygieneContentLeft h1 {
	color: #FFF;
	font-size: 22px;
	letter-spacing: .09em;
}

#DatabaseHygieneContentLeft .TopText {
	font-size: 17px;	
	padding: 0px;
	margin: 0px;
	color: #FFF;
	line-height: 100%;
}

#RightContentDatabaseHygiene {
	position: absolute;
	margin: 0px;
}

/* Lettershop styles */

#LettershopContentBar {
	position: absolute;
	left: 685px;
	width: 350px;
	height: 678px;
	margin-top: 0px;
	z-index: 100;
}

#LettershopContentBar .Heading {
	width: 300px;
	*width: 260px;
	line-height: 150%;
	font-size: 15px;	
	padding: 0px 20px 0px 20px;
	*padding-top: 10px;
	color: #FFF;
}

#LettershopContentBar .TopText {
	position: absolute;
	width: 200px;
	line-height: 200%;
	font-size: 12px;
	color: #FFF;
	padding-top: 40px;
	*padding-top: 50px;
	z-index: 11;
}

#LettershopContentLeft {
	position: absolute;
	left: 10px;
	margin: 0px;
	padding-top: 120px;
	z-index: 100;
}

#LettershopContentLeft .TopText {
	font-size: 17px;	
	padding: 0px;
	margin: 0px;
	color: #FFF;
	line-height: 100%;
}

#RightContentLettershop {
	position: absolute;
	margin: 0px;
}

/* OffSet Printing styles */

#OffSetPrintingContentBar {
	position: absolute;
	left: 660px;
	z-index: 100;
}

#OffSetPrintingContentBar .TopText {
	width: 220px;
	line-height: 125%;
	font-size: 12px;
	color: #FFF;
	padding-top: 30px;
	z-index: 11;
}

#RightContentOffSetPrinting {
	position: absolute;
	margin: 0px;
}

/* Resources Styles */
#ResourcesContent {
	float: left;
	width: 909px;
	height: 644px;
	background-image: url(../Images/resourcesBackground.jpg);
	background-repeat: no-repeat;
}

#ResourcesContent .TopText {
	width: 290px;
	line-height: 220%;
	font-size: 14px;	
	font-weight: bold;
	padding: 50px 20px 0px 20px;
	color: #FFF;
	float: right;
}

#ResourcesContent .Highlight {
	color: #A0BF26;
}

#ResourcesContent .IntroText {
	position: relative;
	width: 340px;
	top: 170px;
	*top: 180px;
	left: 120px;
	font-size: 12px;
}

/* Form Styles */

form label { 
	display: block;  
	float: left; 
	width: 100px; 
	padding: 0; 
	font-weight: bold;
	margin: 5px 0px 0px 0px; 
	text-align: right; 
}

form input, form select, form textarea  {
	font-size: 10px;
    border: 1px solid #A9A17A;
	width:auto;      
	margin:5px 0px 0px 10px;                               
}

#Columnar {
	float: left;
	display: block;
	width: 300px;
	margin: 0 1em 1em 0;
	padding: 0 1em 1em 1em;
}

.Red {
	color: #FF0000;
}
.Text25 {
	width: 25px;		                          
}
.Text35 {
	width: 35px;		                          
}
.Text45 {
	width: 45px;		                          
}
.Text50 {
	width: 50px;	                          
}
.Text75 {
	width: 75px;	                          
}
.Text90 {
	width: 90px;	                          
}
.Text100 {
	width: 100px;	                          
}
.Text150 {
	width: 150px;	                          
}

#XeroxLogo {
	position: absolute;
	top: 580px;
	left: 570px;
	*left: 175px;
}

#SiteMap {
	margin-left: 25px;
}

#SiteMap h1 {
	font-size: 20px;
	color: #004161;
}

#SiteMap ul {

}

#SiteMap ul li {
	padding: 10px 0px;
}

#SiteMap ul li a {
	color: #000;
}

#SiteMap ul li a:visited {
	text-decoration: underline;
}

#IndustryDefinitionsContainer {
	width: 870px;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 40px;
}

#IndustryDefinitionsContainer h1 {
	color: #002B6A;
	font-size: 30px;
	font-weight: bold;	
	font-family: Georgia, "Times New Roman", Times, serif;	
	margin-left: -20px;
}

#IndustryDefinitionsContainer h2 {
	color: #002B6A;
	font-size: 16px;
	font-weight: bold;	
	font-family: Georgia, "Times New Roman", Times, serif;	
	margin-left: 0px;
	margin-bottom: 0px;
}

#IndustryDefinitionsContainer .highlight
{
	color: #002B6A;
	font-size: 12px;
	font-weight: bold;	
	font-style: italic; 
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#SubMenuBar .PagingNavigation li,
#SubMenuBar .PagingNavigation li a 
{
    margin-right: 4px;
}

#SubMenuBar .PagingNavigation li.active 
{
	font-weight: bold;
}

#SubMenuBar .PagingTitle
{
	float: left; 
	color: #fff; 
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 8px;
}