@charset "iso-8859-1";

a, a:focus {
	text-decoration:none;
	color:#FFF;
	outline:0;
}

h1, h2, h3 {
	font-size:inherit;
	margin:0;
}

a img {
	border:0;
}

body {
	background:url(images/background.png) repeat-x #132b52;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:0;
}

div#main_container {
	background:url(images/main_background.jpg) no-repeat;
	height:644px;
	width:989px;
	margin:auto;
}

/* ********************************************************************************* */
/* * LEFT COLUMN *  */
/* ********************************************************************************* */

div#left_column {
	position:relative;
	height:586px;
	width:548px;
	float:left;
}

div#about {
	position:absolute;
	bottom:15px;
	left: 30px;
}

div#about h1 {
	font-size:18px;
}

div#about h2 {
	font-weight:normal;
	font-size:15px;
}

div#about h3 {
	font-weight:normal;
	font-size:14px;
}

div#sections {
	position:absolute;
	font-size:18px;
	bottom:15px;
	right: 30px;
}

#zoom {
	font-size:12px;
	color:#000;
	z-index:20;
}

#zoom span {
	border-bottom:2px solid #9DB1CB;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:18px;
	display:block;
	width:80%;
}

#zoom p {
	margin:5px 0px;
}

/* ********************************************************************************* */
/* * RIGHT COLUMN *  */
/* ********************************************************************************* */

div#right_column {
	position:relative;
	height:586px;
	width:440px;
	float: left;
}

div.link_box {
	margin:20px auto 0px auto;
	width:350px;
}

div.link_box .link_img {
	margin-left:40px;
	float:left;
}

div.link_box .title {
	text-transform:uppercase;
	margin-bottom:20px;
	font-size:24px;
}

div.link_box .text {
	font-weight:bold;
	font-size:16px;
}

div#image_gallery {
	position:absolute;
	width:390px;
	height:60px;
	bottom:12px;
	left:32px;
}

div#image_gallery .left_arrow {
	background:url(images/arrows.png) left center no-repeat;
	text-indent:-9000px;
	margin-left:10px;
	height:60px;
	width:31px;
	float:left;
}

div#image_gallery #image_gallery_ul {
	overflow:hidden;
	height:60px;
	width:297px;
	float:left;
}

div#image_gallery #image_gallery_ul li {
	border:2px solid #9DB1CB;
	margin:5px 5px 5px 15px;
	background:#EDEDED;
	height:75px;
	float:left;
}

div#image_gallery .right_arrow {
	background:url(images/arrows.png) right center no-repeat;
	text-indent:-9000px;
	margin-left:10px;
	height:60px;
	width:31px;
	float:left;
}

/* ********************************************************************************* */
/* * IMAGE GALLLERY *  */
/* ********************************************************************************* */

div#sponsors {
	overflow:hidden;
	padding:0 10px;
	height:48px;
	clear:both;
}

/* Default/Master classes */
.simply-scroll-container{position:relative;} .simply-scroll-clip{position:relative;overflow:hidden;z-index:2;} .simply-scroll-list{position:absolute;top:0;left:0;z-index:1;overflow:hidden;margin:0;padding:0;list-style:none;} .simply-scroll-list li{padding:0;margin:0;list-style:none;}.simply-scroll-list li img{border:none;display:block;}

.sponsors_ul .simply-scroll-list li {
	padding-top:4px;
	height:44px;
	float: left;
}


