

body {
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px;
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   line-height: 20px;
   color: #333333;
   letter-spacing: 1px;   
   background-color: #ffffff;  
   background-image: url(Images/gradient_top.jpg);
   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: 760px; /* width of site */
   background-color: #ffffff;  
   border: none; 
} 

div.header {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   height: auto;
   width: 760px;
   background-color: #ffffff; 
   background-image: url(Images/gradient_top.jpg);
   background-repeat: repeat-x;
   border: none; 
}

div.header_caption { 
   float: right;
   margin: 0px 0px 0px 0px;
   padding: 48px 10px 0px 0px;
   height: 20px;
   width: auto; 
   font-size: 11px;
   font-weight: normal;
   line-height: 12px;
   letter-spacing: 0px;  
   color: #333333;
   background-color: transparent; 
   border: none; 
}

div.column_spacer_left { 
   clear: left; 
   float: left;
   margin: 0px 0px 0px 0px;
   padding: 10px 0px 0px 0px;
   height: auto;
   width: 40px; 
   background-color: transparent;  
   border: none; 
}

div.nav_block { 
   float: left;
   margin: 0px 0px 0px 0px; 
   padding: 10px 0px 20px 0px; 
   width: 200px;
   height: auto; 
   background-color: transparent; 
}

div.column_left { 
   clear: left; 
   float: left;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   height: auto;
   width: 240px; /* width of 'column_spacer_left' + 'nav_block' divs */  
   background-color: transparent;  
   border: none; 
}

div.column_right { 
   float: right;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   height: auto;
   width: 480px; 
   background-color: transparent; 
   border: none; 
}

div.page_image_div { 
   float: right; 
   margin: 0px 0px 10px 30px; 
   padding: 0px 0px 0px 0px; 
   width: 250px; 
   height: 250px; 
   border: none;
}

div.footer { 
   clear: both;
   margin: 0px 0px 0px 0px;
   padding: 10px 0px 30px 0px;
   width: 100%;
   height: auto;
   font-size: 10px;
   line-height: 13px;
   text-align: center; 
   color: #999999; 
   letter-spacing: 1px;
   background-color: transparent;
   border: none; 
}

ul.nav_block_ul { 
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px;
   font-family: Arial, sans-serif;
   text-align: right;
   font-size: 14px;
   line-height: 30px;
   letter-spacing: 0px;
   list-style-type: none;
   background-color: transparent;
}

li.nav_block_li {
   background-color: transparent;    
   border-bottom: solid 1px #cccccc;  
}

div.feature_block { 
   margin: 0px 0px 14px 10px; 
   padding: 0px 0px 0px 0px; 
   width: 230px; /* width of column minus horizontal margin */ 
   height: auto; 
   text-align: left;
   background-image: url('Images/feature_block_back.jpg');     
   background-repeat: no-repeat;    
   border: none; 
   border-bottom: solid 1px #efefef;  
}



/* ------------------------------- */ 


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: #666699;  
   font-size: 24px;
   line-height: 26px;
   text-align: center;
   letter-spacing: 1px;
   border: none;
}

h3.page_sub_title {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 10px 0px;   
   font-family: "Times New Roman", Times, sans-serif;
   font-weight: normal;
   color: #CC0000;  
   font-size: 18px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 1px;
   border: none;
}

span.shorter { 
   font-size: 24px; 
}

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 0px; 
   text-indent: 0px; 
   /* font-size: 12px; */
   /* line-height: 20px; */
   /* letter-spacing: 1px; */
}

p.feature_block { 
   margin: 0px 0px 0px 0px; 
   padding: 0px 15px 10px 20px; 
   color: #333333; 
   text-align: left; 
   font-size: 11px;
   line-height: 16px;
   letter-spacing: 0px; 
}

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; 
}

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;
}



/*------------------*/
/*  Tabular Styles  */
/*------------------*/

table.tabular {
   margin: 0px 0px 20px 0px; 
   padding: 0px 0px 0px 0px;
   width: 100%; 
   border-collapse: collapse;
}

td.tablar_c1 {
   width: 45%;
} 

td.tablar_c2 {
   width: 10%;
} 

td.tablar_c2 {
   width: 45%;
} 



/*----------------*/
/*  Common Links  */
/*----------------*/

a:link {
   color: #cc0000; 
   font-weight: normal;
   text-decoration: none;
   background-color: transparent;
}

a:visited {
   color: #cc0000; 
   font-weight: normal;
   text-decoration: none;
   background-color: transparent;
}

a:hover {
   color: #cc0000; 
   font-weight: normal;
   text-decoration: underline;
   background-color: transparent;
}

a:active { 
   color: #cc0000; 
   font-weight: normal;
   text-decoration: none;
   background-color: transparent;
}



/*---------------------------------------*/
/*       Primary Navigation Styles       */
/*---------------------------------------*/

a:link.nav_primary {
   display: block;
   padding: 0px 5px 0px 10px; 
   color: #999999;
   font-weight: bold;
   text-decoration: none;
}

a:visited.nav_primary {
   display: block;
   padding: 0px 5px 0px 10px; 
   color: #999999;
   font-weight: bold;
   text-decoration: none;
}

a:hover.nav_primary {
   display: block;
   padding: 0px 5px 0px 10px; 
   color: #ffffff;
   background-color: #666666;  
   font-weight: bold;
   text-decoration: none;
}

a:active.nav_primary {
   display: block;
   padding: 0px 5px 0px 10px; 
   color: #999999;
   font-weight: bold;
   text-decoration: none;
}

- 
a:link.nav_primary_on {
   display: block;
   padding: 0px 5px 0px 10px; 
   color: #ffffff;
   background-color: #666666;  
   font-weight: bold;
   text-decoration: none;
}

a:visited.nav_primary_on {
   display: block;
   padding: 0px 5px 0px 10px; 
   color: #ffffff;
   background-color: #666666;  
   font-weight: bold;
   text-decoration: none;
}

a:hover.nav_primary_on {
   display: block;
   padding: 0px 5px 0px 10px; 
   color: #ffffff;
   background-color: #666666;  
   font-weight: bold;
   text-decoration: none;
}

a:active.nav_primary_on {
   display: block;
   padding: 0px 5px 0px 10px; 
   color: #ffffff;
   background-color: #666666;  
   font-weight: bold;
   text-decoration: 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: #CC3300; 
   text-decoration: none;
   font-weight: normal;
   background-color: transparent;
}

a:active.signature { 
   color: #999999; 
   text-decoration: none;
   font-weight: normal;
   background-color: transparent;
}

