/* One column */

#one-block #block1 {
	display: none;
}
#one-block #block2 {
	float: left;
	width: 737px;			/* Width - (left + right padding) */
	padding: 20px;
}
#one-block #block3 {
	display: none;
}


/* Two columns */

#two-blocks #content {
	background: url(../nav/two_columns_background.gif) repeat-y left top;
}
#two-blocks #block1 {
	float: left;
	padding: 20px;
	width: 160px;			/* Width - (left + right padding) */
}
#two-blocks #block2 {
	float: left;
	width: 537px;			/* Width - (left + right padding) */
	padding: 20px;
}
#two-blocks #block3 {
	display: none;
}


/* Three columns */

#three-blocks #content {
}
#three-blocks #block1 {
	float: left;
	padding: 0px 0px 0px 7px;
	width: 160px;
}
#three-blocks #block2-homepage {
	float: left;
	width: 411px;			/* Width - (left + right padding) */
	padding: 10px 0px 20px 10px;
}
#three-blocks #block2 {
	float: left;
	width: 575px;			/* Width - (left + right padding) */
	padding: 10px 0px 20px 10px;
}
#three-blocks #block3 {
	float: left;
	padding: 0px;
	width: 182px;
}



/* CSS
----------------------------------------------------------------------------- */

body {
	text-align: center;		/* Fix to centre page in IE */
	background-image: url(../nav/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F4F8FB;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #666666;*/
	color: #333333;
}
img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #046866;
	/*text-decoration: underline;*/
	text-decoration: none;
}
a:hover {
	color: #66cccc;
	text-decoration: none;
}
#homeintro a.infolinks {
	font-weight: bold;
	color: #AE6119;
	text-decoration: none;
	padding-right: 10px;
	font-size: 13px;
	background-image: url(../nav/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
}
#homeintro a.infolinks:hover {
	color: #9C420E;
	text-decoration: none;
}
h1 {
	font-weight: lighter;
	font-size: 20px;
	/*color: #004742;*/
	color: #A6511A;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h2 {
	font-weight: lighter;
	font-size: 18px;
	/*color: #005854;*/
	color: #A6511A;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	/*font-weight: bold;*/
	font-weight: normal;
	font-size: 16px;
	/*color: #A6511A;*/
	color: #005854;
	margin-bottom: 5px;
}
h4 {
	font-weight: normal;
	/*font-weight: bold;*/
	font-size: 14px;
	color: #A6511A;
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 1em;
}
ul {
	/*margin: 0px;*/
	margin-left: 0px;
	/*padding: 0px;*/
	list-style-position: outside;
	list-style-image: url(../nav/bullet.gif);
	font-size: 14px;
	/*color: #666666;*/
	color: #333333;
}
.float-right {
	float: right;
}
#page {
	width: 777px;			/* Maximum width to fit 800 x 600 px screen */
							/* If you need borders then the page width needs to be reduced by the widths of the borders */
							   
	margin: 0px auto;		/* Centre this div */
	text-align: left;		/* Uncentre content from fix to centre page in IE */
	background-image: url(../nav/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	width: 757px;			/* Maximum width to fit 800 x 600 px screen */
	/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
	overflow: hidden;
	padding: 10px 0px 10px 20px;
	background-image: url(../nav/headers/head_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #F4F8FB;
	height: 190px;
}
#header #logo {
	float: left;
	width: 292px;
	margin-top: 65px;
}
#header #logo2 {
	float: left;
	margin-left: 280px;
	margin-top: 65px;
}
#content {
	width: 777px;			/* Maximum width to fit 800 x 600 px screen */
							/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
							   
	overflow: hidden;
}




#footer {
	clear: both;
	width: 747px;			/* Maximum width to fit 800 x 600 px screen */
	/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
	overflow: hidden;
	padding: 16px 20px 10px 10px;
	background-color: #F4F8FB;
	background-image: url(../nav/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 73px;
	font-size: 13px;
}
#footer #footleft {
	width: 134px;
	margin-right: 0px;
	padding-left: 22px;
	float: left;
}
#footer #footmiddle {
	color: #FFFFFF;
	margin-left: 0px;
	width: 420px;
	text-align: center;
	padding-top: 4px;
	float: left;
}
#footer #footmiddle a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer #footmiddle a:hover {
	text-decoration: none;
}
#footer #footmiddle strong {
	color: #331F00;
}
#footer #footerright {
	float: left;
	width: 170px;
	text-align: center;
}
#footer #footer-wrapper{
	height:25px;
	overflow:hidden;
}
#footer #footbottom {
	clear: both;
	padding-top: 13px;
	color: #A85F19;

}
#footer #footbottom a {
	float: right;
	margin-right: 10px;
}
.accessibility {
	display: none;
	/* Hides from IE 5 Mac */
	/* \*/
	display: inline;
	position: absolute;
	left: -999em;
	/* */
}
.accessibility hr {
	width: 100px;		/* Fixes a display issue in IE */
}
table {
}
th {
	text-align: left;
	padding: 5px 0px;
}
td {
	padding: 5px 0px;
	text-align: left;
}

.pixels-11 td {
	font-size: 14px;
}
.pixels-12 td {
	font-size: 15px;
}
.pixels-13 td {
	font-size: 16px;
}
.pixels-14 td {
	font-size: 17px;
}




/* Tabs Menu CSS
----------------------------------------------------------------------------- */

#tabs {
	float: right;
	height: 32px;
	font-weight: lighter;
	padding-left: 2px;
	padding-right: 8px;
}
#tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	font-size: 15px;
}
#tabs li {
	float: left;
	margin-right: 0px;
	background-image: url(../nav/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tabs a {
	display: block;					/* Enable padding on links so the whole tab is clickable. */
	padding: 10px 12px;
	text-decoration: none;
	width: auto;						/* Fixed for IE 5 mac. */
	/* Hides from IE 5 Mac */
	/* \*/
	width: auto;					/* Corrected from IE 5 mac fix. */
	/* */
	
	text-align: center;
	background-image: url(../nav/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #E6DAD0;
}
#tabs a:link, #menu a:visited {
	color: #E6DAD0;
}
#tabs a:hover {
	color: #FFFFFF;
}
#tabs .selected {
	background-image: url(../nav/selectedtabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#tabs .selected a {
	background-image: url(../nav/selectedtableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #004742;
}
#tabs .selected a:hover {
	background-image: url(../nav/selectedtableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #004742;
}

/* Search form CSS
----------------------------------------------------------------------------- */

.searchform label {
	display: none;
	/* Hides from IE 5 Mac */
	/* \*/
	display: inline;
	position: absolute;
	left: -999em;
	/* */
}
.searchform input {
	background-color: #E9E9E9;
	width: 90px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #699C9D;
	border-right-color: #699C9D;
	border-bottom-color: #699C9D;
	border-left-color: #699C9D;
	height: 15px;
	color: #004742;
	margin: 0px;
	padding-right: 0px;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
}
.searchform img {
	margin-left: -3px;
}
.searchform .go {
	background-color: #CCCCCC;
	background-image: url(../nav/go_button.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	width: 30px;
}
#search {
	height: 74px;
	background-color: #D2E2E4;
	background-image: url(../nav/search_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-top: 4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
}
#search h2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 22px;
	padding-bottom: 14px;
	padding-top: 5px;
}

/* Menu CSS
----------------------------------------------------------------------------- */

#menu {
	width: 160px;
	padding-top: 5px;
	background-image: url(../nav/menu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}
#menuads {
	padding: 10px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 0px solid #000000;
	list-style-image: none;
}
#menu li {
	border-bottom: solid 1px #ACC9C7;
}
#menu a {
	display: block;					/* Enable padding on links so the whole button is clickable. */
	padding: 10px;
	text-decoration: none;
	width: 140px;					/* Needs a width to make the whole button clickable for IE */
}
#menu a:link, #menu a:visited {
	background-color: #98BCBC;
	color: #004742;
}
#menu a:hover {
	background-color: #74A1A1;
	color: #FFFFFF;
}

#menu .selected  {
	font-weight: bold;
	color: #004742;
	background-image: url(../nav/open_arrow.gif);
	background-repeat: no-repeat;
	background-position: 140px center;
	background-color: #74A1A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu a.selected:link, #menu a.selected:visited {
	font-weight: bold;
	color: #004742;
	background-image: url(../nav/open_arrow.gif);
	background-repeat: no-repeat;
	background-position: 140px center;
	background-color: #74A1A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu a.selected:hover {
	font-weight: bold;
	color: #004742;
	background-image: url(../nav/open_arrow.gif);
	background-repeat: no-repeat;
	background-position: 140px center;
	background-color: #74A1A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}







/* Sub menu
----------------------------------------------------------------------------- */

#menu li ul {
	border-top: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu li ul li {
	border-top: 0px solid #ACC9C7;
	border-bottom: none;
}
#menu li ul a {
	padding: 10px 10px 10px 12px;
	width: 138px;
	background-image: url(../nav/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu li ul li a.selectedsub:link, #menu li ul li a.selectedsub:visited {
	color: #237E7C;
	font-weight: bold;

}
#menu li ul a:link, #menu li ul a:visited {
	background-color: #D3E2E5;
	color: #666666;
	font-size: 14px;
}
#menu li ul a:hover {
	color: #004742;
}


/* Sub Sub menu
----------------------------------------------------------------------------- */

#menu li ul li ul {
	border-top: none;
	border-bottom: none;
	
}

#menu li ul li ul a:link, #menu li ul li ul a:visited {
	background-color: #D3E2E5;
	color: #237E7C;
	font-size: 14px;
	text-decoration: underline;
}
#menu li ul li ul a:hover {
	color: #004742;
	text-decoration: none;
}

#menu li ul li ul a.selectedsubsub {
	color: #004742;
	text-decoration: none;

}


#rightnav {
	margin-top: 10px;
	margin-left: 8px;
	font-size: 13px;
	background-color: #EBF2F5;
	padding: 10px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #236B6E;
	color: #004742;
}
#rightnav strong {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98BCBC;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-weight: bolder;
}

#rightnav ul {

	list-style-type: none;

	margin: 0;

	padding: 0;

}

#rightnav ul li {
	padding: 0px;
	margin: 0px;

}
#rightnav a {
	display: block;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 140px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3E2E5;
	color: #AE6119;
	background-image: url(../nav/page_text.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#rightnav ul li a.selectedsubsub {
	color: #237E7C;
	text-decoration: none;

}

/* Design specific CSS
============================================================================= */
#breadcrumb {
	padding-top: 0px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DAD0;
	color: #AE6119;
	margin-bottom: 10px;
}
#breadcrumb a {
	color: #005954;
	text-decoration: underline;
}
#breadcrumb a:hover {
	color: #387f78;
	text-decoration: none;
}




/*** standard page ***/

#standardpage-contemt {
	padding-bottom: 10px;
}
#standardpage-contemt .intropara {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBF2F5;
	margin-bottom: 20px;
}
#standardpage-contemt .infoheading {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	color: #005854;
}
#right_images {
	float: right;
	margin: 0 0 20px 20px;
	padding-top: 0px;

}



#right_images a img {
	margin-top: 0px;
	border: 1px solid #D3E2E5;
	padding: 1px;

}



#right_images a:hover img {
	border: 1px solid #A6511A;

}



#right_images .caption {

	/*font-size: 0.8em;*/

	text-align: right;

}



#right_images .caption a {

	border-bottom: 1px dotted #C6D1E9;

}



.download_box {
	clear: right;
	background-color: #F9FCFF;
	border: 1px solid #98BCBC;
	padding: 10px 0 10px 0;
	margin: 20px 0 20px 0;	
}
.download_box p {
	font-weight: normal;
	color: #AE6119;
	padding: 0;
	margin: 0 0 10px 15px;	
}
.download_box ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding-left: 15px;
}
.download_box ul li {
	list-style: none;
	padding-bottom: 5px;
}
.download_box ul li a {
	text-decoration: none;
	font-size: 13px;
	border: none;	
}
.download_box ul li img {
	vertical-align: bottom;
	padding-right: 5px;	
}
.download_box #file-download-table {
	margin-left: 15px;
}
.download_box #file-download-table td {
	padding: 0 7px 10px 0;
	vertical-align: top;
	line-height: 1.5em;
}
.download_box #file-download-table td img {
	vertical-align: middle;
}



/*** home page ***/

#homeintro {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DAD0;
}



.homenews {
	float: left;
	background-image: url(../nav/news_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EBF2F5;
	width: 178px;
	height: 205px;
	padding: 10px;
	font-size: 14px;
	margin-right: 7px;
}

.homenews a:link, a:visited a:hover {
	color: #046866;
	text-decoration: none;
}



.homenews h3 {
	font-size: 13px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.homenews h3 a, div.homenews h3 a:hover, div.homenews h3 a:visited {
	color: #fff !important;
}

/* QUICK START guide
----------------------------------------------------------------------------- */

#quickstart {
	background-image: url(../nav/login_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #d3e1c0;
	width: 164px;
	margin-left: 8px;
	font-size: 12px;
	padding: 10px 0px 30px 10px;
}

#quickstart .guide-link{
	margin-top: 6px;
	height: 40px;
	margin-right: 8px;
	padding-top: 10px;
	color: #008eb0;
	border-top-color: #dce7cd;
	border-top-width: 1px;
	border-top-style: solid;
}

#quickstart .guide-link img{
	float: left;
	padding-right: 10px;
}

#quickstart .guide-link a{
	color: #008eb0;
	text-decoration: none;
}
#quickstart a.infolinks {
	font-weight: bold;
	color: #AE6119;
	text-decoration: none;
	padding-right: 10px;
	font-size: 12px;
	background-image: url(../nav/quicklinks_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
}

#quickstart h3 {
	font-size: 12px;
	font-weight: bolder;
	color: #E9e9e9;
	padding-top: 0px;
	padding-left: 28px;
	padding-bottom: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* member login
----------------------------------------------------------------------------- */

#memberlogin {
	background-image: url(../nav/login_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #AFCAE2;
	width: 174px;
	height: 145px;
	margin-left: 8px;
	font-size: 13px;
	padding: 10px 0px;
}
#memberlogin input {
	margin-bottom: 4px;
}
#memberlogin #loginform {
	font-size: 13px;
	color: #392819;
	margin-bottom: 0px;
	padding: 10px 0px 10px 14px;
	text-align: right;
	width: 145px;
}
#memberlogin #loginform strong {
	font-size: 12px;
	color: #23517F;
	padding-right: 20px;
}
#memberlogin #loginform a {
	color: #046866;
	text-decoration: underline;
}
#memberlogin #loginform a:hover {
	text-decoration: none;
}
#memberlogin h3 {
	font-size: 13px;
	font-weight: bolder;
	color: #E9e9e9;
	padding-top: 0px;
	padding-left: 28px;
	padding-bottom: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* login form CSS
----------------------------------------------------------------------------- */

.loginform label {
	position: absolute;
	left: -999em;
	display: inline;
	/* */
}
.loginform input {
	background-color: #E9E9E9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #699C9D;
	border-right-color: #699C9D;
	border-bottom-color: #699C9D;
	border-left-color: #699C9D;
	height: 14px;
	color: #004742;
	width: 140px;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 5px;
}
.loginform .loginbutton {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 24px;
	width: 50px;
	margin: 0px;
	padding: 0px;
}
.searchform .go {
	background-color: #D2E2E4;
	background-image: url(../nav/go_button.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	width: 34px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#homeconferencetext {
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 8px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DAD0;
	height: 197px;
}
#homeconferencetext strong {
	color: #184A7B;
}
#homeconferencetext h2 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
#homeconferencetext a {
	font-weight: bold;
	color: #AE6119;
	text-decoration: none;
	padding-right: 10px;
	font-size: 13px;
	background-image: url(../nav/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
}
#homeconferencetext a:hover {
	color: #9C420E;
	text-decoration: none;
}
#homepoll {
	margin-top: 10px;
	margin-left: 8px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #236B6E;
	padding-top: 10px;
	color: #236B6E;
	width: 174px;
}
#homepoll #pollanswers {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6DAD0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #735032;
}
#homepoll #pollanswers img {
	float: none;
}
#homepoll #pollanswers table {
	width: 170px;
}
.seriffontgreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #236B6E;
	font-weight: bold;
}
.seriffontbrown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #AE6119;
	font-weight: bold;
}
.listings {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBF2F5;
}
.date {
	font-size: 11px;
	font-weight: normal;
	color: #A6511A;
}

img.left-image {
	float: left;
	margin: 0 10px 10px 0;
	}

img.right-image {
	float: right;
	margin: 0 0 10px 10px;
	}
	
/* Top 20 table
-------------------------------------------------------*/

#top20-table {
	background-color: #EBF2F5;
	width: 100%;
}
#top20-table th {
	padding: 8px;
	background-color: #ACC9C7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #005854;
}
#top20-table td {
	padding: 8px;
	vertical-align: top;
}
#top20-table td.right {
	text-align: right;
}
#top20-table td.center {
	text-align: center;
}
#top20-table td.remove a:link {
	color: #CB090A;
	text-decoration: none;
}	
	
	
	



table.action-table{
	border:1px;
	background-color:#d0d0d0;
	margin-bottom:10px;
}
table.action-table td {
	border:none;
	font-weight:normal;
	border:1px solid #046866;
	background-color:#fff;
	padding:5px;
	vertical-align: top;
}
table.action-table {
	border-collapse:collapse;
}

table.action-table th{
	background-color:#FFFFFF;
	color:#A6511A;
	border:1px solid #046866;
	text-align:left;
	padding:5px;
	vertical-align: top;
}

div#side-bar {
	float: right;
	display: inline;
	width: 200px;
	padding: 10px;
	margin: 0 0 10px 10px;
	border: 1px solid #afafaf;
}

div#side-bar h3 {
	padding-left: 55px;
	background-image: url('../nav/compass_small.jpg');
	background-position: left;
	background-repeat: no-repeat;
	height: 53px;
}


