@font-face {
font-family: 'Lato-Bold';
src: url('../fonts/latobold.eot');
src: url('../fonts/latobold.eot?#iefix') format('embedded-opentype'), url('../fonts/latobold.woff') format('woff'), url('../fonts/latobold.ttf') format('truetype'), url('../fonts/latobold.svg#latobold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Regular';
src: url('../fonts/latoregular.eot');
src: url('../fonts/latoregular.eot?#iefix') format('embedded-opentype'), url('../fonts/latoregular.woff') format('woff'), url('../fonts/latoregular.ttf') format('truetype'), url('../fonts/latoregular.svg#latoregular') format('svg');
font-weight: normal;
font-style: normal;
}
body {
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	color: #3f3f3f;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, form, input, select, textarea, span, div, ul, li, p, img, a {
	margin:0;
	padding:0;
	list-style:none;
}
a {
	text-decoration:underline;
	border: none;
	color: #a00281;
}
a:hover {
	text-decoration:none;
	color: #000;
}
* {
	/*outline:none;
	border: none;*/
}
#logo_panel {
	width: 942px;
	margin: 0 auto;
	height: 112px;
}
#logo_panel .logo {
	float: left;
	margin-top: 35px;
}
#logo_panel .email {
	float: right;
	margin-top: 52px;
	font-family: 'Lato-Regular';
	font-size: 13px;
	background: url(../images/icon_email.jpg) left center no-repeat;
	padding-left: 15px;
	color: #00929f;
	text-transform: uppercase;
}
#logo_panel .email a {
	color: #00929f;
	text-decoration: none;
}
#logo_panel .email a:hover {
	color: #000;
	text-decoration: none;
}
#navigation_panel {
	width: 100%;
	height: 38px;
	float: left;
	background: url(../images/bg_nav.png) center top no-repeat;
	z-index: 1000;
	position: relative;
}
#navigation_panel .nav {
	width: 942px;
	height: 38px;
	margin: 0 auto;
}
#navigation_panel .social_media_icons {
	float: right;
	margin: 8px 16px 0px 0px;
}
#navigation_panel .social_media_icons img{
	margin: 0px 0px 0px 15px;
}


#banner_panel {
	background: url(../images/bg_banner.jpg) left top repeat;
	clear: both;
	float: left;
	width: 100%;
	height: 441px;
	z-index: 10;
	margin-top: -14px;
}
#banner_panel .banner {
	margin: 0 auto;
	width: 942px;
	height: 427px;
	padding-top: 14px;
}
#middle_panel {
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/bg_middle_section.jpg) left top repeat-x;
	padding-top: 15px;
}
#middle_panel .middle {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}
.middle_box {
	width: 320px;
	float: left;
	margin-bottom: 6px;
}
.middle_box .left {
	width: 12px;
	float: left;
	height: 175px;
	background: url(../images/middle_box_left_img.jpg) left bottom no-repeat;
}
.middle_box .center {
	width: 294px;
	float: left;
	height: 175px;
	border: 1px solid #e9e8e8;
	background: url(../images/bg_middle_box.jpg) left bottom repeat-x;
	border-radius: 3px 3px 0px 0px;
}
.middle_box .center h2 {
	font-family: 'Lato-Regular';
	font-size: 16px;
	line-height: 35px;
	background: url(../images/bg_green_title.jpg) left top repeat-x;
	padding-left: 12px;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
	border-radius: 3px 3px 0px 0px;
	font-weight: normal;
	clear: both;
}
.middle_box .center .imagebox {
	float: left;
	width: 130px;
}
.middle_box .center .imagebox img {
	max-width: 126px;
	max-height: 140px;
}
.middle_box .center .listingbox {
	float: left;
	width: 160px;
	margin-top: 18px;
}
.middle_box .center .listingbox a{
	font: normal 12px/21px Arial, Helvetica, sans-serif;
	background: url(../images/arrow_listing.png) left 7px no-repeat;
	padding-left: 10px;
	clear: both;
	display: block;
	color: #3f3f3f;
	text-decoration: none;
}
.middle_box .center .listingbox a:hover {
	color: #000;
	text-decoration: underline;
}
.middle_box .right {
	width: 12px;
	float: left;
	height: 176px;
	background: url(../images/middle_box_right_img.jpg) left bottom no-repeat;
}
#middle_panel .middle .arrows {
	clear: both;
	float: right;
	margin-right: 14px;
}
#middle_panel .middle .arrows a.left {
	background: url(../images/arrow_left.jpg) left -25px no-repeat;
	display: block;
	width: 29px;
	height: 25px;
	cursor: pointer;
	margin-right: 4px;
	float: left;
}
#middle_panel .middle .arrows a.left:hover {
	background: url(../images/arrow_left.jpg) left 0px no-repeat;
	display: block;
	width: 29px;
	height: 25px;
	cursor: pointer;
}
#middle_panel .middle .arrows a.right {
	background: url(../images/arrow_right.jpg) left 0px no-repeat;
	display: block;
	width: 29px;
	height: 25px;
	cursor: pointer;
	float: left;
}
#middle_panel .middle .arrows a.right:hover {
	background: url(../images/arrow_right.jpg) left -25px no-repeat;
	display: block;
	width: 29px;
	height: 25px;
	cursor: pointer;
}
#body_panel {
	width: 942px;
	clear: both;
	margin: 0px auto;
	overflow: hidden;
	padding: 18px 0px 8px;
}
.enquiry_section {
	float: left;
	width: 467px;
}
.enquiry_title {
	background: url(../images/bg_gray.jpg) left top repeat-x;
	height: 32px;
	border: 1px solid #e9e8e8;
	border-radius: 3px;
	margin-bottom: 1px;
}
.enquiry_title h1 {
	font-family: 'Lato-Regular';
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	padding-left:15px;
	color: #028692;
	text-shadow: 1px 1px 0px #fff;
	margin: 0px;
}
.enquiry_content_box {
	background: #fdfdfd;
	border: 1px solid #e4e4e4;
	padding: 27px 10px;
	clear: both;
	margin-bottom: 10px;
}
.welcome_title {
	background: url(../images/bg_gray.jpg) left top repeat-x;
	height: 32px;
	border: 1px solid #e9e8e8;
	border-radius: 3px;
	margin-bottom: 1px;
}
.welcome_title h1 {
	font-family: 'Lato-Bold';
	font-size: 18px;
	line-height: 32px;
	padding-left:15px;
	color: #8d0472;
	text-shadow: 1px 1px 0px #fff;
	margin: 0px;
}
.welcome_content_box {
	background: #fdfdfd;
	border: 1px solid #e4e4e4;
	padding: 10px;
	clear: both;
	margin-bottom: 10px;
}
.textfield {
	border: 2px solid #c8c8c8;
	width: 171px;
	color: #959595;
	height: 26px;
	font: normal 12px/26px Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.textarea {
	border: 2px solid #c8c8c8;
	color: #959595;
	font: normal 12px/26px Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.button {
	font-family: 'Lato-Regular';
	font-size: 14px;
	font-weight: normal;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #e9e8e8;
	text-transform: uppercase;
	background: url(../images/bg_buttons.jpg) left top repeat-x;
	cursor: pointer;
}
.latest_news_section {
	float: right;
	width: 462px;
}
.additional_links {
	width: 226px;
	float: left;
}
.additional_links_box {
	background: url(../images/bg_green.jpg) left top repeat-x;
	height: 32px;
	border: 1px solid #e9e8e8;
	border-radius: 3px;
	margin-bottom: 1px;
}
.additional_links_box h1 {
	font-family: 'Lato-Regular';
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	padding-left:15px;
	color: #fff;
	margin: 0px;
}
.additional_links_content_box {
	background: #fdfdfd;
	border: 1px solid #e4e4e4;
	padding: 10px;
	clear: both;
	margin-bottom: 10px;
}
.additional_links_content_box img {
	text-align: center;
	margin: 5px 0px;
}
.consulting_location {
	width: 226px;
	float: right;
}
.consulting_location_box {
	background: url(../images/bg_purple.jpg) left top repeat-x;
	height: 32px;
	border: 1px solid #e9e8e8;
	border-radius: 3px;
	margin-bottom: 1px;
}
.consulting_location_box h1 {
	font-family: 'Lato-Regular';
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	padding-left:15px;
	color: #fff;
	margin: 0px;
}
.consulting_location_content_box {
	background: #fdfdfd;
	border: 1px solid #e4e4e4;
	padding: 10px;
	clear: both;
	margin-bottom: 10px;
}
.consulting_location_content_box img {
	text-align: center;
	margin: 0px 0px 15px;
}
.latest_news_title {
	background: url(../images/bg_gray.jpg) left top repeat-x;
	height: 32px;
	border: 1px solid #e9e8e8;
	border-radius: 3px;
	margin-bottom: 1px;
	clear: both;
}
.latest_news_title h1 {
	font-family: 'Lato-Regular';
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	padding-left:15px;
	color: #028692;
	text-shadow: 1px 1px 0px #fff;
	margin: 0px;
}
.latest_news_content_box {
	background: #fdfdfd;
	border: 1px solid #e4e4e4;
	padding: 10px;
	clear: both;
	line-height: 15px;
	margin-bottom: 10px;
}
.latest_news_content_box img {
	max-width: 75px;
	max-height: 63px;
	border: 2px solid #d9d9d9;
	margin-right: 10px;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
#footer .shadow {
	background: url(../images/bg_footer.jpg) left top no-repeat;
	height: 31px;
	width: 942px;
	clear: both;
	float: left;
}
#footer .social_media {
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding-bottom: 20px;
}
#footer .social_media img {
	margin: 0px 8px;
}
#footer p {
	padding-bottom: 17px;
	margin: 0px;
	text-align: center;
}
#footer a {
	color: #525252;
	text-decoration: none;
}
#footer a:hover {
	color: #a00281;
	text-decoration: underline;
}

.inner_left {
	width: 207px;
	min-height: 200px;
	float: left;
}
.inner_right {
	width: 725px;
	float: right;
}
.body_title {
	background: url(../images/bg_green.jpg) left top repeat-x;
	height: 32px;
	border: 1px solid #e9e8e8;
	border-radius: 3px;
	margin-bottom: 1px;
}
.body_title h1 {
	font-family: 'Lato-Regular';
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	padding-left:15px;
	color: #fff;
	margin: 0px;
}
.body_content_box {
	background: #fff;
	border: 1px solid #e4e4e4;
	padding: 15px;
	min-height: 400px;
	clear: both;
	margin-bottom: 10px;
}
.body_content_box p{
	padding-bottom: 17px;
}

.anyClass ul {
	margin: 0pt;
	padding: 0pt;
	position: relative;
	list-style-type: none;
	z-index: 1;
	width: 2520px;
	left: -840px;
}
.anyClass ul li {
	float: left;
	width:320px;
	height: 177px;
	margin-bottom: 6px;
}