/* CSS Document */

body {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
	
	text-align: left;
}
div {
	position: relative;
}
img {
	border: none;
	
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
h1,h2,h3 {
	color: #E8C505;
}
h1 {
	margin: 12px 0px 12px 0px;
}
h2 {
	margin: 8px 0px 8px 0px;
}

h3 {
	margin: 4px 0px 4px 0px;
}
p {
	margin-bottom: 1em;
}
ul {
	margin-left: 20px;
}
.float_left,
#float_left 
{
	float: left;
}
.float_right,
#float_right 
 {
	float: right;
}
div.clear,
div#clear {
	position: relative;
	clear: both;
	width: 0px;
	height: 0px;
	
}

div.nav a {
	color: #C9C9C9;
	text-decoration: none;
}
div.nav a:link {
	
}
div.nav a:visited {

}
div.nav a:hover {
	color: #FFFFFF;
}
div.nav a:active {
	color: #FFFFFF;
}

div.nav a.blue {
	color: #3F8287;
	text-decoration: none;
}
div.nav a.blue:link {
	
}
div.nav a.blue:visited {

}
div.nav a.blue:hover {
	color: #81BFC5;
}
div.nav a.blue:active {
	color: #81BFC5;
}

div.wrapper {
	background-color: #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
	
	text-align: left;

}
div.header {
	background-color: #242424;
	width: 100%;
	height: 100px;
	z-index: 50;
}
div.header table {
	width: 100%;
	height: 100%;
	z-index: 20;
}
div.header table td {
	vertical-align: top;
	overflow: hidden;
}
div.header table td.title {
	height: 82px;
	background: url(images/bg_titlebar_rpt_y.jpg) repeat-y;
	border-bottom: 1px #B1B1B1 solid;
	
}
div.header table td.title div.title {
	height: 82px;
	width: 400px;
	


}
div.header table td.nav {
	height: 28px;
	vertical-align: middle;
	
	text-align: right;
	background-color: #000000;
	
}
div.header table td.nav#home {
	background-color: #181818;
}

div.header table td.nav div.nav {
	height: 20px;
	
	background: url(images/bg_nav_rpt_y.jpg)  repeat-y;
	
	background-color: #242424;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	z-index: 20;
}
div.header table td.nav div.nav div {
	top: 2px;
	
}

div#galleries_dd {
	position: absolute;
	top: 105px;
	right: 589px;
	width: 210px;

	z-index:99;
	
}
div#galleries_dd div.internal {
	margin-top: 12px;
	margin-left: 20px;
	border: 1px #FFFFFF solid;
	border-top: none;
	
	background-color:#242424;
	color:#9C9A3D;
	width: 170px;
}
div#galleries_dd div.internal div{
	margin: 4px;
}
div#galleries_dd a:link,
div#galleries_dd a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
div#galleries_dd a:hover,
div#galleries_dd a:active {
	text-decoration: none;
	color: #CCCCCC;
}


div.header table td.quotes {
	width: 394px;


}
div.quotes {
	top: 0px;
	height: 101px;
	width: 394px;
	border: 1px #FFFFFF solid;
	border-right: none;
	background-color:#000000;
}

iframe.stage {
	position: relative;
	width: 100%;
	height: 780px;
	margin: 0px;
	margin-top: -100px;
	z-index: 3;
}

div.intro_pics {
	margin: 60px 0px 40px 0px;
	width: 1050px;
	margin-left: -525px;
	left: 57%;
	height: 300px;
	text-align:center;
}
div.intro_pics div.container ul li {
	vertical-align: top;
	width: 135px;

}	
div.intro_pics div.container ul li div {	
	width: 108px;
	text-align: center;
	
}	
div.intro_pics div.container ul li div img {
	border: 1px #656631 solid;
	
}
p.intro {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	margin-top: 3px;
	color:#FFFFFF;
	
}
div.stage#about,
div.stage#contact
{
	margin: 50px auto;
	padding: 24px;
	
	width: 600px;
	text-align: left;
}

td.quote {
	width: 75%;
	padding: 30px 10px 0px 0px;
	text-align:justify;
	font-weight: bold;
	
}
td.speaker {
	width: 25%;
	text-align:right;
	vertical-align:bottom;
	
}

div.footer {
	position: fixed;
	bottom: -2px;
	width: 100%;
	background-color: #1B1B1B;
	height: 42px;
	
	border-top: 1px #B1B1B1 solid;
	
	border-bottom: 2px #B1B1B1 solid;
	
	font-size: 11px;
	
	
	
}
div#footer_text {
	position: static;
	padding: 10px;
}
div.footer a {
	color: #EAEAEA;
	text-decoration: underline;
	
}
div.footer a:link {
	
}
div.footer a:visited {

}
div.footer a:hover {
	color: #FFFFFF;
}
div.footer a:active {
	color: #FFFFFF;
}
