
/*CSS Document*/
/*Try to group the overrides together using commas as much as possible.... Every single line of code should have a variable in it. If it is not a variable based style it should go in the publication stylesheet*/
/*______________________font colors that change___________________________*/   
h1, h2 {
	color: #104f4d;
}
#topnav li a:hover{
	color: #0b3433;
}
a, a:visited {
    color: #0b3433;
}
a:hover {
    color: #104f4d;
}
.small-info a, .small-info a:visited{
    color: #abc1c0;
}
.small-info a:hover{
    color: #104f4d;
}
.footer-box-left li a, .footer-box-left li a:visited {
}
.footer-box-left li a:hover {
    color: #abc1c0;
}
.footer-box-left a, .footer-box-left a:visited {
	color: #eef3f2;
}
.footer-box-left a:hover {
    color: #abc1c0;
}
.content-left-panel-box h3 {
    color: #0b3433;
}
.content-left-panel-news {
	color: #0b3433;
    background-color: #abc1c0;
}
.signup a:hover, .content-left-panel-box h2 a:hover{
    color: #abc1c0;
}
.subnav li a{
	color: #0b3433;
}
.fixtures-pdf-button a:hover{
	color: #abc1c0;
}
#topnav .selected a, #topnav .selected a:visited {
	color:#000;
}
#content-left-panel  h2 a:hover {
color: #abc1c0
}
/*______________________backgrounds images that change___________________________*/  

#content-centre{
	background-image: url(/img/flower-green.png);
}
.boxcaption, .landing-page-feature-box-layer{
	background-image: url(/img/offers-bg-green.png);
}
#frame{
	background-image: url(/img/left-bg-green.jpg);
}
.content-centre-panel-section li {
	background-image:url(/img/arrow-right-green.png);
}
#topnav .selected a, #topnav .selected a:visited {
	color:#000;
}
#header-small{
	background-image: url(http://mediafiles.thedms.co.uk/publication/GB-Rams/headers/header-golf.jpg);
}
/*______________________backgrounds colors that change___________________________*/  
#frame {
	background-color: #eef3f2;
}
#header, #header-small {
	background-color: #104f4d;
}
#footer{
	background-color: #0b3433 !important;
}
#content-right-panel h2 {
    background-color: #104f4d;
}
#content-left-panel {
    background-color: #588382;
}
#content-left-panel h2{
    background-color: #0b3433 !important;
}
#content-centre-panel h2{
    background-color: #abc1c0;
    color: #0b3433;
}
.signup {
	background-color: #104f4d !important;
}
.book-online, .book-online2 {
    background-color: #abc1c0;
    color: #0b3433;
}
.subnav li a:hover {
	background-color: #104f4d;
}
.showcase {
	background-color: #abc1c0;
}
.showcase h3 {
	background-color: #104f4d;
    color: #abc1c0;
}
.fixtures-pdf-button a, .fixtures-pdf-button a:visited{
	background-color: #104f4d;
}
.text-wrap2{
	background-color: #abc1c0;
}
#topnav .selected {
	background-color: #abc1c0;
}
/*______________________border colors that change___________________________*/  
/*______________________Other Variables____________________________________*/  

#makereservation label {
    color: #0b3433;
}

