h1 {
font-size: 20pt;
	color: #94bfef;
}

body
{
	font-family: Arial Narrow;
	font-size: 12px;
    color: #333;
}
:focus
{
	outline: none;
}
a
{
	text-decoration: none;
}
#header
{
	width: 965px;
	margin: 0 auto;
}
#menu
{
	width: 925px;
	height: 53px;
	margin-top: 22px;
	padding: 0 20px;
	float: left;
	display: inline;
	background: url("../images/menu_back.jpg") 0 0 no-repeat;
}
.menu_item
{
	margin: 10px 20px 0 20px;
	float: left;
	display: inline;
}
.menu_item a
{
	font-family: Lucida Sans;
	font-weight: bold;
	color: #383838;
	float: left;
	display: inline;
}
.menu_sep
{
	width: 3px;
	height: 36px;
	float: left;
	display: inline;
	background: url("../images/menu_sep.jpg") 0 0 no-repeat;
}
.menu_email
{
	margin-top: 10px;
	float: right;
	display: inline;
}
.menu_email a
{
	font-family: Lucida Sans;
	font-weight: bold;
	color: #919191;
	float: right;
	display: inline;
}
#banners
{
	width: 960px;
	height: 540px;
	margin-top: 11px;
	float: left;
	display: inline;
	position: relative;
	background: url("../images/banner_back.jpg") 0 0 no-repeat;
}
.articles
{
	width: 460px;
	margin-top: -17px;
	float: left;
	display: inline;
}
.article
{
	width: 460px;
	margin-top: 26px;
	font-family: "Arial Narrow";
	float: left;
	display: inline;
}
.article div
{
	float: left;
	display: inline;
}
.article_question
{
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.article_text
{
	width: 100%;
	margin-top: 1px;
}
p
{
	font-size: 16px;
	color: #1a1a1a;
	line-height: 24px;
	text-align: justify;
}}

.article_text p
{
	font-size: 16px;
	color: #4a4a4a;
	line-height: 24px;
	text-align: left;
}
.article_text p.red
{
	color: #fc0000;
	font-weight: bold;
}
.article_text p span.green
{
	color: #52ae00;
	font-weight: bold;
}
.article_image
{
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.article_image img
{
	margin: 0;
	padding: 0;
	border: 0;
}
#line
{
	width: 100%;
	height: 7px;
	margin-top: 30px;
	float: left;
	display: inline;
	background: url("../images/line_back.jpg") 0 0 repeat-x;
}
#footer
{
	padding-bottom: 90px;
}
#footer div
{
	float: left;
	display: inline;
}
.footer_title
{
	width: 100%;
	margin-top: 14px;
	margin-bottom: 14px;
	font-family: Arial;
	font-size: 24px;
	color: #94bfef;
}
.footer_title img
{
	margin-top: -2px;
	margin-left: 11px;
}
#contact_info
{
	width: 100%;
	font-family: Arial;
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 21px;
	color: #8e8e8e;
}
#contact_info strong
{
	color: #000000;
}
#contact_info a
{
	color: #8e8e8e;
}
#contact_left
{
	width: 260px;
}
#contact_right
{
	width: 200px;
	padding-top: 21px;
}
#gmap
{
	width: 300px;
	height: 146px;
	margin: 17px 0px 0px 0px;
}
#contact_form
{
	width: 460px;
	margin-top: 5px;
}
#contact_form .row
{
	width: 460px;
	margin-bottom: 12px;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
}
#contact_form .row.button
{
	margin-top: 10px;
}
.button input
{
	width: 137px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 35px;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	text-align: center;
	float: right;
	display: inline;
	background: url("../images/button_back.jpg") 0 0 no-repeat;
}
#contact_form .row span.error
{
	width: 100%;
	margin-top: 5px;
	font-weight: bold;
	color: #fc0000;
	float: left;
	display: inline;
}
#contact_form .row span.success
{
	width: 100%;
	margin-top: 5px;
	font-weight: bold;
	color: #52ae00;
	float: left;
	display: inline;
}
#contact_form label
{
	width: 177px;
	margin-top: 3px;
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	color: #8e8e8e;
	float: left;
	display: inline;
}
#contact_form label.first
{
	margin-top: 1px;
}
input.textfield
{
	width: 278px;
	height: 22px;
	margin: 0 0 0 1px;
	padding: 0 2px;
	border: 0;
	font-size: 13px;
	font-family: Arial;
	line-height: 22px;
	float: left;
	display: inline;
	background: url("../images/input_back.jpg") 0 0 no-repeat;
}
textarea.textfield
{
	width: 455px;
	height: 119px;
	margin: 0;
	padding: 0 2px;
	border: 0;
	font-size: 13px;
	font-family: Arial;
	float: right;
	display: inline;
	background: url("../images/textarea_back.jpg") 0 0 no-repeat;
	resize: none;
	overflow: auto;
}