* {
	margin: 0;
	padding: 0;
}

body {
	font-family: helvetica,arial,sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #000;
	background: #009244;
}

h1 {
	font-size: 133%;
	text-transform: uppercase;
	margin-bottom: 1em;
}
h2 {
	font-size: 114%;
	text-transform: uppercase;
	color: #00401e;
}
h3 {
	font-size: 100%;
	text-transform: capitalize;
	color: #00401e;
}
img {
	border: 0;
}

a {
	color: #00401e;
}
a:hover {
	color: #009244;
}
p {
	margin-bottom: 0.5em;
}
#page {
	max-width: 1000px;
	min-width: 770px;
	background: transparent url(/images/header_left.png) no-repeat scroll 0 99px;
	margin-right: 9px; 
}

#header {
	height: 90px;
	position: relative;
	padding-top: 10px;
	background: transparent url(/images/header_background.png) no-repeat scroll 0 0
}

#header_logo {
	margin: 0 auto;
	width: 225px;
}

#header_flags {
	float: right;
}

#container {
	padding: 10px;
	background-color: #dce6c8;
	position: relative;
	margin-left: 40px;
}

#sidebar {
	float: right;
	width: 24%;
	margin-bottom: -10px;
}

#sidebar div {
	margin-bottom: 10px;
}

#sidebar ul {
	list-style: none;
	padding-left: 10px;
}

#sidebar ul li {
	line-height: 2em;
}
#content {
	float: left;
	width: 73%;
}

#footer {
	color: #dce6c8;
	padding: 10px;
	margin-left: 40px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
div.box {
	border: 1px solid #a4bc9c;
	background-color: #c3d9a3;
	padding: 10px;
}
.clear {
	clear: both;
}

div.image-left {
	float: left;
	margin-right: 10px;
}


div.image-left p {
	font-style: italic;
	text-align: center;
}

div.image {
}

div.image p {
	font-style: italic;
	text-align: center;
}


#faq {
	list-style: none;
	margin-top: -1em;
}
#faq .question {
	margin-top: 1em;
	font-weight: bold;
}
#faq .answer {
	font-style:italic;
}


table.list {
	width: 100%;
	border-spacing: 0;
}

table.list tr {
	padding-left: 0.34em;
}

table.list tr.list0 {
	vertical-align: top;
}

table.list tr.list1 {
	vertical-align: top;
	background-color: #c3d9a3;
}

table.list th {
	color: #00401e;
	font-weight: bold;
	text-align: left;
}

table.list td.control {
	text-align: right;
}

table.list tr.list0:hover,table.list tr.list1:hover {
	background-color: #a4bc9c;
}

ul.errors {
	list-style-position: inside;
	color: #e2001a;
	font-weight: bold;
	display: table;
	padding: 0.2em;
	background-color: #c3d9a3;
	border: 1px solid #a4bc9c;
	list-style: none;
	margin-bottom: 0.2em;
}
input[type="text"], input[type="password"], textarea {
	border: 1px solid #a4bc9c;
}
input[type="checkbox"] {
	margin-right: 0.3em;
}
textarea {
	font-size: 12px;
	font-family: helvetica,arial,sans-serif;
	width: 350px;
	height: 100px;
}

input[type="submit"] {
	background-color: #c3d9a3;
	border: 0;
	padding: 0.1em 0.5em;
	border: 1px solid #a4bc9c;
}

input:focus[type="submit"] {
	border: 1px inset #c3d9a3;
}

dt label {
	font-weight: bold;
	color: #00401e;
}

dl.zend_form div.error input {
	background-color: #FCA0A0;
}
dl.zend_form dt {
	margin-top: 0.5em;
}

.error {
	color: #e2001a;
	font-weight: bold;
}

.success {
	color: #009244;
	font-weight: bold;
}


