/* div { border: 1px solid #cccccc; }  */

body {
	margin-top: 10%;
}


body,h1,h2,h3,h4,td,p,ul,li,a { font-family: 'trebuchet ms', verdana, arial, san-serif; }

h2 { font-size: 12px;
     font-weight: bold;
     color: #0066FF; }

body { background-image: url(images/bg_tile.jpg);
       background-repeat: repeat;
       text-align:center;
    }
       
   
       
#container { text-align: left;
	     width: 762px;
	     height: 1200px;
	     margin: 0px auto;
	     background-image: url(images/body_tile.gif);
	     background-repeat: repeat-y; }
	     
#header { width: 748px;
	  height: 143px;
	  background-image: url(images/header2.jpg);
	  background-repeat: no-repeat;
	  margin: 0px auto;
	  text-align: left;
	   }
	   
#header img { padding: 10px; }

#navbar { width: 481px;
	  height: 28px;
	  margin: 0px auto;
	  vertical-align:top;
	  text-align:left;
	  position: relative;
	  top: -6px;
	  left: 7px;
	  }
	  
#body { height: auto; }
	  
#left_col { margin: 0px auto;
	    float:left;
	    width: 468px;
	    height: 100%;
	    position: relative;
	    left: 20px; }
	    
#left_col h1 { font-size: 18px;
	       color: #8C6C44; }

#left_col p { font-size: 11px;
	      color: #666666; }

/* RT_COL */

#rt_col { margin: 0px auto;
	  float: right;
	  width: 267px;
	  height: 621px;
	  position: relative;
	  top: -35px;
	  left: -7px;
	  background-image: url(images/body_rt_col_bg.gif);
	  background-position: top;
	  background-repeat:no-repeat;
	  z-index: 10;
	   }
	   
#rt_col_top { text-align: right;
	      position: relative;
	      top: 0px;
	      left: 55px;
	      width: 200px; }

#rt_col_top h2 { font-size: 14px; 
		 color: #666666; }
		 
#rt_col_top p { font-size: 10px;
		color:#666666;
		 }
		 
#rt_col_top a { border: none; }

#footer { background-image: url(images/footer_bar.gif);
	  background-repeat: no-repeat;
	  background-position: 0% 0%;
	  width: 750px;
	  height: 27px;
	  margin: 0px auto;
	  position: relative;
	  top: 0px;
	  text-align: right;
	  font-size: 10px;
	  color: #ffffff;

	    }
	    
#footer a:visited { font-size: 10px;
		 text-decoration: none;
		 color: #ffffff; }
		 
#footer a:link { font-size: 10px;
		 text-decoration: none;
		 color: #ffffff; }
		 
#footer a:hover { font-size: 10px;
		 text-decoration: underline;
		 color: #ffffff; }
	  
#header_bar { background-image: url(images/header_bar.gif);
	  	background-repeat: no-repeat;
	  	background-position: center;
	  	width: 750px;
	  	height: 27px;
	 	 margin: 0px auto;
		 position: relative;
		 top: 0px;  }
		 
		 
/* --------------------------------------- DIRECTIONS */

#directions {  width: 260px;
	       height: auto;
	       background-color: #ffffff;
	       position: absolute;
	       top: 0px;
	       left: 0px;
	       text-align: left;
	       padding: 10px;
	        }
	       
#directions h1 { font-size: 12px;
	         color: #CC6600; }
		 
#directions ul,li,p { font-size:  11px;
	            font-weight: normal;
		    color: #666666; }
		    
#directions a:link { font-size: 11px;
		     font-weight: bold;
		     color: #00CC00;
		     text-decoration: none; }
		     
#directions a:visited { font-size: 11px;
		     font-weight: bold;
		     color: #00CC00;
		     text-decoration: none; }
		     
#directions a:hover { font-size: 11px;
		     font-weight: bold;
		     color: #00CC00;
		     text-decoration: none; }
		     
/* ----------------------------------------------------- TEALIST */

#teaList  { font-size: 10px; 
	      color: #333333; }
	      
	      
	      
/* ---------------------------------------------------- TEXT STYLES */

.green11Bold { font-size: 11px;
	       font-weight: bold;
	       color: #66CC66; }
