/* Generic properties */

body {
	background: #d3e3f0 url('images/bgstripe.jpg') top left repeat-x;
	margin: auto;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #222;
}

a {
	color: #0e0461;
}

img {
	display: block;
}

a img {
	border: 0px;
}

h1 {
	font-size: 1.5em;
	color: #4f7485;
}

h2 { 
	font-size: 1.3em;
	color: #7e9ab6;
}

h3, .Heading3 {
	font-size: 1.08em;
	color: #4f7485;
}

h1, h2, h3, .Heading3 {
	margin: 0px;
	padding: 0.2em 0px 0.2em 0px;
}

p {
	margin: 0px;
	padding: 0.2em 0em 1em 0em;
}

address {
	font-style: normal;
}

dl 
{
	margin: 0px;
	padding: 0px;
}

dt {
	padding: 0px;
	margin: 0px;
	color: #7f7f7f;
	font-style: italic;
}

dd {
	margin: 0px;
	padding: 0.2em 0em 0em 0.8em;
	font-size: 0.9em;
	color: #7f7f7f;
}

/* Background properties */

.Background {
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 1;
}

.BackgroundInner {
	min-width: 785px;
	width: 785px;
	margin: auto;
	z-index: 1;
}

.RightBackground {
	float: left;
	width: 785px;
	position: absolute;
	z-index: 1;
	background-position: top right;
	background-repeat: no-repeat;
}

.LeftBackground {
	float: left;
	position: absolute;
	z-index: 1;
	background-position: top right;
	background-repeat: no-repeat;
}

/* Layout properties */

.MainBody {
	overflow: visible;
	min-width: 785px;
	width: 785px;
	margin: auto;
	z-index: 10;
	position: relative;
}

.CentralContent {
	background-color: #fff;
	background-position: top right;
	background-repeat: no-repeat;
}

.StaticLinks {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);
	float: right;
	margin-right: 7px;
	padding: 0.3em 0.8em 0.5em 0.8em;
}

.StaticLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}

.StaticLinks li {
	float: left;
	padding: 0px 0.6em 0px 0.6em;
	border-right: 1px solid #0e0461;
}

.StaticLinks li.RSSLink {
	border: none;
}

.StaticLinks li a {
	text-decoration: none;
}

a.HeaderLogo img {
	padding-top: 11px;
	padding-left: 33px;
}

div.TopMenu {
	padding-top: 32px;
}

div.TopMenu ul {
	height: 22px;
	background: rgb(65,58,127);
	background: rgba(65,58,127,0.8);
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

div.TopMenu ul li {
	float: left;
	margin: 0.1em 0.7em 0em 0.7em;
	font-size: 1.1em;
}

div.TopMenu ul li a {
	color: #fff;
	text-decoration: none;
}

div.SearchArea {
	padding-right: 5px;
	float: right;
}

div.Breadcrumbs {
	padding-top: 23px;
	clear: both;
}

div.BreadcrumbsInner {
	padding: 5px;
	background: rgb(219,232,242);
	background: rgba(219,232,242,0.8);
	position: relative;
	font-size: 0.8em;
}

.ContentArea {
	padding: 20px 0px 10px 11px;
	margin-right: 236px;
}

div.RightBar {
	float: right;
	width: 208px;
	margin-right: -236px;
	position: relative;
	padding-right: 10px;
}

* html div.RightBar {
	margin-right: -118px;
}

div.RightBar .Menu {
	background: rgb(219,232,242);
	background: rgba(219,232,242,0.8);
	padding: 8px;
	position: relative;
}

div.RightBar .Menu .Heading3 ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

div.RightBar .Menu a {
	color: #0071ac;
}

div.Quotation {
	padding: 18px 8px 8px 8px;
}

div.Quotation h3, div.Quotation cite  {
	color: #549ed4;
	font-size: 1em;
	font-style: normal;
}

div.Quotation blockquote {
	color: #7f7f7f;
	font-style: italic;
	margin: 0px;
	padding: 1em 0px 1em 0px;
}

div.RSSBox 
{
	margin: 1em 0em 0em 0.5em;
}

div.RSSBox h3  {
	color: #549ed4;
	font-size: 1em;
	font-style: normal;
}

div.MainContent {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);
	padding: 1em;
	min-height: 400px;
}

* html div.MainContent {
	height: 400px;
}

.FooterBar {
	font-size: 0.7em;
	background-color: #a4bfd8;
	min-height: 1px;
	clear: both;
}

.FooterBar:after {
    content: "&#160;";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .FooterBar {
	height: 1px;
}

.FooterBar ul {
	list-style-type: none;
	padding: 0.6em 0px 1em 2%;
	margin: 0px;
}

.FooterBar li {
	width: 16%;
	float: left;
}

.FooterBar li li {
	width: 100%;
	float: none;
}

.FooterBar li h3 a {
	color: #fff;
	font-size: 1.2em;
}

div.Footer {
	clear: both;
	padding: 8px 0px 8px 0px;
}

.FooterLinks {
	float: right;
}

.FooterLinks img {
	margin-left: 5px;
	float: left;
}

.FooterLogos img {
	float: left;
	margin-right: 15px;
}

div.TwitterBox {
	margin-bottom: 1em;
}

/* Fern specific properties */

.Fern .Background, .Fern .BackgroundInner, .Fern .RightBackground, .Fern .LeftBackground {
	height: 751px; /* Height of highest bg image */
}

.Fern .RightBackground {
	padding-right: 206px; /* Width of right background image */
	background-image: url('images/fern/backgroundright.jpg'); /* Left background image */
}

.Fern .LeftBackground {
	margin-left: -154px; /* Width of left background image */
	width: 154px; /* Width of left background image */
	background-image: url('images/fern/backgroundleft.jpg'); /* Right background image */
}

.Fern .CentralContent {
	background-image: url('images/fern/background.jpg'); /* Main background image */
}

/* Sunbeams specific properties */

.Sunbeams .Background, .Sunbeams .BackgroundInner, .Sunbeams .RightBackground, .Sunbeams .LeftBackground {
	height: 811px; /* Height of highest bg image */
}

.Sunbeams .RightBackground {
	padding-right: 206px; /* Width of right background image */
	background-image: url('images/sunbeams/backgroundright.jpg'); /* Left background image */
}

.Sunbeams .LeftBackground {
	margin-left: -206px; /* Width of left background image */
	width: 206px; /* Width of left background image */
	background-image: url('images/sunbeams/backgroundleft.jpg'); /* Right background image */
}

.Sunbeams .CentralContent {
	background-image: url('images/sunbeams/background.jpg'); /* Main background image */
}

/* Dandelions specific properties */

.Dandelions .Background, .Dandelions .BackgroundInner, .Dandelions .RightBackground, .Dandelions .LeftBackground {
	height: 623px; /* Height of highest bg image */
}

.Dandelions .RightBackground {
	padding-right: 174px; /* Width of right background image */
	background-image: url('images/dandelions/backgroundright.gif'); /* Left background image */
}

.Dandelions .LeftBackground {
	margin-left: -176px; /* Width of left background image */
	width: 176px; /* Width of left background image */
	background-image: url('images/dandelions/backgroundleft.gif'); /* Right background image */
}

.Dandelions .CentralContent {
	background-image: url('images/dandelions/background.jpg'); /* Main background image */
}

/* Ocean specific properties */

.Ocean .Background, .Ocean .BackgroundInner, .Ocean .RightBackground, .Ocean .LeftBackground {
	height: 871px; /* Height of highest bg image */
}

.Ocean .RightBackground {
	padding-right: 206px; /* Width of right background image */
	background-image: url('images/ocean/backgroundright.jpg'); /* Left background image */
}

.Ocean .LeftBackground {
	margin-left: -206px; /* Width of left background image */
	width: 206px; /* Width of left background image */
	background-image: url('images/ocean/backgroundleft.jpg'); /* Right background image */
}

.Ocean .CentralContent {
	background-image: url('images/ocean/background.jpg'); /* Main background image */
}

/* Beach specific properties */

.Beach .Background, .Beach .BackgroundInner, .Beach .RightBackground, .Beach .LeftBackground {
	height: 811px; /* Height of highest bg image */
}

.Beach .RightBackground {
	padding-right: 206px; /* Width of right background image */
	background-image: url('images/beach/backgroundright.jpg'); /* Left background image */
}

.Beach .LeftBackground {
	margin-left: -206px; /* Width of left background image */
	width: 206px; /* Width of left background image */
	background-image: url('images/beach/backgroundleft.jpg'); /* Right background image */
}

.Beach .CentralContent {
	background-image: url('images/beach/background.jpg'); /* Main background image */
}

/* Fire specific properties */

.Fire .Background, .Fire .BackgroundInner, .Fire .RightBackground, .Fire .LeftBackground {
	height: 830px; /* Height of highest bg image */
}

.Fire .RightBackground {
	padding-right: 163px; /* Width of right background image */
	background-image: url('images/fire/backgroundright.jpg'); /* Left background image */
}

.Fire .LeftBackground {
	margin-left: -132px; /* Width of left background image */
	width: 132px; /* Width of left background image */
	background-image: url('images/fire/backgroundleft.jpg'); /* Right background image */
}

.Fire .CentralContent {
	background-image: url('images/fire/background.jpg'); /* Main background image */
}

/* Front page styles */

.FrontPageNews {
	list-style-type: none;
	margin: 0em 0em 0.3em 0em;
	padding: 0px;
}

.NewsPage .RSSBox {
	background-image: url('images/largebird.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

.NewsPage .RSSBox ul 
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.NewsPage .RSSBox li 
{
	padding: 0px 0px 0.5em 18px;
	margin: 0px;
	list-style-type: none;
	background-image: url('images/bullet_blue.gif');
	background-position: top left;
	background-repeat: no-repeat;
}	

.FrontPageNews h3 {
	color: #7e9ab6;
	padding: 0.2em 0px 0.4em 0px;
}

.ShiftRight {
	text-indent: -1000em;
	display: block;
}

span.PubDate {
	display: block;
	color: #7e9ab6;
	text-align: right;
	font-size: 0.9em;
}

.TwitterLink {
	font-size: 0.9em;
}

.CentreText {
	text-align: center;
}

/* News styles */

.MainNews 
{
	padding-top: 1em;
}

.NewsItem {
	padding: 0px 0px 0px 17px;
	margin: 1em 0px 1em 0px;
	background: url('images/icons/newspaper.gif') no-repeat top left;
}

.FrontPageNews 
{
	padding-top: 0.5em;
}

.FrontPageNews li {
	padding: 0px 0px 0px 17px;
	margin: 0.6em 0px 0.6em 0px;
	background: url('images/icons/newspaper.gif') no-repeat left 0.3em;
}

.NewsTitle a {
	font-size: 1.1em;
}

.NewsReleaseDate {
	color: #7e9ab6;
	margin: 0.2em 0px 0.5em 0px;
}
	
.NewsSummary {
	font-style: italic;
	color: #3a4463;
}

.NewsText {
	margin: 1em 0px 1em 0px;
}

/* Job styles */

.JobsBox .NewsTitle a {
	font-size: 1.1em;
}
	
.JobsBox .NewsSummary, .JobsBox .NewsReleaseDate {
	display: none;
}
.JobsBox {
	background: rgb(219,232,242);
	background: rgba(219,232,242,0.8);
	padding: 0em 0.8em 0em 0.8em;
	border: solid 0.1em #9bbed6;
	margin: 0px 0px 0.5em 0px;
}

.JobItem
{
	padding: 0.3em 0px 0.3em 22px;
	margin: 0px;
	list-style-type: none;
	background-image: url('images/briefcase.gif');
	background-position: left 0.4em;
	background-repeat: no-repeat;
}

/* Search */

.NoList 
{
	list-style-type: none;
	padding: 0px;
	margin: 1em 0px 1em 0px;
}

/* lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.LightboxImage {
	margin: 0px 3px 3px 0px;
	border: outset 2px #d3e3f0;
	float: left;
}

/* Hiding News */

.MainNews, .FooterNews
{
	display: none;	
}