@charset "utf-8";

* { padding: 0; margin: 0; }
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#homeScroll {
	background-image: url(../images/home_scroll.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 430px;
	float: left;
	width: 350px;
	padding-top: 190px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	display: inline;
}
#welshCrest {
	width: 215px;
	display: inline;
	float: right;
	background-image: url(../images/home_welsh_crest.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
	padding-top: 110px;
	padding-left: 35px;
	padding-right: 240px;
}
#homeNews {
	float: right;
	width: 320px;
	display: inline;
	background-image: url(../images/home_news.jpg);
	background-repeat: no-repeat;
	min-height:230px;
	height:auto !important;
	height:230px;
	background-position: left top;
	padding-top: 70px;
	padding-left: 135px;
	padding-right: 35px;

}
#leftCol {
	float: left;
	display: inline;
	width: 420px;
	margin-left: 20px;
}
#rightCol {
	float: right;
	width: 400px;
	margin-right: 20px;
}
#rightCol.rightColTesti {
	padding-top: 37px;
}
#rightCol.rightColTesti img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}




h1 {
	height: 80px;
	text-indent: -9999px;
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
	height: 220px;
	text-indent: -9999px;
	background-image: url(../images/h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h3 {
	color: #611A0E;
	font-size: 1.7em;
	padding-bottom: 15px;
}

h4 {
	font-size: 1.4em;
}
h5 {
	color: #611A0E;
	font-size: 1.4em;
	margin-bottom: 15px;
	clear: both;
}


p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 12px;
}
a {
	text-decoration: none;
	color: #3C110C;
}
a:hover {
	text-decoration: underline;
}


ul#nav {
	height: 40px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 4px;
}
ul#nav li {
	float: left;
}
ul#nav a {
	font-size: 1.6em;
	color: #3C110C;
	text-decoration: none;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5C4D4A;
	margin-right: 20px;
}
ul#nav a:hover, ul#nav a.active {
	color: #AB5A4B;
}
#scrollLink {
	position: absolute;
	left: 188px;
	top: 460px;
	width: 192px;
}
#scrollLink p {
	margin-bottom: 0px;
	line-height: 1.1em;
}


#footer {
	clear: both;
	padding-top: 30px;
	font-size: 0.9em;
	height: 20px;
	margin-bottom: 10px;
	background-color: #271203;
	padding-right: 30px;
	padding-left: 30px;
	color: #FFFFFF;
	padding-bottom: 35px;
	margin-top: 20px;
}
#footer a {
	color: #FFFFFF;
	font-size: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.ra {
	float: left;
	padding-left: 0px;
	color: #FFFFFF;
}
.copy {
	float: right;
	padding-right: 0px;
	color: #FFFFFF;
	text-align: right;
}
.clearer {
	clear: both;
	height: 1px;
}
#leftCol ul, #rightCol ul {
	margin-left: 20px;
	list-style-type: square;
	margin-bottom: 12px;
}
#leftCol li, #rightCol li {
	font-size: 1.2em;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F3BC54;
	padding-bottom: 6px;
}
#rightCol li {
	font-size: 1.2em;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 6px;
	color: #611A0E;
}
#leftCol img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

