body *
{   padding: 0;
    margin: 0;
    font-family: Times New Roman, Serif;}

#page
{
    width: 800px;
    border: solid 1px #888;}
    
/* General Element Styles 
======================================================================================*/    
h1  {font-size:13pt;
    color: #368;}

h2  {font-size: 11pt;
    margin: 1em 1em 0;}

#content ul {   list-style-type:circle; }    
    
/* Column Specific
======================================================================================*/
#leftcol, #rightcol
{
    width: 245px;
    background-color:#ddd;
    }    

#nav    
{    
    height: 256px;
    position:relative;}
    
#nav ul
{
    position:absolute;
    bottom:0;
    right:0;
    list-style-type: none;
    margin: 0 1em .5em;
    line-height: 1.5em;
    text-align:right;}    
  
#nav ul li a
{    
    font-size: 8pt;
    text-decoration: none;
    color:#368;
    }  
   
#content
{
    text-align:center;}   

#content *
{
    margin-left: 25px;
    text-align:left;}       
    
#content p, #content ul, #content ol
{
    margin: 1em 25px; 
    font-size: 10pt;}       

p#contact
{
    color:#368;
    font-size: 8pt;
    margin:3em 25px 2em;}     

/* Right Column (home page only)
=========================================================================================*/
#services 
{
    position:relative;
    height: 256px;
    }       

#services ul
{
    list-style-type: none;
    margin: 0 15px .5em 15px;
    line-height: 1.5em;
    
    width: 215px;
    position:absolute;
    line-height: 1em;
    margin-bottom: 1em;
    bottom: 0;
        }     

#services ul li {
    font-size: 7pt;
    display: inline;
    color:#368;     }    

#copyright  
{
    position: absolute;
    bottom:0;
    margin: 0 0 0 15px;
    font-size: 8pt;
    color: #aaa;}     
    
/* Images
=========================================================================================*/
img 
{
    display: block;}    

#home_logo
{
    margin-top: 25px;
    margin-bottom: 7px;
    }    

#logo   
{
    text-align: center;
    margin: 25px auto 7px auto;
    }   

.home_image
{
    width: 100%;
    background-color:#3B5A6F;
    text-align: right;    }    

.home_image img
{
    margin: 0 15px;
    margin-left: auto;
    border: solid 1px #ddd;
    border-width: 0 3px;}

.image
{
    border: solid 15px #3B5A6F;
    border-width: 15px 0;}   

.image img
{
    border: solid 3px #ddd;
    border-width: 3px 0;}     

/* Specific case Overrides
======================================================================================*/
ul#tea, ul#tea li, ul#tea li h2, ul#tea li p     
{
    margin: 0;
    padding: 0;}

ul#tea
{
    margin: 1.5em 40px 2em;}

ul#tea li p
{
    margin: 0 -1em 1em;}    

p.caption   {font-size:12pt;
    color: #3B5A6F;
    text-align: center;
    margin: 1em;
    font-weight: bold;
    font-style: italic;}    

    