
body {
	background-image: url(../img/layout/bg.jpg);
	background-repeat: repeat-x;
	background-color: #dedede;
	font-family: 'Droid Sans', arial, serif;
	padding-top: 40px;
	font-size: 14px;
	color: #231f20;
}

h1 {
	font-size: 16px;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-size: 15px;
	margin: 0px 0px 10px 0px;
	color: #959998;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

p {
	margin: 0px 0px 10px 0px;
}
a {
	color: #f25d25;
}
.important {
	color: #ff0000;
	font-weight: bold;
}
.back_to_top {
	margin-top: 75px;
	text-align: center;
}
.response_message {
	background-color: #e6efc2;
	color: #264409;
	border: 2px solid #c6d880;
	padding: 20px;
}
.error_message {
	background-color: #fbe3e3;
	color: #b11f11;
	border: 2px solid #fbc2c4;
	padding: 20px;
}
#contact_button {
	position: absolute;
	margin-top: 10px;
	margin-left: 691px;
	font-size: 14px;
	padding: 10px;
}
#contact_button a {
	text-decoration: none;
	color: #555253;
}
.contact_form label {
	color: #231f20;
	font-size: 11px;
	display: block;
}
.contact_form input, .contact_form textarea, .contact_form select {
	padding: 3px;
	border: 1px solid #95989a;
	font-size: 15px;
	color: #231f20;
	margin-bottom: 6px;
	background-image: url(../img/layout/bg-inner.jpg);
	background-position: top center;
}
.contact_form textarea {
	width: 330px;
	height: 50px;
}
.contact_form input.submit_button {
	background-color: #949698;
	background-image: none;
	color: #eeeeee;
}
.contact_form input.submit_button:hover {
	cursor: pointer;
}
#logo {
	margin: 0px 0px 30px 30px;
}

#contact_info {
	font-size: 11px;
	line-height: 1.2;
	margin-top: 28px;
	color: #555253;
}

#contact_info a {
	color: #555253;
	text-decoration: none;
}

#contact_info a:hover {
	color: #231f20;
}

#wrap_outer {
	border: 1px solid #9c9c9c;
	padding: 8px;
	background-color: #FFF;
}

#wrap {
	background-image: url(../img/layout/bg-inner.jpg);
	background-repeat: repeat-x;
	background-color: #eeeeee;
	padding: 8px;
	
}

#wrap .grid_6 {
	margin-left: 40px; 
	width: 470px;
}
#navigation {
	margin-top: 25px;
	margin-left: 10px;
}
#navigation img {
	float: left;
	margin-left: 15px;
}

#scrollable {
	height: 380px;
	overflow: hidden;
}
#scrollable .pane {
	height: 380px;
	overflow: hidden;
}
.pane .grid_6, .pane .grid_4, .pane .grid_5 {
	padding-top: 15px;
}
#contact .grid_4 {
	text-align: center;
}
#footer, #footer span {
	font-size: 11px;
	line-height: 1.2;
	margin: 16px 16px 20px 16px;
	color: #555253;
}

#footer a {
	color: #555253;
}

#footer a:hover {
	color: #231f20;
}
.signature {
	
}


