@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#ffffff;
	line-height:1.3em;
	margin:0;		/* always set margin and padding to 0 for body tags to remove space on all browsers */
	padding:0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -122px; /* the bottom margin is the negative value of the footer's height */
	background:url(../art/container-repeat.gif) 0px 200px repeat-x #122d4a;
}

#footer, .push {
	height: 122px; /* .push must be the same height as .footer */
	text-align:right;
}

h1 {
	font-size:1.6em;
	font-weight:normal;
	padding:24px 0 11px 0;
	margin:0;
	background:url(../art/heading1.jpg) bottom left no-repeat;
}

h2 {
	color:#b2ceeb;
	font-size:1.4em;
	font-weight:normal;
}

h3 {
	color:#ffffff;
	font-size:1.2em;
}

h4 {
	color:#b2ceeb;
	font-size:1.2em;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	color:#4f4f4f;
	font-size:1em;	
	font-weight:normal;	
}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	color:#4f4f4f;
	font-size:1em;	
	font-style:italic;
	font-weight:normal;
}

a {
	color:#76A5D3;
	outline:none;
}

a:hover {
	color:#B0CEEE;
	outline:none;
}

ul {
	list-style-type:square;
	color:#ffffff;
}

fieldset {
	width:700px;
	border: 1px solid #999999;
	background-color:#FFFDDD;
}

legend {
	font-size:0.9em;	/* the 'title' of each fieldset in the forms */
	color:#999999;
}


label {
	display:block;
}

label span {
	width:200px;			/* distance between start of label element and the input boxes in the form */
	display:block;
	float:left;
	font-weight:normal;
}

label span.required {
	text-decoration:underline;
	font-weight:normal;
	font-size:0.8em;
	display:inline;
	width:auto;
	float:right;
}

.clear {
	clear:both;
}
 
#header {
	width:100%;
	background:url(../art/header.jpg) top left no-repeat #4281c3;
	height:199px;
	border-bottom:1px solid #ffffff;
}

#container {
	width:770px;
	background:url(../art/container-bg.gif) top left no-repeat;
}

#left-column {
	width:158px;
	float:left;
	z-index:99;
	margin:0 9px;
}

#content {
	width:582px;
	float:left;
}

#footer {
	z-index:4;
}


div#people{	z-index:4;
	margin-left:180px;
	background:url(../art/footer.gif) bottom right no-repeat;
	height:124px;
}

#nav, #nav ul {
	margin:0;
	padding:0;
	width:158px;
	list-style:none;
	overflow:none;
}

#nav ul li {
	width:158px;
	display:block;
	cursor:pointer;
	padding:0;
	margin:0;
}

#nav ul li a {
	text-decoration:none;
	width:158px;
	display:block;
}

#nav ul li a span {
	margin-top:-999em;
	margin-left:-999em;
}

#nav ul li#home a {
	background:url(../art/nav.jpg) 0px 0px no-repeat;
	height:31px;
}

#nav ul li#home a:hover, #nav ul li#home a.active {
	height:31px;
	background:url(../art/nav.jpg) -158px 0px no-repeat;
}

#nav ul li#congress a {
	background:url(../art/nav.jpg) 0px -31px no-repeat;
	height:26px;
}

#nav ul li#congress a:hover, #nav ul li#congress a.active {
	background:url(../art/nav.jpg) -158px -31px no-repeat;
	height:26px;
}

#nav ul li#memorial-address a {
	background:url(../art/nav.jpg) 0px -57px no-repeat;
	height:39px;
}

#nav ul li#memorial-address a:hover, #nav ul li#memorial-address a.active {
	background:url(../art/nav.jpg) -158px -57px no-repeat;
	height:39px;
}

#nav ul li#registration a {
	background:url(../art/nav.jpg) 0px -96px no-repeat;
	height:24px;
}

#nav ul li#registration a:hover, #nav ul li#registration a.active {
	background:url(../art/nav.jpg) -158px -96px no-repeat;
	height:24px;
}

#nav ul li#speakers a {
	background:url(../art/nav.jpg) 0px -120px no-repeat;
	height:25px;
}

#nav ul li#speakers a:hover, #nav ul li#speakers a.active {
	background:url(../art/nav.jpg) -158px -120px no-repeat;
	height:25px;
}

#nav ul li#gala a {
	background:url(../art/nav.jpg) 0px -145px no-repeat;
	height:24px;
}

#nav ul li#gala a:hover, #nav ul li#gala a.active {
	background:url(../art/nav.jpg) -158px -145px no-repeat;
	height:24px;
}

#nav ul li#venue a {
	background:url(../art/nav.jpg) 0px -169px no-repeat;
	height:25px;
}

#nav ul li#venue a:hover, #nav ul li#venue a.active {
	background:url(../art/nav.jpg) -158px -169px no-repeat;
	height:25px;
}

#nav ul li#accommodation a {
	background:url(../art/nav.jpg) 0px -194px no-repeat;
	height:25px;
}

#nav ul li#accommodation a:hover, #nav ul li#accommodation a.active {
	background:url(../art/nav.jpg) -158px -194px no-repeat;
	height:25px;
}

#nav ul li#sponsors a {
	background:url(../art/nav.jpg) 0px -219px no-repeat;
	height:25px;
}

#nav ul li#sponsors a:hover, #nav ul li#sponsors a.active {
	background:url(../art/nav.jpg) -158px -219px no-repeat;
	height:25px;
}

#nav ul li#about a {
	background:url(../art/nav.jpg) 0px -244px no-repeat;
	height:26px;
}

#nav ul li#about a:hover, #nav ul li#about a.active {
	background:url(../art/nav.jpg) -158px -244px no-repeat;
	height:26px;
}

#nav ul li#congress-photos a {
	background:url(../art/nav.jpg) 0px -270px no-repeat;
	height:27px;
}

#nav ul li#congress-photos a:hover, #nav ul li#congress-photos a.active {
	background:url(../art/nav.jpg) -158px -270px no-repeat;
	height:27px;
}

#nav ul li#past-papers a {
	background:url(../art/nav.jpg) 0px -297px no-repeat;
	height:31px;
}

#nav ul li#past-papers a:hover, #nav ul li#past-papers a.active {
	background:url(../art/nav.jpg) -158px -297px no-repeat;
	height:31px;
}

#form1 {
	float:none;
	}

#form1 input, #form1 textarea{
	margin:4px 0;
	
	}

#form1 textarea{
	border: 1px #030e1a solid;
	}

#form1 input.data {
	width: 180px;
	height: 16px;
	border: 1px #030e1a solid;
	}
	
#form1 input.chk {
	width: 16px;
	height: 16px;
	border: 1px #030e1a solid;
	}

#form1 input.submit {
	margin-left: 200px;
	}

