/* common stuff */
body {
	background: #ededed url('../images/bg_body.jpg') repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a {
	color: #0f6eb6;
}
a:hover {
	color: #000;
}
#wrapper {
	width: 930px;
	padding: 0 10px;
	margin: 0 auto;
	background: url('../images/bg_wrapper.jpg') no-repeat left top;
	position: relative;
}
#header {
	width: 930px;
	height: 92px;
}
.siteLogo {
	position: absolute;
	top: 15px;
	left: 24px;
}
.banner {
	float: right;
	width: 660px;
	height: 85px;
	margin: 3px 3px 0 0;
}
.bookmark {
	position: absolute;
	top: 70px;
	left: 50px;
	font-weight: bold;
	font-size: 10px;
        
}

/* ---- Main Menu ---- */

#navigation {
	width: 930px;
	height: 39px;
	background: #fff url(../images/bg_menu.gif) repeat-x left top;
}
ul#mainMenu, ul#mainMenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#mainMenu li {
	float: left;
}
ul#mainMenu li:hover ul {
	left: auto;
}
ul#mainMenu li:hover ul, ul#mainMenu li.sfhover ul {
	left: auto;
	visibility: visible;
}
li#mHome, a.mHome {
	width: 135px;
	height: 39px;
}
a.mHome {
	display: block;
	background: #013c7f url('../images/m_home.gif') no-repeat 0 0;
	text-indent: -10000em;
	color: #fff;
}
li#mRegister, a.mRegister {
	width: 75px;
	height: 39px;
}
a.mRegister {
	display: block;
	background: #013c7f url('../images/m_register.gif') no-repeat 0 0;
	text-indent: -10000em;
	color: #fff;
}
li#mEnquire, a.mEnquire {
	width: 76px;
	height: 39px;
}
a.mEnquire {
	display: block;
	background: #013c7f url('../images/m_enquire.gif') no-repeat 0 0;
	text-indent: -10000em;
	color: #fff;
}
li#mProgramme, a.mProgramme {
	width: 99px;
	height: 39px;
}
a.mProgramme {
	display: block;
	background: #013c7f url('../images/m_programme.gif') no-repeat 0 0;
	text-indent: -10000em;
	color: #fff;
}
li#mSpeakers, a.mSpeakers {
	width: 85px;
	height: 39px;
}
a.mSpeakers {
	display: block;
	background: #013c7f url('../images/m_speakers.gif') no-repeat 0 0;
	text-indent: -10000em;
	color: #fff;
}
li#mSponsors, a.mSponsors {
	width: 87px;
	height: 39px;
}
a.mSponsors {
	display: block;
	background: #013c7f url('../images/m_sponsors.gif') no-repeat 0 0;
	text-indent: -10000em;
	color: #fff;
}
li#mTestimonials, a.mTestimonials {
	width: 106px;
	height: 39px;
}
a.mTestimonials {
	display: block;
	background: #013c7f url('../images/m_testimonials.gif') no-repeat 0 0;
	text-indent: -10000em;
	color: #fff;
}
li#mInfo, a.mInfo {
	width: 95px;
	height: 39px;
}
a.mInfo {
	display: block;
	background: #013c7f url('../images/m_useful_info.gif') no-repeat 0 0;
	text-indent: -10000em;
	color: #fff;
}
li#mContact, a.mContact {
	width: 98px;
	height: 39px;
}
a.mContact {
	display: block;
	background: #013c7f url('../images/m_contact.gif') no-repeat 0 0;
	text-indent: -10000em;
	color: #fff;
}
a.mHome:hover, a.mRegister:hover, a.mEnquire:hover, a.mProgramme:hover, a.mSpeakers:hover, a.mSponsors:hover, a.mTestimonials:hover, a.mInfo:hover, a.mContact:hover {
	background-position: 0 -39px;
}
ul#mRegisterL2, ul#mEnquireL2, ul#mProgrammeL2, ul#mSpeakersL2, ul#mSponsorsL2, ul#mInfoL2 {
	position: absolute;
	width: 15em !important;
	left: -999em;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#mRegisterL2 li, ul#mEnquireL2 li, ul#mProgrammeL2 li, ul#mSpeakersL2 li, ul#mSponsorsL2 li, ul#mInfoL2 li, ul#mRegisterL2 li a, ul#mEnquireL2 li a, ul#mProgrammeL2 li a, ul#mSpeakersL2 li a, ul#mSponsorsL2 li a, ul#mInfoL2 li a {
	width: 15em !important;
}
ul#mRegisterL2 li a, ul#mEnquireL2 li a, ul#mProgrammeL2 li a, ul#mSpeakersL2 li a, ul#mSponsorsL2 li a, ul#mInfoL2 li a  {
	text-align: left;
	display: block;
	padding: 0.5em;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;	
	background-image: url('../images/bg_menu_L2.gif');
	border-bottom: 1px solid #6690B0;
}
ul#mRegisterL2 li a:hover, ul#mEnquireL2 li a:hover, ul#mProgrammeL2 li a:hover, ul#mSpeakersL2 li a:hover, ul#mSponsorsL2 li a:hover, ul#mInfoL2 li a:hover {
	background-color: #000;
	background-image: none;
}


/* content */
/* To define pages with one, two or three columns, the BODY tag MUST have one of the following classes assigned to it: oneCol, twoCol, threeCol. */
#oneCol #content, #twoCol #content, #threeCol #content {
	width: 930px;
	margin: 0;
	padding-top: 1px; /* Firefox top margin bug fix */
	/* position: relative; */
	overflow: hidden;
	height: 100%;
}
#oneCol #content {
	background: #fff url('../images/bg_content_1col.gif') repeat-y left top;
}
#twoCol #content {
	background: #fff url('../images/bg_content_2col.gif') repeat-y left top;
}
#threeCol #content {
	background: #fff url('../images/bg_content_3col.gif') repeat-y left top;
}

/* mainColumn */
#oneCol #mainColumn, #twoCol #mainColumn, #threeCol #mainColumn {
	float:left;
	background: transparent;
}
#oneCol #mainColumn {
	width: 910px;
}
#twoCol #mainColumn {
	width: 775px;
}
#threeCol #mainColumn {
	width:585px;
}
#mainColumnContent {
	margin: 0 0 0 0;
	padding: 10px;
}

/* mainColumn headings */
#oneCol #mainColumnContent h1 {
	width: 910px;
	height: 22px;
	background: url('../images/bg_h1_1col.jpg') no-repeat left top;
	font-size: 18px;
	padding: 20px 0 0 0;
	color: #185caf;
	margin: 0;
}
#twoCol #mainColumnContent h1 {
	width: 750px;
	height: 22px;
	background: url('../images/bg_h1_2col.jpg') no-repeat left top;
	font-size: 18px;
	padding: 20px 0 0 0;
	color: #185caf;
	margin: 0;
}
#threeCol #mainColumnContent h1 {
	width: 560px;
	height: 22px;
	background: url('../images/bg_h1_3col.jpg') no-repeat left top;
	font-size: 18px;
	padding: 20px 0 0 0;
	color: #185caf;
	margin: 0;
}
#mainColumnContent h2 {
	font-size: 16px;
	color: #185caf;
	padding: 0 10px;
	border-bottom: 1px solid #5594C6;
	padding-bottom: 4px;
}
#mainColumnContent h3 {
	font-size: 14px;
}
#mainColumnContent h4 {
	font-size: 18px;
	margin: 5 5 0 0;
}
#mainColumnContent h5 {
	font-size: 16px;
	margin: 5 5 0 0;
	padding: 0;
}

/* left column */
#col1 {
	float:left;
	width:150px;
}
ul#col1menu {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #bed2e9;
}
ul#col1menu li a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #0b56a9;
	display: block;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #bed2e9;
	padding: 3px 10px 3px 10px;
}
ul#col1menu li a:hover {
	background-color: #D5DFEC;
}

/* right column */
#confcol3 {
	float:right;
	width:175px;
	padding: 0 10px;
}

/* footer */
#footer {
  	clear: both;
	margin: 10px 0 0 0;
	padding: 10px;
	background-color: #ededed;
	height: 50px;
	border-top: 1px solid #dadada;
}
ul#footerMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
ul#footerMenu li {
	display: inline;
	margin-right: 20px;
}
ul#footerMenu li a {
	color: #1b63b7;
	text-decoration: none;
	font-weight: bold;
}
ul#footerMenu li a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
p.copyright {
	float: left;
	width: 240px;
	margin: 0;
	font-size: 10px;
}

/* other stuff */
div.quotes {
        width: 175px;
	padding: 0 10px;
	color: #253f61;
	color: #000000;
}
p.quoteText {
	margin-bottom: 0;
	font-size: 11px;
	font-weight: bold;
}
p.quoteAuthor {
	margin-top: 0;
}
.upcomingConferences {
	text-align: center;
}
ul#subjectAreas {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 510px;
}
ul#subjectAreas li {
	float: left;
	width: 163px;
	height: 40px;
}
ul#subjectAreas li a {
	display: block;
	width: 163px;
	height: 27px;
	text-align: center;
	font-weight: bold;
	padding-top: 13px;
	text-decoration: none;
	background: #fff url('../images/bg_subj_area_button.jpg') no-repeat left top;
}
li.last a {
	margin-left: 163px;
}
.boldtext {
	font-weight: bold;
}
.boldredtext {
	font-weight: bold;
	color: #FF0000;
}
.boldtextBlue {
	font-weight: bold;
	color: #003399;
	font-style: italic;
}
.boldtextHeading4Blue {
	font-weight: bold;
	color: #003399;
	font-size: 14px;
}
.boldtextitalics {
	font-weight: bold;
	font-style: italic;
}
.boldseminardays {
	font-weight: bold;
	font-size: 15px;
}
.textitalics {
	font-weight: normal;
	font-style: italic;
}

.bodytextultable {
	font-size: 9px;
}
textarea {font-family: Arial, Helvetica, sans-serif;
}

.title1 {
	font-size: 22px;
	font-weight: bold;
}
.title2 {
	font-size: 18px;
	font-weight: bold;
}
.title3 {
	font-size: 16px;
	font-weight: bold;
}
.title4 {
	font-size: 14px;
	font-weight: bold;
}
.title5 {
	font-size: 12px;
	font-weight: bold;
}

#bodytext p{
	font-size: 100%;
}
.boldtext16 {
	font-weight: bold;
	font-size: 16px;
}
