

body {
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px;
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   line-height: 20px;
   letter-spacing: 1px;   
   background-color: #ffffff;  
   background-image: url('Images/marketing_with_taste.png');     
   background-repeat: repeat-x;     
}

div.container {
   position: relative;  /* used to allow absolute positioning within the container */
   margin-top: 0px;
   margin-right: auto; 
   margin-bottom: 0px; 
   margin-left: auto; 
   padding: 0px 0px 0px 0px;
   height: auto;
   width: 870px; /* width of site */
   color: #333333;
   background-color: transparent; 
   border: none; 
} 

div.header {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 20px;
   height: 85px;
   width: 850px; /* width of site minus padding in this div */
   color: #cccccc;
   background-color: transparent; 
   background-image: url('Images/a_dash_of_salt.png');
   background-position: 20px 0px;      
   background-repeat: no-repeat;    
   border: none; 
}

div.header_caption { 
   float: right;
   margin: 0px 0px 0px 0px;
   padding: 24px 20px 0px 0px;
   height: 50px;
   width: auto; 
   font-size: 10px;
   font-weight: normal;
   line-height: 12px;
   letter-spacing: 1px;  
   color: #cccccc;
   background-color: transparent; 
   border: none; 
}

div.page_image_div { 
   float: right; 
   margin: 0px 0px 10px 30px; 
   padding: 0px 0px 0px 0px; 
   width: auto; 
   height: auto; 
   border: none;
}

div.salt_block_testimony { 
   float: left; 
   margin: 0px 10px 0px 0px; 
   padding: 7px 10px 10px 10px; 
   width: 185px; /* width of site minus padding in this div AND note multiple side-by-side client_testimonies */ 
   height: auto; 
   text-align: center;
   background-image: url('Images/salt_block_testimony_back.jpg');     
   background-repeat: no-repeat;    
   border-left: 1px solid #efefef; 
}

div.salt_block_checked { 
   float: left; 
   margin: -25px 10px 0px 0px; 
   padding: 37px 10px 10px 10px; 
   width: 185px; /* width of site minus padding in this div AND note multiple side-by-side client_testimonies */ 
   height: auto; 
   text-align: left;
   letter-spacing: 0px; 
   background-image: url('Images/salt_block_checked_back.jpg');     
   background-repeat: no-repeat;    
}

div.footer { 
   clear: both;
   margin: 0px 0px 20px 0px;
   padding: 30px 0px 20px 0px;
   width: 100%;
   height: auto;
   font-size: 10px;
   line-height: 13px;
   text-align: center; 
   color: #999999; 
   letter-spacing: 1px;
   background-color: #ffffff;
   border: none; 
   border-bottom: dashed 1px #cccccc; 
}

ul.nav_primary_ul {
   clear: left; 
   float: left; 
   margin: 20px 30px 25px 0px;
   padding: 0px 0px 0px 0px;
   width: 200px;
   height: auto;
   font-family: Verdana, Arial, sans-serif;
   text-align: left;
   font-size: 14px;
   line-height: 16px; 
   letter-spacing: 0px;   
   background-color: transparent;
   border: none; 
   list-style-type: none;
}

ul.nav_primary_ul li { 
   display: block; 
   border-top: solid 1px #efefef;
   border-left: solid 1px #efefef;
}

ul.nav_primary_ul li a {
   text-decoration: none; 
   margin: 0px 0px 0px 0px;
   padding: 10px 10px 10px 10px; 
   color: #4d1d00;
   background-color: #ffffff;
}

ul.nav_primary_ul li a:visited {
   color: #4d1d00;
   background-color: #ffffff;
}

ul.nav_primary_ul li a:hover {
   color: #ffffff;
   background-color: #999999;
}



/* ------------------------------- */ 


h1.page_title {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 10px 0px;   
   font-family: "Times New Roman", Times, sans-serif;
   font-weight: normal;
   color: #cc9966;  
   font-size: 32px;
   line-height: 34px;
   text-align: center;
   letter-spacing: 1px;
   border: none;
}

h2.tag_line {
   float: left;
   display: block; 
   margin: 0px 0px 0px 0px;
   padding: 63px 0px 0px 24px;    
   font-weight: normal;
   color: #4d1d00;   
   font-size: 12px;
   line-height: 14px;
   text-align: left;
   letter-spacing: 8px;
   border: none;
}

p { 
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 20px 20px; 
   text-indent: 0px; 
   /* font-size: 12px; */
   /* line-height: 20px; */
   /* letter-spacing: 1px; */
}

p.spacer {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
}

p.clear_all { 
   clear: both; 
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px; 
   text-indent: 0px; 
}

span.testimony_category { 
   font-weight: bold;
   color: #663300;
   letter-spacing: 1px; 
}

span.testimony_quote { 
   font-style: italic; 
   color: #000000;
   letter-spacing: 0px; 
}

span.testimony_author { 
   font-size: 9px; 
   color: #000000;
   letter-spacing: 0px; 
}

b { 
   font-weight: bold;
}

i { 
   font-style: italic;
}

u { 
   text-decoration: underline;
}

img {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px; 
   border: none;
}  

img.page_image {
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px; 
   border: none;
}

img.drop_cap {
    float: left; 
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

img.footer_promos { 
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 20px 0px; 
   text-indent: 0px; 
   text-align: center; 
}


/*---------------------------------------*/
/* Styles Unique to the Tabular Contents */
/*---------------------------------------*/

table.client_testimonies { 
   clear: left; 
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: 100%;
   text-align: center;
   border: none;
}

.client_testimonies td { 
   margin: 0px 0px 0px 0px;
   padding: 7px 10px 10px 10px;
   width: 25%;   
   text-align: center;
   background-color: #efefef;
   border: 7px solid #ffffff;
   border-left: 1px solid #cccccc;
}



/*----------------*/
/*  Common Links  */
/*----------------*/

a:link {
   color: #666699; 
   font-weight: bold;
   text-decoration: none;
   background-color: transparent;
}

a:visited {
   color: #666699; 
   font-weight: bold;
   text-decoration: none;
   background-color: transparent;
}

a:hover {
   color: #333366; 
   font-weight: bold;
   text-decoration: none;
   background-color: transparent;
}

a:active { 
   color: #666699; 
   font-weight: bold;
   text-decoration: none;
   background-color: transparent;
}



/*------------------------*/
/*  Header Tag Line Link  */
/*------------------------*/

a:link.tag_line_header {
   text-decoration: none;
   background-color: transparent;
}

a:visited.tag_line_header {
   text-decoration: none;
   background-color: transparent;
}

a:hover.tag_line_header {
   text-decoration: none;
   background-color: transparent;
}

a:active.tag_line_header { 
   text-decoration: none;
   background-color: transparent;
}



/*---------------------------------------*/
/*       Primary Navigation Styles       */
/*---------------------------------------*/

a:link.nav_primary {
   display: block;
   font-weight: normal;   
   text-decoration: none;
   border: none;
}

a:visited.nav_primary {
   display: block;
   font-weight: normal;   
   text-decoration: none;
   border: none;
}

a:hover.nav_primary {
   display: block;
   color: #ffffff; 
   font-weight: normal;   
   text-decoration: none;
   border: none;
}

a:active.nav_primary {
   display: block;
   font-weight: normal;   
   text-decoration: none;
   border: none;
}



a:link.nav_primary_on {
   display: block;
   color: #ffffff; 
   font-weight: normal;   
   text-decoration: none;
   background-color: #999999;
   border: none;
}

a:visited.nav_primary_on {
   display: block;
   color: #ffffff; 
   font-weight: normal;   
   text-decoration: none;
   background-color: #999999;
   border: none;
}

a:hover.nav_primary_on {
   display: block;
   color: #ffffff; 
   font-weight: normal;   
   text-decoration: none;
   background-color: #999999;
   border: none;
}

a:active.nav_primary_on {
   display: block;
   color: #ffffff; 
   font-weight: normal;   
   text-decoration: none;
   background-color: #999999;
   border: none;
}



/*-----------------------*/
/*  Links Style for Map  */
/*-----------------------*/

a:link.map {
   color: #33cc00; 
   text-decoration: none;
   font-weight: bold;
   background-color: transparent;
}

a:visited.map {
   color: #33cc00; 
   text-decoration: none;
   font-weight: bold;
   background-color: transparent;
}

a:hover.map {
   color: #ff3300; 
   text-decoration: none;
   font-weight: bold;
   background-color: transparent;
}

a:active.map { 
   color: #33cc00; 
   text-decoration: none;
   font-weight: bold;
   background-color: transparent;
}



/*-----------------------------*/
/*  Links Style for Signature  */
/*-----------------------------*/

a:link.signature {
   color: #999999; 
   text-decoration: none;
   font-weight: normal;
   background-color: transparent;
}

a:visited.signature {
   color: #999999; 
   text-decoration: none;
   font-weight: normal;
   background-color: transparent;
}

a:hover.signature {
   color: #cc0000; 
   text-decoration: none;
   font-weight: normal;
   background-color: transparent;
}

a:active.signature { 
   color: #999999; 
   text-decoration: none;
   font-weight: normal;
   background-color: transparent;
}

