@charset "utf-8";
/* CSS Document */

body {
background-color:#ffffff;
background-image:url("../images/bg.jpg");
width:100%;
background-position:top left;
background-repeat:repeat-y;
margin:0 0 0 0;
font-family: 'Trebuchet MS' !important;
font-size:14px;
color:#641e12;
}
a {
	color: #8cc63f;
	text-decoration: none;
}
.container {
width:1000px;
}
#menu {
height:610px;
width:402px;
float:left;
cursor:pointer;
}
#content {
float:left;
width:550px;
margin:40px 0px 0px 30px;
/* margin:95px 0px 0px 30px;*/
}
#content .textarea {
padding:0px 0px 0px 20px;
}
#content .logo {
height:124px;
}
.heading {
font-size:24px;
color:#8cc63f;
}
.subheading {
font-size:18px;
color:#8cc63f;
}
.accordion_toggle {
height: 20px;
width: 510px;
color: #8cc63f;
font-size: 24px;
font-weight:normal;
cursor:pointer;
}
.accordion_static {
height: 20px;
width: 510px;
color: #8cc63f;
font-size:24px;
cursor:pointer;
font-weight:normal;
}
		
.accordion_toggle_active {
height: 20px;
width: 510px;
color: #8cc63f;
font-size: 24px;
cursor:pointer;
font-weight:normal;
}
		
.accordion_content {
color: #641e12;
overflow: hidden;
width:100%;
}
.accordion_content a{
color: #ffffff;
text-decoration:none;
font-size: 12px;
}	
.form
{
	width: 510px;
	/*border: 3px solid green;*/
}
div.name
{
	width: 270px;
	float: left;
	margin: 0 25px 0 0;
}
input.name
{
	font-size: 11px;
	background-color: #e3dcc0;
	border: none;
	border: 2px solid 311c0f !important;
	padding: 2px 0 0 2px;
	width: 270px;
	height: 20px;
	color:#641e12;
}
div.email
{
	width: 270px;
	float: left;
}
input.email
{
	font-size: 11px;
	background-color: #e3dcc0;
	border: none;
	border: 2px solid 311c0f !important;
	padding: 2px 0 0 2px;
	width: 270px;
	height: 20px;
	color:#641e12;
}
div.message
{
	width: 510px;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	clear: both !important;
}
textarea.message
{
	font-size: 11px;
	background-color: #e3dcc0;
	border: none;
	border: 2px solid 311c0f !important;
	padding: 2px 0 0 2px;
	width: 510px;
	height: 190px;
	color:#641e12;
}
input.send
{
	font-size: 0px !important;
	color: #fff4bc;
	background: transparent;
	background-image: url(../images/btn_send.gif);
	background-position: top right;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	border: none;
	width: 66px;
	height: 25px;
}
#outcome, .error, .success
{
	font-size: 15px;
	color:#f68a20;
}
