html,
body {
	height: auto !important;
	height: 100%;
	margin: 0px;
	overflow-x: hidden;
	line-height: 16px;
	cursor: default;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.layout {
	background-repeat: no-repeat;
	background-position: left;
}

.layout.container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.layout.address {
	padding-top: 10px;
	padding-left: 267px;
	height: 20px;
	color: #414042;
}
.layout.header {
	height: 221px;
	background-color: #eb6b08;
	background-image: url(header.jpg);
	position: relative;
}
.layout.header .layout.logo {
	background-image: url(header_logo.gif);
	width: 214px;
	height: 124px;
	position: absolute;
	top: -13px;
	left: 34px;
}
.layout.header .layout.slogan {
	position: absolute;
	top: 196px;
	height: 28px;
	right: 20px;
	color: #fff;
	font-size: 16px;
}

.layout.main {
	margin-left: 34px;
}
.layout.main .layout.menu {
	background-image: url(main_menu.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
	margin-right: 20px;
	width: 214px;
	float: left;
	line-height: 24px;
}
.layout.main .layout.menu .layout.top {
	background-image: url(main_menu_top.gif);
	height: 35px;
}
.layout.main .layout.menu .layout.bottom {
	background-image: url(main_menu_bottom.gif);
	height: 85px;
}
.layout.main .layout.menu .layout.external {
	background-color: #fff;
	text-align: center;
	padding-bottom: 30px;
}
.layout.main .layout.menu .layout.external a {
	color: #000099;
}
.layout.main .layout.menu,
.layout.main .layout.menu a {
	color: #fff;
	text-decoration: none;
}
.layout.main .layout.menu a {
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding-left: 21px;
	color: #f7dec8;
}
.layout.main .layout.menu a:hover,
.layout.main .layout.menu a.active {
	color: #fff;
	background-image: url(main_menu_arrow.gif);
}
.layout.main .layout.menu ul {
	background-image: url(main_menu_ul.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	min-height: 204px;
	height: auto !important;
	height: 204px;
	list-style: none;
}

.layout.main .layout.content {
	width: 700px;
	margin-top: 15px;
	padding-bottom: 34px;
	float: left;
	color: #414042;
}

.layout.main .layout.content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.layout.main .layout.content h2 {
	font-size: 16px;
	font-style: italic;
	color: #eb6b08;
}

.layout.main .layout.content h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #eb6b08;
}

.layout.main .layout.content h4 {
	font-size: 12px;
	font-weight: bold;
	color: #882101;
}

.layout.main .layout.content .layout.submenu {
	
}
.layout.main .layout.content .layout.submenu a {
	color: #d25600;
	font-weight: bold;
	text-decoration: none;
}
.layout.main .layout.content .layout.submenu a.active {
	color: #872001;
	text-decoration: underline;
}

.layout.footer {
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 21px;
	color: #8b1f05;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 4px;
	position: absolute;
	bottom: 0px;
}
.layout.footer .phone {
	height: 25px;
	color: #fff;
}

.floathelper {
	clear: both;
}

#news {
}
#news .title {
	background-color: #f1f1f1;
	padding: 10px;
}
#news .date {
	color: #ccc;
	font-size: 11px;
}
#news .image {
	width: 100px;
	float: left;
}

