@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #111;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	line-height: 130%;
}
ul {
	list-style-image: url(../images/bullet.jpg);
	line-height: 130%;
}
ol {
	line-height: 130%;
}
h1 {
	font-size: 16px;
	color: #52592D;
}
h2 {
	font-size: 14px;
	color: #52592D;
	background: url(../images/leaf.jpg) no-repeat;
	background-position: 0 10px;
	padding: 15px 0 0 30px;
	margin: 0;
	min-height: 25px;
}
#header {
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
/* for home an en espanol buttons, address and phone number text */
#top_btns {
	position: relative;
	width: 920px;
	height: 36px;
	padding: 0;
	padding-top: 55px;
	background: url(../images/header_bg.jpg) no-repeat;
	background-position: 500px 4px;
	color: #666;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}
#top_btns a:link, #top_btns a:visited {
	color: #666;
	text-decoration: none;
}
#top_btns a:active, #top_btns a:hover {
	color: #666;
	text-decoration: underline;
}

/* for header img */
#top_img {
	position: relative;
	width: 920px;
	height: 367px;
	margin: 0;
	padding: 0;
}
/* for horizontal navigation buttons */
#nav_bar {
	position: relative;
	margin: 12px 0;
	padding: 0;
	height: 27px;
	width: 920px;
}
#nav_bar img {
	float: left;
	margin-right: 10px;
}

/* for for content wrapper */
#content {
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#left_col {
	 position: relative;
	 float: left;
	 width: 223px;
	 margin: 0;
	 padding: 0;
	 padding-right: 35px;
	 background: url(../images/left_col_bg.jpg) no-repeat;
	 background-position: 220px 0;
	 text-align: left;
	 color: #CCC;
	 font-size: 11px;
}
/* styles for events calendar section */
h2#eventsCalendar {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	background: none;
	color: #CCC;
}
#left_col p {
	padding-bottom: 15px;
	border-bottom: 1px solid #191919;
	line-height: 110%;
}
.eventDate {
	display: block;
	margin: 0;
	padding: 3px 0;
	font-size: 12px;
	color: #A5BE78;
}
.eventTitle {
	display: block;
	margin: 0;
	padding: 3px 0;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
a.eventLink:link, a.eventLink:visited {
	color: #A5BE78;
	text-decoration: underline;
}
a.eventLink:active, a.eventLink:hover {
	color: #98B3DB;
	text-decoration: underline;
}
/* slyles for Did You Know section */
#dyk {
	position: relative;
	width: 223px;
	background: url(../images/dyk_bot.jpg) no-repeat;
	background-color: #E3E2CE;
	color: #000;
	margin: 0;
	margin-botton: 10px;
	padding: 0;
	padding-bottom: 22px;
	background-position: center bottom;
}
h2#DidYouKnow {
	position: relative;
	margin: 0;
	padding: 0;
	width: 223px;
	height: 67px;
	text-indent: -9999px;
	background: url(../images/dyk_top.jpg) no-repeat;
	background-position: 0 0;
}
#dyk p {
	display: block;
	border: none;
	padding: 0 10px 10px 10px;
	margin: 0 0 15px 0;
	line-height: 120%;
}
p#contact {
	text-align:center;
	border: none;
}
p#contact a:link, p#contact a:visited {
	color: #E3E2CE;
}
p#contact a:active, p#contact a:hover {
	color: #FFF;
}
#right_col {
	 position: relative;
	 float: right;
	 width: 622px;
	 margin: 0;
	 padding: 70px 20px 20px 20px;
	 background: url(../images/content_top.jpg) no-repeat;
	 background-color: #E3E2CE;
	 text-align: left;
}
#right_bot {
	position: relative;
	float: right;
	width: 662px;
	height: 24px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	background: url(../images/right_bot.jpg) no-repeat;
}
#footer {
	position: relative;
	clear: both;
	margin: 10px auto;
	padding: 10px 15px;
	width: 890px;
	height: 34px;
	background: url(../images/footer_bg.jpg) no-repeat;
	color: #CCC;
	text-align: right;
	font-size: 11px;
	line-height: 120%;
}
#footer a:link, #footer a:visited {
	color: #CCC;
	text-decoration: underline;
}
#footer a:active, #footer a:hover {
	color: #98B3DB;
	text-decoration: underline;
}

/* specialized link styles */
a.read_more1:link, a.read_more1:visited {
	display: block;
	float: right;
	padding: 8px;
	margin-top: 12px;
	width: 70px;
	background-color: #BAAA79; /* beige */
	color: #2F0E09; /* burgundy */
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a.read_more1:hover, a.read_more1:active {
	color: #7D1202; /* red */
}
a.read_more2:link, a.read_more2:visited {
	display: block;
	float: right;
	padding: 8px;
	margin-top: 15px;
	width: 70px;
	background-color: #2F0E09; /* burgundy */
	color: #BAAA79; /* beige */
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a.read_more2:hover, a.read_more2:active {
	color: #FFF; /* white */
}
a.more_projects:link, a.more_projects:visited {
	display: block;
	float: right;
	padding: 2px 0;
	margin-top: 10px;
	width: 80px;
	color: #BAAA79; /* beige */
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a.more_projects:hover, a.more_projects:active {
	color: #FFF; /* white */
}
.imageRight {
	float: right;
	margin-left: 10px;
}
.imageLeft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}
.small {
	font-size: 10px;
}.green {
	color: #495024;
}
table.events {
	font-size: 10pt;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
table.events th {text-align:center;}
table.events tr.green td {
	border-top: 1px solid #9BB3D7;
	border-bottom: 1px solid #9BB3D7;
	background: #555E2F;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	}
table.events td {
	border-bottom: 1px solid #CCC;
	padding: 2px 0.5em;
	}
table.events td+td {
	border-left: 1px solid #CCC;
	}
table.evetns tr.center td+td {text-align: center; }
table.events tr td.center {text-align: center; }
