@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1000px;
	margin: 0 0;
}
#header {
	width: 1000px;
	margin: 0 0;
	height: 104px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	background-color: #FFFFFF;
	float: left;
	width: 1000px;
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
#area1 {
	width: 280px;
	float: left;
	padding-left: 10px;
}
#area2 {
	width: 403px;
	float: left;
	margin-right: 80px;
	margin-bottom: 10px;
}
.heading_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9e0d02;
	text-decoration: none;
}
#area3 {
	width: 40px;
	padding-right: 20px;
	padding-top: 30px;
	float: left;
}
#area4 {
	width: 120px;
	padding-top: 35px;
	float: left;
}
/*footer div start from here*/
#footer {
	width: 100%;
	background-color: #434343;
	float:left;
}
#footer_black {
	width: 100%;
	background-color: #000000;
	float:left;
}
#footer_width {
	width: 1000px;
}
#footer_width2 {
	width: 900px;
	padding-bottom:20px;		
	padding-top:20px;
}
#footer-area1 {
	width: 226px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-left:15px;
	padding-right:15px;
}
#footer-area2 {
	width: 216px;
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-left:15px;
	padding-right:15px;
}
#footer-area3 {
	width: 106px;
	float:right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-left:15px;
	padding-right:15px;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #AAAAAA;
	padding-top: 8px;
	text-decoration: none;
	line-height: 18px;
}
.footer_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #AAAAAA;
	padding-top: 10px;
	padding-bottom: 8px;
	text-decoration: none;
	line-height: 18px;
}
.footer_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DBDBDB;
	padding-top: 15px;
	text-decoration: underline;
	line-height: 18px;
}
#bottom_area1 {
	width: 40%;
	float:left;
	padding-left:20px;
}
#bottom_area2 {
	width: 40%;
	float:right;
	padding-right:20px;
}
/*Footer div end here*/
.right_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #727171;
	text-decoration: none;
}
.text {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #434343;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}
#logo {
	height: 103px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	margin-left: 80px;
}
#banner {
	height: 319px;
	padding-bottom: 0px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #9e0d02;
	text-decoration: none;
}
.readmore:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #9e0d02;
	text-decoration: underline;
}

