@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #b2c0a4;
	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: #4D4D4D;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EBFFD8;
	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 { 
	background-color:#486666; 
	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. */
	background:url(images/evoheader.gif) center no-repeat;
	height:150px;
	border-bottom: #99FF33 solid 5px; 
} 
.thrColFixHdr #header { 
	margin:0;
	padding:0;
	background:url(images/evoheader.gif) center no-repeat;
	background-color:#486666;
	border-bottom: #99FF33 solid 5px; 
	width:100%;
	height:150px;
	/*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. */
} 
.twoColFixLtHdr #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 */
}

#contactbutton {
width:79px;
height:22px;
float:right;
position:relative;
top:105px;
right:25px;
margin:0;
padding:0;
}

.imgborder { /* removes the blue border around linked images in IE */
border:none;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBFFD8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}

.rndbox {
background: #99ff33;
}
.rndtop {
background: url(images/topright.gif) no-repeat right top;
margin-bottom:-15px;
padding:0;
}
.rndbottom {
background: url(images/bottomright.gif) no-repeat right top;
margin-top:-15px;
padding:0;
}
.rndbottom img {
display:block;
}

.rndbox p {
font-size:.9em;
color: #000;
padding-left:10px;
}
.rndbox ul {
font-size:.7em;
color: #000;
line-height:1.3em;
margin-top:-1.3em;
}
.rndbox a:link, .rndbox a:visited {
color: #000;
text-decoration: none;
}

.rndbox a:hover {
color:#fff;
}

.nextevent {
	margin-top:20px;
	padding: 5px 10px 5px 10px;/* shorthand runs clockwise from top, right, bottom, left */
	background-color: #5CA611;
	background-image: url(images/Eventbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.contact2 {
background: #EBFFD8;
margin-top:20px;
padding: 0px 10px 0px 10px;/* shorthand runs clockwise from top, right, bottom, left */
}

.contact2 h3{
color:#486666;
font-size:.8em;
font-weight:normal;
}

.members {
background: #EBFFD8;
color:#4D4D4D;
margin-top:20px;
padding: 0px 0px 0px 10px;
}

.members p {
font-size:.7em;
}

.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* 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 */
	height:990px;
	background: url(images/foliagerhs5.gif) bottom right no-repeat;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 140px 0 240px; /* 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. */
	padding: 0 0 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: url(images/foliagerhs5.gif) top right no-repeat;*/
	background-color: #EBFFD8;
} 
.twoColFixLtHdr #mainContent h1 {
color:#b2c0a4;
font-size:1.5em;
font-weight:normal;
}
.twoColFixLtHdr #mainContent .highlight {
color:#5CA611;
font-size:1.25em;
font-weight:bold;
}
.twoColFixLtHdr #mainContent h2 {
color:#4D4D4D;
font-size:1.2em;
font-weight:normal;
}
.twoColFixLtHdr #mainContent h3 {
color:#4D4D4D;
font-size:.9em;
font-weight:bold;
}

.twoColFixLtHdr #mainContent h4 {
color:#4D4D4D;
font-size:.75em;
font-weight:bold;
}

.twoColFixLtHdr #mainContent p {
font-size:.75em;
color:#4D4D4D;
line-height:125%;
}

.twoColFixLtHdr #mainContent ul {
font-size:.75em;
color:#4D4D4D;
line-height:125%;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b2c0a4; 
	font-size:.7em;
} 
.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 */	
}

.twoColFixLtHdr #footer ul {
list-style-type:none;
/*margin: 0;  zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer li {
display: inline;
padding-right:2px;
border-right:#4D4D4D 1px solid;
}

.twoColFixLtHdr #footer a:link {
color:#3366cc;
}

.twoColFixLtHdr #footer a:visited {
color: #336666;
}

.twoColFixLtHdr #footer a:hover {
color:#99FF33;
}
.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;
}

.nextevent h1 a {
	color: #FFF;
}
.nextevent h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
.nextevent h2 {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
}
.nextevent h3 {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.nextevent a {
	color: #FFF;
	font-weight: bold;
}
#mainContent h2 {
	font-size: 36px;
}
.eventtitle {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	line-height: 28px;
}
.eventdescription {
	font-size: 18px;
	color: #000;
	line-height: 22px;
}
.twoColFixLtHdr #container #mainContent .venue_address {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 22px;
}

