body{
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}

#wrapper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	width:960px;
	height:100px;
	background-color: #971d31;
	margin-bottom: 1px;
}

#logo{
	float: left;
	height: 85px;
	width: 300px;
	padding-top: 10px;
	padding-left: 10px;
}

#header_left{
	float: right;
	width: 400px;
	margin-right: 20px;
	text-align: right;
	margin-top: 5px;
}

#content_wrapper{
	width:960px;
}

h1{
	font-family: Molengo, arial, serif;
	font-size: 42px;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}

h2{
	font-family: Molengo, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	margin-top: 20px;
	padding-top: 0px;
	margin-bottom: 5px;
}

h2 a{
	color: #000000;
	text-decoration:none;

}

h2 a:hover{
	color: #990000;
	text-decoration:underline;

}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	padding-top: 0px;
	line-height: 16px;
	margin-bottom: 0px;
	margin-left: 1px;
}

p a{
	color: #000000;
	text-decoration:underline;

}

p a:hover{
	color: #990000;
	text-decoration:underline;
}

.section_title{
	font-family: Molengo, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	margin-bottom: 180px;
	margin-top: 0px;
	line-height: 12px;
}

#main_feature{
	height: 300px;
	width: 960px;
	margin-bottom: 20px;
}

#main_right{
	height: 250px;
	width: 375px;
	float:right;
	background-image: url(../_img/section_banners/mainbanner_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top:50px;
}

#main_left{
	float: left;
	height: 300px;
	width: 565px;
}

#sections{
	height: 300px;
	width: 960px;
}

.sub_section{
	float: left;
	height: 280px;
	width: 155px;
	margin-right: 20px;
	padding: 10px;
}


/*  FOOTER STYLES */
#footer_wrapper{
	height: 130px;
	width: 940px;
	padding: 10px;
	background-image: url(../_img/footer_bgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 40px;
}

.footer_link_container{
	float: left;
	width: 150px;
	margin-right: 10px;
}

ul.footer_link {
	padding: 0px;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

ul.footer_link li {
	DISPLAY: block;
	WIDTH: 140px;
	TEXT-ALIGN: left;
}

ul.footer_link li a {
	margin: 0px;
	DISPLAY: block;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

ul.footer_link li a:hover {
	text-decoration: underline;
}	

.link_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 14px;
}		

.security{
	float: left;
	width: 300px;
}

.security_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* COPYRIGHT */
.copyright_logos{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height:50px;
}

.copyright{
	float: left;
	height: 40px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding-top: 10px;
}

.copyright a{
	color: #000000;
	text-decoration:none;
}

.copyright a:hover{
	color: #000000;
	text-decoration:underline;
}

.logos{
	float: right;
	height: 50px;
	width: 450px;
	text-align: right;
}

#left_col {
	float:left;
	width:420px;
	border: 10px solid #ececec;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}


#right_col {
	float:right;
	width:500px;
}

.tbc{
	background-color: #FF00FF;
}

.expertimage{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 8px solid #990000;
}

.expertwrapper{
	height:160px;
}


#about{
	background-image: url(../_img/section_banners/about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#area{
	background-image: url(../_img/section_banners/area.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#recruitment{
	background-image: url(../_img/section_banners/recruitment.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#news{
	background-image: url(../_img/section_banners/news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#media{
	background-image: url(../_img/section_banners/media.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.charity_but{
	width: 300px;
	font-family: Molengo, arial, serif;
	font-size: 20px;
	color: #000;
	background-image: url(../_img/section_banners/charity_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	border-bottom-width: 1px;
	/*border-bottom-style: dashed;*/
	border-bottom-color: #CCC;
	line-height: 16px;
	padding-bottom:15px;
	padding-top:15px;
}

.charity_but a{
	color: #000;
	text-decoration:none;
}

.charity_but a:hover{
	color: #e01083;
	text-decoration:none;
}

#online_banner{
width:960px;
height:150px;
margin-bottom:20px;
margin-top:5px;
}

/* Property styels */
.contact_wrap{
	width:450px;
	margin-right:20px;
	margin-bottom:20px;
	height:80px;
}

.logo_left{
	float:left;
	margin-right:10px;
	width:80px;
}

.security{
width:350px;
}

#free-gadgets{
	float:left;
	width:280px;
	height:300px;
}

#an-main-banner{
	float:left;
	width:275px;
	height:300px;
}

/*  RECALL STYLES */
ul.recall_link {
	padding: 0px;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

ul.recall_link li {
	DISPLAY: block;
	WIDTH: 200px;
	TEXT-ALIGN: left;
	padding-left: 30px;
	background-color: #ececec;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(../_img/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.recall_link li a {
	margin: 0px;
	DISPLAY: block;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

ul.recall_link li a:hover {
	text-decoration: underline;
}

