html{ 
 margin:0; 
 padding:0; 
 background-color:#cee3f7; 
 background-image: url("images/gradient-bot.jpg");
 background-position: bottom left;
 background-repeat: repeat-x; 
 text-align:center; 
 font-family:"Arial Narrow", helvetica, sans-serif;
} 
/* images for header should be 349x238px*/
body#bar-coding #header{background-image: url("images/bar-coding.jpg");background-repeat: no-repeat;background-position: top right;}
body#contact #header{background-image: url("images/contact.jpg");background-repeat: no-repeat;background-position: top right;}
body#delivery #header{background-image: url("images/delivery.gif");background-repeat: no-repeat;background-position: top right;}
body#disk-tape-storage #header{background-image: url("images/records-storage.jpg");background-repeat: no-repeat;background-position: top right;}
body#document-shredding #header{background-image: url("images/document-shredding.jpg");background-repeat: no-repeat;background-position: top right;}
body#file-indexing #header{background-image: url("images/file-indexing.jpg");background-repeat: no-repeat;background-position: top right;}
body#promotions #header{background-image: url("images/getting-started.jpg");background-repeat: no-repeat;background-position: top right;}
body#testimonials #header{background-image: url("images/getting-started.jpg");background-repeat: no-repeat;background-position: top right;}
body#guarantee #header{background-image: url("images/blank.jpg");background-repeat: no-repeat;background-position: top right;}
body#location #header{background-image: url("images/getting-started.jpg");background-repeat: no-repeat;background-position: top right;}
body#getting-started #header{background-image: url("images/getting-started.jpg");background-repeat: no-repeat;background-position: top right;}
body#home #header{background-image: url("images/home.jpg");background-repeat: no-repeat;background-position: top right;}
/*body#infokeeper #header{background-image: url("images/infokeeper.jpg");background-repeat: no-repeat;background-position: top right;}*/
body#services #header{background-image: url("images/services.jpg");background-repeat: no-repeat;background-position: top right;}
body#sitemap #header{background-image: url("images/sitemap.jpg");background-repeat: no-repeat;background-position: top right;}

body{ 
 margin:0; 
 padding:0; 
 background-image: url("images/gradient.jpg");
 background-repeat: repeat-x;
 text-align:center; 
 height: 100%;
} 

h1{ color: #2b2ba8;
background-color: transparent;
font-size: 14pt;
}
 
h2{ color: #2b2ba8;
background-color: #transparent;
font-size: 13pt;
}
 
h3{ color: #2b2ba8;
background-color: #transparent;
font-size: 12pt;
}
 
#pagewidth{ 
 width:980px; 
 text-align:left; 
 min-width: 500px;
 margin-left:auto; 
 margin-right:auto; 
 background-color:#F2F9EC;
 /*deeff7; */
 border-left: 1px solid black;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 } 
 
#header{ 
 width:99.5%; 
 height: 207px;
 padding: 5px 0px 0px 2px;
 background-color:#e8f1fa; 
 text-align: left;
 } 

#header-text{
 text-align: center;
 width: 590px;
}

#header img{
 border: none;
}

#leftcol{
width:191px; 
float:left; 
text-align: left;
position:relative; 
margin-left:-191px; 
margin-right:1px; 
}



#outer{ 
border:solid white 0px; 
/*/*/ border-left-width: 191px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #F2F9EC;   /* left column colour */ 
border-left-style: solid; 
/*/*/ border-right-width: 196px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #F2F9EC;  /* right column colour */ 
border-right-style: solid; 
background-color: #F2F9EC; /* center column colour */ 
width: auto; 
}

#slideshow {
 width: 500px;
}

#rightcol{
/*/*/ width:196px; /* hack keeps NN4 left column right? */ 
 float:right; 
 position:relative; 
 margin-right:-196px; 
 margin-left:1px; 
} 
 
.rightcol ul{
text-decoration: none;
}

#rightcol a:link { 
 color: #2b2ba8;
}
     
#rightcol a:visited { 
 color: #2b2ba8;
}

#rightcol a:hover{ 
 color: #2b2ba8;                
} 

#rightcol a:active { 
 color: #2b2ba8;
} 

#footer{
 width:100%; 
 color: #000000;
 background-color:#e8f1fa; 
 text-align: left;
 font-size: 80%;
} 

#footer a:link { 
 color: #000000;
 text-decoration: none;
}
     
#footer a:visited { 
 color: #000000;
 text-decoration: none;
}

#footer a:hover{ 
 color: #d59e7e;                
 text-decoration: none;
} 

#footer a:active { 
 color: #000000;
 text-decoration: none;
} 


 
#inner{
 margin:0; width:99.5%;
}
 
#maincol{ 
 float: left; 
 width: 560px; 
 position: relative; 
 margin: 0 -8px 0 0px; 
 padding: 0px 5px 0px 5px;
 background-color: #F2F9EC;

 }
 
#maincol img {
 padding:10px;
}

#maincol a:link { 
 color: #964548;
 text-decoration: none;
 font-weight: bolder; 
}
     
#maincol a:visited { 
 color: #964548;
 text-decoration: none;
 font-weight: bolder; 
}

#maincol a:hover{ 
 color: #964548;                
 text-decoration: none;
 font-weight: bolder; 
} 

#maincol a:active { 
 color: #964548;
 text-decoration: none;
 font-weight: bolder; 
} 
.padleft {
 padding: 0px 0px 0px 120px;
}
/* 
#menu{
 float: right;
 text-align: center;
 color: #ffffff;
 background-color: #08246B;
 font-weight: bolder;
 font-size: smaller;
 width: 630px;
 padding: 3px 8px 3px 0px;
}

#menu a:link { 
 color: #ffffff;               
 text-decoration: none;
 font-weight: bolder; 
}
     
#menu a:visited { 
 color: #ffffff;               
 text-decoration: none;
 font-weight: bolder; 
}

#menu a:active { 
 color: #ffffff;                
 text-decoration: none;
 font-weight: bolder; 
} 

#menu a:hover{ 
 color: #d59e7e;                
 text-decoration: none;
 font-weight: bolder; 
} 
*/
#outer>#inner { border-bottom: 0px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
em {
 color: #964548;
 font-weight: bold;
 font-style: normal;
}

 /*printer styles*/ 
@media print{ 

/*hide the right column when printing*/
#leftcol{display:none;} 
#outer{border-right:0;} 
}

dl dt {
	font-weight: bold;
}

.imgright {
 float: right;
}

.imgleft {
 float: left;
}

.outline-border{
 border: 2px solid #2b2ba8;
}

.quote-request{
 border: 2px;
}

.greenfont {
 color: #009900;
 font-weight: bold;
}

.bluefont {
 color: #2b2ba8;
 font-weight: bold;
}

.redfont {
 color: #ff0000;
 font-weight: bold;
 font-size: 120%;
}

#dashed-border{
 border:3px dashed #ff0000;
}


.altfont1 {
font-family:Georgia, helvetica, sans-serif;
text-align: center;
}

.altfont2 {
font-family:"Times New Roman", helvetica, sans-serif;
text-align: center;
}

.altfont3 {
font-family:Tahoma, helvetica, sans-serif;
text-align: center;
}

.mceContentBody { background-image: none; background-color: #ffffff; color: #000000; } /*TinyMCE*/
.mceContentBody a:link, .mceContentBody a:visited   { color: #fff !important;    text-decoration: underline; } /* FF requires a important here */
.mceContentBody a:hover, .mceContentBody a:active   { color: #99d9e8 !important; text-decoration: none; } /* FF requires a important here */

