/*

Colours:

#e1ede9 - page borders greenish
#69bfb6 - logo green
#afb2b6 - header bar grey
#828487 - darker grey
#fbfdfd - nav box bg colour
#14315d - para text


*/


body {
	margin: 0px;/* change this to 0 or whatever's required when building*/
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

form {
	margin: 0px;
	padding: 0px;
	border: none;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

h1 {
	letter-spacing: -0.025pc;
	color: #69bfb6;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 24px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	color: #828487;
	font-size: 1.8em;
	margin: 8px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	font-weight: bold;
}

h3 {
	color: #14315d;
	font-size: 1.4em;
	font-weight: bold;
	margin: 6px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
}

p {
	color: #14315d;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	line-height: 14px;
}

a:link {
	font-size: 1.1em;
	font-weight: bold;
	color: #597aae;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

a:visited {
	font-size: 1.1em;
	font-weight: bold;
	color: #597aae;
	text-decoration: none;
}

a:hover {
	font-size: 1.1em;
	font-weight: bold;
	color: #69bfb6;
	text-decoration:underline;
}

a:active {
	font-size: 1.1em;
	font-weight: bold;
	color: #597aae;
	text-decoration: none;
}


ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

li {
	color: #597aae;
	font-size: 1.1em;
	font-weight: bold;
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/**********************   Structure   **************************/

div.page_container {
	top: 0px;
	left: auto;
	margin: auto;
	width: 100%;
	height: auto;
	position: relative;
}

div.page_content {
	margin: auto;
	width: 778px;
	height: auto;
	top: 0px;
	position: relative;
	border-left: 1px solid #e1ede9;
	border-right: 1px solid #e1ede9;
	border-bottom: 1px solid #e1ede9;
}

/**********    Header    ***************/


div.header_container {
	width: 778px;
	height: 121px;
}

div.logo {
	height: 100px;
	width: 333px;
	background-image: url(../assets/images/page/img_header_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.header_bars {
	float: left;
	width: 778px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../assets/images/page/img_header_bars.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*  Main Content    */

div.content_container {
	position: relative;
	top: 0px;
	width: 778px;
	height: auto;
	background-image: url(../assets/images/page/img_body_bkgd.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;	
}

/* Left Column   */

div.left_column {
	width: 188px;
	float: left;
}

/* NAVIGATION  */

div.nav_container {
	margin: 11px 0px 0px 8px;
	width: 160px;
	height: auto;
	border: 1px solid #e1ede9;
}

div.nav {
	margin: 10px 0px 10px 0px;
	width: 160px;
	height: auto;
	background-color: #fbfdfd;
/*	-moz-opacity:.6;
	filter:alpha(opacity=60);*/
}

/*div.nav, a {
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}*/

span.section_title {
	text-align: left;
	font-size: 11px;
	color: #597aae;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
}

a.nav:link {
	line-height: 20px;
	margin: 0px 0px 0px 16px;
	display: block;
}

a.nav:visited {
	line-height: 20px;
	margin: 0px 0px 0px 16px;
	display: block;
}

a.nav:hover {
	line-height: 20px;
	margin: 0px 0px 0px 16px;
	display: block;
}

a.nav:active {
	line-height: 20px;
	margin: 0px 0px 0px 16px;
	display: block;
}

ul.nav {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;

}

li.nav {
	text-align: left;
	font-size: 11px;
	color: #597aae;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	list-style-type: none;
	background-image: url(../assets/images/page/img_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;	
	border: none;
}

a.nav_sub:link {
	font-size: 11px;
	font-weight: bold;
	color: #597aae;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}

a.nav_sub:visited {
	font-size: 11px;
	font-weight: bold;
	color: #597aae;
	text-decoration: none;
	line-height: 20px;
}

a.nav_sub:hover {
	font-weight: bold;
	color: #69bfb6;
	text-decoration:underline;
}

a.nav_sub:active {
	font-size: 11px;
	font-weight: bold;
	color: #597aae;
}

/* Right Column   */

div.right_column {
	width: 590px;	
	float: right;
	display: block;
}

/* SEARCH */

div.search_print_container {
	margin: 11px 0px 0px 0px;
	width: 580px;
	height: 40px;
	border: 1px solid #e1ede9;
}

/*div.search_print div.search_input,span.search,input.search,span.search_go,input.search_go {
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}
*/
div.search_print {
	width: 580px;
	height: 40px;
	background-color: #fbfdfd;
/*	-moz-opacity:.6;
	filter:alpha(opacity=60);*/
}

div.search_input {
	float: left;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	clear: both;
	width: 380px;
	height: 16px;
	display: inline;
}

span.search {
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #597aae;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 20px;
}

span.search_input {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 20px;
}

input.search {
	border: 1px solid;
	height: 18px;
	background-color: #FFFFFF;
	border-color: #69bfb6;
	color: #597aae;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 120px;
	float: left;
}

span.search_go {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	height: 20px;
}

input.search_go {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	width: auto;
	cursor: pointer;
	float: left;

}

/*  BODY  */

div.body_container {
	margin: 20px 0px 0px 0px;
	width: 580px;
	height: auto;
	border: 1px solid #e1ede9;
	float: left;
}

div.body {
	margin: 0px 0px 0px 0px;
	padding: 20px 19px 20px 19px;
	width: 542px;
	height: auto;
	background-color: #fbfdfd;
	float: left;
/*	-moz-opacity:.6;
	filter:alpha(opacity=60);*/
}

/*   Footer   */

div.footer_container {
	clear: both;
	width: 778px;
	height: 80px;
}

div.footer_bars {
	float: left;
	width: 778px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../assets/images/page/img_header_bars.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.footer_copy_id {
	float: left;
	width: 778px;
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../assets/images/page/img_footer_copy_id.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/**************    TEMPLATES   *************/

div.cat_link {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 542px;
	height: auto;
	float: left;
}

a.categories:link {
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 14px;
	display: block;
	background-image: url(../assets/images/page/img_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

a.categories:visited {
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 14px;
	display: block;
	background-image: url(../assets/images/page/img_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

a.categories:hover {
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 14px;
	display: block;
}

a.categories:active {
	text-decoration: underline;
	margin: 0px 0px 4px 0px;
	display: block;
}

div.cat_title {
	color: #828487;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: 542px;
	height: auto;
	line-height: 16px;
	text-decoration: underline;
	float: left;
/*	cursor: pointer;*/
}

/* View Document template styles  */

/*  login elements  */

div.secure_login {
	margin: 10px 0px 0px 0px;
	width: 540px;
	height: auto;
	border: #69bfb6 1px solid;
	display: block;
	float: left;
	clear: both;
}

div.secure_login_row {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	float: left;
	clear: both;
}

span.secure_login {
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #597aae;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 20px;
}

span.secure_login_input {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 20px;
}

input.secure_login {
	border: 1px solid;
	height: 18px;
	background-color: #FFFFFF;
	border-color: #69bfb6;
	color: #597aae;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 120px;
	float: left;
}

span.secure_login_ok {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	height: 20px;
}

input.secure_login_ok {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	width: auto;
	cursor: pointer;
	float: left;

}

div.download_container {
	margin: 10px 0px 0px 0px;
	width: 540px;
	height: auto;
	border: #69bfb6 1px solid;
	display: block;
	float: left;
	clear: both;
}

div.download_info {
	margin: 0px 0px 0px 0px;
	width: 540px;
	height: auto;
	background-color:#f6fbfb;
	display: inline;
	float: left;
}

div.download_details {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	float: left;
	width: 350px;
}

span.download_title {
	color: #597aae;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 13px;
	text-decoration: underline;
}

a.download_title:link {
	color: #597aae;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

a.download_title:visited {
	color: #597aae;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

a.download_title:hover {
	color: #69bfb6;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

a.download_title:active {
	color: #597aae;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

span.download_author {
	color: #597aae;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	line-height: 12px;
}

div.download_abstract {
	color: #14315d;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 12px;
	width: 350px;
	padding: 5px 0px 5px 0px;	
}

div.download_file {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	height: 60px;
	border-left: #69bfb6 1px solid;
	background-color:#FFFFFF;
	display: block;
	float: right;
}

div.download_icon {
	width: 50px;
	height: 40px;
	float: right;
}

img.icon {
	float: right;
	padding: 5px 10px 0px 0px;		
}

div.download_date_size {
	width: 85px;
	float: left;
	padding: 0px 5px 0px 20px;	
}

span.download_date {
	color: #14315d;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 20px;
	width: 85px;
	float: left;
}

span.download_size {
	color: #14315d;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 20px;
	width: 85px;
	float: left;
	clear: both;
}

a.download_link:link {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	background-color:#69bfb6;
	height: 20px;
	text-decoration: none;
}

a.download_link:visited {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	background-color:#69bfb6;	
	height: 20px;
	text-decoration: none;
}

a.download_link:hover {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	background-color:#afb2b6;
	height: 20px;
	text-decoration: none;
}

a.download_link:active {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	background-color:#69bfb6;
	height: 20px;
	text-decoration: none;
}

span.download_link {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	line-height: 20px;
	width: 106px;
	height: 20px;
	float: left;
	clear: both;
	cursor: pointer;
}

img.download_arrow {
	float: left;
}

/*    Search results    */


div.search_res_container {
	margin: 10px 0px 0px 0px;
	width: 540px;
	height: auto;
	border: #69bfb6 1px solid;
	display: block;
	float: left;
	clear: both;
}

div.search_res_details {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	float: left;
	width: 520px;
}

div.search_per_goto {
	float: left;
}

span.search_per {
	color: #828487;
	font-size: 1.2em;
	font-weight: bold;	
	float: left;
}

span.search_goto {
	float: right;
}


a.back_to_top:link {
	margin: 4px 0px 0px 0px;
	display: block;
	float: right;
}

a.back_to_top:visited {
	margin: 4px 0px 0px 0px;
	display: block;
	float: right;
}

a.back_to_top:hover {
	margin: 4px 0px 0px 0px;
	display: block;
	float: right;
}

a.back_to_top:active {
	margin: 4px 0px 0px 0px;
	display: block;
	float: right;
	height: 30px;
	clear: both;
}

