.main_warpper
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
	clear: both;
}
.clear
{
	clear: both;
}
.header_logo_title
{
	background-color: #234d4c;
	height: 120px;
}
.logo
{
	display: block;
	background-image: url(../images/BrandApps_Logo.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 45px;
	position: relative;
	top: 55px;
	left: 55px;
	text-indent: -9999em;
}
.header_menu
{
	padding-left: 47px;
	width: 100%;
	background-color: #142c2c;
	clear: both;
}
.header_menu .date_block
{
	font-weight: bold;
	width: 250px;
	display: inline-block;
	color: #407374;
	padding: 17px 0px;
	white-space: nowrap;
	float: right;
}
.menu_bar
{
	width: 700px;
	float: left;
}
.menu_bar .login_span
{
	color: #407374;
	font-weight: bold;
	display: inline-block;
	padding: 17px;
	white-space: nowrap;
}

.menu_bar li
{
	float: left;
	position: relative;
	display: inline;
}
.menu_bar li a
{
	font-weight: bold;
	display: inline-block;
	color: #89adab;
	padding: 17px;
	white-space: nowrap;
}
.menu_bar li a:hover
{
	color: #407374;
}
.header_bottom_bar
{
	background-image: url(../Images/header_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
}
.block_title
{
	font-size: 14px;
	font-weight: bold;
}
.questionaire_block
{
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	clear: both;
}
.questionaire_title_block
{
	width: 100%;
	background-color: #ffbe46;
	padding: 3px 12px;
}
.questionaire_content_block
{
	color: Black;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}
.footer_top_bar
{
	color: Black;
	background-image: url(../Images/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 15px;
}
.footer_content
{
	font-weight:bold;
	line-height: 1.3em;
	color: #89adab;
	background-color: #234d4c;
	padding: 18px 0px 10px;
	width: 100%;
}
.footer_content .text_title
{
	color:#407374;
}
.footer_content_text
{
	background-color: #142c2c;
	padding: 5px 0px;
	width: 100%;
}
.footer_content_text .left_text
{
	float:left;
	padding-left:60px;
	width:600px;
}
.footer_content_text .right_text
{
	float:right;
	width:250px;
}
