@charset "utf-8";
/* CSS Document */

/** COLORS */
/** Dark Blue: #212358, Light Blue: #677ea6, Light Yellow: #f5deb8, Dark Yellow: #e5ab45, Very Light Blue: #d4d8f1*/   

* {
	margin: 0;
	padding: 0;
}

a {
   outline: none;
}

html, body {       
	height: 100%; 
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #677ea6;
	background-image: url(../images/bkgrd-gradient.gif);
	background-repeat: repeat-x;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
}


body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	letter-spacing: .02em;
}

h1 {
	font-size: 1.3em; 
	font-weight: bold;
	color: #677ea6;
	text-align: left;
	margin-bottom: .5em;
}

h2 {
	font-size: 1em;
	color: #212358;
	margin-bottom: .25em;
	padding: 0px 0px 5px 0px;
}

h3 {
	font-size: .8em; 
	font-weight: bold;
	color: #677ea6;
	text-align: left;
	margin-bottom: .5em;
}


h4 {
	font-size: .8em; 
	font-weight: bold;
	color: #e5ab45;
	text-align: right;
}

h5 {
	font-size: .8em; 
	font-weight: bold;
	color: #666666;
	text-align: left;
}

h6 {
	font-size: .9em; 
	font-weight: bold;
	color: #677ea6;
	text-align: center;
	margin-bottom: .5em;
}


p {
	font-size: .75em;
	margin-bottom: 1em;
	line-height: 155%;
	text-align: left;
	letter-spacing: 0.03em;
	color: #666666;
}


a:link {
	color: #677ea6;
	text-decoration: underline;
}
a:visited {
	color: #212358;
	text-decoration: underline;
}

a:hover {
	color: #e5ab45;
	text-decoration: underline;
}

a:active {
	color: #212358;
	text-decoration: underline;
}

ul {
	margin-bottom: 1em;
}

ul, ol, li {
	font-size: 0.88em;
	margin-left: 1.5em;
	color: #e5ab45;
	line-height: 155%;
	margin-bottom: 1.2em;
}

ul span, ol span, li span {
	color: #666666;
}

.clear {   
	clear: both;
}




/** HEADER ***************************************************************/

#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	background: #FFFFFF;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10px;
	background-color: #FFFFFF;
}

#header {
	width: 100%;
	margin: 0 auto;
	height: 220px;
	background-image: url(../images/header.gif);
	position: relative;
	background-color: #51618d;
	border-bottom:6px solid #677ea6;
}

#header .logo{
	width: 240px;
	margin: 0 auto;
	height: 225px;
	background-image: url(../images/logo-new.jpg);
	background-repeat: no-repeat;
	float: left;
}

#header .img{
	width: 560px;
	margin: 0 auto;
	height: 225px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
}



/** MENU ***************************************************************/

#menu {
	width: 800px;
	height: 28px;
	margin: 0 auto;
	background-image: url(../images/menu1.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 807px;
}

#menu li {
	display: inline;
}

#menu a {
	margin: 0 auto;
	display: block;
	height: 28px;
	text-decoration: none;
    font-size: .83em;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.02em;
    float: left;
    padding: 0px 5px 0px 5px;
    line-height: 28px;
    text-transform: uppercase;
    border-right:1px solid #51618d;
    text-align:center;
}

#menu a:hover {
	background: url(../images/menu2.gif);
	color: #e5ab45;
}


#menu a:active, #menu a.selected {
	background: url(../images/menu3.gif);
	color: #212358;
}


	
/** MAIN CONTENT ***************************************************************/

#content {
	width: 600px;
	margin: 0 auto;
	background-color: #FFFFFF;
	float: left;
	padding: 15px 0px 0px 0px;
	padding-bottom: 40px;
}

#content .main {
	float: left;
	padding: 20px;
	background-color: #FFFFFF;
	width: 560px;
}



/** AGENDA ***************************************************************/

.date {
	font-weight: bold;
	width: 175px;
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 15px;
	border-right:2px solid #f5deb8;
}

.event {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: bold;
	width: 352px;
}

.event-text {
	font-size: 1.3em; 
	font-weight: bold;
	color: #212358;
	text-align: left;
	padding: 10px;
	background-color: #d4d8f1;
	margin-bottom: 10px;
	border-bottom:1px solid #677ea6;
	background: url(../images/event.gif);
}


/** HOTEL INFO ***************************************************************/

.info-left {
	float: left;
	position: relative;
	width: 300px;
	padding: 0 0 20px 0;
}

.info-right {
	float: left;
	padding: 0 0 0px 15px;
	position: relative;
	width: 245px;
}

/** HOME ***************************************************************/

#content .home {
	padding: 20px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}

.headline {
	float: left;
	position: relative;
	width: 560px;
	padding: 0;
}

.cutline {
	float: left;
	width: 560px;
	padding: 10px 0 0 205px;
	text-align: center;
}

.by {
	float: left;
	position: relative;
	width: 560px;
	padding: 15px 0 0 0;
	margin: 0 auto;
	text-align: center;
	border-top:1px solid #677ea6;
}

.door {
	float: left;
	position: relative;
	width: 254px;
	padding: 0 0 85px 0;
}

.future {
	float: left;
	position: relative;
	width: 285px;
	padding: 0 0 10px 20px;
}

.ind-logo {
	float: left;
	position: relative;
	width: 285px;
	padding: 0 0 10px 20px;
}

.sponsor-logos {
	float: left;
	position: relative;
	width: 560px;
	padding: 0 0 25px 0;
	margin: 0 auto;
}


/** SIDEBAR ***************************************************************/

#sidebar {
	float: left;
	width: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sidebar .sidebar-content {
	width: 179px;
	margin: 0 auto;
	float: left;
	padding: 20px 10px 10px 10px;
	border-left: #CCCCCC solid 1px;
}

#sidebar .sponsor{
	width: 160px;
	padding: 15px 10px 15px 10px;
	border-top: 1px solid #d4d8f1;
	border-bottom: 1px dashed #677ea6;
}

#sidebar .sponsor2{
	width: 160px;
	padding: 15px 10px 15px 10px;
	border-bottom: 1px dashed #677ea6;
}

#sidebar .sponsor3{
	width: 160px;
	padding: 15px 10px 15px 10px;
	border-bottom: 1px solid #677ea6;
}

.sponsor-text {
	padding: 15px 10px 0px 10px;
	width: 160px;
	border-top:1px solid #677ea6;
	background: url(../images/event.gif);
}

.sponsor-metal {
	padding: 5px 10px 0px 10px;
	width: 160px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #d4d8f1;
}


 
/** FOOTER ***************************************************************/

#footer {
	width: 800px;
	height: 40px;
	background-color:#212358;
	overflow: hidden;
	margin: 0 auto;
}

#footer p {
	padding-top: 7px;
	text-align: center;
	color: #d4d8f1;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}


.clearfooter {   
	clear: both;
}

/** JQUERY ****************************************************************************/

	
#slideshow
{
    height: 350px;
    width: 225px;
    text-align: center;
	background-color: #000000;
	overflow: hidden;
	margin: 0 auto;
}

.loader
{
    background: url( '../images/ajax-loader.gif' ) no-repeat center;
}

/* Slider Area (JFLOW) -------------------------------------------------------------------- */	

#slider-content { 
	width:225px; 
	height:350px; 
	position:relative; 
	z-index:100;
	padding: 0px;
	margin: 0 auto; 
}

#myController { 
	display:none; 
}

#mySlides img { 
	display:block; 
	margin:0 auto; 
}

.stage {
	display:block;
	text-align:center;
	padding: 0;
	font-size:.8em;
	color:#000000;
	font-family: Georgia, Times New Roman, Times, serif;
	display:block;
	width:225px;
	height:75px;
	line-height: 20px;
}

.stage a { 
	text-decoration:underline; 
	color:#333;
}

.stage a:hover {
	 color: #333;
	text-decoration: underline; 
	}
	
.stage	a:active {
	color: #333;
	text-decoration: underline;
}



.jFlowPrev, .jFlowNext {
	cursor:pointer; 
	display:block; 
	width:34px; 
	height:31px; 
	text-indent:-5000px; 
	position:absolute;
}

.jFlowPrev {
	bottom:191px;
	left:-50px;
	background:url('../images/button_left.gif') no-repeat;
}

.jFlowNext {
	bottom:191px;
	right:-52px;
	background:url('../images/button_right.gif') no-repeat;
	position: absolute;
}

.jFlowControl { 
	cursor:pointer;
}

.jFlowSelected { 
	text-decoration:none;
}

