﻿body 
{
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	color:#333;
	background-color:#288dcd;
	background-image:url(/assets/images/general/background.jpg); 
	background-repeat:repeat-x;
	background-position:top left;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {margin: 0px 0px 5px 0px;}

h2 {color: #287BC1; font-size: 1.8em; font-weight: bold;}

h3 {color: #828186; font-size: 0.5em;margin-top:1.6em;}
p + h3 {color: #828186; font-size: 0.5em;margin-top:1.8em;}
h3.large { font-size: 1.5em; }
h3.sidetitle { font-size:1.2em; }

img {border: none;}
fieldset { border:none;padding:0;margin:0;color:#828186; }

a:link {color:#cc6600;text-decoration:none;}
a:visited {color:#cc6600;text-decoration:none;}
a:hover {color:#cc6600;text-decoration: underline;}

address { font-style:normal; }

/***************************** Colour styles *****************************/

.black {color: #000000;} .black a {color: #000000;}
.blue {color: #004080;} .blue a {color: #004080;}
.grey {color: #828186;} .grey a {color: #828186;}
.white {color: #ffffff;} .white a {color: #ffffff;}


/***************************** General layout styles *****************************/

.float_l {float: left;}
.float_r {float: right;}

.margin_t0 {margin-top: 0px;}
.margin_t9 {margin-top: 9px;}
.margin_t10 {margin-top: 10px;}
.margin_t14 {margin-top: 14px;}
.margin_t20 {margin-top: 20px;}
.margin_b0 {margin-bottom: 0px;}
.margin_b7 {margin-bottom: 7px;}
.margin_b9 {margin-bottom: 9px;}
.margin_b10 {margin-bottom: 10px;}
.margin_b12 {margin-bottom: 12px;}
.margin_b20 {margin-bottom: 20px;}

.textalign_c {text-align: center;}
.textalign_l {text-align: left;}
.textalign_r {text-align: right;}

.bold { font-weight:bold; }

/***************************** Root layout *****************************/

#page 
{ 
	width:969px;
	margin:19px auto 40px auto;
	background-color:#fff;
	border: solid 3px #ccc;
}
#page #pagecontent { }

#header { width:905px;padding:23px 33px 0 31px; }
#header h1 { margin:0;padding:0; }
#header p { margin:0;padding:0; }

#header_top { width:905px;height:29px; }
#header_bottom { width:905px;height:49px; }

#logo { float:left;width:245px;height:19px;padding:4px 0 6px 0;}
#navigation { float:left;padding:0 0 0 25px;width:635px; }
#tools_bar { width:905px;margin-top:10px; }
#tools_bar .left { float:left;width:400px;padding:0 0 0 275px; }
#tools_bar .right { float:right;width:200px; }
#tools_bar .right .search_box { width:100px;text-align:left; }
#tools_bar .right #search_error { }
#slogan { float:left;width:244px;height:9px;padding:15px 0 0 0; }
#stripe { float:left;margin:18px 0 0 11px;background-color:#dfeef8;width:650px;height:6px; }

#content { width:905px;padding:0 33px 0 31px;}
.content_banner { margin:0 0 34px 0; }
#content_bigleft { width:905px;display:block;clear:both;}
#content_bigleft { width:613px;margin:0 33px 0 0;float:left;}
#content_littleright { width:259px;float:left; } 
#content_littleleft { width:259px;float:left;margin:0 33px 0 0; } 
#content_bigright { width:613px;float:left;}

#content_bigcol {}

#content_bigcol div.left {
    float:left;
    width:613px;
    display:block;
    }
#content_bigcol div.right {
    float:right;
    width:259px;
    display:block;
    padding:0;
    margin:0;
    }

#content_bigcol div.right a {
    margin:0;
    }


#footer { width:969px;padding:0;margin:47px 0 0 0;}

#legalstuff 
{
	color: #999;
	width:921px;
	font-size:0.8em;
	padding:15px 24px 20px 24px; 
}
#legalstuff .left { width:600px;float:left;}
#legalstuff .right { width:200px;float:right;text-align:right; }
#legalstuff a { color:#999; }
#legalstuff p { margin:0; }

/***************************** Universal classes *****************************/

/*###### clearfix ######*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.banner_image { margin:0 0 34px 0; }

#content_bigleft .split .left { float:left;width:283px;border-right: solid 1px #cfcfcf;padding:0 18px 0 0; }
#content_bigleft .split .right { float:left;width:293px;padding:0 0 0 18px; }

/***************************** Collapsible panels *****************************/

.panel { margin: 0 0 5px 0;float:left; }
h2.trigger {
	padding: 7px 7px 0 10px;
	margin: 0 0 1px 0;
	background: url(h2_trigger_a.gif) no-repeat;
	height: 24px;
	width: 241px;
	float: left;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	color:#fff;
	font-size:1.0em;
	font-weight:bold;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:top left;
}
h2.trigger a {
	text-decoration: none;
	display: block;
	color:#fff;
	width:220px;
	float:left;
}
h2.trigger a:hover { color: #fff; }
h2.trigger img 
{
	float:right;
	padding-top:1px;
}
.toggle_container 
{
	background-image: url(/assets/images/general/collapsible-panel-background.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 258px;
	clear: both;
	font-size:0.8em;
}
.toggle_container .block {
	padding: 10px 12px; 
}
.toggle_container .block p 
{
	margin-top:0;
}

h2.trigger.green { background-image:url(/assets/images/panels/header-green.gif); }
h2.trigger.blue { background-image:url(/assets/images/panels/header-blue.gif); }
h2.trigger.orange { background-image:url(/assets/images/panels/header-orange.gif); }
h2.trigger.purple { background-image:url(/assets/images/panels/header-purple.gif); }
h2.trigger.red { background-image:url(/assets/images/panels/header-red.gif); }


/**************** LATEST NEWS ********************/

#latest_news 
{ 
	margin:0;
	padding:0;
}

#latest_news_list 
{
	float:left;
	list-style: none outside none;
	padding:0;
	margin:0;
}

#latest_news_list li  
{
	list-style:none outside none;
	margin:0;
	padding:0 0 10px 0;
}

#latest_news_list li .headline { font-weight:bold; }

/**************** NEWS TICKER ********************/

#date_time_bar
{
	overflow: hidden;
	background-color:#fff;
	background-image: url(/assets/images/general/news-ticker-background.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	height:33px;
	padding:0 33px 0 31px;
	width:905px;
	color:#fff;
	text-align:right;
}
#date_time_bar p { margin: 8px 0; }

#news_ticker 
{ 
	overflow: hidden;
	background-color:#fff;
	background-image: url(/assets/images/general/news-ticker-background.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	height:33px;
	width:921px;
	padding: 0 24px;
}

#news_ticker 
{ 
	overflow: hidden;
	background-color:#fff;
	background-image: url(/assets/images/general/news-ticker-background.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	height:33px;
	width:921px;
	padding: 0 24px;
}
#news_ticker h2 
{
	padding: 7px 0 0 0;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	float:left;
	width:155px;
}
#news_ticker img { padding-top:9px;float:left; }

#news_ticker_list 
{
	width:720px;
	float:left;
	list-style: none outside none;
	margin:0;
	padding:10px 0 0 10px;
}
#news_ticker_list li  
{
	list-style:none outside none;
	margin:0;
	padding:0;
	height:18px;
	overflow:hidden;
	font-size:0.9em;
}
#news_ticker_list a { color:#fff; }
#news_ticker_list a:hover { text-decoration:none; }
#news_ticker_list .date { color:#000; } 

/**************** SITEMAP ********************/

#sitemap
{
	overflow: hidden;
	background-color:#fff;
	background-image: url(/assets/images/general/quicklinks-background.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	width:969px;
}

#sitemap h2.trigger
{
	height:26px;
	padding-left:24px;
	font-size:1.1em;
}
#sitemap h2.trigger a { width:120px; }
#sitemap h2.trigger img { float:left; }

#sitemap .toggle_container 
{
	background-image:none;
	width:921px;
	overflow: hidden;
	padding: 5px 24px 5px 24px;
}

#sitemap ul
{
	margin: 0;
	padding: 0;
}

#sitemap ul li
{
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	list-style:none outside none;
	padding-right:27px;
	font-weight:bold;
}

#sitemap ul li ul { padding:0; }

#sitemap ul li ul li 
{ 
	padding-right:0px; 
	display: block;
	float:none;
	font-size: 0.8em;
	font-weight:normal;
}
#sitemap ul li ul li a { color:#333; }
#sitemap ul li ul li a:visited { color:#333; }
#sitemap ul li ul li a:hover { color:#999; }

/***************************** Page specific classes *****************************/

#news_story_summary img { float:right;padding:0 0 5px 5px; }

#search_results ol, ul
{
    list-style-type : none;
    margin-left : 0;
    padding-left : 0;
}
 
#search_results ol li, ul li
{
    margin-left : 0;
    padding-left : 0;
}
 
#search_results div#pager
{
    text-align : center;
}

#search_results .result {
    padding:0 0 10px 10px;
    margin-bottom:5px;
    }
    
.result .highlight {
    background-color:#FF0;
    }
 
.result.blue a {
    color:#cc6600;
    }
       
.result a.url {
    color:#999;
    }
    
.result a.title {
    font-weight:bold;
    }
 
.result.orange {
    border-left:3px solid #e5b07c;
    color:#000
    }   
.result.green {
    border-left:3px solid #8fc3e2;
    color:#000
    }
.result.blue {
    border-left:3px solid #97b786;
    color:#000
    }
    
.tbl_download_zone 
{
	width:100%;
	border:solid 1px #eee;
}
.tbl_download_zone th { text-align:left;border:solid 1px #eee;padding:5px; }
.tbl_download_zone td { border:solid 1px #eee;padding:5px; }
.tbl_download_zone .doc_thumb img { border:solid 1px #000; }
.tbl_download_zone .doc_type { text-align:center;width:16px; }
.tbl_download_zone .doc_name { text-align:left; }
.tbl_download_zone .doc_size { text-align:left;width:50px; }
.tbl_download_zone .doc_thumb { text-align:center;width:75px; }
.tbl_download_zone .doc_download { text-align:center;width:40px; }
.tbl_download_zone .doc_name_glacia_img { float:left;padding-right:10px; }
.tbl_download_zone .doc_name_glacia_text { float:left;padding-top:10px; }
.tbl_download_zone .doc_name_aquasol_img { float:left;padding-right:10px; }
.tbl_download_zone .doc_name_aquasol_text { float:left;padding-top:3px; }
.tbl_download_zone .doc_name_bs_img { float:left;padding-right:10px; }
.tbl_download_zone .doc_name_bs_text { float:left;padding-top:0; }
.tbl_download_zone .doc_name_granulite_img { float:left;padding-right:10px; }
.tbl_download_zone .doc_name_granulite_text { float:left;padding-top:3px; }

/******************************* Home Page ******************************/

