body {
background-color: #D8E6E6;
font-family: arial;
}



#container {
	position: relative;
	width: 70%;
	background-color: #F0FFFF;
	margin: 0 auto;
}



nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	
	list-style: none;
	position: relative;
	display: inline-table;
}

	nav ul:after {
		content: ""; clear: both; display: block:
	}

nav ul li {
	float: left;
}

	nav ul li:hover {
		background:#4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f697 40%);
	}

		nav ul li:hover a {
			color: #fff;
		}

	nav ul li a {
		display: block; padding: 10px 20px;
		color: #757575; text-decoration: none;
	}

nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}

	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}

		nav ul ul li a {
			padding: 10px 20px;
			color: #fff;
		}	

			nav ul ul li a:hover {
				background: #4b545f;
		}

#side_images_a {
		position: absolute;
		top: 235px;
		left: 0px;
		padding: 10px;
		
}

#side_images_b {
		position: absolute;
		top: 515px;
		left: 0px;
		padding: 10px;
}

#side_images_c {
		position: absolute;
		top: 795px;
		left: 0px;
		padding: 10px;
}

#body_text {
		left: 195px;
		margin-left: 205px;
		padding: 15px;
}

h1 {
	font-size: 1em;
	font-weight: bold;
}

h2 {
	font-size: .8em;
	font-weight: bold;
}

h3 {
	font-size: .8em;
	font-weight: bold;
	text-decoration: underline;
}

p {
	font-size: .8em;
}

ol {
	font-size: .8em;
	list-style: none;
}

a:link {
	color: #505050;
	text-decoration: none;
}

a:visited {
	color: #606060;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}


#csa_home_body {
	display: inline-block;
}

#csa_home_text {
	width: 60%;
	float: right;
	padding: 10px;
}

#csa_home_text li {	
	list-style: none;
	font-weight: bold;
}



#csa_types {
	font-size: .8em;
	list-style: none;
	text-align: left;
}

#csa_discounts li {
	font-size: .8em;
	list-style-type: circle;
}
	
#csa_box {
	font-size: .9em;
	list-style: none;
	text-align: left;
	display: inline-block;
	width: 250px;
	border-style: dotted;
	border-width: thin;
	padding: 5px; 
	margin: 10px;	
}


