#wrapper, .wrapper {
	width: 980px;
	margin: 0 auto;
	padding-left: 0.5px;
	display: block;
}
.page_wrap {
	width: 980px;
	margin: 0 auto;
}

#header {
	background: #2E2E2E url(../Images/layout/header_back.jpg) no-repeat center center;
	border-bottom: solid 5px #168E82;
	box-shadow: 0px 0px 5px 0px #000;
	color: #FFFFFF;
	z-index: 100;
	position: relative;
}

.logo_back {
	background: url(../Images/layout/logo_back.png) no-repeat center top;
}
#header .logo_back  {
}

#logo {
	display: block;
	width: 100px;
	height: 103px;
	float: left;
	padding-top: 2px;
	margin-left: 10px;
	background: url(../Images/layout/logo_cutout.png) no-repeat center bottom;
}

#logo_txt {
	font-size: 2em;
	line-height: 100px;
	float: left;
	margin-left: 20px;
}
#head_tagline {
	margin: 0;
	padding: 0;
	color: #CCC;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Courgette', cursive;
	float: left;
	line-height: 40px;
	font-size: 28px;
	color: #168E82;
	font-style: italic;

}
#head_contact {
	padding-top: 60px;
	
}
#head_tel {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	margin-right: 20px;
	text-align: right;
	clear: right;
	line-height: 40px;
}

#top_menu {
	float: right;
}

#page_feature {
	height: 360px;
	background: url(../media/006.jpg) no-repeat center center;
	border-bottom: solid 5px #168E82;
	background-size: cover;
}
#page {
	background-color: #FFFFFF;
	padding: 10px;
	
	transition: margin 0.5s ease;
	-moz-transition: margin 0.5s ease;
	-o-transition: margin 0.5s ease;
	
	width: 980px;
	margin: 0 auto;
}
#page_foot {
	clear: both;
}
#footer {
	clear: both;
	border-top: solid 5px #168E82;
	background-color: #3D3D3D;
	color: #FFFFFF;
}
#footer_logo {
	width: 50px;
	height: 50px;
	float: left;
}
#footer_logo_txt {
	margin-left: 70px;
	line-height: 30px;
	font-size: 1.30em;
	padding-top: 10px;
}
#footer_address {
	margin-left: 70px;
}
#footer .col_1_3 .col_contents {
	padding: 0 10px;
	margin: 10px 0;
	border-right: solid 1px #666666;
}
#footer .col_1_3, #footer .col_2_3 {
	margin-top: 20px;
}
.social_box {
	background-color: #333333;
	height: 50px;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.social_box .fb {
	font-family: 'Open Sans', sans-serif;

	color: #FFFFFF;
	padding: 0;
	display: block;
	float: left;
}
.social_box .yell {
	text-align: right;
	margin-top: -25px;
}
.social_box .yell a{
}
.social_box .yell a img{
	max-height: 100px;
}
.social_box .fb span {
	display: block;
	float: left;
	margin-right: 3px;
}

#inet {
	clear: both;
	text-align: right;
	padding: 10px;
}
#inet a{
	color: #999;
	padding: 10px 10px 20px;
	text-decoration: none;
	line-height: 16px;
}
#inet a span {
}
#inet a:hover span{
	color: #68B728;
}
#inet a img {
	height: 14px;
}

ul.downloads {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.downloads li{
	width: 50%;
	float: left;
}
ul.downloads li a {
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	padding: 10px;
	background-color: #FFFFFF;
	display: block;
	padding-left: 60px;
	background: url(../Images/icons/pdf2.png) no-repeat 10px 10px;
	height: 40px;
	margin: 20px 0;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}
ul.downloads li a.pdf{
}

