/*** HTML ELEMENTS ***/
body {
	font-size: 75%;
	color: 000000;
	background: #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}

/* Headers */
h2 {
	color: #392929;
	letter-spacing: 0.1em;
	vertical-align: middle;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 115%;
	border-bottom: 1px solid #493F2E;
	padding: 2px 0px 5px;
	margin: 5px 0px 2px;
}

h3 {
	color: #392929;
	letter-spacing: .1em;
	text-align: left;
	font-weight: bold;
	text-indent: 1em;
	font-size: small;
	padding: 2px 0px;
	margin: 12px 0px 4px;
}

h4 {
	color: #392929;
	letter-spacing: .1em;
	text-align: left;
	font-weight: bold;
	text-indent: 1em;
	font-size: x-small;
	padding: 2px 0px;
}
/****************************
 *** Global Links styles ***
*****************************/
a:link {
	color: #934701;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color: #934701;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #934701;
	text-decoration: underline;
	font-weight: bold;
	}

/*** NAVIGATION ***/

#subnav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 300px;im
}

#subnav a:link {
	color: #934701;
	text-decoration: none;
	font-weight: bold;
	}
#subnav a:visited {
	color: #934701;
	text-decoration: none;
	}
#subnav a:hover {
	color: #934701;
	text-decoration: none;
	font-weight: bold;
	background: #E88022;
	padding: 5px;
	height: 100%;
	width: 100%;
	}

#subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-variant: small-caps;
	width: 100%;
}
#subnav li {
	border-top: 1px solid #392929;
	border-bottom: 1px solid #392929;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
}
.subnav_on {
	list-style: circle inside;
	padding-left: 10px;
}


/*** MAIN CONTENT COLUMNS ***/

#main {
	padding: 0px;
	margin-left: 10px;
}

#main td {
	text-align:left;
	vertical-align: top;
}
#mainone {
	margin-left: 10px;
	padding: 10px;
	border-left: 1px solid #493F2E;
	border-right: 1px solid #493F2E;
}

#mainone ul li {
	list-style:none;
	margin: 0px;
	padding: 5px;
	text-indent: 0px;
}
#mainleft {
	padding: 10px;
	border-left: 1px solid #493F2E;
}
#mainright { padding: 10px;
	border-right: 1px solid #493F2E;
}

#mainright_map { padding: 10px;
	border-right: 1px solid #493F2E;
	border-left: 1px solid #493F2E;
}

/*** BIO & Mission***/
.imgLeft_bio {
	margin: 2px;
	float: left;
	padding-top: 5px;
	padding-right: 5x;
	padding-bottom: 5px;
}

#list {
	margin-left: 10px;
	padding: 10px;
	border-left: 1px solid #493F2E;
	border-right: 1px solid #493F2E;}
	
#list li {
	list-style: square;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*** SERVICES ***/

/* Services links */
#main_services {
	margin-left: 10px;
	padding: 10px;
	border-left: 1px solid #493F2E;
	border-right: 1px solid #493F2E;
}
#main_services a:link {
	color: #E4E4C9;
	text-decoration: none;
	font-weight: bold;
	}
#main_services a:visited {
	color: #894712;
	text-decoration: none;
	}
#main_services a:hover {
	color: #894712;
	text-decoration: none;
	font-weight: bold;
	}
#smallmenu {
	font-size: 85%;
	line-height: 16px;
	vertical-align: middle;
	display: block;
	margin-bottom: 5px;
	padding: 2px;
	margin-top: 5px;
	border-bottom: 1px solid #E4E4C9;
}
#smallmenu a:link {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#smallmenu img {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;	
}

#main_services h3 {
	padding: 2px 0px;
	width: 100%;
	background-repeat: no-repeat;
	color: #392929;
	vertical-align: middle;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 1em;
	border-bottom: 1px solid #392929;
	padding: 2px 0px;
	margin: 12px 0px 4px;
	line-height: 1.3em;
	font-variant: small-caps;
}

#main_services .switchcontent {
	margin: 2px;
	padding: 5px 20px 5px 160px;
}


/* rounded corners benefit css */

/* set the image to use and establish the lower-right position 

.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h4 { 
background: transparent url(../img/benefit_bgbox.png) no-repeat bottom right; } */ 

.cssbox { 
width: 385px !important; /* intended total box width - padding-right(next) */ 
width: 370px; /* IE Win = width - padding */ 
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
margin: 20px auto; /* use to position the box */ } 

/* set the top-right image */ 
.cssbox_head { 
background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
padding-right: 40px; /* right-image-gap + right-inside padding */ } 

/* set the top-left image */ 
.cssbox_head h4 {
	background-position: top left;
	margin: 0;
	padding: 15px 0 10px 30px;
	height: auto !important;
	height: 1%;
	color: #392929;
	font-variant: normal;
	letter-spacing: .2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	border-top: 0;
	border-right: 0;
	border-bottom: 1 dotted #A28C68;
	border-left: 0;
} /* set the lower-left corner image */ 

.cssbox_body {
	background-position: bottom left;
	margin-right: 25px;
	padding: 5px 0 15px 40px;
	color: #A28C68;
	vertical-align: top;
} 

p.cssbody {
	margin: 0;
	padding: 0px;
	}

/*** CONTACT ***/
#main_contact td {
	text-align:left;
	vertical-align: top;
}
/*** FOOTER ***/

#footer {
	background: #CE6E1C;
	color: #FFFFCC;
	font-size: x-small;
	padding: 1px 2px;
	letter-spacing: 0.1em;
	text-indent: 0px;
	line-height: 1.1em;

	}
	
#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ffffcc;
	border-bottom: 1px solid #ffffcc;
	padding: 5px 10px;
	background: #E88022;
	}
.crumbs {
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 1px;
	padding: 1px;
	border-bottom: 1px dotted #493F2E;
	font-variant: small-caps;
}

.buzzlogos {
	float:left;
	margin-right:0.5em;
	border: 0;
	margin-bottom: 1.5em;

}
div#chicklets {
	margin:10px auto;
	text-align:center;
}
div#chicklets img {
	margin-right:30px;
	vertical-align:middle;
}
div#chicklets_aboutpg {
	margin-top:10px;
}
div#chicklets_aboutpg img {
	margin:5px;
	vertical-align:middle;
}