/* Footer Background Color */

#colophon {
	background:#333300;
}

/* Footer and Body Zero Padding */
.layout-full #colophon {
padding-bottom: 20px !important;
padding-top: 30px !important;
}
#main {
padding-bottom: 20px !important;
}

.panel-row-style {
  padding: !important;
}

/* Menu */

.main-navigation {
position: relative;

background: #333300;
font-size: 16px;
margin: 0 -35px;
}

.main-navigation a {
color: #FFFFFF !important;
}

.main-navigation ul li:hover > a {
background: #004d00 !important;
color: #FFFFFF !important;
}
/* Link Colour */
a:link {
	color:#cc9900;
}
a:visited {
	color:#cc9900;
}
a:active,
a:hover {
	color: #004d00;
}

