@charset "utf-8";

/*
==========================================================================
	
	STYLE.CSS | CSS FRAMEWORK
	--------------------------
 	Main Project specific styles
	
	- CNS Treasury -
	
	author: FuelDesign Ltd www.fueldesign.co.nz

	Contents:
	--------------------------
	1 - Default Typography Sizing, Colours and Margins
	2 - Global Styles for types
	3 - Main Structural Divs
	4 - Header styles
	5 - Main body Styles
	6 - Footer Styles
	7 - Page Specific sty;es

==========================================================================
*/
	@import url("base.css");
	@import url("forms.css");

/*
==========================================================================
1 - Default Typography Sizing, Colours and Margins
==========================================================================
*/
body  { color: #666; background: #fff url(../images/bg/bg-gradient.jpg) repeat-x scroll left top; font-size:13px; line-height:22px; text-align:center; font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; font-variant:normal; overflow:scroll; }
/*
==========================================================================
2 - Global Styles for types
==========================================================================
*/
/* links */
a:link, a:visited { border-bottom: 1px solid #0ea8f0;color: #666;}
a:hover, a:active, a:focus { border-bottom: none; color:#666; }
/* remove dotted outlines in FF */
a:hover, a:active, a:focus, :focus { outline-style:none; outline-width:medium; outline:0 none; }

a:link.external, a:visited.external { background: transparent url(../images/bg/external.gif) top right no-repeat; padding-right: 12px; }

/* list types */
ul li { }
ul { }

dl dt { font-weight: bold; }
dl dd img { display: inline; }
/* ol li { list-style-type: lower-alpha; list-style-position: inside; } */

/* hr */
hr { margin:5px 0px 15px; border:none 0px; border-bottom: 1px dotted #999; }

/* blockquotes */
blockquote { font-family: georgia, "times new roman", serif; background:#f6f6f6; border-top: dashed 1px #cccccc; border-bottom: dashed 1px #cccccc; margin:10px 0; }
blockquote p { color: #333; font-size: 14px; line-height: 20px; padding:10px 0px; margin:0px; }
blockquote cite { display:block; font-size: 12px; line-height: 24px; text-align:left; }
blockquote em { display:block; }
blockquote em a { font-size: 12px; line-height: 12px; text-decoration: underline; }

/* strong */
strong.error { color: #F00; }

/* em */
em.required { color: #F00; font-weight: bold; font-style: normal; }

/* headers */
h1, h2, h3, h4 { color: #333; }

/* box model padding */
h1, h2, h3, h4, p { padding: 0px 0px 15px; }

/*
==========================================================================
3 - Main Structural Divs
==========================================================================
*/
.thrColAbs #container,
.thrColAbs #HomePageContainer { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 980px;  /* using 20px less than a full 900px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff url(../images/bg/bg-canvas-inner.png) no-repeat scroll left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:730px;height:auto !important; height:730px;
}
.thrColAbs #HomePageContainer {
	background: #fff url(../images/bg/bg-canvas.png) no-repeat scroll left top;
}

/* Tips for absolutely positioned sidebars:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
*/
.thrColAbs #leftSideBar { position:absolute;top:0;left:0;width:219px;margin-top:15px; background: transparent url(../images/bg/bg-dotted-line-divider.png) no-repeat scroll right top; } /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
.thrColAbs #rightSideBar { } /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
.thrColAbs #mainContent { margin: 0px 0px 0px 219px; } /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
.thrColAbs #header { position:relative;width:980px; margin:0px auto; text-align: left; }
.thrColAbs #footer { }
/*
==========================================================================
4 - Header styles
==========================================================================
*/
#header a:hover, #header a:focus, #header a:active { border:0px;text-decoration:none; }

#header #headerTop { position:relative; background: #c0e8fb url(../images/bg/bg-header.png) no-repeat scroll left top; width:980px;height:77px; }
#header #headerFlash { height:157px; }
#header #headerNoFlash { height:0px; }

#header a#logo,#header a#logo img { display:inline; }
#header #headerTop a#logo { width:400px;margin-left:32px; border:none; }
#header #headerTop a#btn-login { position: absolute; right:35px; top:18px; width:149px;height:30px;background: transparent url(../images/img/buttons/client-login.png) no-repeat scroll right top; border:none;}
#header #headerTop a:hover#btn-login { background-position: 0 0; border:none;}
#header #headerTop a#btn-partnerlogin { position: absolute; right:204px; top:18px; width:149px;height:29px;background: transparent url(../images/img/buttons/partners-login.png) no-repeat scroll right top; border:0px none;}
#header #headerTop a:hover#btn-partnerlogin { background-position: 0 0; border:none; }
#header #headerTop a#btn-partnerlogout { position: absolute; right:204px; top:18px; width:149px;height:29px;background: transparent url(../images/img/buttons/partners-logout.png) no-repeat scroll right top; border:0px none;}
#header #headerTop a:hover#btn-partnerlogout { background-position: 0 0; border:none; }
#header div#theFlashcontent { position:absolute;bottom:-15px;right:0px;width:980px;height:185px;/*background:red;*/z-index:100; }
/*
==========================================================================
5 - Main content styles
==========================================================================
*/

/* #leftSideBar styles */
.thrColAbs #leftSideBar #leftSideBarPadding { margin: 30px 15px 15px 32px; }

/* searchbox */
#leftSideBar form#SearchForm_SearchForm { height:22px;width:100%;position:relative;padding:0px; margin-bottom:14px; }
#leftSideBar form#SearchForm_SearchForm input#SearchForm_SearchForm_Search { position:absolute;top:2px;line-height:18px;height:18px;width:145px; }
#leftSideBar form#SearchForm_SearchForm input#SearchForm_SearchForm_action_results { position:absolute;right:0px;top:2px; line-height:20px;height:20px;width:26px; border:1px solid #ccc;color:#666; background-color:#eee; }

#leftSideBar ul#nav { margin-bottom:25px; }
#leftSideBar ul#nav li span { border-top:1px dashed #666; padding-top:5px; display:block; }
#leftSideBar ul#nav li { list-style:none; margin:0px; padding-bottom:1px; text-align:right; font-size:12px; text-transform:uppercase; }
#leftSideBar ul#nav li.current { color:#0EA8F0; }
#leftSideBar ul#nav li.current em { font-style:normal; border-top:1px dashed #fff;border-bottom:1px dashed #666; display:block;color:#0EA8F0; padding:5px 0px; }
#leftSideBar ul#nav li a { display:block; padding:5px 0px; border-top:1px dashed #fff;border-bottom:1px dashed #666; color:#111; }
#leftSideBar ul#nav li a:hover,#leftSideBar ul#nav li a:focus,#leftSideBar ul#nav li a:active { color:#0ea8f0;text-decoration:none;border-bottom:1px dashed #333; }

#leftSideBar ul#linkBlock { padding-top:5px; }
#leftSideBar ul#linkBlock li { list-style:none; margin:0px 0px 15px; float:right; }
#leftSideBar ul#linkBlock li a { display:block; text-align:right; border:none; }
#leftSideBar ul#linkBlock li a img { text-align:right;display:block; }


/* #rightSideBar styles */
.thrColAbs #rightSideBar #rightSideBarPadding { padding: 15px 0px 15px 20px; }
#copywrite { font-size:10px; line-height:12px; color:#999; }
ul#rightNav { color:#999; font-size: 12px; line-height: 20px; }
ul#rightNav li { display:inline; }
ul#rightNav li a { color:#999; }

/* #mainContent styles */
.thrColAbs #mainContent #mainContentPadding { padding: 45px 32px 0px 19px; }
#mainContent h1 { color: #0ea8f0; font-size: 28px; padding-bottom:25px; }
#mainContent h2 { color: #33A8F0; font-size: 18px; }
#mainContent h3 { color: #33A8F0; font-size: 16px; }
#mainContent p strong { color: #333333; }
#mainContent ul, #mainContent ol, #mainContent blockquote { padding: 0px 0px 15px 25px; }
#mainContent ul li strong { color:#333; }
#mainContent blockquote p { padding-bottom:10px; }
#mainContent blockquote cite { line-height:16px; }

#mainContent ul.tabstrip { padding:0; }

#mainContent ul.hedgeIntro { position:relative; height:210px; background:#f9f9f9; }
#mainContent ul.hedgeIntro li { list-style:none; float:left; width:227px; height:210px; }
#mainContent ul.hedgeIntro li span { display:block;color:#599842;font-weight:bold;font-size:14px;height:30px;line-height:30px;text-transform:uppercase; }
#mainContent ul.hedgeIntro li strong { display:block;color:#000;font-size:12px;font-weight:normal; }
#mainContent ul.hedgeIntro li a { text-transform:uppercase;color:#0ea8f0;border:none; }
#mainContent ul.hedgeIntro li a:hover { border:none; }
#mainContent ul.hedgeIntro li img { display:inline; }
#mainContent ul.hedgeIntro li em { display:block; position:absolute;bottom:10px; }
#mainContent ul.hedgeIntro li em a { border-bottom:1px solid #0ea8f0;}
#mainContent ul.hedgeIntro li em a:hover { border-bottom:1px solid #f9f9f9;}

#partnerTable1 { border: solid 1px #ccc; width: 500px; }
#partnerTable1 th {color:#0ea8f0; background:#eee; border: solid 1px #ccc;padding: 2px;}
#partnerTable1 td {border: solid 1px #ccc; padding: 2px;}

.table { border: solid 1px #ccc; width: 500px; margin-bottom:20px; width:515px; }
.table th {color:#0ea8f0; background:#eee; border: solid 1px #ccc;padding: 2px;}
.table td {border: solid 1px #ccc; padding: 5px; vertical-align:top;}
/*
==========================================================================
6 - Footer styles
==========================================================================
*/
ul#foot-nav { padding-right: 8px;}
ul#foot-nav li { list-style: none; float:left; font-size: 12px; padding: 0px 2px; margin-left: 0px; }
#foot-nav a { color: #999 }
#foot-nav a:hover, #foot-nav a:active {  color: #b50a13; }

ul#footNav { margin-bottom:15px;}
ul#footNav li { display:inline;list-style:none; }
ul#footNav li.highlight, ul#footNav li.highlight a { color:#ccc; }
ul#footNav li a { color:#999; font-size:12px; border:none; }
/*
==========================================================================
7 - Page specific styles
==========================================================================
*/ 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* search results*/
ul#SearchResults { list-style:none; padding:0px;  }
ul#SearchResults  li { border-bottom:1px dashed #666666; padding: 15px }
ul#SearchResults  li a.searchResultHeader { border:0px none; color:#0EA8F0; display:block; font-weight:bold; text-transform:uppercase; }
ul#SearchResults  li a.readMoreLink { color:#333;border:0px none; }
ul#SearchResults  li p {  }
ul#SearchResults  li p br { line-height:10px; }

/* contact-us page */
a.btn-enquiries-submit { margin-left:110px;display:block;width:53px;height:23px; background: transparent url(../images/img/buttons/submit.png) no-repeat scroll left top;border:none 0px;  }
a:hover.btn-enquiries-submit { background-position: -53px 0px; }
a:hover.btn-enquiries-submit,a:active.btn-enquiries-submit,a:focus.btn-enquiries-submit { border:none 0px; }

/* sitemap */
ul.sitemap { list-style-type: none; /*background: #FFF url(../images/bg/vline.png) repeat-y; margin: 0px 0px 25px 25px;*/ padding: 0px; }
.sitemap ul { margin-left: 40px; }
.sitemap li { margin: 0; padding: 0 12px; line-height: 20px; background: #fff url(../images/bg/node.png) no-repeat top left; text-transform:uppercase; font-weight:bold; }
.sitemap li.noshow { background:none;}
.sitemap li ul { margin-left: 28px; }
.sitemap li ul li { margin: 0; padding: 0 12px; line-height: 20px; background: #fff url(../images/bg/node.png) no-repeat top left; text-transform:none; font-weight:normal;} 
.sitemap li.last { background: #FFF url(../images/bg/lastnode.png) no-repeat; }
.sitemap a { border-bottom: none; }
ul.sitemap a:hover {color: #000;}

div#success { background: #e3fce5; border: 3px solid #9ae49e; padding: 10px; }
#success h2, #success p { color: #599842;  } 
#success h2 { border-bottom: 1px dotted #28a82e; }

div#error { background: #fed3d6; border: 3px solid #fc9ca3; padding: 10px; }
#error h2, #error p { color: #be3440;  } 
#error h2 { border-bottom: 1px dotted #e3535d; }
.textCenter { text-align:center; }
