/*----------- This is the wrap and body section  --------- */

* 	{
	margin: 0px auto;
	padding: 0px;
	/*outline: none;*/
	}

html, body {
	background: #fff url(../images/skyBackgroundRepeat.jpg) repeat-x fixed top;
	height: auto;
	margin: 0;
	padding: 0;
	}

#newBody {
	margin: 0;
	width: 100%;
	position: absolute;
	background: url(../images/skyBackgroundBarnsley.jpg) no-repeat fixed top right;
	height: auto;
	}
			
#wrapper {
	width: 990px;
	height: auto;
	margin: 30px auto 0px auto;
	position: relative;
	}


/*----------- Content Divs  --------- */

#header {
	background-image:url(../images/header.png);
	width: 990px;
	height: 115px;
	}
	
#mainNav {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	width: 960px;
	height: 25px;
	}
	
#banner {
	background-image:url(../images/contentBG.png);
	width: 960px;
	height: 404px;
	padding: 0px 15px;
	}
	
#subHeader {
	font: normal 14px/15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #414042;
	width: 930px;
	height: 15px;
	float: left;
	margin-top: 13px;
	padding: 12px 15px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}
		
#content {
	background:url(../images/contentBG.png) repeat-y center;
	width: 990px;
	height: auto;
	padding: 16px 0px 30px 0px;
	margin: 0px;
	}
	
#footer {
	background-image:url(../images/footerBG.png);
	width: 715px;
	height: 60px;
	padding: 5px 15px 0px 260px;
	}
	
	
/*------------- Content Classes -------------*/

.contentTitles{
	font: normal 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #0093d0;
	float: left;
	clear: both;
	width: 940px;
	padding: 10px 0px 12px 50px;
	display: block;
	border: none;
	}
	
.downloadHolders{
	font: normal 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #0093d0;
	float: left;
	clear: both;
	width: 940px;
	padding: 0px 0px 12px 32px;
	display: block;
	border: none;
	}

.square1, .square2, .square3, .square4 {
	font: normal 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #0093d0;
	float: left;
	width: 200px;
	padding: 180px 14px 12px 0px;
	display: block;
	border: 1px solid #ccc;
	text-align: right;
	text-decoration: none;
	}
	
.square1 {
	background:url(../images/blogSquare.jpg);
	margin: 0px 3px 16px 2px;
	}

.square2 {
	background:url(../images/newsSquare.jpg);
	margin: 0px 0px 16px 10px;
	}

.square3 {
	background:url(../images/involvedSquare.jpg);
	margin: 0px 0px 16px 10px;
	}

.square4 {
	background:url(../images/historySquare.jpg);
	margin: 0px 0px 16px 10px;
	}	
	
.wallpapers{
	float: left;
	width: 150px;
	padding: 10px 2px 12px 2px;
	display: block;
	border: none;
	}

.wallpapers:hover{
	padding: 9px 2px 13px 2px;
	}
	
.indexHorizontalLinks {
	width: 910px;
	height: auto;
	padding: 20px 40px 0px 40px;
	float: left;
	clear: both;
	}
	
.blurb {
	width: 910px;
	height: auto;
	padding: 5px 40px 0px 40px;
	float: left;
	text-align: left;
	}
	
.contenttext {
	width: 910px;
	height: auto;
	padding: 5px 40px 0px 40px;
	float: left;
	text-align: left;
	font: normal 12px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #414042;
	}
	
.news {
	width: 415px;
	height: auto;
	padding: 3px 40px;
	float: left;
	}

.thumbs {
	position:relative;
	width: 150px;
	height: 150px;
	margin: 5px;
	float: right;
	}

.aboutIMG{
	position:relative;
	width: 146px;
	height: 177px;
	margin-top: 5px;
	margin-right: 15px;
	float: left;
	}
	
.footerLinks {
	height: auto;
	padding-left: 5px;
	text-decoration: none;
	}

.footerLinks a, .footerLinks p {
	font: normal 11px/12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #414042;
	text-align: left;
	height: auto;
	text-decoration: none;
	}

.footerLinks strong {
	font: bold 11px/12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #414042;
	padding-left: 15px;
	}

.footerLinks a:hover{
	color: #0093d0;
	}
	
	
/*------------- Navigation -------------*/	

#mainNav ul {
	list-style:none;
	margin:0;
	padding: 0;
	position:absolute;
	}
	
#mainNav li {
	float: left;
	width:137px;
	margin:0;
	padding:0;
	text-align:center;
	}
	
#mainNav li a {
	display:block;
	padding:5px 10px;
	height:100%;
	color:#FFF;
	text-decoration:none;
	}
	
#mainNav li a {
	background: url(../images/navBG.png) 0px 0px;
	}
	
#navList a {
	background:url(../images/navBG.png)  0px 0px;
	}

#navList a.active  {
	background: url(../images/navActive.png);
	cursor:default;
	}

img {
	border: none;
	}


/*------------- Text -------------*/	

p {
	font: normal 12px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #414042;
	}
	
p strong {
	font: bold;
	}

p a {
	text-decoration: none;
	color: #414042;
	}

p a:hover {
	text-decoration: none;
	color: #000;
	}

#footer  p {
	font-size:10px;
	line-height: 12px;
	}

#footer p strong {
	margin-left: 19px;
	}

#content p a {
	color: #0093d0;
	}

h1 p, #subHeader p{
	font-size:15px;
	line-height: 15px;
	}
	
br {
	line-height: 14px;
	}

.links {
	width: 990px;
	position: relative;
	float: left;
	}

.links a {
	background-image:url(../images/linkbg.jpg);
	font: normal 10px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #414042;
	text-decoration: none;
	display: block;
	margin: 10px 20px 10px 48px;
	padding: 5px;
	float: left;
	height: 40px;
	width: 160px;
	border: 1px solid #414042;
	list-style: none;
	}

.links a:hover {
	border: 1px solid #0093d0;
	}

#footer .disclaimer {
	font: normal 9px/10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #414042;
	text-align: center;
	padding: 2px 70px 0px 19px;
	}
	

/*------------- Floats -------------*/	

.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.clearing {
	font: normal 14px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-left: 45px;
	clear: both;
	}
	
.pagination {
	font: normal 12px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-left: 805px;
	
	}
	

