@charset "utf-8";
/* CSS Document */

/* 
COLORS
------


FONTS
-----



*/
body {
	margin: 0px;
	padding: 0px;
	
	vertical-align: top;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #000000;
	color: #EFEFEF;

}


table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
table td {
	vertical-align: top;
}
.wrapper {

	height: 880px;

	text-align: left;
	
	
	border-left: #272727 45px solid;
	
	border-top: 1px #000000 solid;
	top: -1px;
	
	min-width: 825px;	
	
}
div.left_pane {
	float: left;
	width: 450px;
	height: 880px;

}
div.right_pane {
	float: right;
	width: 360px;
	
	background:url(images/bg_right.jpg) top right no-repeat;
	height: 880px;
}
div.photos {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
}
div {
	position: relative;
}

#float_left {
	float: left;
}
#float_right {
	float: right;
}

div.left_image {
	margin-bottom: 100px;
}
div.gallery_photo {
	float: left;
}
div.gallery_photo img {
	border: 1px #EFEFEF solid;
	margin: 10px;
}

p {
	margin-top: 0px;
}
.speaker {
	color: #F3CE7F;
	font-style: italic;
}
div.loading_div {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 200px;
	background-color:#990000;
	color:#FFFFFF;
	font-size: 11px;
}
div.h2 {
	font-size: 12px;
	font-weight: bold;
	color: #F3CE7F;
	
	font-family: Arial;
	margin-bottom: 12px;
}

div.scrollbox {
	height: 300px;
	overflow: auto;
	padding-right: 20px;
}
a {

}
a:link {
	color: #637EB1;

}
a:visited {
	color: #637EB1;

}
a:hover {
	color: #70A5FC;
	text-decoration: underline;

}
a:active {
	color: #70A5FC;
	text-decoration: underline;

}

div.clear {
	position: relative;
	clear: both;
	width: 0px;
	height: 0px;
	
}
img {
	position: relative;
	
	border: none;
	text-decoration: none;
}
img.framed {
	border: 1px #51021C solid;
}

ul {
	list-style: square;
}
li {
	margin-top: 8px;
}

/* -- NAV -------------------------------------------- */

.nav_bar {
	
	background-color:#666666;

}
div.sep {
	
	height: 1px;
	color: #FFFFFF;
	text-align: left;
	border-top: 1px #EBEBEB solid;
	
}

a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}


/* -- CONTENT -------------------------------------------- */


/* -- FOOTER -------------------------------------------- */

div.info_bar_bottom {
	height: 44px;
	padding-top: 4px;
	text-align: center;
	vertical-align:middle;
	
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div.info_bar_bottom a {
	text-decoration: none;
	color: #FFFFFF;
}

div.info_bar_bottom a:link {
	
}
div.info_bar_bottom a:visited {
	
}
div.info_bar_bottom a:hover {
	color:#EAEAEA;
	text-decoration: underline;
}
div.info_bar_bottom a:active {
	color:#EAEAEA;
	text-decoration: underline;
}

/* -- Pop-up -------------------------------------------- */

div.close {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 75;
	
	text-align: right;
	font-size: 10px;
	color: #FFFFFF
}

div.close2 {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 75;
	
	text-align: right;
	font-size: 10px;
	color: #FFFFFF
}

/* -------- LINKS that override defaults --------------- */

.caption {
	font-size: 11px;
}
.note {
	font-size: 10px;
	font-weight: normal;
}
a.note {
	text-decoration: underline;
}
.gray {
	color: #999999;
}
.lightgray {
	color: #CCCCCC;
}
.darkred,
a.darkred {
	color:#990000;
}
.darkgray,
a.darkgray {
	color: #666666;
}
.gold {
	color: #F3CE7F;
}