/*

CPS - Colour File


Blue Scheme

Sky Blue - #72B7CD
Light Blue - #DDEEF3

*/


body{
	background: url(/images/header-background.jpg) top left repeat-x;
	color: #244B6C;
	background-color: #72B7CD;	
}

#header {
	color: #fff;
	background: url(/images/header-background.jpg) repeat-x top right;
	background-color: #fff;
	border-bottom: 10px solid #B7DAE6;
}

#header .button{
	background: url(/images/search-go-button.jpg) no-repeat;
	border: 0;
	color: #fff;
}

#header h1, h2{
	color:#3A68AB;	
}

#sidebar{
	background-color: 
}



h1 {
  color: #4d727d;
}

h2 {

}


h3 {

}

h4 {
  color: #439ebc;
}

h5 {
	/*background-color: #7BBCD0;*/
	background-color: #BDDDE8;
	border:1px solid #BEE3EB;background-color:#E7F4F8;
}

fieldset h5{
	background-color: #bfe1ec;
	color: #0e3d55;
	font-weight: normal;
}

#nav{
   text-align: left;
	margin-top: 0px;
	list-style: none;
	width: 100%;
	font-size: 90%;
}

#nav li{
	background: url(/images/nav-button.jpg) repeat-y;	
	border: 2px solid #84C0D4;
	padding: 5px;
	padding: 0px;
	background-color: #72B7CD;
}

#nav ul{
	list-style: none;
	padding:0;
	padding-top:10px;
	margin: 0;
}

#nav ul li{
  border: none;
  padding:0;
  margin:0;  
  padding-left: 15px;
  padding-top: 6px;
  font-size: 90%;
  background-color: #72B7CD;  
}

#nav a{
	text-decoration: none;
	color: #fff;
	width:100%;
	font-weight: bold;
	display:block;
	padding: 5px;
   
}

#nav a:hover{
	background-color: #FFCC00;
}

#nav ul li a span{
	
	width:100%;
}

a, a:link, a:visited, a:active
{
	color: #FF6C04;	
}

/* Disable Nav */
#nav ul{
	display:none;
}

/*All Nav Pages*/
#home, #support, #whatson, #resources, #aboutus, #ourservices, #employment{
		border-top: 20px solid #fff;
		background: url(/images/sidebar-background.jpg) repeat-x top right ;
		background-color: #7BBCD0;
}

/* Home Nav Styles */
#home #nav .home a{
	color: #37869D;
}

#home #nav .home ul a{
	color: #fff;
	font-weight: normal;
}

#home #nav .home {
	background: url(/images/nav-button-on.jpg) repeat-y;
}

/* Support Nav Styles */
#support #nav .support ul {
	display: block;
}

#support #nav .support a{
	color: #37869D;
}

#support #nav .support ul a{
	color: #fff;
	font-weight: normal;
}

/* Nav Styles */
#resources #nav .resources ul, #aboutus #nav .aboutus ul, #ourservices #nav .ourservices ul, #employment #nav .employment ul{
	display: block;
}

#resources #nav .resources a, #aboutus #nav .aboutus a, #ourservices #nav .ourservices a, #employment #nav .employment a, #whatson #nav .whatson a{
	color: #37869D;
}

#resources #nav .resources ul a, #aboutus #nav .aboutus ul a, #ourservices #nav .ourservices ul a, #employment #nav .employment ul a{
	color: #fff;
	font-weight: normal;
}



#nav div{
	background: url(/images/nav-button.jpg) repeat-y;
	
}

#support #nav .support, #home #nav .home, #whatson #nav .whatson, #aboutus #nav .aboutus, #ourservices #nav .ourservices, #employment #nav .employment, #resources #nav .resources{
	background: url(/images/nav-button-on.jpg) repeat-y;
	background-color: #A0CFDE;
}

.orangeGradientBox{
	background-color: #FF9933;	
	color: #fff;
	background: url(/images/orangeButton.jpg) no-repeat;
	margin: 5px;
	text-align: right;
	width: 182px;
	height: 54px;
}

.orangeGradientBox p{
	font-size: 100%;
}

.blueGradientBox{
	background-color: #8AC3D6;
	background: url(/images/largeBlueBannerBack.jpg) repeat-x;
	width: 100%;;
	height: 127px;
}

.blueGradientBox p{
	padding-left: 120px;
	font-size: 110%;
	color: #fff;	
	font-weight: bold;
}


a.darkblue{
	color: #000033;
}

.red{
	color: #ff0000;
}

.black{
	color: #000;
}

.grey{
	color: #aaaaaa;
}

.darkgrey{
	color: #666666;
}

.leftClouds {
	background: url(/images/clouds-left.jpg) right top repeat-y;
}

.rightClouds{
	background: url(/images/clouds-right.jpg) left top repeat-y;
}

/* Class for required field styling */
.req{
	color: #ff0000;
}

.loginForm legend{
	color: #FF9933;
	font-size: 120%;
	font-weight: bold;
}

.loginbutton{
	background: url(/images/button-login.jpg) no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
}

.logoutbutton{
	background: url(/images/button-logout.jpg) no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
}

.iconView{
	list-style: none;
	background: url('/images/icon_view.gif') no-repeat 0px 3px;
	padding-left:20px;
	_padding-left: 10px;
	
	margin:0;
}

li{
	vertical-align: middle;
}