@charset "UTF-8";
/* CSS Document */

* { 
    margin:0; 
    padding:0; 
   } 

body {
background: url(images/background.gif) repeat-y top #fde5be;
text-align: center;
}

#container 
{ 
overflow: hidden;
width: 955px;  
background: transparent;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

div#header
{ 
position: relative;
float: left;
background: url(images/slm-direct-mail-marketing-header.jpg) left top no-repeat;
height: 140px;
width: 955px;
text-align: left;
} 

div#header p
{ 
font-family: Eurostile, Arial, Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFF;
}

div#header2
{ 
position: relative;
float: left;
background: url(images/header-bottom.jpg) left top no-repeat;
height: 47px;
width: 955px;
text-align: left;
} 

div#header2 p
{ 
font-family: Fritz-Quad, Eurostile, Arial, Verdana, sans-serif;
font-size: 17px;
color: #0033cc;
}



/* NAV LIST */
 
ul#navlist
{
list-style-type: none;
text-align: left;
margin: 43px 0 0 160px;
 }

 ul#navlist li { display: inline; }

 ul#navlist li a
 {
 font-family: Eurostile, Arial, Verdana, sans-serif;
 font-size: 13px;
 color: #FFF;
 text-decoration: none;
 background: transparent;
 padding: 0px 10px 0px 10px;
 }

 ul#navlist li a:hover
 { 
 color: #ffebca;
 }
 
 ul#navlist li a#current
 { 
 color: #ffebca; font-weight: bold;
 }



/*  Main
---------------------------------------------------------------*/

div#main {
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 14px; 
color: #333;  
float: left;
width: 720px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 25px;
padding-top: 28px;
text-align: justify;
min-height: 460px;
}

div#main ul, ol {margin: 0 0 0 22px; padding: 0; }

div#main li.checkmark { list-style-image:url(images/bullet-checkmark.gif); }

div#main li.arrow { list-style-image: url(images/arrow-right.png); margin-left: 12px; }

div#main h1 {color: #0000cc; font-size: 14px; font-weight: bold; }

div#main h2 {color: #333; font-size: 14px; font-weight: bold; }

div#main .highlight {color: #740101; font-weight: bold; }

div#main a {color: #cc6600; text-decoration: underline; }

div#main a:hover {color: #4d8cca;}

div#main a.blue  {color: #0000cc; text-decoration: none; }

div#main a:hover.blue {color: #FFA514;}

div#main a.yellow  {color: #fcd595; text-decoration: none; }

div#main a:hover.yellow {color: #FFA514;}

div#main .orange {color: #cc6600; font-weight: bold; }

div#main .black {color: #000; font-weight: bold; font-size: 16px; }

div#main .services { background: url(images/services-background.gif) no-repeat; padding: 15px; }

div#main .white { color: #fff; font-size: 13px; font-weight: 100; line-height: 18px; }



/*  Side Column
---------------------------------------------------------------*/

div#side {
position: relative;
float: left;
width: 185px;
background: url(images/column-background.jpg) repeat-y top;
min-height: 460px;
padding-bottom:5000px; margin-bottom:-5000px;
}

div#side .boxes {background: url(images/contact-SLM-direct-mail-advertising.jpg) no-repeat left; height: 309px; }

div#side .testimonial {width: 185px; height: 190px; margin:0; border:0; }



/*  Footer
---------------------------------------------------------------*/

#footer {
position: relative;
float: left; 
background-color: #4d8cca; 
width: 955px;
text-align: left;
}

div#footer p {
margin: 10px 20px; 10px 20px;
font-size: 10px;
color: #fff;
font-family: Arial, Verdana, Helvetica, sans-serif; 
line-height: 15px;
}


div#footer a {color: #fff; text-decoration: none;}

div#footer a:hover {color: #0000cc;}