body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height:140%;
	color: #333333;
	margin: 0px;
}

a, a:visited {
color: #34A3BB;
text-decoration: none;
}

a:hover, a:active {
color: #34A3BB;
text-decoration: underline;
}

p {
border: none;
margin: 0em 0em 1em;
color: #333333;
}
	
strong {
	font-weight: bold;
}

hr {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #6E5300;
}

h1 {
font-weight: bold;
font-size: 1.3em;
margin: 1em 0em 0.8em;
color: #6E5300;
}

h2 {
font-weight: bold;
font-size: 1.2em;
margin: 0.3em 0em 0.2em 0em;
color: #F9971D;
}

h3 {
font-weight: bold;
font-size: 1em;
color: #F9971D;
margin: 1em 0px 0em;
font-style: italic;
}

h4 {
font-weight: normal;
font-size: 1em;
margin: 1em 0em 0em;
color: #F9971D;
}

h5 {
font-size: 1em;
margin: 1em 0em 0em;
color: #333333;
font-weight: bold;
}

h6 {
font-weight: bold;
font-size: 1em;
margin: 1em 0em 0em;
color: #333333;
font-style: italic;
}

img {
	border: none;
}


ul {
list-style-type: square;		
}

.bullet {
	background: url(/images/structure/bullet.gif) no-repeat center left;
	padding-left: 12px;
}


/* layout styles */

body {
	background-color: #daded0;
}

ul.navmap li.level1 {
	margin-top:20px;
}

/*
	RSS Module
*/

.news_item, .rssItem {
	border-top: 1px solid #dddddc;
	padding:7px 0px 7px 3px;
	background: url(/images/structure/bullet-news.gif) no-repeat top left;
}

.rssTitle, .news_title {
        font-weight: bold;
		padding:0px 0px 3px 10px;
}


.news_summary, .rssDescription {
        padding:0px 0px 0px 10px;
}

.news_date {
        padding:0px 0px 0px 10px;
        font-size:95%;
} 

.rssDate {
        padding:0px 0px 0px 10px;
        font-size:95%;
		float:left;
} 

.rssSource {
        font-size:95%;
}

.rssSeparator {
	float:left;
}


.rsslink {
	background:url(/images/general/rss.gif) transparent no-repeat top left;
	padding-left:20px;
	clear:both;
}



/*
	Structural homepage styles
*/

#page {
	width: 998px;
	margin: auto;
}

#header {
	background: url(/images/structure/header.gif) no-repeat top left;
	height: 77px;
	padding: 0px 22px 0px 22px;
}


#header_links {
	float:left;
}

#header-logoutlink, #header-separator,  #header-loggedinas {
	float:right;
}

#header-separator {
	margin:0px 10px;
}

#header_links, #header-loggedinas, #header-separator, #header-logoutlink, #header-logoutlink a {
	padding: 10px 0px 0px 0px;
	color: #FFFFFF;	
}

#header_links a {
	font-style: normal;
	color: #FFFFFF;
}

#header-login-buttons {
/*	float:right;
	width:195px;
	text-align:right;*/
}

#header-login-button {
	float:right;
}

#header_partner {
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 10px 0px 20px;
}



/*
	Navigation
*/

#header_navigation ul {
	margin: 11px 0px 0px 185px;
	padding: 0px;
}

#header_navigation ul li {
	list-style-type: none;
	display: block;
	float: left;
}

#header_navigation ul li a {
	display: block;
	height: 38px;
}

#nav_home span,
#nav_about span,
#nav_news span,
#nav_why span,
#nav_who span,
#nav_contact span { 
	display: none;
}

#nav_home {
	width: 66px;
	background: url(/images/structure/nav_home.gif) top left;
}

#nav_home:hover {
	background: url(/images/structure/nav_home_over.gif) top left;
}

#nav_home.selected, #nav_home.selected:hover {
	background: url(/images/structure/nav_home_on.gif) top left;
}

#nav_about {
	width: 114px;
	background: url(/images/structure/nav_about.gif) top left;
}
	
#nav_about.selected, #nav_about.selected:hover {
	background: url(/images/structure/nav_about_on.gif) top left;
}

#nav_about:hover {
	background: url(/images/structure/nav_about_over.gif) top left;
}

#nav_news {
	width: 66px;
	background: url(/images/structure/nav_news.gif) top left;
}

#nav_news.selected, #nav_news.selected:hover {
	background: url(/images/structure/nav_news_on.gif) top left;
}

#nav_news:hover {
	background: url(/images/structure/nav_news_over.gif) top left;
}

#nav_why {
	width: 115px;
	background: url(/images/structure/nav_why.gif) top left;
}

#nav_why.selected, #nav_why.selected:hover {
	background: url(/images/structure/nav_why_on.gif) top left;
}

#nav_why:hover {
	background: url(/images/structure/nav_why_over.gif) top left;
}

#nav_who {
	width: 113px;
	background: url(/images/structure/nav_who.gif) top left;
}

#nav_who.selected, #nav_who.selected:hover {
	background: url(/images/structure/nav_who_on.gif) top left;
}

#nav_who:hover {
	background: url(/images/structure/nav_who_over.gif) top left;
}

#nav_contact {
	width: 100px;
	background: url(/images/structure/nav_contact.gif) top left;
}

#nav_contact:hover {
	background: url(/images/structure/nav_contact_over.gif) top left;
}

#nav_contact.selected, #nav_contact.selected:hover {
	background: url(/images/structure/nav_contact_on.gif) top left;
}

/*
	Body row
*/

#body {
	background: url(/images/structure/body.gif) repeat-y top left;
	margin: 0px;
	padding: 0px;
}

#body_inner {
	background: url(/images/structure/right_back_fork.gif) no-repeat bottom right;
}

#body_left {
	/* use a wrapper div on this float to avoid double margins bug */
	width: 180px;
	margin: 0px 10px 0px 17px;
	padding-bottom: 10px;
}

#body_center {
	float: left;
	width: 575px;
	margin: 10px 0px 0px 0px;
}

#body_right {
	float: left;
	width: 180px;
	
	margin: 0px 17px 85px 10px;
}

/*
	Left column
*/

.left_container {
	padding-top: 10px;
}

#searchform {
	margin:0px;
	padding:0px;
}

#frmSearchTerm {
	border: 1px solid #e7e7e7;
	background-color: #f8f8f8;
	width: 136px;
	padding-left:4px;
	margin-top: 2px;
	margin-right:4px;
}

#searchsubmit {
	background: transparent url(/images/structure/search_button.gif) no-repeat center top;
	border: none;
	font-weight: bold;
	color: #575652;
	text-transform: uppercase;
	height: 24px;
	width: 30px;
}

#resources_searchform {
	margin-top: 15px;
	padding-bottom: 17px;
	border-bottom: 1px solid #D6D6D6;
	overflow: hidden;
}

#resources_searchform .text {
	width: 279px;
	height: 19px;
	border: 1px solid #D6D6D6;
	padding: 2px 3px 0;
}

#resources_searchform .text-wrapper {
	float: left;
	margin-right: 5px;
}

#resources_searchform .submit {
	float: left;
	background-image: url(/images/structure/resources_search_submit.gif);
	background-repeat:no-repeat;
  	background-color: transparent;
	border: none;
	height: 23px;
	width: 84px;
	color: #FFF;
	text-transform:uppercase;
}

.searchResultpage, .searchResultnews, .searchResultpress, .searchResultfile {
	margin-bottom:10px;
}

.searchResultpage a, .searchResultnews a, .searchResultpress a, .searchResultfile a {
	font-weight:bold;
}

/*
	Center column
*/

/* Focus div */
#containermisc2 img {
	margin-top:5px;
}

/* Breadcrumb trail */
#containermisc2 div {
	font-size: 85%;
	margin: 5px 0px 5px 0px;
}

#social {
	margin-bottom: 8px;
}

#social a {
	background-repeat: no-repeat;
	padding-left: 22px;
	display: block;
	float: left;
	width: 90px;
	color: #a09f9f;
	text-decoration: underline;
}

/*
	Footer
*/

#bodyfooter{
	position: absolute;
	bottom: 6px;
	text-align: center;
	left: 45px;
}


#footer {
	background: #DADED0 url(/images/structure/footer.gif) no-repeat top left;
	height: 98px;
	text-align: right;
}

#footer_links {
	padding: 12px 22px 0px 0px;
	color: #C5BA99;
}

#footer_links a {
	font-style: normal;
	color: #C5BA99;
}

#footer_address {
	padding: 12px 22px 0px 0px;
	color: #BFD73B;
	font-size: 90%;
}

#footer_address a {
	font-style: normal;
	color: #BFD73B;
}

#footer_copy {
	padding: 0px 22px 0px 0px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 90%;
}

#footer_copy a {
	color: #FFFFFF;
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 z-index:1;
 margin-left:5px; /* default, width of left corner */
 /*margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/images/structure/boxback_lime.gif) no-repeat top right;
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding: 9px 11px 0px 6px;
 color: #FFFFFF;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:5px; /* top slice width */
 margin-left:-5px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:5px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:5px; /* bottom corner width */
 margin-left:-5px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

#body_inner_sub {
	/*background: url(/images/structure/left_back_objectives.gif) no-repeat bottom left;*/
	position: relative;
}

#body_left {
	margin-bottom: 240px;
}

.right_container {
	padding-top:10px;
}

.dialoggrey .content h1 {
	margin-top: 6px;
}

.dialoggrey {
 position:relative;
 margin:0px auto;
 z-index:1;
 margin-left:5px; /* default, width of left corner */
 
 margin-bottom: 8px;
 
}

.dialoggrey .content,
.dialoggrey .t,
.dialoggrey .b,
.dialoggrey .b div {
 background:transparent url(/images/structure/boxback_grey.gif) no-repeat top right;
}

.dialoggrey .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding: 9px 11px 6px 6px;
}

.dialoggrey .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:5px; /* top slice width */
 margin-left:-5px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialoggrey .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialoggrey .b,
.dialoggrey .b div {
 height:5px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialoggrey .b {
 background-position:bottom right;
}

.dialoggrey .b div {
 position:relative;
 width:5px; /* bottom corner width */
 margin-left:-5px;
 background-position:bottom left;
}

.dialoggrey .hd,
.dialoggrey .bd,
.dialoggrey .ft {
 position:relative;
}

.dialoggrey .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

/*
	Navigation
*/

ul.navflatmulti {
	margin-top:10px;
}

/* hide home page */
.navflatmulti .nav-level0-node {
	display: none;
}

/* hide alternative sub pages */
.navflatmulti .nav-level1 {
	display: none;
}

/* set width of menu */
ul.navflatmulti, ul.navflatmulti li {
	width:180px;
}

ul.navflatmulti a {
	font-size: 95%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	
	border-top: none;
	border-left: none;
	border-right: none;
	border-color: #989897;
	
	padding:3px 18px 3px 12px;
}

.navflatmulti .nav-level1-selected, .navflatmulti .nav-level1-node, ul.navflatmulti li a.nav-level1-selected:hover, ul.navflatmulti li a.nav-level1-node:hover {
	background: #403f3c url(/images/structure/nav_level1_back.gif) no-repeat top left;
	color: #bed74e;
	border-color: #FFFFFF;
}

.navflatmulti .nav-level2 {
	background-color: #a8a8a8;
	color: #ffffff;
	background-image: none;
}

ul.navflatmulti li a.nav-level2:hover {
	color: #ffffff;
	background: #585653 url(/images/structure/nav_back_lime.gif) repeat-y top left;
}

.navflatmulti .nav-level2-node, ul.navflatmulti li a.nav-level2-node:hover {
	color: #575653;
	background: #eeeeee url(/images/structure/nav_back_lime.gif) repeat-y top left;
}

.navflatmulti .nav-level2-selected, ul.navflatmulti li a.nav-level2-selected:hover {
	color: #575653;
	background: #eeeeee url(/images/structure/nav_back_lime.gif) repeat-y top left;
}

.navflatmulti .nav-level3 {
	color: #575653;
	background-color: #eeeeee;
	background-image: none;
}

ul.navflatmulti li a.nav-level3:hover {
	color: #ffffff;
	background: #585653 url(/images/structure/nav_back_orange.gif) repeat-y top left;
}

.navflatmulti .nav-level3-selected, ul.navflatmulti li a.nav-level3-selected:hover {
	color: #575653;
	background: #eeeeee url(/images/structure/nav_back_orange.gif) repeat-y top left;
}

.navflatmulti .nav-level3-node, ul.navflatmulti li a.nav-level3-node:hover {
	color: #575653;
	background: #eeeeee url(/images/structure/nav_back_orange.gif) repeat-y top left;
}

.navflatmulti .nav-level4 {
	color: #575653;
	background-image: none;
}


.navflatmulti a.secure {
	background:transparent url(/images/general/padlock.gif) no-repeat 98% center;
}

div.itemmandatory_explain {
	background:url(/images/structure/mandatory_marker.gif) no-repeat 100% 50%;
	padding-right:20px;
}


#loginform fieldset.login, fieldset.registration, fieldset.enquiryform {
	border:2px solid #FFFFFF;
	margin-bottom:15px;
	padding:10px 4px 0px 10px;
}

#fp_link {
	float:left;
	padding-top:5px;
}

#loginform fieldset.login label.loginsubmit {
	float:right;
	background:url(/images/structure/header_button_login.gif) no-repeat top left;
}

#loginform label.loginsubmit {
	float:right;
}

#loginsubmit {
	background:url(/images/structure/button-2.gif) transparent no-repeat top left; 
	width:60px; 
	height:34px;
	border:none;
	text-transform:uppercase;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	padding:0px 1px 6px 0px;
	cursor:pointer;
}

.enquiryform input.submitbutton {
	background:url(/images/structure/button-2.gif) transparent no-repeat top left; 
	width:60px; 
	height:34px;
	border:none;
	text-transform:uppercase;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	padding:0px 1px 6px 0px;
	cursor:pointer;
	float:right;
}

legend {
	color:#6E5300;
	font-weight:bold;
}


fieldset.registration, fieldset.login {
	margin-top:20px;
}

.enquiryform div.itemmandatory, .enquiryform div.item, 
.registration div.item, .registration div.itemmandatory,
.login div.item, .login div.itemmandatory
 {
	margin-bottom:10px;
	padding:0px;
}

div.item label, div.itemmandatory label, div.introtext label {
	padding-right:20px;
	display:inline;
}

div.itemmandatory label {
	background:transparent url(/images/structure/mandatory_marker.gif) no-repeat top right;
}

.enquiryform textarea, fieldset.enquiryform input.textinput, 
fieldset.registration input.textinput, 
fieldset.login input.textinput, 
#resetpasswordform input.textinput {
	display:block;
}

#frmClientEmail, #frmFullName, .enquiryform textarea {
	width:250px;
}

.enquiryform textarea {
	height:150px;
}

div.itemmandatory {
	background-image:none;
}

#registrationsubmit {
	float:right;
	background:url(/images/structure/button-4.gif) transparent no-repeat top left; 
	width:124px; 
	height:34px;
	border:none;
	text-transform:uppercase;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	padding:0px 1px 6px 0px;
	cursor:pointer;
}

fieldset.resetpassword {
	border:none;
}

#resetpasswordsubmit {
	float:right;
	background:url(/images/structure/button-6.gif) transparent no-repeat top left; 
	width:160px; 
	height:34px;
	border:none;
	text-transform:uppercase;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	padding:0px 1px 6px 0px;
	cursor:pointer;
}

#registrationform div.clear {clear:none;}

#leftimages #image2{
	background-image: url(/images/structure/emailupdates.jpg);
	background-repeat: no-repeat;
	width: 183px;
	height: 115px;
	margin-top: 10px;
	position: relative;
}

#leftimages a{
color: #FFFFFF;
text-decoration: underline;	
}

#leftimages .imagebutton{
	position: absolute;
	top: 80px;
	left: 100px;	
}

.imagetext{
padding-right: 10px;
padding-left: 15px;
}

.imagetext h1, .imagetext h2, .imagetext h3, .imagetext h4{
	color:#FFFFFF;
	margin: 0;
	padding-top: 0.7em;
	padding-bottom: 0.4em;
}

.imagetext p{
	color:#FFFFFF;
	font-size: 0.9em;
	line-height: 120%;	
}

.pagination .pagination-displaying{ 
float: left;
padding-right: 10px;
}

.pagination .pagination-links{
float: right;
}

.pagination{
	padding-bottom: 7px;
	float: right;
}


