body {
	padding: 0;
	margin: auto;
	text-align: left;
	background: #fff;
	}
p {font-family:tahoma; font-size:11px; color:#797979;
}
img  {
	border: 0;
	}
#container {
	width: 880px;
	padding: 0;
	margin: auto;
	text-align: left;
	min-height: 400px;
	}
#header {
	width: 100%;
	float: left;
	background: #fff
	}
.logo {
	float: left;
	width: 630px;
	}
.need_help {
	float: left;
	width: 250px;
	}
.need_help_left {
	width: 175px;
	float: left;
	}

.need_help_left_text {
	text-align: center;
	color: #939393;
	font-family: tahoma;
	font-size: 14px;
	margin: 26px 0 0 0;
	font-weight: normal;
	}
.need_help_left_number {
	text-align: right;
	color: #000;
	font-family: tahoma;
	font-size: 14px;
	margin: 10px 4px 0 0;
	font-weight: bold;
	}
.need_help_right {
	float: left;
	padding: 0;
	margin: 0;
	}
.top_navigation {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
	background: #fff;
	
	}
.top_navigation ul {
	float: left;
	height: 35px;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	
	}
.top_navigation ul li{
	float:left;
	list-style: none;
	border-right: 1px solid #000;
	padding: 0 12px 0 12px;
	margin: 10px 0 10px 0;
	}
	
.top_navigation ul li.last{
	float:left;
	list-style: none;
	border: none !important;
	padding: 0 2px 0 12px; !important;
	
		}
.top_navigation ul li a{
	color: #000;
	text-decoration: none;
	}
	
.top_navigation ul li a:hover{
	color: #ae0000;
	text-decoration: underline;
	}
#quote_section {
	float: left;
	width: 100%;
	margin: 20px 0 50px 0;
	padding: 0;			
		}
.quote_section_left {
	width: 428px;
	float: left;
	padding: 0 5px 0 0;
	text-align: center;
	background: #fff;
	}
.quote_btn {
	margin: 17px 0 0 0;
	}
.under_btn {
	color: #606060;
	text-align: center;
	font-family: tahoma;
	font-size: 12px;
	padding: 0;
	}
.quote_section_right {
	float: left;
	width: 445px;
	}
#contents {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding:0 0 50px 0 
	}
.sections {
	float:left;
	width: 285px;
	padding: 5px;
	margin: 0 10px 0 0;
	text-align: left;
	}
.logos {
	float:left;
	width: 250px;
	padding: 5px;
	margin: 0 10px 0 0;
	text-align: left;
	}

#contents .heading {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0 5px 0;
	text-align: left;
	}
#contents .small_heading {
	font-family: tahoma;
	font-size: 13px;
	color: #ae0000;
	padding: 0px 0 2px 0;
	text-align: left;
	
	}
#contents p {
	font-family: tahoma;
	font-size: 11px;
	color: #797979;
	text-align: left;
	line-height: 17px;
	padding: 0;
	margin: 0;
	
	}
#footer {
	width: 100%;
	float: left;
	padding: 12px 0 12px 0;
	}
.copyright {
	float: left;
	font-family: tahoma;
	font-size: 11px;
	color: #b3b3b3;
	}
.footer_links {
	float: right;
	font-family: tahoma;
	font-size: 11px;
	color: #b3b3b3;
	}
.footer_links ul {
	padding: 0;
	margin: 0;
	}
.footer_links ul li {
	padding: 0 5px 0 5px;
	margin: 0;
	list-style: none;
	float: left;
	border-right: 1px solid #b3b3b3;
	}
.footer_links ul li a {
	color: #b3b3b3;
	text-decoration: none;
	}
	
.footer_links ul li a:hover {
	color: #b3b3b3;
	text-decoration: underline;
	}
.footer_links ul li.last {
	padding: 0 1px 0 5px !important;
	margin: 0;
	list-style: none;
	float: left;
	border: none!important;
	}