html, body { 
	margin:0; 
	padding:0; 
	text-align:center;
	background:#71B1EF url(img/bg.jpg) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	} 
	 
body#home a#homenav,
body#news a#newsnav,
body#why a#whynav,
body#wsms a#wsmsnav,
body#parents a#parentsnav,
body#contact a#contactnav
{
    background: #CCCC16 url(img/nav_bg_o.jpg) repeat-x;
	color:#222;
     
}

body#home div#container {
	background:#FFF;
	}
	 
	 
#container { 
	width:776px; 
	text-align:left;
	margin:0 auto;  
	background:#6199D2 url(img/main_bg.jpg) repeat-y; 
	border-right:3px solid #6EADEB;
	border-left:3px solid #6EADEB;
	border-bottom:1px solid #6EADEB;
	} 
	 
#header {
	position:relative; 
	height:151px; 
	background: #295A87; 
	width:100%;
	color:#FFF;
	text-align:left;
	}
	 
#left {
	width:176px; 
	margin:0;	
	float:left;
	padding:20px 0 0 0; 
	position:relative;
	 }
	 
	 
#lefthome {
	width:474px; 
	margin:0 0 0 5px;	
	float:left;
	padding:0px 0 20px 0; 
	position:relative;
	background: #FFF;
	border-top:1px solid #FFF;
	}
	 
#main {
	float: right; 
	display:inline;
	position: relative; 
	width:600px;
	padding:0;
	margin:0;
	}
	 
#mainhome {
	float: right; 
	display:inline;
	position: relative; 
	width:290px;
	padding:0 0 10px 0;
	margin:0 5px 10px 0px;
	border:1px solid #6EADEB;
	background: #427FBA url(img/phil_bg.jpg) repeat-x;
	}	 
	 
#mainhome h2, #mainhome p {
	color:#FFF;
	}
	
#footer{
	padding:20px 20px 40px 20px;
	border-top:2px solid #6EADEB;
	background-color:#5691CC; 
	clear:both;
	height:25px;
	font-size:10px;
	font-family:Georgia, Times, serif;
	 } 
	 
#footer a {
	color:#FFF;
	padding-left:5px;
	padding-right:5px;}
	 
.box {
	width:576px;
	margin: 15px 0 15px 13px;
	padding:0 0 13px 0;
	background: #FFF url(img/boxbottom.gif) no-repeat bottom left;
	}
	
.box h2 {
	margin:0 0 0px 0;
	padding:7px 20px 7px 20px;
	font-size:16px;
	text-transform:uppercase;
	color:#3B4956;;
	font-weight:normal;
	font-family:Georgia;
	background: #E2EEF5 url(img/boxtop.gif) no-repeat top left;
	border-bottom:1px solid #9DADBD;
	}

.box h2:first-letter {
	font-size:20px;
	}
	
h2 {
	margin:0;
	padding:10px 15px;
	font-size:20px;
	font-variant:small-caps;
	color:#2E659D;
	font-weight:normal;
	font-family:Georgia;
	border-bottom:1px solid #6EADEB;
	}

h3 {
       margin:0 0 10px 0;
	padding:2px 30px 2px 30px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:normal;
	font-family:Georgia;
       color:#FFF;
       background:#496480 url(img/h3bg.jpg) repeat-x;
       border-top:1px solid #CCC;
       border-bottom:1px solid #999;
       }

h3:first-letter {
       font-size:18px;
       }
  
h4 {
       margin:0px 7px 10px 7px;
	padding:5px 30px 5px 22px;
        line-height:18px;
	font-size:16px;
	/*text-transform:uppercase;*/
	font-weight:normal;
	font-family:Georgia;
       color:#222;
       /*background:#fff url(img/icon.gif) 5px 50% no-repeat;*/
       border-bottom:1px solid #999;
       }

h5 {
       margin:0 30px -10px 30px;
	padding:10px 0px 0px 0px;
	font-size:15px;
	font-weight:bold;
	font-family:Arial;
       color:#134476;
      }
        
a.committeenews {
       background:#fff url(img/icon.gif) 0 50% no-repeat;
       line-height:15px;
       padding-left:20px;
       margin-bottom:25px;
}

.copy {
    	float: left;
    	text-align: left;
    	font-weight: bold;
    	color: #fff;
	width: 49%;
	height:20px;
     }

.sitemap {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }
	
p {
	padding:5px 30px 6px 30px;
	margin: 5px 0 5px 0;
	font-size:13px;
	line-height:1.63em;
	color:#444;
	}

.entry li {
	padding:2px 0px 2px 0px;
	font-size:13px;
        margin-left:200px;
	line-height:1.63em;
	color:#444;
	}
	  	
/* Vertical Navigation */
	  
#navlist {
	padding: 0;
	margin-left: 0;
	margin-top:0px;
        margin-bottom:0;
	font-size:13px;
	color: #FFF;
     padding-left:0;
	list-style-type:none;
	text-align:right;
	}
	
#navlist li {
	list-style: none;
	margin: 0;
	display:block;
        zoom:1.0;
	text-align: right;
	padding:0;
	list-style:none;
	}
	
#navlist li.selected a {
	background: #4884C1;
	}
	
#navlist li.selected {
	background: #4884C1;
	padding: 0.5em 1em 0.5em 0.5em;
	}
	
#navlist li a {
	display: block;
	padding: 0.5em 1em 0.5em 0.5em;
	text-decoration: none;
	}
	
#navlist li a:link { color: #FFF; }
#navlist li a:visited { color: #FFF; }
	
#navlist li a:hover	{
	color: #FFF;
	background: #426A9B;
	}
	
	
#parentsubnav {
	padding: 3px 0 3px 0;
	margin-left: 0;
	margin-top:0px;
	font-size:12px;
	color: #FFF;
       padding-left:0;
	list-style-type:none;
	text-align:right;
	border-top:1px solid #6EADEB;
        border-bottom:1px solid #2C6194;
        background: url(img/parentsubnav.jpg) no-repeat;
        }
	
#parentsubnav li {
	list-style: none;
	margin: 0;
	display:block;
        zoom:1.0;
	text-align: right;
	padding:0;
	list-style:none;
	}
	
#parentsubnav li.selected a {
	background: #4884C1;
	}
	
#parentsubnav li.selected {
        background: url(img/arrow_left.gif) 100% 50% no-repeat;
	padding: 0.5em 2em 0.5em 0.5em;
        border-top:1px solid #385B82;
	}
	
#parentsubnav li a {
	display: block;
	padding: 0.5em 2em 0.5em 0.5em;
	text-decoration: none;
       zoom:1.0;
        border-top:1px solid #385B82;
	}
	
#parentsubnav li a:link { color: #FFF; }
#parentsubnav li a:visited { color: #FFF; }
	
#parentsubnav li a:hover	{
	color: #FFF;
        background: url(img/parentselected.jpg) repeat-y;
	}

#parentsubnav li.last {
        border-bottom:1px solid #385B82;
	}

	

/* Horizontal Navigation */
	
#navigation	{
	margin: 0;
	width:776px;
	height:26px;
	line-height:25px;	
	padding: 0;
	background:#F6F6F6 url(img/nav_bg.jpg) bottom left repeat-x;
	border-top:7px solid #518AC5;
	border-bottom:7px solid #426A9B;
	}
	
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	}
	
#navigation a {
	color: #444;
	display: block;
	text-align:center;
	text-decoration: none;
	margin: 0 ;
	font-size:13px;
	font-family:Georgia;
	font-weight:normal;
	text-transform:uppercase;
	background:#F6F6F6 url(img/nav_bg.jpg) top left repeat-x;
	width:auto;
	padding: 0px 20px;
	border-right: 1px solid #9B9B16;
	}

#navigation a:hover, #navigation a:active { 
	background: #fff url(img/nav_bg_o.jpg) repeat-x;
	color:#222;
	}

#navigation a.active:link, #navigation a.active:visited	{
	position: relative;
	z-index: 102;
	font-weight: bold;
	}

#navigation a:first-letter {
	font-size:17px;
	}


	
.imgRight {
	float:right;
	margin:10px 35px 5px 10px;
	padding:5px;
	border:1px solid #CCC;
	}
	
.imgLeft {
	float:left;
	margin:10px 10px 5px 30px;
	padding:5px;
	border:1px solid #CCC;
	}
	
	
#treequotes {
	width:765px;
	height:161px;
	background: url(img/tree.jpg) no-repeat;
	border:1px solid #7FBBF0;
	margin:4px;
	}

#treequotes h4 {
	color:#FDFAC1;
	font-family:Georgia;
	text-align:right;
	font-weight:normal;
	font-size:22px;
        background: none;
        border:none;
	margin:25px 75px 10px 275px;
	}

.newsnav {
        padding:0 20px;
        }
 
.newsnav dt {
       color:#fff;
       font-size:13px;
       padding-bottom:5px;
      margin-bottom:5px;
       display:block;
       border-bottom:1px solid #006699;
       }

.newsnav dd {
       color:#90BDEA;
       font-size:12px;
       display:inline;
       margin:0px;
       padding:10px 5px 5px 0;
       }

.newsnav dd a {
       color:#006699;
        text-decoration:none;
        }

.newsnav dd a:hover {
       text-decoration:underline;
       color:#90BDEA;
       }