@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #565642;
}

input {
	font-size: 11px;
}

#wrapper {
	width: 770px;
}

#header {
	background-image: url(../img/layout/images/header_01.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 766px;
}

#button_bar_padding {
	padding-left: 0px;
	padding-top: 190px;
}

#top_spacer {
	background-image: url(../img/layout/images/spacer_03.jpg);
	background-repeat: repeat-x;
	height: 41px;
}


#searchbox_bg {
	background-image: url(../img/layout/images/searchbox_03.jpg);
	background-repeat: no-repeat;
	height: 119px;
	width: 263;
}

#searchbox_padding {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#latest_news {
	background-image: url(../img/layout/images/latestnews_07.jpg);
	background-repeat: no-repeat;
	width: 263px;
	height: 337px;
}

#latest_news_padding {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#latest_news_buttons {
	padding-top: 90px;
	padding-left: 10px;
}

#latest_news_underline {
	border-bottom: solid #d6d4ca thin;
}

#our_services_border {
	border-right: dotted #565642 thin;
}

.form_field_message {
	background-color: #252523;
	border: solid #605e53 thin;
	color: #565642;
	font-size: 11px;
}

.button {
	background-color: #252523;
	color: #6eb513;
}

#footer {
	color: #000000;
}
