body {
	background: url(/layout/images/baaf_v1_background.png) 0 0 repeat-y;
	color: #eeeeee;
	font-family: "Calibri", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
}

/* General XHTML element styling */

a {
	color: #ffbc2f;
}

h3, h4 {
	margin-bottom: 15px;
	margin-top: 15px;
}

h3 {
	padding-bottom: 5px;
	border-bottom: 1px dotted #ffbc2f;
}

h4 {
	color: #ffbc2f;
}

img {
	border: 0;
}

p {
	margin: 20px 0px;
	line-height: 1.7em;
}

ul {
	margin-left: 30px;
}

/* Large block level elements */

#container {
	background: url(/layout/images/baaf_v1_left.png) 0 0 repeat-y;
	min-height: 800px;
	height: auto !important;
	height: 800px;	
	/*
	height: 100%;
	overflow: auto;
	width: 100%;
	*/
}

#dateheader {
	font-family: serif;
	font-size: 1.6em;
	left: 225px;
	position: absolute;
	text-align: right;
	top: 40px;	
	width: 520px;
	z-index: 2;
}

#left {
	width: 180px;
}

#logo {
	background: url(../layout/images/baaf_v1_logo.png) 0 0 no-repeat;
	height: 123px;
	left: 31px;
	position: absolute;
	top: 550px;
	width: 125px;
}

#logo-iadaa {
	border-top: 1px solid #ffbc2f;
	height: 121px;
	left: 31px;
	padding-top: 20px;
	position: absolute;
	top: 700px;
	width: 130px;
}

#menu {
	float: left;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 280px;
	width: 130px;
}

#slideshow {
	float: right;
	height: 250px;
	margin-left: 15px;
	margin-top: 50px;
	width: 300px;
}

#textcontainer {
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 180px 0px 100px 230px;
	width: 500px;
}

#title {
	background: url(/layout/images/baaf_v1_title.png) 0 0 repeat-y;
	height: 40px;
	left: 185px;
	position: absolute;
	top: 30px;	
	width: 580px;
}

/* Menu */

#navigation {
	position: absolute;
	left: 22px;
	top: 280px;
}

#navigation ol {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}

#navigation ol li {
	position: relative;
}

#navigation ol li ol {
	display: none;
	left: 149px;
	position: absolute;
	top: 0;
}

#navigation ol li ol li a {
	border: none;
}

#navigation ol li a {
	background: url(/layout/images/baaf_v1_lightbackground.png) 0 0 repeat;
	border-top: 1px solid #ffbc2f;
	color: #eee;
	display: block;
	font-size: 1.1em;
	padding: 5px;
	text-decoration: none;
}

#navigation ol li a:hover {
	color: #006351;
}

#navigation li:hover ol, #navigation li.over ol {
	display: block;
}

/* Articles, general */

div.articlebody li {
	line-height: 1.5em;
}


/* Introduction */

.introduction .info {
	width: 300px;
}

.infobox p {
	background-color: #769990;
	font-size: 0.9em;
}

.infobox p {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

.introduction .text {
	text-align: justify;
}

/* Participant List */

.participantlist ul {
	list-style: none;
	margin: 0px 0px 0px 10px;
}

.participantlist li {
	background: url(/layout/images/baaf_v1_gradient.png) 0 0;
	clear: both;
	height: 130px;
	margin-bottom: 10px;
}

.participantlist .image {
		height: 130px;
	width: 90px;
}

.participantlist .image, .participantlist .image img {
	float: left;
}

.participantlist .image img {
	margin: 10px;
	width: 80px;
}

.participantlist .name {
	float: left;
	margin-top: 5px;
	width: 350px;
}

.participantlist .name p {
	font-size: 0.9em;
	margin: 0px 0px 10px 10px;
	padding-left: 15px;
}

.participantlist .name .info p {
	font-size: 11px;
}

/* Participant */

.participant {
	margin: 0px;
	width: 550px;
}

.participant .caption {
	font-size: 0.8em;
	padding-right: 60px;
	text-align: justify;
	width: 200px;
}

.participant .info {
	vertical-align: top;
}

.participant .image img {
	border: 1px solid #ccc;
	float: left;
}

.participant .info .name, .participant .info .location, .participant .info .address {
	background: url(/layout/images/baaf_v1_gradient.png) 0 0;
	padding: 20px 15px;
	text-align: right;
}

.participant .navigation {
	background-color: #328071;
	margin-bottom: 10px;
	padding: 10px 10px;
	text-align: right;
}

.participant .navigation a {
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 20px;
	text-decoration: none;
}

/* Press */

.press {
	list-style: none;
	margin: 0px 0px 0px 10px;
}

.press li {
	background: url(/layout/images/baaf_v1_gradient.png) 0 0;
	margin-bottom: 10px;
	padding: 10px 20px;
	line-height: 1.5em;
}

.press .image img {
	float: left;
	margin-right: 20px;
}

/* Contact Form */

form.zemContactForm {
	background: url(/layout/images/baaf_v1_lightbackground.png) 0 0;
	padding: 20px;
}

form.zemContactForm label {
	font-weight: bold;
}

form.zemContactForm label, form.zemContactForm input, form.zemContactForm textarea {
	margin: 10px;
}

form.zemContactForm textarea {
	width: 400px;
}


/* Styling details */

#menu li {
	border-bottom: 1px solid #ffbc2f;
	padding: 8px 0px 0px 0px;
}

#menu li a {
	color: #eee;
	font-size: 1.1em;
	font-weight: bold;
	padding-right: 5px;
	text-decoration: none;
}

#menu li a:hover {
	color: #102569;
}

.smallprint {
	line-height: 1.2em;
}

.textlink {
	color: #eeeeee;
	text-decoration: none;
}

/* Floating images */

.floatleft {
	float: left;
	margin-right: 20px;
}

.floatright {
	float: right;
	margin-left: 20px;
}

/* Clearing */

.clear {
	clear: both;
	margin-bottom: 15px;
}

