@charset "utf-8";
/* 
   Hester Clarke CSS style Sheet Written by Webs For Everyone 2009
   copyright Webs For Everyone - please visit our website www.websforeveryone.co.uk
   CSS Document 1.1 - text styles 

*/


p{
	line-height: 17px;
	margin-bottom: 12px;
	margin-top: 12px;
}


a {
outline: none;
}


#navTwo a{
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}

#navTwo a:hover{
	font-size: 12px;
	color: #990000;
	font-weight: normal;
	line-height: 14px;
	text-decoration: underline;
}

#navTwoHere a{
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
}
#navTwoHere a:hover{
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
}

.smallTextRed{
	font-size: 12px;
	color: #990000;
	font-weight: normal;
	line-height: 16px;
}
.redLoz{
	color: #990000;
	font-weight: normal;
}
.goldLoz{
	color: #C8AD31;
	font-weight: bold;
}
h2{
	margin:0px;
	padding:0px;
	color: #990000;
	font-size: 16px;
	line-height: 22px;
}
h3{
	margin:0px;
	padding:0px;
	color: #990000;
	font-size: 14px;
	line-height: 18px;
}
h4, .subHeadList{
	margin: 0px;
	padding: 0px;
	color: #990000;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.smTexted{
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	line-height: 14px;
}


 .subHeadList a{
	margin: 0px;
	padding: 0px;
	color: #990000;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}

 .subHeadList a:hover{
	margin: 0px;
	padding: 0px;
	color: #990000;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration:underline;
}


.smTitle , .smTitle a{
	margin:0px;
	margin-bottom: 10px;
	padding:0px;
	color: #990000;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
}

.smTitle a:hover{
	color: #990000;
	text-decoration: underline;
}

.foot{
	font-size: 10px;
	color: #9FA974;
}
.foot a, .foot a:link, .foot a:visited, .foot a:active {
	font-size: 10px;
	color: #9FA974;
	text-decoration: none;
	font-weight: normal;
}
.foot a:hover{
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}

.featureBox p{
	margin: 0px;
	padding: 0px;
}



.featureBox a, .featureBox a:link, .featureBox a:visited, .featureBox a:active {
	font-size: 11px;
	line-height: 20px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	vertical-align: bottom;
}

.featureBox a:hover {
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}



.navOption a, .navOption a:link, .navOption a:visited, .navOption a:active{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.navOption a:hover{
	color: #990000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}



.navOptionHere a, .navOptionHere a:link, .navOptionHere a:visited, .navOptionHere a:active{
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.navOptionHere a:hover{
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}


.subNavHeading{
	width: 190px;
	height: 26px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 6px;
	margin: 0px;
	float:left;
	text-align: left;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../assets/images/siteWide/subNavBack.png);
	background-repeat: no-repeat;
	background-position: left;
}

.subNavHeading a, .subNavHeading a:link, .subNavHeading a:visited, .subNavHeading a:active {
	text-decoration: none;
	color:#000000;
}

.subNavHeading a:hover{
	text-decoration: none;
	color:#990000;
}

/*set default*/
a{
 text-decoration: none;
}
.largeText{
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
}