/* Yorkshire Society Styles */
body, div, p, ul, ol, li, h4, h5, span {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	line-height: 1.4em;
	background: #fff;
	}

h1, h2, h3 {
	line-height: normal;
	}

/* Main Components */

#container {
	width: 800px;
	min-width: 800px;
	}
	
#banner {
	height: 95px;
	min-height: 95px;
	margin-top: 35px;
	margin-bottom: 15px;
	background: url(../images/banner-back.jpg) 0 0 no-repeat;
	position: relative;
	}
a {
	text-decoration: none;
	color: #000;
}
a:hover {

	}
	
#homeBody {
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	background-image: url(../images/home-background.gif);
	background-repeat: no-repeat;
	background-position: 100px -10px;
	}
	
/* IE 7 Hack*/
*+html div#homeBody {
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	background-image: url(../images/home-background.gif);
	background-repeat: no-repeat;
	background-position: 100px -10px;
	}	


/* iE6 hack */
* html #homeBody {
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	background-image: url(../images/home-background.gif);
	background-repeat: no-repeat;
	background-position: 100px -10px;
	}	
	
	
#aboutBody {
	background: url(../images/about-background.gif) 35px -45px no-repeat;
	padding-bottom: 6px;
	}
#ourBody {
	background: url(../images/our-work.jpg) 290px -60px no-repeat;
	padding-bottom: 6px;
	}
#heritageBody {
	background: url(../images/heritage-background.jpg) 140px 0 no-repeat;
	padding-bottom: 6px;
	height: 468px;
	}
#merchandiseBody {
	background: url(../images/merchandise-background.jpg) 40px 0 no-repeat;
	padding-bottom: 6px;
	height: 437px;
	}
#joinBody {
	background: url(../images/join-background.jpg) 140px 0 no-repeat;
	padding-bottom: 6px;
	height: 451px;
	}
#membersBody {
	background: url(../images/members-background.jpg) 210px -30px no-repeat;
	padding-bottom: 6px;
	height: 427px;
	}
#membersListBody {
	background: url(../images/members-list-background.jpg) 270px -20px no-repeat;
	padding-bottom: 6px;
	position: relative;
	}
#contactBody {
	background: url(../images/contact-background.jpg) 70px 0 no-repeat;
	padding-bottom: 6px;
	height: 446px;
	position: relative;
	}
#newsBody {
	background: url(../images/news-back.jpg) 250px -40px no-repeat;
	padding-bottom: 6px;
	height: 470px;
	position: relative;
	}
#newsBody2 {
	background: url(../images/news-back.jpg) 250px -40px no-repeat;
	padding-bottom: 6px;
	height: 515px;
	position: relative;
	}
#bannerBody {
	padding-bottom: 6px;
	background-image: url(../images/news-back.jpg);
	background-repeat: no-repeat;
	background-position: 35px -45px;
	}
	
#footer {
	height: 75px;
	min-height: 75px;
	background: url(../images/bottom-bar.gif) 0 0 repeat-y;
	position: relative;
	}
#footer a {
	color: #092b62;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
#logo {
	}
#logo h1 span {
	display: none;
	}

#logo a{
	width: 115px;
	height: 80px;
	display: block;
	}
	
#moreInfo {
	width: 370px;
	min-width: 370px;
	padding-top: 5px;
	float: left;
	margin-left: 30px;
	background: url(../images/footer-image.gif) 0 4px no-repeat;
	padding-left: 25px;
	padding-bottom: 4px;
	}
#moreRight {
	margin-left: 546px;
	padding-top: 5px;
	}
#xperience {
	text-align: left;
	font-size: 80%;
	}
#xperience a {
	color: #092b62;
	text-decoration: none;
	}
#xperience a:hover {
	text-decoration: underline;
	}

/* Common Elements */

.clear {
	clear: both;
	}
ul {
	margin-left: 15px;
	}
ul li {
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 10px;
	}
* html ul li {
	list-style-image: url(../images/bullet2.gif);
	}

p {
	text-align: justify;
	margin-bottom: 12px;
	}
.imageLeft {
	float: left;
	margin-right: 8px;
	border: solid 1px #a38b21;
	padding: 2px;
	margin-top: 5px;
	}
.imageRight img{
	float: right;
	margin-left: 8px;
	border: solid 1px #a38b21;
	padding: 2px;
	margin-top: 5px;
	}

/* Main Menu */

#menu {
	position: absolute;
	display: block;
	font-size: 90%;
	top: 68px;
	left: 128px;
	}
	
#menuItem {
	display: inline;
	}
/* IE6 hack */
* html #menuItem {
	margin-right: 2px;
	width: 71px;
	}
/* end hack */

/* IE7 Hack */
html>body #menuItem {
	*padding-right: 2px;
	}
/* end Hack */
.menu1 a {
	background: #c8bb83;
	padding: 5px 34px 0 2px;
	color: #806d1a;
	text-decoration: none;
	}
* html .menu1 a {
	padding: 5px 35px 0 2px;
	}
.menu1 a:hover {
	background: #a38b21;
	color: #ffffff;
	}
.menu2 a {
	background: #c8bb83;
	padding: 5px 28px 0 2px;
	color: #806d1a;
	text-decoration: none;
	}
.menu2 a:hover {
	background: #a38b21;
	color: #ffffff;
	}
.menu3 a {
	background: #c8bb83;
	padding: 5px 25px 0 2px;
	color: #806d1a;
	text-decoration: none;
	}
* html .menu3 a {
	padding: 5px 27px 0 2px;
	}
.menu3 a:hover {
	background: #a38b21;
	color: #ffffff;
	}
.menu4 a {
	background: #c8bb83;
	padding: 5px 30px 0 2px;
	color: #806d1a;
	text-decoration: none;
	}
/* IE7 hack */
html>body .menu4 a {
	*padding-right: 32px;
	}
/* end hack */
.menu4 a:hover {
	background: #a38b21;
	color: #ffffff;
	}
.menu5 a {
	background: #c8bb83;
	padding: 5px 6px 0 2px;
	color: #806d1a;
	text-decoration: none;
	}
/* IE7 hack */
html>body .menu5 a {
	*padding-right: 8px;
	}
/* end hack */
/* iE6 hack */
* html .menu5 a {
	padding: 5px 8px 0 2px;
	}
/* end hack */
.menu5 a:hover {
	background: #a38b21;
	color: #ffffff;
	}
.menu6 a {
	background: #c8bb83;
	padding: 5px 39px 0 2px;
	color: #806d1a;
	text-decoration: none;
	}
.menu6 a:hover {
	background: #a38b21;
	color: #ffffff;
	}
.menu7 a {
	background: #c8bb83;
	padding: 5px 25px 0 2px;
	color: #806d1a;
	text-decoration: none;
	}
* html .menu7 a {
	padding: 5px 26px 0 2px;
	}
.menu7 a:hover {
	background: #a38b21;
	color: #ffffff;
	}
.menu8 a {
	background: #c8bb83;
	padding: 5px 36px 0 2px;
	color: #806d1a;
	text-decoration: none;
	}
/* IE7 hack */
html>body .menu8 a {
	*padding-right: 44px;
	}
/* end hack */
.menu8 a:hover {
	background: #a38b21;
	color: #ffffff;
	}
.menu9 a {
	background: #c8bb83;
	padding: 5px 30px 0 2px;
	color: #806d1a;
	text-decoration: none;
	}
* html .menu9 a {
	padding: 5px 44px 0 2px;
	}
.menu9 a:hover {
	background: #a38b21;
	color: #ffffff;
	}
.menu10 a {
	background: #c8bb83;
	padding: 5px 17px 0 2px;
	color: #806d1a;
	text-decoration: none;
}
.menu10 a:hover {
	background: #a38b21;
	color: #ffffff;
	}

/* Home Page */

#homeLeft {
	width: 220px;
	min-width: 220px;
	float: left;
	padding: 0 30px 0 20px;
	}
#homeLeft img {
	float: left;
	padding: 0 5px 0 0;
	}
#homeRight {
	width: 500px;
	min-width: 500px;
	margin-left: 275px;
	padding-top: 290px;
	}
#promote {
	height: 27px;
	min-height: 27px;
	clear: both;
	margin-left: 320px;
	padding-top: 10px;
	}
.home-right {
	padding: 0 20px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
.home-right a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
}

	
/* About Page */

.aboutText {
	margin-left: 35px;
	width: 590px;
	min-width: 590px;
	margin-top: 30px;
	}
.aboutText p {
	margin-bottom: 15px;
	}
	
.aboutBullet {
	margin-top: 120px;
	margin-left: 35px;
	}

/* IE7 hack */
html>body .aboutBullet {
	*margin-top: 50px;
	}
/* End hack */
/* IE6 Hack */
* html .aboutBullet {
	margin-top: 50px;
	}
/* End hack */
	
/* Our Work */

.ourText {
	margin-left: 35px;
	width: 590px;
	min-width: 590px;
	margin-top: 10px;
	}
.ourLeft {
	margin-left: 35px;
	margin-top: 25px;
	width: 300px;
	}
.ourBullet {
	margin-top: 20px;
	width: 600px;
	}
/* Heritage */

.heritageText {
	margin-left: 35px;
	padding-top: 20px;
	width: 240px;
	}
.heritageText2 {
	margin-left: 35px;
	padding-top: 10px;
	width: 280px;
	}
.heritageLeft {
	margin-left: 35px;
	padding-top: 50px;
	width: 240px;
	}
.heritageBullet {
	float: right;
	padding-top: 65px;
	margin-right: 100px;
	width: 370px;
	}
/* IE6 fix */
* html .heritageBullet {
	margin-right: 50px;
	}
/* End fix */

/* Merchandise */

.merchandiseText {
	margin-left: 35px;
	padding-top: 140px;
	width: 360px;
	}
.merchandiseText2 {
	margin-left: 35px;
	padding-top: 25px;
	width: 180px;
	}

/* Join Us */

.joinText {
	padding-top: 20px;
	margin-left: 35px;
	width: 220px;
	float: left;
	}
/* ie6 hack */
* html .joinText {
	margin-left: 15px;
	}
/* end hack */
.joinBullet {
	float: right;
	padding-right: 120px;
	padding-top: 240px;
	width: 400px;
	}
.joinBullet ul li {
	font-size: 120%;
	font-weight: bold;
	color: #092b62;
	}
.joinBullet a {
	text-decoration: none;
	color: #092b62;
}
.joinBullet a:hover {
	text-decoration: underline;
}

/* Members Area */

.memberText {
	margin-left: 35px;
	width: 270px;
	}
#login {
	margin-right: 250px;
	width: 176px;
	float: right;
	margin-top: -110px;
	}
/* IE6 Hack */
* html #login {
	margin-right: 140px;
}
/* END Hack */

.memberText2 {
	margin-left: 35px;
	width: 370px;
	padding-top: 30px;
	}
.listImage {
	position: absolute;
	top: 170px;
	right: 130px;
	width: 170px;
	}
.memberText3 {
	margin-left: 35px;
	width: 240px;
	padding-top: 10px;
	}
.details {
	padding-bottom: 15px;
	}
.details span {
	font-size: 110%;
	font-weight: bold;
	}
.membersText2 {
	margin-left: 35px;
	padding-top: 20px;
	width: 300px;
	}
.membersText2 a {
	font-size: 110%;
	color: #092b62;
	text-decoration: none;
	}
.membersText2 a:hover {
	text-decoration: underline;
	}

/* Contact Us */

.contactText {
	padding-top: 220px;
	margin-left: 208px;
	}
.contactText ul li {
	font-size: 120%;
	font-weight: bold;
	color: #092b62;
	}
	
.contactText a {
	text-decoration: none;
	color: #092b62;
}
.contactImage {
	position: absolute;
	top: 100px;
	left: 35px;
	width: 130px;
	}
	
/* News Page */

.newsImage {
	position: absolute;
	top: 180px;
	right: 110px;
	}
.newsText {
	width: 480px;
	margin-left: 35px;
	}
.newsText p {
	margin-bottom: 0;
	}
.newsItem {
	margin-bottom: 10px;
	}
.newsItem a {
	font-size: 110%;
	font-weight: bold;
	color: #092b62;
	text-decoration: none;
	}
.newsItem a:hover {
	text-decoration: underline;
	}
#news {
	margin-left: 35px;
	width: 650px;
	}
	.newsImages
	{
	    float:right;
	}
#news h1 {
	font-size: 130%;
	font-weight: bold;
	colr: #092b62;
}
#news h2 {
	font-size: 120%;
	colr: #092b62;
	margin: 8px 0;
	font-weight: normal;
}
#news a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	}
#news a:hover {
	text-decoration: underline;
	}

/* New Banner for Barclays */
#barclays-banner {
	height: 90px;
	min-height: 27px;
	clear: both;
	float: left;
	margin-left: 50px;
	margin-bottom: 10px;
	}
#barclays-banner img {
	border: none;
	color: none;
	}
	
/* ----- Hack only for IE 7 ----- */
*+html div#barclays-banner img {
	border: none;
	}
	
#container #homeBody .mrYorkshire {
	height: 150px;
	float: left;
	border: none;
	width: 271px;
	border: 1px solid #9d8525;
	margin-top: 100px;
}

#container #homeBody .mrYorkshire p {
	padding: 10px;
	font-size: 80%;
}

#container #homeBody .newsitem {
	height: auto;
	float: left;
	border: none;
	width: 271px;
	height: 160px;
	border: 1px solid #9d8525;

}

#container #homeBody .newsitem p {
	padding: 10px;
	font-size: 80%;
}


#container #homeBody .home-right .mrYorkshire h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0A2B62;
	margin-left: 10px;
}

#container #homeBody .home-right .newsitem h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0A2B62;
	padding-left: 10px;
	padding-top: 5px;
}
.hilight {
	font-size: 16px;
	color: #305898;
}
