@charset "utf-8";

/*+++++++++++++divs+++++++++++++*/

body {
	background: #000;
	font-family: Verdana, sans-serif;
	font-size: medium;
	color: #FFF;
	margin-top: 0;
	padding-top: 0;
	list-style-type: none;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#topnav {
	margin-top: 0px;
	padding-top: 0px;
	height: 118px;
	position: relative;
	z-index:2;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: larger;
}

#location {
	width: 800px;
	height: 25px;
	margin: auto;
	padding-left: 50px;
	padding-bottom: 5px;
	font-family: Verdana, sans-serif;
	font-size: medium;

}

#videoContainer {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	margin-bottom: 3px;
}

#video {
	float: left;
	height: 206px;
	width: 340px;
	padding-left: 1px;
	padding-top: 1px;
	position:relative;
	z-index:0;
	background-color:#000;
	border: 2px #333;
}




#mainTextContainer {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#subNavContain {
	float: left;
	width: 130px;
	height: 800px;
	background-color:fff;
	color:#006;
	margin-right: 60px;
	padding: 0;
	text-align:right;

	
}
	
#mainText {
	float: left;
	width: 420px;
	color:#006;
	margin: 0 0 0 0;
}

#rightScroll {
	text-align:right;
	float: left;
	width: 160px;
}



#footer1 {
	background-color: #333333;
	width: 100%;
	height: 15px;
	margin: 0 auto;
	padding-top: 8px;
	text-align: center;
	display:block;
}


#footer2 {
	background-image:url("../images/headerbg.png");
	background-repeat:repeat;
	width: 100%;
	height: 60px;
	text-align: center;
	margin: 0 0 0 0;
	position: fixed;
	padding-top:5px;
	padding-bottom: 5px;
	bottom: 0;
	z-index:999999;
}

#footerindex {
	background-image:url("../images/headerbg.png");
	background-repeat:repeat;
	width: 100%;
	height: 45px;
	text-align: center;
	margin: -50px 0 0 0;
	position: fixed;
	bottom:0;
	padding-top:5px;
	padding-bottom: 5px;
}


.footerTable {
	background-color: #333333;
	color: #FFF;
	text-align: left;
	margin: 0 0 0 0;
	display: inline-table;
}

.footerTable td{
padding:0px;
}

a.player img {
	margin-left: 90px;
	margin-top: 100px;
	border:0;	
}

#player {
	 display:block;
	 width:430px;
	 height:264px;
}



/*+++++++++++++text and links+++++++++++++*/

#topnav a:link {
	font-size: small;
	font-stretch:condensed;
	font-weight: 500;
	color: #999999;
	text-decoration: none;
}
#topnav a:visited {
	font-size: small;
	font-stretch:condensed;
	font-weight: 500;
	color: #999999;
	text-decoration: none;
}

#topnav a:hover {
	font-size: small;
	font-stretch:condensed;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}

#location strong {
	font-size: 15px;
	color: #FFF;
	padding-left: 30px;
	padding-right: 60px;
}


#mainText em {
	font-style:italic;
	color: #009;
}

#mainText ul{

}

#mainText ul li:before {
	content: "\00BB \0020";
	}

#mainText ul li {
	font-size: 80%;
	color:#666;
	list-style: none;
	padding-bottom:10px;
	padding-left: 10px;
	text-indent: -30px;
}

#mainText p {
	font-size: 80%;
	color:#666;
}

#mainText p.heading {
	font-size: 14px;
	color: #006;
}



#mainText a:hover {
	color: #C93;
	text-decoration:underline;
}


#footer1 a, #footer1 a:visited, #footer2 a, #footer2 a:visited, #footerindex a, #footerindex a:visited {
	font-size: x-small;
	color: #CCC;
	text-decoration: none;
}

#footer1 a:hover, #footer1 a:focus,  #footer2 a:hover, #footer2 a:focus, #footerindex a:focus, #footerindex a:hover{
	font-size: x-small;
	color: #FFF;
	text-decoration: none;
}

.footerLogo strong {
	font-size: small;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
}
/*+++++++++++++alignment+++++++++++++*/

.rightAlign {
	float: right;
	padding: 0px;
	margin:: 0px;
}

.leftAlign {
	float: left;
	padding: 0px;
	margin:: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.centerAlign {
	float: left;
	margin-right: auto;
	margin-left: auto;
}

.clr {clear:both;
} 

.footerLogo {
	margin: auto;
	font-size: x-small;
	text-align:center;
}

.rightMargin {
	margin-right: 15px;
}


.imgLeft {
	float: left;
	margin-left: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.imgLeft img {
	border: thin;
	border: solid;
	border-color: #333;
	margin-bottom: 3px;
}


.caption{
	font-size: 70%;
    font-family: Verdana, Arial, sans-serif;
    text-align: left;
	padding-left: 30px;
	color: #333;
}