	/* 
Title:     Healthy Falmouth
Author:    Genevate
*/
	
#container {
	width: 830px;
	\width: 850px;
	w\idth: 830px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
		}
		
body {
   margin:0;
   padding:0;
   background:#c5dad8;
   font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    }

#header {
    background: url(/images/photo.jpg) no-repeat;
    width: 830px;
    height: 440px;
    border:0;
    }
    
#header img {
    width: 222px;
    height: 67px;
    padding: 71px 10px 19px 25px;
    border:0;
    }

#header-inner {
    background: url(/images/photo-1.jpg) no-repeat;
    width: 830px;
    height: 200px;
    border:0;
    }

#header-inner img {
    width: 222px;
    height: 67px;
    padding: 60px 10px 19px 25px;
    border:0;
    }

/* ----- navigation ----- */


#tabs {
    float:left;
    width: 830px;
    height: 35px;
    background: url(/images/nav_bg.gif) repeat-x;
    font-size: 12px;
    line-height:normal;
	}

#tabs ul {
	  margin:0;
	  padding:5px 10px 0 10px;
	  list-style:none;
      }

#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }

#tabs a {
      float:left;
      background:url(/images/tableft5.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }

#tabs a span {
      float:left;
      display:block;
      background:url(/images/tabright5.gif) no-repeat right top;
      padding: 3px 15px 9px 6px;
      color:#fff7dc;
      }

#tabs a.active {
	background-position:0% -42px; } 

#tabs a.active span {
      color:#fff7dc;
      background-position:0% -42px;
      background-position:100% -42px;
      }


  /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */

#tabs a:hover span {
      color:#fff7dc;
      }

#tabs a:hover {
      background-position:0% -42px;
      }

#tabs a:hover span {
      background-position:100% -42px;
      }
	
/* ----- rightside ----- */
		
#rightside {
	position:relative;
	width: 200px;
	min-height: 400px;
	text-align:left;
	float:left;
	padding: 5px 0 0 12px;
	}
	
#rightside a {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
	}
		
#rightside h1 {    
	color: #fff;
	font-size: 16px;
	padding: 10px 0 0 3px;
	margin-left: 10px;
    }
   
#rightside p {    
	color: #333;
	font-size: 12px;
	margin: 10px;
	padding: 10px 5px 10px 3px;
    }
 
#orangebox {
	margin: 30px 0 10px 0;
	width: 288px;
	color: #fff;
	background: #c95a49 url(/images/orange_bg.gif) repeat-x;
	}
	
#brownbox {
	margin: 30px 0 10px 0;
	width: 288px;
	color: #fff;
	background: #b19a62 url(/images/brown_bg.gif) repeat-x;
	}
	
#greenbox {
	margin: 30px 0 10px 0;	
	width: 288px;
	color: #fff;
	background: #7e8a76 url(/images/green_bg.gif) repeat-x;
	}
	
	
	
	
/* ----- leftside ----- */	
	

#leftside {
	position:relative;
	width:520px;
	min-height: 400px;
	text-align:left;
	float:left;
	padding: 5px 5px;
	}
	
#leftside a {
	font-size: 100%;
  	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    color: #663333;    
	}
#leftside a:hover {
	font-size: 100%;
  	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    color: #470D0D;  
	}	

#leftside h1 {    
    color: #000;
    font-weight: normal;
    font-size: 160%;
    margin: 20px 10px 15px 15px;
    }
#leftside h2 {    
    color: #0D617A;
    font-weight: normal;
    font-size: 140%;
    margin: 10px 10px 10px 15px;
	}
#leftside p {
	color: #000;
	font-size: 13px;
    font-weight: normal;
    margin: 10px 0 25px 15px;
    }
#leftside ul, #leftside ul li {
	color: #000;
	font-size: 13px;
    font-weight: normal;
}
.highlight {
	background-color: #FFFFE7;
}
#sidebar {
	margin: 30px 0 10px 0;	
	width: 288px;
	padding-bottom: 5px;
	background: #7e8a76;
}
p.subnav {
	border-bottom: 1px dotted #eee;
}
.subnav.active {
	 background: #616D59;
} 
.rss {
	display: block;
	margin: 10px 0;
}
.clear {clear: both;}
#rightside p.return a {color: #000;}

/* ----- footer ----- */
	
#footer {
	clear: both;
	padding: 15px 0 30px 15px;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    background: #00a5d9;
    font-size: 13px;
    color: #fff;
		}
		
#footer p {
	margin: 5px 0 10px 10px;
    }
		
#footer a {
    font-size: 100%;
    color: #fff;    
    }
    
 #footerleft { 
	position:relative;
	text-align:left;
	float:left;
	}
	
#footerright { 
	position:relative;
	text-align:right;
	float:right;
	margin-right: 10px;
	}
		
    
