@charset "UTF-8";
/* CSS Document */
/* Written by Wendy Rother 2010, for Courtney Consulting Solutions, All Rights Reserved */

/* ---------------------MAIN STRUCTURE----------------------- */
body  {
	font: 14px/22px Helvetica, Verdana, Arial, sans-serif;
	background: url(graphics/BG.jpg) top left repeat-x #FFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #7c7b7b;
}
#container { 
	width: 986px; 
	background: url(graphics/MainBG.jpg) top left no-repeat;
	margin: 0 auto; 
	text-align: left; 
}

/* ---------------------TOP NAV---------------------------- */
 
#Nav { 
	padding: 3px 10px 0 310px;
	height: 29px;
} 

/* ---------------------ADDRESS---------------------------- */
#header { 
	padding: 20px 30px 0 20px;
	height: 17px;
} 
#header p {
	margin: 0;
	padding: 0; 
	text-align: right;
	font: 11px/15px Georgia, Times New Roman, Times, serif;
	color: #877c6c;
}

/* ---------------------BUCKETS	---------------------------- */
#buckets { 
	padding: 0;
	margin-top: 179px;
	height: 150px;
	
} 
#buckets h2 {
	padding: 0;
	margin: 4px 0 0 0;
	font: 21px Georgia, Times New Roman, Times, serif;
	color: #417630;
}

#buckets ul {
	color: #417630;
	padding: 0;
	margin: 15px 5px 10px 20px;
}

.bucketHolder {
	float: left;
	padding: 0 20px 10px 30px;	
	width: 278px;
	height: 130px;
	margin: 0;

}

#buckets a:link {font-size: 15px; color: #417630; text-decoration: none; }
#buckets a:visited {font-size: 15px; color: #417630; text-decoration: none; }
#buckets a:hover {font-size: 15px; color: #417630; text-decoration: underline;}

/* ---------------------SIDEBAR---------------------------- */

 #sidebar1 {
	float: right; 
	width: 321px; 
	padding: 10px 0 0 0;
	margin-right: 20px
}


.sidebarHolderMeetEC {
	float: left;
	padding: 2px 0;	
	width: 321px;
	height: 166px;
	margin: 0;

}

.sidebarHolderNews {
	float: left;
	padding: 2px 0;	
	width: 321px;
	height: 80px;
	margin: 0;

}

.sidebarHolderBrFo {
	float: left;
	padding: 2px 0;	
	width: 321px;
	height: 80px;
	background: url(graphics/BrochFollow.jpg) top no-repeat;
	margin: 0;

}

.BroContainer {
	float: left;
	margin: 0;
	padding: 20px 10px 10px 10px;	
	width: 140px;
	height: 50px;
	

}

.FoContainer {
	float: left;
	margin: 0;
	padding: 25px 10px 10px 10px;	
	width: 140px;
	height: 45px;
}


/* ---------------------HEADINGS-------------------------- */

h1 {font: 26px/32px Georgia, Times New Roman, Times, serif; color: #417630;}

h2 {font: 22px/26px Georgia, Times New Roman, Times, serif; color: #387c74;}


/* ---------------------MAINCONTENT-------------------------- */


#mainContent { 
	margin: 5px 346px 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 30px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent a:link {color: #417630; text-decoration: underline; }
#mainContent a:visited {color: #417630; text-decoration: underline; }
#mainContent a:hover {color: #40887f; text-decoration: underline;}

/* ---------------------FOOTER-------------------------- */


#footer { 
	padding: 0 10px 0 20px;
	text-align: center;
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
	font-size: 11px; font-family: Georgia, Times New Roman, Times, serif; 
}

#footer a:link {color: #417630; text-decoration: none; }
#footer a:visited {color: #417630; text-decoration: none; }
#footer a:hover {color: #417630; text-decoration: underline;}


/* ---------------------OTHER-------------------------- */


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.special {color: #40887f; font-style: italic; font-weight: bold;}

.photo {padding: 3px; border: 1px solid #b9ab98;}

/* -------YOU CAN'T BE A GRAPE AND A ROOTBEER TOO----------- */