/*
Colours in use:

#0B5E7C
Dark. Page background, nav hover, front page pull text

#0F7896
Darker. Navigation background

#4C9AB2
Navigation selected background

#18768A
Headings

#F1FAFF 
Really light backgrond colour used for sidebar

*/

body {
background: #1F1B1B; /*#0B5E7C*/
color:#727476;
}

body.home {
	background: #1F1B1B url('../images/top-gradient.jpg') repeat-x;
}

body.home #page {
	margin-top: 0;
}

#header {
	height: 107px;
	margin-bottom: 8px;
	position: relative;
}

#header h1 {
	background: url('../images/gch-header.png') no-repeat;
	height: 86px;
	width: 223px;
	text-indent: -999em;
	display: block;
	margin-top:12px;
}

/* Find Us Container */
#header .find-us {
	position: absolute;
	right: 0;
	top: 5px;
	height: 89px;
	display: block;
}

#header .find-us strong {
	text-shadow: 1px 1px 3px #FFF;
	color: #727476;
	font: bold 15px Helvetica, serif;
	vertical-align: bottom;
}

#header .find-us a {
	display: inline-block;
	width: 33px;
	height: 32px;
	background: url('../images/social.png') no-repeat;
	text-indent: -999em;
}
#header .find-us a.twitter {
	background-position: 0 -32px;
}

#header #subscribe-to-newsletter {
	background: url('../images/subscribe-button.png') no-repeat;
	width: 267px;
	height: 41px;
	position: absolute;
	top:40px;
	right: -5px;
	
	text-shadow: 1px 1px 0 #FFF;
	color: #727476;
	font: bold 15px Helvetica, serif;
	text-decoration: none;
	text-align: center;
	line-height: 41px;
	
	text-indent: 0;
	display: block;
	
	cursor: pointer;
}

#header #subscribe-to-newsletter:hover {
	color: #5DB2CD;
}

/* Form Container */
#header .subscribe {
	display: none;
}
#header form {
	margin: 0
}
#header .quicksignupform {
	position: absolute;
	right: 0px;
	top: -10px;
	margin: 0;
	background: none;
	width: auto;
}
#header .quicksignupform p {
	margin: 0 0 5px;
}
#header .quicksignupform p.error {
	padding: 2px;
}

#header .quicksignupform label, 
#header .quicksignupform input {
	float: none;
	clear: none;
	display: inline;
	width: auto;
}

#header .quicksignupform .required input {
	border: 1px solid #ccc;
	padding: 3px 2px;
	margin-top: 1px;
}

#header .quicksignupform .error label {
	color: #FFF;
}
#header .quicksignupform .error input {
	border-color: #FFF;
}

#header .quicksignupform label,
#header .done p {
	color: #727476;
	font-weight: bold;
	font-size: 1.2em;
}

#header .quicksignupform label span {
	line-height: 1
	text-align: left;
	font-size: 80%;
}

#header .done {
	top: auto;
	bottom: 0;
}

/*//////////////////////////////////////////////////////////////
	Navigation Colours
/////////////////////////////////////////////////////////////*/

#nav ul li a,#nav ul li a:link,#nav ul li a:visited,#nav ul li {
background:#808386;
color:white;
}

#subnavcontainer ul li a,#subnavcontainer ul li a:link,#subnavcontainer ul li a:visited {
background:#AE0823;
}

#nav ul li a.current {
background: #5DB2CD;
background: #0B5E7C;
background: #4F5153;

cursor:default;
}

#nav ul li a.activeparent {
background: #AE0823;
}

#nav ul#subnav  li a.current {
background:#890F1B;
}

#nav ul li a:hover,#subnavcontainer ul li a:hover {
background: #890F1B;
}

#subnavcontainer {
background: #AE0823;
}
/*//////////////////////////////////////////////////////////////
	Link Colours
/////////////////////////////////////////////////////////////*/

#contentarea a,#contentarea a:link,#contentarea a:visited {
color: #890F1B;
}

#contentarea a:hover {
color: #AE0823;
}

/*//////////////////////////////////////////////////////////////
	Home Colours
/////////////////////////////////////////////////////////////*/

p#introtext {
color:#0B5E7C;
color: rgb(174, 8, 35);
font-size: 180%;
line-height: 130%;

}

/*//////////////////////////////////////////////////////////////
	Element Colours
/////////////////////////////////////////////////////////////*/

h2,h3,h4,h5 {
color:#AE0823;
}

/*//////////////////////////////////////////////////////////////
	Footers
/////////////////////////////////////////////////////////////*/
#footer a,#footer a:link,#footer a:visited, #footer {
color:white;
}

/*//////////////////////////////////////////////////////////////
//	Banners
/////////////////////////////////////////////////////////////*/
#banners
{
	width: 900px; 
	height: 400px; 
	z-index:5;
overflow:hidden;	
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;

}

/*//////////////////////////////////////////////////////////////
//	Calendar
/////////////////////////////////////////////////////////////*/

table.calendar li a,table li a:link,table li a:visited{
background:#f1f1f1;
}

#contentarea table.calendar li a:hover {
color:#F1FAFF;
background:#AE0823;

}

/*//////////////////////////////////////////////////////////////
	Event Header Colours
/////////////////////////////////////////////////////////////*/
/*
Yellow: 	#F5BB1C
Blue:		#0093D2
Green:		#74A231
Navy:		#0E1440
Red:		#CB0B20
Purple:		#74053F

Brown:		#A9680D
Pink: 
*/



#homenews #accordion div.yellow h3 {background-color:#F5BB1C;}
#homenews #accordion div.blue 	h3 {background-color:#0093D2;}
#homenews #accordion div.green 	h3 {background-color:#74A231;}
#homenews #accordion div.navy 	h3 {background-color:#0E1440;}
#homenews #accordion div.red 	h3 {background-color:#CB0B20;}
#homenews #accordion div.purple h3 {background-color:#74053F;}

#homenews #accordion div.brown 	h3 {background-color:#A9680D;}
#homenews #accordion div.pink	h3 {background-color:#E30B79;}

#homenews #accordion div.lightblue h3 {background-color:#399DB7;}
#homenews #accordion div.darkbrown h3 {background-color:#582F2B;}
#homenews #accordion div.orange    h3 {background-color:#F36F21;}

/*//////////////////////////////////////////////////////////////
//	Others
/////////////////////////////////////////////////////////////*/

#map {
border: 1px inset #0B5E7C;
}

.need {
color:red;
font-weight: bold;
}

/*//////////////////////////////////////////////////////////////
//	Social Photos
/////////////////////////////////////////////////////////////*/

#social-photos {
	clear: both;
	overflow: hidden;
}

#social-photos .social-photo {
	float: left;
	text-align: center;
	padding: 0px;
	border: 1px solid #efefef;
	margin: 0 10px 5px 0;
}

/*//////////////////////////////////////////////////////////////
//	video
/////////////////////////////////////////////////////////////*/

#home-video-container object {
	width: 300px;
	height: 230px;
	margin-top: -15px;
}

#home-video-container {
	float:right;
	width: 300px;
}

#home-video-container a {
	display:none;
}