/* BODY
---------------------------------------------------------------------- */

body {
	padding: 0;
	margin: 0 0 1.5em 0;
	background: #f3f3f3;
	font: 80%/180% Verdana, helvetica, sans-serif;
	color: #555;
	text-align: left;
}



/* DIVS
---------------------------------------------------------------------- */

#skip_to a, #skip_to a:hover, #skip_to a:visited {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
} 


#skip_to a:focus {
	position: static;
	width: auto;
	height: auto;
}


#top {
	position: absolute;
	left: 0px;
	top: -400px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


#accessibility_wrapper {
	width: 100%;
	padding: 4px 0 6px 0;
	margin: 0;
	text-align: right;
	background: #AE0000 url(../images/red_gradient.png) repeat-x left top;
}


#border {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/background.png) repeat-y left center;
}


#main_wrapper {
	width: 920px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: #EAEAEA;
}


#header {
	width: 920px;
	padding: 0;
	margin: 0 auto;
	height: 155px;
	background: #A12F30;
}


#sub_header {
	text-align: left;
	background: #CDCDCD url(../images/gradient_sub_header.png) repeat-x left top;
	padding: 6px 8px;
	margin: 0;
	border-bottom: 1px solid #C8C8C8;
	height: 16px;
}


#header_picture_slideshow {
	width: 660px;
	height: 320px;
	padding: 0;
	margin: 0;
	background: #fff;
}


#content_wrapper {
	width: 660px;
	float: right;
	text-align: left;
	background: #fff;
	padding: 0;
	margin: 0;
	border-left: 1px solid #D6D7D9;
}


#content {
	width: 600px;
	text-align: left;
	background: #fff;
	padding: 0.5em 30px 4em 30px;
	margin: 0;
	min-height: 400px;
	height: auto !important; /* IE 6 FIX */
	height: 400px; /* IE 6 FIX */
}


#footer {
	width: 920px;
	padding: 0;
	margin: 0;
	background: #A12F30;
	text-align: center;
	border-bottom: 10px solid #fff;
	height: 3em;
}


#pagetop_wrapper {
	float: right;
	height: 25px;
	padding: 0;
	margin: 0;
	background: #fff;
}


#w3c_icons {
	width: 100%;
	padding: 0;
	margin: 1.5em 0 0 0;
	text-align: center;
}


#top_shadow {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/top_shadow.png) no-repeat left top;
	height: 6px;
}


#bottom_shadow {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/bottom_shadow.png) no-repeat left top;
	height: 6px;
}


.grey_box {
	text-align: left;
	background: #F3F3F3;
	padding: 0 20px;
	margin: 2em 0 2.4em 0;
	border: 1px solid #C8C8C8;
}


/* TABLES
---------------------------------------------------------------------- */


.programme_table {
	border-color: #C8C8C8;
	border-width: 0 0 1px 1px;
	border-style: solid;
} 


.programme_table_td {
	border-color: #C8C8C8;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 8px;
	background: #F3F3F3;
	text-align: left;
	line-height: 1.4;
}


.programme_table_td_white {
	border-color: #C8C8C8;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 8px;
	background: #fff;
	text-align: left;
	line-height: 1.4;
}



/* NAVIGATION
---------------------------------------------------------------------- */

#navigation_wrapper {
	width: 235px;
	float: left;
	padding: 0 10px 0 10px;
	margin: 15px 0 0 0;
	text-align: left;
}


#navigation_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	_margin: 10px 0 0 0; /* IE 6 FIX */
}


#navigation_list li {
	padding: 0;
	_line-height: 1;  /* IE 6 FIX FOR TOO MUCH PADDING */
}


#navigation_list a {
	display: block;
	padding: 0.76em 6px 0.76em 18px;
	_padding: 0 0 12px 18px; /* IE 6 FIX FOR TOO MUCH PADDING */
	text-decoration: none;
	border-bottom: 1px dotted #C2C4C7;
	text-align: left;
	font-size: 1em;
	letter-spacing: 1px;
	background: url(../images/arrow.gif) no-repeat left center;
	_background: url(../images/arrow.gif) no-repeat left top; /* IE 6 FIX */
}


#navigation_list a:link {
	color: #AE0000;
}


#navigation_list a:visited {
	color: #AE0000;
}


#navigation_list a:hover {
	color: #000;
	text-decoration: underline;
}


#navigation_list a:active {
	color: #000;
}


#navigation_list a:focus {
	color: #000;
}


#navigation_list li#current a {
	color: #DC8585;
}


#navigation_list li#current a:hover {
	color: #DC8585;
}


#navigation_list li#current a:active {
	color: #DC8585;
}


#navigation_list li#current a:focus {
	color: #DC8585;
}



/* LISTS
---------------------------------------------------------------------- */

#content ul {
	list-style-type: square;
} 


#content li {
	margin-bottom: 1.6em;
}


/* IMAGES
---------------------------------------------------------------------- */

img {
	border: none;
}


.w3c_icon_padding {
	padding: 16px 0 0 0;
	border: 0;
}


.image_border {
	padding: 8px;
	border: 1px solid #C8C8C8;
}


.image_float_left {
	padding: 8px;
	float: left;
	margin: 0 12px 0 0;
}


.image_float_right {
	padding: 8px;
	float: right;
	margin: 0 0 0 8px;
}


.header_logo {
	margin: 18px 0 0 4px;
	padding: 0;
}


.presenter_image {
	padding: 8px;
	float: left;
	margin: 0 12px 0 0;
	background: #fff;
	border: 1px solid #C8C8C8;
}


.sponsor_logo {
	padding: 8px;
	margin: 0 10px 0 0;
	background: #fff;
	border: 1px solid #C8C8C8;
}


/* FONT STYLES
---------------------------------------------------------------------- */

h1 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.3em;
	color: #AE0000;
	padding: 1em 0 1em 0;
	text-transform: uppercase;
}


h2 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.2em;
	color: #222;
	margin-top: 2em;
}


.page_title_h1 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.3em;
	color: #AE0000;
	margin: 0;
	padding: 0.6em 0 0.4em 30px;
	text-transform: uppercase;
	background: #F4F4F4;
	border-bottom: 1px solid #DFE0E1;
	letter-spacing: 1px;
}


.style_default {
	background: #fff;
	padding: 0 0.4em 0 0.4em;
	margin: 0;
	border: 1px solid #333;
	color: #000;
	text-decoration: none;
}


.style_black {
	background: #000;
	padding: 0 0.4em 0 0.4em;
	margin: 0;
	border: 1px solid #333;
	color: #ffff00;
	text-decoration: none;
}


.style_yellow {
	background: #F1EEC0;
	padding: 0 0.4em 0 0.4em;
	margin: 0;
	border: 1px solid #333;
	color: #000;
	text-decoration: none;
}


.copyright {
	color: #ccc;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
	padding: 8px 0 0 0;
}


.picturecaption {
	color: #AE0000;
	font: normal 1em Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 8px;
	}



/* LINK STYLES
---------------------------------------------------------------------- */

#content a {
	color: #AE0000;
}


#content a:hover, #content a:active, #content a:focus {
	color: #fff;
	background: #AE0000;
	text-decoration: none;
}


.accessibilitylink {
	color: #fff;
	padding: 0 0 0 0.7em;
}


.accessibilitylink a {
	color: #ffff99;
	text-decoration: underline;
}


.accessibilitylink a:hover, .accessibilitylink a:active, .accessibilitylink a:focus {
	color: #AE0000;
	background: #fff;
	text-decoration: none;
}


.websiteby {
	color: #777;
	text-align: center;
	padding: 1em 0 1em 0;
}


.websiteby a {
	color: #AE0000;
}


.websiteby a:hover, .websiteby a:active, .websiteby a:focus {
	color: #F09395;
	text-decoration: none;
}



/* FLOATS, ALIGNEMENTS and MISC
---------------------------------------------------------------------- */

.float_left {
	float: left;
}


.float_right {
	float: right;
}


.text_left {
	text-align: left;
}


.text_center {
	text-align: center;
}


.text_right {
	text-align: right;
}


.clear {
	clear:both;
}


.hidden {
	visibility: hidden
}


.line {
	margin-top: 0;
	border-bottom: 1px solid #ccc;
	line-height: 1;
}


.left_floated_box {
	float: left;
	text-align: center;
	width: 220px;
	padding: 8px;
	margin: 0 14px 8px 0;
	background: #F4F4F4;
	border: 1px solid #CECECE;
}


.left_floated_box_wider {
	float: left;
	text-align: center;
	width: 260px;
	padding: 8px;
	margin: 0 14px 8px 0;
	background: #F4F4F4;
	border: 1px solid #CECECE;
}



/* SEARCH FEATURE
---------------------------------------------------------------------- */


fieldset {
	border: 0;
}


.search_label {
	color: #777;
}


.search_input { 
	width: 180px;
	color: #777; 
	height: 18px;
	padding: 2px 3px 0 3px;
	margin: 0;
	border: 1px solid #CECECE;
}


.search_button {
	font-size: 1em;
	padding: 0 0.2em;
	margin: 10px 10px 0 0;
	color: #000;
	background: #FFF url(../images/button.gif) repeat-x; 
	border: 1px solid #CECECE;
	cursor: pointer;
}
