/* -------------------------------------------------------------- 
   
   main.css
   * Editable styles.

-------------------------------------------------------------- */
body {
	margin: 0;
	background: #fff url(../../images/bkgd.gif) repeat-y top left;
}
.container {
	border-bottom: 0.5em solid #FFF;
	z-index: 1;
}
#header {
	height: 144px;
	background: #d5edb3;
}
#header p {
	padding: 1.5em;
	margin: 0;
}
#bar {
	background: #99cc66;
	height: 3px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#navigation {
	height: 2.5em;
	position: relative;
	z-index: 1;
}
#mainNavVertical ul {
	margin: 0;
}
#mainNavVertical li {
	list-style: none;
	display: block;
}
#mainNavVertical a {
	text-align: left;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #F4FFE4;
	height: 1.5em;
	padding: 0.5em;
	color: #D5EDB3;
	background: #5C743D url(../../images/nav-arw.gif) no-repeat right center;
}
#mainNavVertical a:hover {
	color: #993300;
	background: #D7E1C8 url(../../images/nav-arw-hvr.gif) no-repeat right center;
}
#footer {
	background: #d5edb3;
	height: auto;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
}
