@charset "utf-8";
body  {
	background: #757575;
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #757575;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	height: 114px;
	background-color: #274976;
	background-image: url(images/head_background.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #nav {
	margin: 0 0 0 0;
	height: 39px;
	background-color: #274976;
	background-image: url(images/nav_background.jpg);
	background-repeat: no-repeat;
}  
#sidebarContainer {
	float: left;
	width: 231px;
	margin: 0;
	clear: both;
}
.twoColFixLtHdr #sidebar1 {
	width: 191px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 20px 0 20px;
	background-color: #aab384;
	background-image: url(images/sidebar_background.jpg);
	background-repeat: no-repeat;
}

.twoColFixLtHdr #sidebarReflection {
	margin-top: 1px;
	float: left;
	width: 231px;
	height: 63px;
	background-image: url(images/sidebar_reflection.jpg);
	background-repeat: no-repeat;
	clear: both;
}
.twoColFixLtHdr #sidebar1 a:link, a:visited {
	color: #0033CC;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 a:hover, a:active {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	padding: 30px 40px 70px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 231px; /* the left margin on this div element creates the column down the left 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. */
	background-image: url(images/content_background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #F4F7F0;
	min-height: 250px;
}

.twoColFixLtHdr #mainContent a:link, a:visited, a:active {
	color: #990000;
	text-decoration: underline;	
}
.twoColFixLtHdr #mainContent a:hover {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #mainContentReflection {
	position: relative;
	background-image: url(images/content_reflection.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 63px;
	margin: 0 0 0 231px;
} 

/* dynamic content styling */

#directoryContainer{
	border-bottom: dotted 1px #999999;
	margin: 10px 0 0 0;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#757575; 
} 
.twoColFixLtHdr #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;
}
.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;
}
.eventHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	vertical-align: top;
}
.eventHeadHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}
.pageHead {
	padding-bottom:20px;
}

#localEventList {
	padding: 0 0 25px 0;
	vertical-align: top;
	height: auto;
}
.bracket {
	color: #666666;
}
.listPic {
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0;
}#tabs {
	float: right;
	margin-top: -30px;
}
#announceHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}