@charset "utf-8";

/* This design copyrighted 2008 Lisa DeVoto and may not be reproduced. */ 

/* Color sets used:
	ffff66 (ff6) - light yellow
	ffffcc (ffc) - lighter yellow
	ffff00 (ff0) - pure yellow
	000099 (009) - bright blue
	000066 (006) - blue
	000033 (003) - dark blue (nearly black)
	0000ff (00f) - pure blue
	000000 (000) - black
	666666 (666) - gray
	777777 (777) - light gray
	cccccc (ccc) - lighter gray
*/

#container { 
	position: relative; 
	width: 780px;  
	margin: 0 auto; 
	text-align: left; 
} 

#header { 
	height: 120px; 
	background-image: url(images/top_banner.jpg);
	border-bottom: 1px solid #006;
	border-left: 1px solid #006;
	border-right: 1px solid #006;
	padding: 0 10px 0 20px;  
} 

#nav {
	position: absolute;
	top: 121px;
	left: 0;
	width: 150px; 
	padding: 0px 10px 15px 0px; 
}

#related {
	position: absolute;
	top: 340px; 
	left: 0;
	width: 150px; 
	padding: 25px 10px 15px 0px; 
}

#maincontent { 
	margin: 10px 10px 0 200px; 
	padding: 10px; 
	min-height: 480px; /* Prevents the need for extra breaks and padding on short content pages. */
}

#address {
	border: none;
	font-weight: bold;
	margin-bottom: 20px;
}

#committeelist {
	font-weight: bold;
	margin-bottom: 20px;
	width: 100%;
}

#contactlist {
	margin-bottom: 20px;
	width: 70%;
}

#contactlist h3 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0; 
	padding: 15px 0 0 0;
	color: #000;
}

#newsletterlist {
	border: none;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;	
	}

#newsletterlist tr td {
	padding-right: 15px;
	}

#meetinglist {
	border: none;
	margin-bottom: 20px;
	width: 100%;
	}
		 
#footer { 
	padding: 0 10px 0 20px; 
	color: white;
	background: #006;
	height: 36px;
} 

.hide	{	/* Used with Skip navigation link to make it invisible in CSS-capable browsers */
	position: absolute;
	left: -9999px; }
	
#header h1	{  
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	font-size: 84px;
	font-weight: bold;
	margin: 0; 
	padding: 10px 0 0 0;
	text-align: left; 
	text-decoration: none;
	color: #006;
	}
	
body  {
	color: #003;	
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	font-size: 12px;
	background: url(images/background.jpg) repeat center;
	background-position: top;
	margin: 0; 
	padding: 0;
	text-align: center; 
}

p  {
	margin: 0 0 15px 0; 
}

h1  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left; 
	color: #006;
}

h2  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0; 
	padding: 0;
	text-align: left; 
	color: #666;
}

h3, h4, h5, h6  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0; 
	padding: 0;
	color: #006;
}

img	{	
	display: block;
	border: 0;
}

ul.houses {
	list-style: disc url(images/school_bullet.gif);
	padding: 0;
	margin: 0 0 20px 25px;
}

ol li {
	margin: 0 0 10px 0;
}

h2.sitemap  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0; 
	padding: 10px 0 0 0;
	text-align: left; 
	color: #666;
}

h3.sitemap  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0; 
	padding: 0 0 5px 0;
	color: #006;
}

#nav ul {	
	list-style: none;
	background: white;
	border: #003;
	font-weight: bold;
	font-size: 10px;
	width: 150px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

#nav ul li	{
	position: relative;
	text-align: left;
	width: 150px;
	margin: 0;
	padding: 0;
	font: 10px/12px verdana, arial, sans-serif;
	color: #006;
	background: white;
}

#nav li ul  {	/* Controls the location of submenu items */
	position: absolute;
	left: 149px;
	top: 0;
	width: 270px;
	display: none; /* Submenus are not displayed by default */
}

#nav li ul li  {	/* Controls the width of submenu items */
	width: 270px;
}
	
#nav ul li a {
	display: block;	/* Makes the menu link take up the entire space designated by the list item */
	text-decoration: none;
	color: #777;
	background: white;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
	
#nav li:hover ul  { 
	display: block; }

/* Fix IE. Hide from IE Mac - Workaround for IE to make list items in menu stack closely \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#header a:link	{	/* Values need to be listed in this order: link, visited, hover, active */
	text-decoration: none;
	color: #006;
	}
 
#header a:visited	{
	text-decoration: none;
	color: #006;
	}

#header a:hover	{
	text-decoration: none;
	color: #009;
	background: none;
	}

#header a:active	{
	text-decoration: none;
	color: #009;
	}

#nav a:link	{	
	font-weight: bold;
	text-decoration: none;
	color: #006;
	}
 
#nav a:visited	{
	font-weight: bold;
	text-decoration: none;
	color: #006;
	}

#nav a:hover	{
	font-weight: bold;
	color: #ff6;
	background: #006;
	border-left: 1px solid #ff6;
	border-right: 1px solid #ff6;
	}

#nav a:active	{
	font-weight: bold;
	text-decoration: none;
	}

#nav li.here a:link {  /* Used for the you-are-here effect  */
	text-decoration: none;
	background: #ccc;
	}
#nav li.here a:visited {
	text-decoration: none;
	background: #ccc;
	}

#nav li.nothere a:link {  /* Used for the you-are-here effect  */
	font-weight: bold;
	text-decoration: none;
	color: #006;
	background: white;
	}

#nav li.nothere a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006;
	background: white;
	}

#related img {	
	margin: 0 0 30px 0;
	}

#related ul {	
	list-style: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 0;
	}

#related ul li	{
	margin: 0;
	padding: 0 0 5px 0;
	font: 10px/12px verdana, arial, sans-serif;
	color: #006;
	}

#footer p {
	margin: 0; 
	padding: 3px 0; 
}

strong {
	font-weight: bold;
	font-style: normal;
}

em {
	font-weight: normal;
	font-style: italic;
}

a:link {font-weight: bold; text-decoration: none; color: blue; background: none;}

a:visited {font-weight: bold; text-decoration: none; color: #009; background: none;}

a:hover {font-weight: bold; text-decoration: underline; color: red; background: #ddd;}

a:active {font-weight: bold; text-decoration: none; color: #900; background: none;}

.fltrt { /* Used to float an element to the right in the page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 100px;
	padding: 15px 15px 0 15px;
	background-color: #ffc;
	border: 1px solid #ff6;
}

.fltrt p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #003;
	text-align: center;
	font-style: italic;
}