/* @override http://zionsvilleedc.com/2010/zvedc.css */

#logo {
	background-color: #FFF;
	text-align: center;
	width: 446px;
}
#logo a img {
	padding: 10px;
}
#header img {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFE152;
	border-bottom-color: #FFE152;
}
#header {
	background-color: #FFE958;
}
.orange {
	background-color: #F99D31;
	width: 224px;
	padding: 7px;
	text-align: center;
}
.green {
	background-color: #9FA617;
	width: 234px;
	padding: 10px 10px 10px 14px;
}
body {
	background-image: url(images/bg-green.gif);
	background-color: #5A5E28;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
}
#main h1, #main h2 {
	font-weight: bold;
	color: #D16F1A;
}
#main h1 {
		font-size: 23px;
}
#main strong, #main b {
	font-weight: bold;
	color: #AAB800;
}
#main a {
	color: #FFA930;
	text-decoration: none;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar ul li a, .green a, .orange a {
	color: #FFF;
	text-decoration: none;
}
#navbar ul li {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-size: 14px;
}
#navbar ul ul {
	margin-left: 1.5em;
}
#navbar ul li ul li {
	font-weight: normal;
	text-transform: none;
	margin-bottom: 0px;
	font-size: 12px;
}
td {
	vertical-align: top;
}
.orange a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar ul li ul li ul li {
	list-style-type: square;
}
#main {
	background-color: #FFF;
	padding: 10px;
	width: 418px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFE152;
	border-left-color: #FFE152;
}
#shadowright {
	background-image: url(images/shadow-right.png);
	background-repeat: repeat-y;
	width: 25px;
}
#shadowleft {
	background-image: url(images/shadow-left.png);
	background-repeat: repeat-y;
	width: 25px;
	background-position: right;
}
