html, body {
	height: 100%;
	padding:  0px;
	margin:  0px;
}

body {
	background: #FFF url('images/bg.jpg') top center repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
}

a, a:visited {
	color: #22579d;
	font-weight: bold;
}

a:hover {
	color: #000;
}

h2 {
	color: #000 !important;
	font-size: 20px !important;
	font-weight: bold !important;
}

.slider-item h3 {
	font-size: 16px !important;
	line-height: 125% !important;
}

.title  {
	font-size: 14px;
	font-weight: bold;
}

#slideshow .title  {
	margin-left: -60px;
}
			
#wrapper {
	height: 100%;
	width: 800px;
	padding:  0px;
	margin:  0 auto;
	text-align: center;
}
			
#header, #text, #slideshow, #pdfbox, #sponsors {	
	margin: 0 auto;
	padding: 0;
	width: 800px;
	clear: both;
	text-align: left;
}

#header_top, #map {	
	float: right;
}

#header_top {	
	padding: 0 10px;
	width: 275px;
}

#map {	
	margin: 0;
	padding: 0;
	margin-right: -13px;
}

#text   {	
	text-align: justify;
}

#text p {	
	padding: 15px 35px; 	
}

#text img {	
	float: right;
	padding: 15px 35px;
}

#slideshow {
	width: 680px;
	height: 250px;
}


#timeline-embed {
	margin: 0px !important;
	border: 2px solid #22579d !important;
	padding: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25) !important;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25) !important;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25) !important;
}

#pdfbox, #slideshow {
	padding-top: 30px;
}

#pdfbox .pdf  {	
	float: left;
	margin-left: 25px;
	overflow: hidden;
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
}

.pdf a {	
	display: block;
	color: #000;
	text-decoration: none;
	padding: 20px;
	width: 120px;
	height: 120px;
}

.color1 {	
	border: 2px solid #f5841f;
}

.color2 {	
	border: 2px solid #cccc31;
}

.color3 {	
	border: 2px solid #f5381f;
}

.color4  {	
	border: 2px solid #179bad;
}

div.pdf:hover  {	
	border: 2px solid #000;
}

#sponsors {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Slideshow */
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			width: 680px;
			height: 250px;
			display: none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div.slide {
			width: 680px;
			height: 240px;
			display: block;
		}
		
		/*
			Set the size of your carousel items
		*/
		.item {
			float: left;
			width: 210px;
			height: 230px;
			margin: 0 7px;
			color: #FFF;
		}
		
		.item:hover {
			color: #000;
		}
		
		/*
			Optional:
			Reset list default style
		*/
		.pagination {
			list-style:none;
			margin:0;
			padding:0;
		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color:red;
		}
/*
	Next/prev buttons
*/

#slides .next, #slides .prev {
	display: block;	
	position: relative;
	width: 23px;
	height: 24px;
	z-index: 101;
}

#slides .next {
	left: 705px;
	top: -170px;
	background: transparent url('images/rightarrow.png');
}

#slides .prev {
	top: -142px;
	left: -50px;
	background: transparent url('images/leftarrow.png');
}

a.next, a.prev  {
	text-indent: -3000px;
}

#slides .next:hover  {
	background: transparent url('images/rightarrow_gray.png');
}

#slides .prev:hover  {
	background: transparent url('images/leftarrow_gray.png');
}

.pagination {
	display: none;
}

	