/* CSS Document */

/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}

/*browser normalisation*/
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}

/*force a minimum height*/
.prop {
    height:400px;
    float:right;
    width:1px;
  }



/*accessibility*/
.access {
	display: none;
}
#skiplinks {	
	position: absolute;
	top: 0;
	left: -2000px;
	z-index: -100;
}

/*Main page elements*/
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(images/background.gif);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	background-position: top;
	color: #666666;
}
#container {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container h1
{
width: 300px;
}

#logo-container {
	margin: 0px;
	padding: 0px;
	height: 116px;
	width: 270px;
	float: left;
}
#logo-container img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	margin-right: 20px;
	float: right;
	margin-top: 45px;
	font-size: 1.3em;
	font-weight: bold;
	color: #E7F1FA;
	text-align: right;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#nav-container {
	background-image: url(images/nav-background.gif);
	background-repeat: repeat-x;
	height: 32px;
	margin: 0px;
	padding: 0px;
}
#nav-container ul {
	padding-right: 5px;
	padding-left: 5px;
}
#nav-container li {
	float: left;
	
}
#nav-container a {
	line-height: 32px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	//width: auto;
}
#nav-container a:hover {
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	background-image: url(images/nav-background-over.gif);
	background-repeat: repeat-x;
	//width: auto;
	display: block;
	background-color: #21317A;
}


#breadcrumb {
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#breadcrumb li {
	float: left;
	line-height: 50px;
	font-size: 12px;
	color: #0b539e;
	margin-right: 5px;
}
#breadcrumb a {
	color: #47c4f2;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #47C4F2;
}

.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footer {
	background-image: url(images/footer-background.gif);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footerbottom {
	background-image: url(images/footer-bottom.gif);
	background-repeat: no-repeat;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	height: 20px;
}

#ex-news {
	width: 327px;
	margin-right: 20px;
	float: left;
}
#ex-news ul {
	padding: 0px;
	background-image: url(images/footer-divider.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#ex-news li {
	background-image: url(images/footer-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 3px;
	padding-bottom: 3px;
}
#ex-news a {
	color: #FFCC00;
	text-decoration: none;
}
#ex-news a:hover {
	color: #02316D;
	text-decoration: none;
	background-color: #FFCC00;
}


#description {
	width: 348px;
	float: left;
	margin-right: 20px;
}
#description p {
	color: #FFFFFF;
}
#description a {
	color: #FFCC00;
	text-decoration: none;
}
#description a:hover {
	color: #02316D;
	text-decoration: none;
	background-color: #FFCC00;
}

#icons {
	float: left;
	width: 204px;
}
#icons p {
	margin-bottom: 15px;
	text-align: right;
	margin-top: 5px;
}

#addthis {
	margin-bottom: 20px;
	text-align: center;
	margin-top: 10px;
}

.footertitle, .homefootertitle {
	color: #85ddfd;
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 15px;
}
#ex-news .footertitle {
	background-image: url(images/ex-news.gif);
	background-repeat: no-repeat;
	height: 33px;
	line-height: 33px;
	padding-left: 50px;
	margin-bottom: 10px;
}

#ex-news .homefootertitle {
	height: 33px;
	line-height: 33px;
	padding-left: 0px;
	margin-bottom: 10px;
}

#bottom-nav {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#bottom-nav li {
	float: left;
	margin-right: 20px;
}
#bottom-nav a {
	color: #47C4F2;
	text-decoration: none;
}
#bottom-nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #47C4F2;
}




#search form
{
float:right; 
margin-top:5px; 
padding-right:8px; 
text-align:right;
}

#search form label
{
left:-2000px; 
position: 
absolute; 
top: 0; 
z-index: -100;
}

#search-button

{
margin-bottom: -6px;
border-width:0px;
}


#bigimage
{
	background-image: url(images/homepage-image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 715px;
	height: 280px;
}

#strapline !important
{
margin-bottom: 5px;
font-color: #fff;
}


















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
