@charset "utf-8";
/* CSS Document */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
	position: relative;
}

IMG {
	border: 0;
}

/*Formatting*/
.b {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.u {
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 1px;
}

/*Icon lists*/
li.doc, li.pdf {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 25px;
	margin-bottom: 10px;
	height: 16px; /*Must set height, icons hidden in IE otherwise*/
}
p.doc, p.pdf {
	display: inline;
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
	margin-left: 20px;
	align: right;
	height: 16px;
}
li.doc, p.doc{
	background-image: url(../img/doc.gif);
}
li.pdf, p.pdf {
	background-image: url(../img/pdf.gif);
}


/*Links*/
A {
	text-decoration: underline;
	color: #FF0033;
	/*color: #005F9D;*/
	font-weight: bold;
}
A:hover {
	color: #000;
}

/* PAGES */
/* Common */
.eveningmeeting, .conference, .sponsor {
	border: 0px solid #000;
}
.eveningmeeting H3, .conference H3, .sponsor H3, .contact H3, .eveningmeeting DIV.title {
	background-color: #005F9D;
	color: #fff;
	margin: 0;
	margin-bottom: 5px;
	padding: 5px;
	border-bottom: 0px solid #000;
	clear: both;
}
.eveningmeeting H3 A, .conference H3 A, .sponsor H3 A {
	color: #fff;
}
.conference P, .sponsor P {
	width: 50%;
}

/*Evening meetings*/
.eveningmeeting {
	padding: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	border: 1px solid #005F9D;
	background-color: #CEE4FD;
	background-color: #DDE3EC;
	margin-bottom: 0px;
}

.meetinginfo {
	width: 80%;
	margin-right: 20px;
	padding: 0px;
	margin-left: 20px;
}

.meeting_files {
	border-left: 1px solid #005F9D;
	border-right: 1px solid #005F9D;
	border-bottom: 1px solid #005F9D;
	background-color: #fff;
	position: relative;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: -30px; /*Counters the margin-bottom: 30px of #eveningmeeting which is needed for when there are no documents*/
}
.meeting_files li {
	display: inline;
	margin-right: 3%;
	border-left: 0px solid #000;
	margin-left: 0;
}

/*p.meeting_detail {
	float: left;
	margin-right: 0%;
	width: 25%;	
}
p.meeting_title {
	float: left;
	margin-right: 0%;
	width: 32%;	
	margin: 0;
	text-align: center;
	border: 0px solid #000;
}
p.meeting_title a {
	color: #fff;
}*/

/*Newsletter*/
UL.newsletter_list li, UL.knowledge_list li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	height: 40px; /*Must set height, icons hidden in IE otherwise*/
}
UL.newsletter_list li.doc,UL.knowledge_list li.doc {
	background-image: url(../img/doc_large.gif);
}
UL.newsletter_list li.pdf, UL.knowledge_list li.pdf {
	background-image: url(../img/pdf_large.gif);
}
.news_image {
	float: left;
	margin-right: 10px;
}
.news_item {
	border: 0px solid #000;
	margin-bottom: 50px;
	position: relative;
}

/* Conferences */
.conference {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border: 1px solid #005F9D;
	background-color: #CEE4FD;
	background-color: #DDE3EC;
}
.conference P {
	margin-left: 15px;
}
.conference_logo {
	float: right;
	margin-top: 10px;
	border: 3px solid #005F9D;
	margin-right: 10px;
}

/* Sponsors */
.sponsor_logo {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
}
.sponsor {
	position: relative;
	width: 100%;
	float: left;	
	margin-bottom: 20px;
	padding-bottom: 5px;
	border: 1px solid #005F9D;
	background-color: #DDE3EC;
}
.sponsor P {
	margin-left: 15px;
}

/* Links */
.link {
	margin-bottom: 30px;
}
.link P {
	margin: 0;
}

/* Join us */
#joinus {
	float: left;
	width: 55%;
}
#joinfiles {
	float: right;
	border: 0px solid #000;
	padding: 20px;
	padding-top: 0px;
	width: 40%;
	margin-right: -100px;
}
UL.joinfiles li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	height: 40px; /*Must set height, icons hidden in IE otherwise*/
}
UL.joinfiles li.doc {
	background-image: url(../img/doc_large.gif);
}
UL.joinfiles li.pdf {
	background-image: url(../img/pdf_large.gif);
}

/* Committee */
.contact {
	margin-bottom: 30px;
	border: 1px solid #005F9D;
	padding: 15px;
	background-color: #DDE3EC;
	position: relative;
}
.committee_detail {
	float: left;
	margin-right: 0%;
	width: 33%;	
	position: relative;
}




/*Header*/
#header {
	margin: 0;
}
.header_image {
	position: absolute;
	right: 0px;
}
/*Main navigation*/
UL#nav {
	text-align: left;
	background-color: #A9D7F5;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	padding-left: 3px;
}
UL#nav li {
	display: inline;
	margin-right: 1px;
	border-left: 1px solid #005F9D;
	margin-left: 0;
}
UL#nav li a {
	text-decoration: none;
	background-color: #A9D7F5;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #005F9D;
	font-size: 0.8em;
	font-weight: normal;
}
UL#nav li a:hover {
	text-decoration: none;
	background-color: #008BE6;
	color: #fff;
}


/*Main*/
#container {
	margin:0 0px;
	padding:0 0px 0 200px; /*NT: Change right padding from 0px to desiered width of right hand column*/
}
#main {
	/*height: 100%;
	background-color: #cfc;
	position: relative;
	clear: both;*/
	
	background-color:#fff;
	float:left;
	width:98%;	
	border-left:200px solid #6699CC; /* The width and color of the left rail */
	border-right:0px solid #fff; /* The width and color of the right rail NT: Change width to match the right padding of #container */
	margin-left:-200px;
	margin-right:0px; /* NT: Change right margin from 0px to the width of the right padding on #container */
	display:inline; /* So IE plays nice */
}

/*Left side*/
#left {
	/*float: left;
	position: relative;
	height: 100%;
	width: 12%;
	background-color: #6699CC;*/
	color: #fff;
	float:left;
	width:200px;
	margin-left:-200px; /* NT: This was originally -150px */
	position:relative;
}


#centre {
	/*float: right;
	width: 86%;*/
	
	float:left;
	width:75%;
	margin-right:-100%;
	padding-left: 20px;
}

#right {
	float:right;
	width:200px;
	margin-right:-200px;
	position:relative;
}

/*Page title*/
P#page_title {
	font-size: 1.2em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	height: 100px;
	background-color: #005F9D;
	margin-top: 0;
	padding-top: 5px;
	font-weight: bold;
	
}


.stock_img {
	margin-bottom: 10px;
}

/*Footer*/
#footer {
	clear: both;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	background-color: #fff;
	color: #000;
}
#footer P {
	padding: 5px 5px;
	margin: 0;
}


/*Front page*/
#leftfp {
	/*float: left;
	position: relative;
	height: 100%;
	width: 12%;
	background-color: #6699CC;*/
	color: #fff;
	float:left;
	width:200px;
	margin-left:-220px; /* NT: This was originally -150px */
	position:relative;
}
#centrefp {
	width: 100%;
	float:left;
	margin-right:-100%;
	padding-left: 20px;
}
P.biglink {
	margin: 0;
}
A.biglink {
	font-size: 1.2em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	height: 100px;
	background-color: #336699;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	font-weight: bold;
	display: block;
	color: #fff;
	text-decoration: none;
}
#bl1 {
	background-color: #005F9D;
}
#bl2 {
	background-color: #008BE6;
}
#bl3 {
	background-color: #46A9EA;
}
#bl1:hover, #bl2:hover, #bl3:hover {
	background-color: #333;
	color: #fff;
}

#intro_text {
	width: 40%;
	float: left;
}
#main_image {
	position: absolute;
	right: 50px;
	top: 160px;
	margin-bottom: 20px;
}
.frontpagemain {
	/*border-bottom: 1px solid #000;*/
}
#extra_content {
	clear: both;
	margin-top: 60px;
	padding-top: 0px;
	position: relative;
	height: 100%;background-color: #D4EBFA;
}
#extra_content H2 {
	background-color: #005F9D;
	color: #fff;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
	margin-bottom: 0;
}

#news_strip {
	padding: 0px 0px 0px 20px;
	height: 130px;
	height: 100%;
	position: relative;
}
#news_img_1 {
	margin-right: 20px;
	border: 2px solid #333;
	position: relative;
	float: left;
}
#news_img_2 {
	margin-left: 20px;
	border: 2px solid #333;
	float: left;
}
.fp_news_left {
	float: left;
	margin-top: 8px;
	margin-bottom: 5px;
}
.fp_news_centre {
	float: left;
	margin-left: 30px;
	width: 22%;
}
.fp_news_right {
	float: right;
}
#extra_content_bottom {
	background-color: #005F9D;
	width: 100%;
	clear: both;
	height: 30px;
}