*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, sans-serif;
	font-size:14px;
	background:#FFF;
	color:#333;
	text-shadow:1px 1px 1px #fff;
	overflow-x:hidden;
}
h1{
	font-size:36px;
	color:#ccc;
}
h2{
	font-size:20px;
	padding:10px 0px 10px 0px;
	margin:15px 0px 20px 0px;
}
h3{
	font-size:12px;
	color:#BE1622;
}
a{
	color:#555;
	text-decoration:none;
}
a:hover{
	color:#222;
	font-family: Arial, sans-serif;
}
p{
	padding:5px 0px;
	font-family: Arial, sans-serif;
}
.wrapper{
	width:960px;
	margin:20px auto;
}
.clear{
	clear:both;
}
.footer{
	text-align:center;
	width:100%;
	padding:20px 0px;
	clear:both;
	margin-top:30px;
}
.footer a{
	margin:0px 20px;
}
/* Slider Style */
.page1{
	width:99%;
	height:99%;
}	
.pxs_container{
	width:100%;
	height:420px;
	position:relative;
	border-top:7px solid #DADADA;
	border-bottom:7px solid #DADADA;
	overflow:hidden;
	-moz-box-shadow:0px 0px 7px #000;
	-webkit-box-shadow:0px 0px 7px #000;
	box-shadow:0px 0px 7px #000;
}
.pxs_bg{
	background:transparent url(../images/bg.png) repeat top left;
}
.pxs_bg div{
	position:absolute;
	top:0px;
	left:0px;
	width:7584px; /*1264px window width times number of images*/
	height:420px;
	background-repeat:repeat;
	background-position:top left;
	background-color:transparent;
}
.pxs_bg .pxs_bg1{
	background-image:url(../images/bg1.png);
	/*left negative 1/8 of ww*/
}
.pxs_bg .pxs_bg2{
	background-image:url(../images/bg2.png);
	/*left negative 1/4 of ww*/
}
.pxs_bg .pxs_bg3{
	background-image:url(../images/bg3.png);
	/*left negative 1/2 of ww*/
}
.pxs_slider_wrapper{
	display:none;
}
.pxs_container ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.pxs_slider{
	position:absolute;
	left:0px;
	top:0px;
	height:420px;
	font-family: Arial, sans-serif;
}
ul.pxs_slider li{
	margin-top:30px;
	height:420px;
	float:left;
	position:relative;
}
ul.pxs_slider li img{
	display:block;
	
}
ul.pxs_thumbnails{
	height:35px;
	position:absolute;
	top:340px;
	left:50%;
	right::50%;
}
ul.pxs_thumbnails li{
	position:absolute;
	display:block;
}
ul.pxs_thumbnails li img{
	border: 2px solid #FFFFFF;
	-moz-box-shadow:1px 1px 7px #555;
	-webkit-box-shadow:1px 1px 7px #555;
	box-shadow:1px 1px 7px #555;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	display:block;
	opacity:0.4;
}
ul.pxs_thumbnails li.selected img{
	opacity:1.0;
}
.pxs_navigation span{
	position:absolute;
	width:30px;
	height:60px;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
	top:145px;
	margin-left:-50px;
	margin-right:-50px;
	opacity:0.6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}
.pxs_navigation span:hover{
	opacity:0.8;
}
.pxs_navigation span.pxs_prev{
	background:#DADADA url(../images/prev.png) no-repeat center center;
}
.pxs_navigation span.pxs_next{
	background:#DADADA url(../images/next.png) no-repeat center center;
}
.pxs_loading{
	color:#828282;
	font-size:20px;
	padding:15px 15px 15px 50px;
	position:absolute;
	background:#FFF url(../images/ajax-loader.gif) no-repeat 10px 50%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	opacity:0.7;
	width:180px;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-90px;
}
.footer a strong {
	color: #be1622;
}
/* Text */

ul.pxs_slider li img, ul.pxs_slider li div.SlideText{
	display:block;
	margin:auto auto auto auto;
	font-family: Arial, sans-serif;	/*outline: 1px solid red;*/

}
div.SlideText h3{
text-align: left;
font-size: 14px;
color:White;
line-height:200%;
}

h4{
	test align: left;
	font-size:16px;
	color:#cc0033;
}

.SlideDetail{
	margin: auto;
	text-align: left;
	width: 740px;
	height: 200px;
	margin-top: -230px;
	padding: 0px 25px 0px 25px;
	font-family: Arial, sans-serif;	/*outline: 1px solid red;*/
}

/* Pop Up */

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 52.05%;
	left: 52.05%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, sans-serif;
	height:500px;	
	overflow:hidden;
	overflow:scroll;
}

.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 52.05%;
	left: 52.05%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, sans-serif;
	height:500px;	
	overflow:hidden;
	overflow:scroll;
}
.popup_sb{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 52.05%; 
	left: 52.05%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_td{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 52.05%; 
	left: 52.05%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_bs{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 52.05%; 
	left: 52.05%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_as{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 52.05%; 
	left: 52.05%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_recent{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	width:760px;
	height:500px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 52.05%; 
	left: 52.05%;
	z-index: 99999;
	position:absolute;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_trentln{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	width:760px;
	line-height:15px;
	top:0px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 0%; 
	left: 52.05%;
	z-index: 99999;
	position:absolute;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_churchst{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	width:760px;
	line-height:15px;
	top:0px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 0%; 
	left: 52.05%;
	z-index: 99999;
	position:absolute;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_colstongt{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	width:760px;
	line-height:15px;
	top:0px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 0%; 
	left: 52.05%;
	z-index: 99999;
	position:absolute;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_churchbalk{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	width:760px;
	line-height:15px;
	top:0px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 0%; 
	left: 52.05%;
	z-index: 99999;
	position:absolute;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_mahubbards{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	width:760px;
	line-height:15px;
	top:0px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 0%; 
	left: 52.05%;
	z-index: 99999;
	position:absolute;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_plainsrd{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	width:760px;
	line-height:15px;
	top:0px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 0%; 
	left: 52.05%;
	z-index: 99999;
	position:absolute;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_wollatonst{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 5px;
	width:760px;
	line-height:15px;
	top:0px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 0%; 
	left: 52.05%;
	z-index: 99999;
	position:absolute;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_Social{
	display: none; /*--hidden by default--*/
	background-image:url(../images/Social.png);
	padding: 5px;
	width:760px;
	height:500px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 52.05%; 
	left: 52.05%;
	z-index: 99999;
	position:absolute;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_retail{
	display: none; /*--hidden by default--*/
	background-image:url(../images/Retail.png);
	padding: 5px;
	width:760px;
	height:500px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 52.05%; 
	left: 52.05%;
	z-index: 99999;
	position:absolute;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_residential{
	display: none; /*--hidden by default--*/
	background-image:url(../images/Residential.png);
	padding: 5px;
	width:760px;
	height:500px;
	border: 5px solid #DADADA;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 52.05%; 
	left: 52.05%;
	z-index: 99999;
	position:absolute;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 7px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.silhouette{
	float:left;
	padding:5px;
}
.people_text{
	margin-left:90px; /*--hidden by default--*/
	float: left;
	font-size: 14px;
	margin-top:-240px;
	font-family: Arial, sans-serif;
	}

img.btn_close {
	float: right;
	margin: -10px -10px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
.td_button{	
	position:inherit;
	padding-top:5px;
	font-family: Arial, sans-serif;
}
.sb_button{
	position:inherit;
	font-family: Arial, sans-serif;
}
.bs_button{
	position:absolute;
	margin-left:100px;
	font-family: Arial, sans-serif;
}
.as_button{
	position:absolute;
	margin-left:0px;
	padding-top:5px;
	font-family: Arial, sans-serif;
}
.tl_button{
	position:relative;
	font-family: Arial, sans-serif;
}
.lr_button{
	position:relative;
	font-family: Arial, sans-serif;
}
.cs_button{
	position:relative;
	font-family: Arial, sans-serif;
}
.sd_button{
	position:relative;
	font-family: Arial, sans-serif;
}
.sh_button{
	position:relative;
	font-family: Arial, sans-serif;
}
.pr_button{
	position:relative;
	font-family: Arial, sans-serif;
}
.au_button{
	position:relative;
	font-family: Arial, sans-serif;
}
#content {	
	background: #f0f0f0; 
	float: left; 
	width: 100%;
	}
.post {
	margin-top:0px;
	position:relative;
	}
.cs_postl{
	float:center;
	position:relative;
	padding-left:0px;
	width:100px;
}
.cs_postr{
	float:center;
	position:relative;
	padding-left:0px;
	width:100px;
}
.people_buttons {
	width:720px;
	height:200px;
}
.footer p strong {
	color: #be1622;
}
.footer a {
	color: #be1622;
}
.peopleleft{
	width:360px;
	height:240px;
	margin-left:0px;
	position:inherit;
}
.peopleright{
	width:360px;
	margin-left:-7px;
	margin-top:-240px;
	float:right;
	position:relative;
}
.sitestext{
	width:400px;
	height:100px;
}
.Sitesleft{
	width:90px;
	margin-top:-100px;
	margin-left:428px;
	height:240px;
	position:inherit;
}
.Sitescentre{
	width:90px;
	margin-top:-175px;
	margin-left:100px;
	height:240px;
	position:inherit;
}
.Sitesright{
	width:90px;
	margin-top:-175px;
	margin-left:100px;
	height:240px;
	position:inherit;
}
#pxs_container .pxs_slider li {
	text-align: left;
}
