
@import url(menu.css);

body,td {
	margin: 0;
	color: #333;
	font: 12px tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

body {
	text-align: center;
	background: #D2232A url(../images/bg_body.gif) repeat 50% 0px;
	}

h1 {
	margin-top: 0.8em;
	color: #787878;
	font: lighter 20px tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.4em;
	}

h2, .h2, .framepart div#content h1 {
	/*width: 480px;*/
	color: #034EA2;
	font: lighter 16px tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	}

h3, .h3 {
	color: #787878;
	font: bold 13px tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
}

#body p, #body li {
	/*width: 480px;*/
	line-height: 1.6em;
	}

a:link {
	color: #018645;
	}
	
a:visited {
	color: #018645;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #030;
	text-decoration: underline;
	}

div.confirm {
	margin-bottom: 1em;
	padding: 0 1em;
	background: #EFF5EB;
	border-top: 1px solid #390;
	border-bottom: 1px solid #390;
	}

div.error {
	margin-bottom: 1em;
	padding: 0 1em;
	background: #F5EBEB;
	border-top: 1px solid #c00;
	border-bottom: 1px solid #c00;
	}

table.userform {
	margin-left: 50px;
}

table.userform th, table.userform td {
	font: 12px tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

table.userform input.field, table.userform textarea, table.userform select {
	padding: 2px;
	color: #706A55;
	font: 12px tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #F3F1E9;
	border-width: 1px;
}

table.userform fieldset {
	border-top: 1px solid #CDC8B6;
	border-right: 1px solid #A7A088;
	border-bottom: 1px solid #A7A088;
	border-left: 1px solid #CDC8B6;
}

table.userform .button {
	color: #000;
	border-width: 1px;
}

body .poloroid {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}

.file_pdf {
	margin: 0 0 0 26px;
	padding-left: 14px;
	background: url(../images/i_pdf.gif) no-repeat 0px 2px;
}

.file_doc {
	margin: 0 0 0 26px;
	padding-left: 14px;
	background: url(../images/i_doc.gif) no-repeat 0px 2px;
}



/* New Press Release style */

div.pr-item {
	position: relative;
	padding-left/* */: 85px; /* Hide from IE5.0 */
	}

div.pr-item h3.date {
	margin: 0;
	color: #333;
	font-size: 110%;
	}

div.pr-item h4 {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 110%;
	font-weight: bold;
	}

div.pr-item p {
	margin-top: 0;
	line-height: normal !important;
	}

div.pr-item .date/* */ {	/* Hide from IE5.0 ...and unfortunately IE5/Mac */
	position: absolute;
	top: 0px;
	left: 0px;
	float: none;
	font-size: 100%;
	font-weight: bold;
	}

* html div.pr-item .date { /* IE only, because it's bad. */
	left: -85px;
	float: left;
	font-weight: bold;
	}


.hdlRow {
	width: 400px;
	clear: left;
	margin-bottom: 1em;
	border: 0px solid blue;
}

.hdlDate {
	width: 70px;
	float: left;
	font-weight: bold;
}

.hdlRow dl {
	margin-left: 70px;
	margin-bottom: 0px;
	/*border: 1px solid green;*/
}

.hdlRow dt {
	font-weight: bold;
	/*border: 1px solid green;*/
}

.hdlRow dd {
	margin-top: 0.3em;
	margin-left: 0;
	/*border: 1px solid green;*/
}

.thumbs {
	margin-top: 1em;
}

.thumbs img {
	margin-right: 15px;
	margin-bottom: 15px;
}

.hidden { /* anything that should only show on the none screen versions */
	display: none;
}

/*----------------------------
|----- layout divs start ----|
----------------------------*/

#top {
	background: transparent url(../images/bg11.gif) repeat-x 50% 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 280px;
	z-index: 0;
	}

#navigation {
	position:absolute;
	z-index:99;
	top:92px;
	width:720px;
	margin-left: 50px;
	border: 0px solid red;
	}

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	background: #E0DAC7  url(../images/bg1.gif);
	position: relative;
	z-index: 2;
}

#header {
	position: relative;
	height: 114px;
	background: transparent url(../images/bg_top.gif) no-repeat;
}

#date {
	position: absolute;
	top: 73px;
	right: 0px;
	background: url(../images/bg_date.gif) repeat-x;
	white-space: nowrap;
	border: 0px solid yellow;
	}

* html #date { /* IE fix - only IE will see this */
	width: 240px; /* width will need to be changed for IE 5.0 only - text stretches the div on IE 6.0 & FireFox */
}

#buttons {
	padding: 30px 20px;
	text-align: right;
	}

#content {
	margin: 0px 0px 7px 0px; /* because IE6 wouldn't use margin-right (w/ float:right) on #body properly */
	padding-right: 7px;
	float: right;
	/* follwoing added for new background */
	position: relative;
	z-index: 1;
	border: 0px solid blue;
	}

#bodytop {
	width: 620px;
	height: 10px;
	font-size: 4px; /* IE fix - to allow div height to be less than 13px */
	background: url(../images/bg_bodytop.gif) no-repeat;
	}

#bodybottom {
	width: 760px; /* was 620. changed to 627 for the new bodybottom position + float right */
	height: 7px;
	font-size: 4px; /* IE fix - to allow div height to be less than 13px */
	background: #E0DAC7/*url(../images/bg_bodybottom_full.gif) no-repeat*/;
	}

#body, #bodyhome {
	width: 576px;
	padding-top: 1px; /* Firefox fix - needs to be atleast 1px to stop gap appearing above the white bg. */
	padding-right: 22px;
	padding-bottom: 1px; /* Firefox fix - needs to be atleast 1px to stop gap appearing below the white bg. */
	padding-left: 22px;
	position: relative;
	border: 0px solid green;
	}

#bodyhome {
	width: auto;
	}

#body #maincontent {
	margin-right: 150px;
	border: 0px solid green;
	}

#side {
	width: 120px;
	margin-left: 6px;
	}

#links {
	margin-top: 10px;
	margin-bottom: 30px;
	}

#banners {
	margin-top: 10px;
	}

#footer {
	height: 105px;
	margin: 0;
	padding: 0;
	clear: both;
	background: #CEBF98;
	}

#sponsors {
	width: 492px;
	padding: 20px 20px 0 16px;
	float: left;
	color: #706A55;;
	font: 10px tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

#plain { /* For plain white pages, such as frameset pages */
	margin: 1em;
	text-align: left;
	background: #fff;
	}

/*----------------------------
|----- layout divs ends -----|
----------------------------*/


#homecontent {
	}

#largestuff {
	float: right;
	margin-bottom: 30px;
	margin-left: 10px;
	}

#links p {
	margin: 0 0 2px 1px;
	font: 10px tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sponsors #organised {
	float: right;
	/*margin-top: 5px;*/
	}
	
/*#sponsors #support {
	position:relative;
	left:3px;
}*/

#sponsors #orgtext {
	float: right;
	margin-right: 29px;
	}

	
#sponsors #suptxt {
	position:relative;
	left:14px;
	}
	
/*#sponsors #broughtImg {
	position:relative;
	/*left: -10px;
}*/
#sponsors #brought {
	position: relative;
	left: 5px;
}

#sponsors a.sponsor_bump {
	margin-left:13px;
}

#sponsors p {
	margin: 0;
}

#sponsors #hr {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px; /* IE fix - to allow div height to be less than 13px */
	border-top: 1px solid #706A55;
}

#copyright {
	color: #706A55;
	margin: 0;
	font: 10px tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	}

#copyright a:link, #copyright a:visited {
	color: #6A6556;
	}

#copyright a:hover, #copyright a:active {
	color: #000;
	}

#footimg {
	clear: both;
	float: right;
	}

#date p {
	margin: 0;
	padding: 2px 23px 2px 45px;
	color: #F6F4ED;
	font: normal 11px tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/bg_datecal.gif) no-repeat;
	}

#date a:link, #date a:visited, #date a:hover, #date a:active {
	color: #F6F4ED;
	text-decoration: none;
	font-weight: bold;
	}

#date a:hover, #date a:active {
	color: #F6F4ED;
	text-decoration: underline;
	}

#b_eventbrochure, #b_tellafriend {
	margin: 0 13px;
}

/* conference */
#conf td {
 padding: 5px 0 15px 0;
 font-size: 11px;
 color: #666;
}

#conf p {
	line-height: normal;
 }
#conf h2 {
}
#conf h3 {
 margin: 0;
 padding-left: 10px;
 font-weight: normal;
 background: url(../images/bullet_redarrow.gif) no-repeat 0 5px;
}

#conf h4 {
 	margin: 0;
	font-size: 100%;
	}

#conf div.speaker {
	float: left;
	width: 50px;
	color: #666;
	font-weight: bold;
	}
#conf div.speakers {
	margin-top: 5px;
}

#conf ul.spk {
	list-style-type: none;
	margin-left: 60px;
	padding: 0;
	}

#conf li {
	line-height: normal;
	}

#conf .timeCell {
 font-weight: bold;
 border-top: 1px #cdcdcd dashed;
}

#conf .infoCell {
 padding-left: 30px;
 border-top: 1px #cdcdcd dashed;
}

#conf .keynote {
 padding-left: 30px;
 border-top: 1px #cdcdcd dashed;
}

.framepart {
	text-align: left;
	background-image: none;
	background-color: #fff;
	}

.framepart div#content {
	margin: 1em;
	float: none;
	}

iframe.banner {
	clear: left;
	margin-bottom: 5px;
	}

#flags-home {
	float: right;
	margin-right: 10px;
	}
	
#flagsHead {
	position:absolute;
	top:67px;
	right:250px;
	}

	

ul#download {
	width: 400px;
	margin: 0;
	padding: 0;
}
ul#download li {
	list-style-type: none;
	background: #fff url('../images/pdf_icon.gif') no-repeat 5px 15px;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 50px;
	border-bottom: 1px dashed #A3A3A3;
}
ul#download li.odd {
	background-color: #EFF7FF;
}
ul#download li.ext {
	background:#fff url('../images/ie_icon.gif') no-repeat 5px 15px;
}



.hori {
	margin: 10px 10px;
	padding: 5px;
	}
.vert {
	margin: 10px 23px;
	padding: 5px;
	}
#gallery img {
	border: 1px solid #ccc;
	}













/* debug
div {
	border:1px solid #f00;
} */























/*--------------( only put box model hacks below here )--------------*/

#body {
	width: 620px;
 	voice-family: "\"}\"";
	voice-family:inherit;
	width: 576px;
}

#sponsors {
	width: 520px;
 	voice-family: "\"}\"";
	voice-family:inherit;
	width: 492px;
}

#date p {
	height: 19px;
 	voice-family: "\"}\"";
	voice-family:inherit;
	height: 15px;
}




