@charset "utf-8";


.calendarlink {
  color:darkred; 
  font: 12px bold; 
  text-decoration: none; 
}

.calendar {
  background-color: white; 
  border: 1px solid #666; 
  margin-left: 40px; 
}

.calendar td {
  text-align: center; 
  border-bottom: 1px solid #DDD; 
  border-right: 1px solid #DDD; 
}

.calendar th {
  border-bottom: 1px solid #333; 
  background-color: lightblue; 
  color: black; 
}

.calendar caption {
  text-align: center; 
  font: 13px 'Trebuchet MS' bold; 
}

#event_title {
  font: 15px 'Trebuchet MS'; 
  margin-left: 26px; 
  border-bottom: 1px solid black; 
  font-weight: bold; 
  width: 380px; 
  margin-bottom: 8px; 
}

#event_desc {
  width: 370px; 
  margin-left: 30px; 
  font: 12px 'Trebuchet MS'; 
  line-height: 25px; 
}

a.BoldBlue {
    font-weight: bold; 
	text-decoration: none; 
}

a.BoldBlue:hover {
    text-decoration: underline; 
}
strong {  
		font-weight: bold; 
		color: #cc6600; 
		text-decoration: none;
		padding: 10px 10px;
		margin: 0;
		font-size: 14px;
		font-family:trebuchet ms, verdana, helvetica, serif;
} 

body  {
	color: #000;
	font-size: 12px;
	font-family:trebuchet ms, verdana, helvetica, serif;
	font-style: normal;
	background-image:url(../img/bckground.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.twoColFixRtHdr #container { 
	width: 752px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:10px;
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	/*padding: 0 10px 0 20px; */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #9DAACD; *//* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-image:url(../img/sidebar.jpg);
	background-repeat:repeat-y;
	margin-top: 10px;
}
.twoColFixRtHdr #sidebar1 a {
	padding: 0px 0px;
	margin: 0px;
}
#faux {
	background-image:url(../img/faux_sidebar.jpg);
	background-repeat:repeat-y;
	margin-bottom: 0px;
    overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
    width: 100%
	}
.twoColFixRtHdr #mainContent { 
	margin: 15px 320px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent p { 
	padding: 0px 10px 8px 10px;
	margin: 0;
	color: #000;
	font-size: 12px;
	font-family:trebuchet ms, verdana, helvetica, serif;
}
.twoColFixRtHdr #mainContent a { 
	text-decoration: none;
  padding: 0;
  color: #995500;
	font-size: 12px;
	font-family:trebuchet ms, verdana, helvetica, serif;
}
.twoColFixRtHdr #mainContent h4 { 
	padding: 0px 10px;
	margin: 0;
	color: #000;
	font-size: 14px;
	font-family:trebuchet ms, verdana, helvetica, serif;
}
.twoColFixRtHdr #mainContent b i { 
	padding: 0px 10px;
	margin: 0;
	font-size: 12px;
	font-family:trebuchet ms, verdana, helvetica, serif;
}
/*.twoColFixRtHdr #mainContent hr { 
	padding: 0px;
	margin: 0px 150px 0px 10px;
}*/
.twoColFixRtHdr #mainContent ul{ 
	/*padding: 0px 10px;
	margin-left: 10px;*/
}
.twoColFixRtHdr #mainContent ul li{ 
	/*padding-right: 5px;
	margin-left: 20px;
	list-style-image:url(../img/bullet.gif);*/
}
#mainContent ul{ 
	/*padding: 0px 10px;
	margin-left: 10px;*/
}
#newsbullets ul li{ 
	padding-right: 5px;
	margin-left: 20px;
	list-style-image:url(../img/arrowBullet.gif);
}
#bullets ul li{ 
	padding-right: 5px;
	margin-left: 20px;
	list-style-image:url(../img/bullet.gif);
}

/*.twoColFixRtHdr #mainContent img { 
	padding: 10px 0px 10px 10px;
}*/
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background-color:#EE7755;*/ 
	background-color:#6b87ab;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#imgleft 
{
  float:left;
	padding:5px 10px 0px 10px;
	/*padding-left: 10px;*/
	/*padding-top: 5px;*/
}
#imgright
{
    float:right;
}
#imghome
{
    padding: 10px 0px 10px 10px;
}
#contentheader 
{
  background-image:url(../img/content_header.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	margin-bottom: 10px;
	padding: 4px 0px 10px 10px;
}
#contentheader b {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
#contentheader i {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
/*Breadcrumb Navigation*/
#contentheader a b {
  color: #333; 
  text-decoration: none; 
  font: 11px 'Trebuchet MS'; 
  border-bottom: 1px dotted #aa8833;
}
#contentheader a b i {
  color: #995500; 
  text-decoration: none; 
  font: 11px 'Trebuchet MS';
  font-weight: bold; 
  border-bottom: 1px dotted #aa8833;
}


#title 
{
    background-image:url(../img/content_header.jpg);
	  background-repeat:repeat-y;
	  margin: 0px;
	  margin-bottom: 2px;
	  padding: 2px 0px 2px 4px;
}
#title b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}	

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.neighborhood_list { margin-left: 30px; }

.neighborhood_list li { margin-bottom: 5px; }

.neighborhood_list a { text-decoration: none; color: #6b87ab; }

#sidebar1 li {
   list-style-type: circle;
   margin: 0px;
   padding: 0px;
}

#sidebar1 ul { margin-top: 15px; margin-left: 20px;  }

.pool_rules li, .pool_rules {
  list-style-image: none;
  list-style-type: decimal;
}



#footer a {
  color: white; 
  text-decoration: none; 
}
div.abstract_nolink {
  margin-bottom: 0px; 
  width: 80%; 
  margin-left: 15px; 
  display: block; 
  font-size: 15px; 
  color: #995500; 
  border-bottom: 1px dotted darkgreen;
  font-size: 12px;
  font-family:trebuchet ms, verdana, helvetica, serif;
}
#form {
	padding: 0 0 0 20px;
	margin: 0px;

}
#form a {
	display: block;
	font-size: 15px;
	text-decoration: none;
}

div.abstract {
  margin-bottom: 20px; 
  width: 80%; 
  margin-left: 15px; 
}

div.abstract a { display: block; font-size: 15px; text-decoration: none; color: darkgreen; border-bottom: 1px dotted darkgreen; }
div.abstract a:hover { text-decoration: underline; }

/***********

   Teasers from meade

************/


#sidebar1 dl {
	float: left;
	width: 265px;
	margin: 5px 5px;
	padding: 15px 5px;
	display: inline; /* fixes IE/Win double margin bug */
	background: #FFFFFF url(../img/box_b3.gif) no-repeat bottom right;
}
#sidebar1 dt {
	float: right;
	width: 266px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 1px;
	color: #627081;
}
#sidebar1 dd {
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1.5em;
	color: #666;
	font-size: 11px;
}
#sidebar1 dl dd.img {
	margin: 0;
	font-weight: bold; font-size: 12px; 
}
#sidebar1 dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #f4d8a9;
	/* border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2; */
	background: #fff /* url(../img/box_t.gif) no-repeat top left */;
}
#sidebar1 h6 {
	background: url(../img/box_t.gif) no-repeat top left;
	margin: 0px;
	padding: 0px;
}
