@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

p {
	margin:10px 0;
}

body {
	background-image:url(/images/background_new.png);
	background-repeat:repeat-x;
	background-color:#870a0f;
	text-align:center;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	line-height: 15px;
}

a {
	text-decoration:none;
	color: #a30006;
}

#wrapper {
	margin: 0 auto;
	width:980px;
	text-align:left;
}

#logo {
	width: 420px;
	height: 92px;
	background-image:url(/images/logo.png);
	margin-left: 15px;
	margin-bottom:17px;
	float:left;
	cursor:pointer;
}

#search {
	float: right;
	margin-top: 32px;
}

#search_box {
	background-color:#6f1d24;
	border-width:1px;
	border-color:#893d3c;
	border-style:solid;
	color: #fff;
	padding: 5px;
	font-size:11px;
	margin-right: 5px;
}

#search_btn {
	background-image:url(/images/btn_search.png);
	border: 0;
	width:67px;
	height:22px;
	font-size:11px;
	color:#fff;
}

.clear {
	clear:both;
}

#menu {
	height: 34px;
	width: 980px;
	padding-left: 30px;
}

/* Button styles */
.btn_left {
	width: 18px;
	height: 34px;
	float:left;
	background-image:url(/images/btn_left.png);
	background-repeat:no-repeat;
}

.btn_center {
	height: 34px;
	background-image:url(/images/btn_center.png);
	background-repeat:repeat-x;
	padding-top: 11px;
	margin-bottom: -4px;
	color: #fff;
	font-weight:bold;
	float:left;
	text-align:center;
}

.btn_right {
	width: 18px;
	height: 34px;
	float:left;
	margin-right: 5px;
	background-image:url(/images/btn_right.png);
	background-repeat:no-repeat;
}

.btn a {
	text-decoration: none;
	cursor:pointer;
}

/* Current page button */
.btn_current .btn_left {
	width: 18px;
	height: 34px;
	float:left;
	background-image:url(/images/btn_left2.png);
	background-repeat:no-repeat;
}

.btn_current .btn_center {
	height: 34px;
	background-image:url(/images/btn_center2.png);
	background-repeat:repeat-x;
	padding-top: 7px;
	color:#b1181e;
	font-weight:bold;
	float:left;
	text-align:center;
}

.btn_current .btn_right {
	width: 18px;
	height: 34px;
	float:left;
	margin-right: 5px;
	background-image:url(/images/btn_right2.png);
	background-repeat:no-repeat;
}

.btn_current a {
	text-decoration: none;
	cursor:pointer;
}
/* End current page button */

.btn a:hover .btn_left {
	background-image:url(/images/btn_left2.png);
}

.btn a:hover .btn_right {
	background-image:url(/images/btn_right2.png);
}

.btn a:hover .btn_center {
	background-image:url(/images/btn_center2.png);
	color:#b1181e;
}
/* End button styles */

#content_top {
	width: 980px;
	height: 19px;
}

#content_top img {
	margin-top: -7px;
}

#top_area {
	width: 940px;
	background-image:url(/images/top_area_background.jpg);
	background-repeat:repeat-x;
	background-color:#E5E5E5;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

/* News styles */
#top_area_news {
	width: 940px;
	background-image:url(/images/top_area_background.jpg);
	background-repeat:repeat-x;
	background-color:#E5E5E5;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

#top_area_news h2, #top_area_news h1 {
	margin-bottom: 15px;
	margin-top: 10px;
	color: #A30006;
}

#top_area_news p {
/*	padding-top: 10px;*/
}

#top_area_news .news_authors {
	font-style: italic;
}

#news_author {
	font-style:italic;
}
/* End News styles */

#top_area_left {
	float:left;
	font-size:13px;
	width: 220px;
}

.heading {
	color: #a30006;
	font-size:26px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.project {
	margin-top: 10px;
}

hr {
	height: 1px;
	border: 0;
	background-color:#c8c8c8;
}

.project_pics {
	width: 415px;
	float: left;
}

.project_pics img {
	border:3px solid #888;
	margin-right: 7px;
	margin-bottom: 7px;
}

.project_text {
	float:left;
	padding-top:10px;
	font-size:13px;
	width: 525px; /* 300 */
}

.title {
	font-weight:bold;
	font-size:14px;
}

#right_column {
	float: right;
	margin-top: -29px;
	width:185px;
	font-size:14px;
	line-height:20px;
}

#right_column a:hover {
	text-decoration:underline;
}

#left_column {
	float: left;
}

#services {
	width: 940px; /* 720 */
	font-size:13px;
}

#news {
	width: 720px;
	font-size:13px;
}

.article img {
	border:3px solid #888;
	float:left;
	margin-top: -15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.article {
	padding-top: 30px;
}

.service img {
	border:3px solid #888;
	margin-top: 12px;
	margin-right: 7px;
}

#submit_btn {
	background-image:url(/images/btn_submit.png);
	border: 0;
	width:67px;
	height:22px;
	font-size:11px;
	color:#fff;
}

.form_label {
	width: 82px;
	font-size:13px;
}

.form_input {
	width: 200px;
	padding: 3px;
	border-color:#873e49;
	border-style:solid;
	border-width:1px;
}

#form_combobox {
	width: 207px;
	padding: 3px;
	border-color:#873e49;
	border-style:solid;
	border-width:1px;
}

#contact_right {
	float:right;
	margin-top: -30px;
}

#contact_right img {
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.highlight {
	color: #a30006;
	font-weight:bold;
}

#email {
	color: #a30006;
}

#email a:hover {
	text-decoration:underline;
}

.contact_info {
	font-size:13px;
	float:left;
	margin-left: 30px;
}

#see_more {
	color: #a30006;
	font-weight:bold;
}

#see_more a:hover {
	text-decoration:underline;
}

#top_image {
	float:right;
}

.unit {
	width: 290px;
	font-size:13px;
	float:left;
	padding-top: 5px;
}

.unit h4 {
	padding-bottom: 8px;
}

.separator {
	width: 25px;
	float:left;
}

.unit_title {
	color: #a30006;
	display:inline;
	font-size:26px;
}

.red_area_pic {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 193px;
	height: 125px;
	float:left;
}

#red_area {
	height:250px;
	width:940px;
	background-color:#390001;
	padding-left: 20px;
	padding-right: 20px;
	clear:both;
}

#footer {
	height:75px;
	width:940px;
	background-color:#390001;
	padding-left: 20px;
	padding-right: 20px;
	clear:both;
}

#logo_bottom {
	float:right;
	margin-top:20px;
	cursor:pointer;
}

#logo_bottom a span {
	padding-left:4px;
	font-size:9px;
	color: #fff;
	letter-spacing:2px;
}

#footer_text {
	float:left;
	color: #fff;
	padding-bottom: 2px;
}

#footer_text #span1 {
	font-weight:bold;
	font-size:14px;
}

#footer_text #span2 {
	font-size:14px;
}

#footer_text #span3 {
	color: #c52e35;
	font-size:12px;
}

#footer_text #span3 a {
	color: #c52e35;
}

#footer_text #span3 a:hover {
	text-decoration:underline;
}

#content-bottom {
	width: 980px;
	height: 21px;
	margin-bottom:30px;
}

#content-bottom img {
	margin-top:-3px;
}
