/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#425124;
	background:url(../images/container-left_bg.gif) top left repeat-y;
}
* {
	outline:none;
}
a {
	color:#425124;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin:15px 0;
	line-height:1.45em;
}
form {
	margin:15px 0;
}
table {
	font-size:12px;
}
td, th {
	vertical-align:top;
}
td p {
	margin:7px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	font-size:13px;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:15px;
}
hr {
	background:none;
	border:none;
	border-top:1px solid #e1e1e1;
	height:1px;
}

ul, li {
	margin:15px 0;
	padding:0;
	list-style:none;
}
li {
	margin:0;
	background:url(../images/bull.gif) 0 2px no-repeat;
	padding-left:25px;
	padding-bottom:10px;
}

address {
	font-style:normal;
}
input, textarea, select {
	font-size:11px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
}
input[type="text"], textarea {
	border:1px solid #425124;
	padding:2px 5px;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.size10 {
	font-size:10px;
}
#site {
	background:url(../images/body_repeat.gif) top left repeat-x;
}
#wrapper {
	width:1000px;
}

#header {
	border-top:22px solid #FFF;
	position:relative;
	height:216px;
	color:#000;
}
#header a {
	color:#000;
}
#imgHeader {
	float:left;
}
#address {
	float:left;
	padding-left:40px;
}
#logo {
	position:absolute;
	bottom:0;
	left:0;
	clear:both;
}
#logo img {
	float:left;
}

#container-left {
	float:left;
	width:189px;
	display:inline;
}
#menu {
	margin-top:35px;
	font-size:17px;
	font-weight:bold;
}
#menu ul, #menu li {
	margin:0;
	padding:0;
}
#menu a {
	color:#000;
	display:block;
	background:url(../images/bull.gif) 35px 6px no-repeat;
	padding:4px 0;
	padding-left:60px;
}
#menu li {
	padding-bottom:10px;
	background:none;
}
#menu a:hover, #menu a:focus, #menu a.active {
	color:#294131;
	background-color:#87ac68;
}
#container-right {
	float:left;
	width:640px;
	margin-left:40px;
	display:inline;
}
#content {
	margin:45px 0;
}

#backer{
padding-top: 40px;
padding-left: 230px;
}

#footer {
	color:#739b53;
	text-align:center;
}
#footer a {
	color:#739b53;
	text-decoration:underline;
	padding-right:15px;
}