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

body {
	background-color: #000000;
	background-position: bottom;
	background-repeat: repeat-x;
	height: 100%;
	word-wrap: break-word;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

a:link {
	color: #000000;
	font-wieght: bold;
}
a:visited {
	font-wieght: bold;
	color: #FF6633;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-wieght: bold;
}
a:active {
	text-decoration: none;
	font-wieght: bold;
}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

.lower_nav {
	color: #FFFFFF;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.lower_nav a:link {
	color: #FFFFFF;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
}

.lower_nav a:active {
	color: #FFFFFF;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
} 

.lower_nav a:visited {
	color: #FFFFFF;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
}

.lower_nav a:hover {
  	color: #FFFFFF;
	font-size: .9em;
	text-align: center;
	text-decoration:underline;
}



.headline {
	color: #000000;
	font-size: 2em;
}

.content {
	color: 666666;
	font-size: .90em;
}
#container {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	width: 900px;
	height: 340px;
	background-image: url(/images/header.jpg);
	position: relative;
}

#navigation {
	height: 50px;
	position: absolute;
	bottom: 0;
	left: -45px;
}

#navigation ul {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .97em;
	line-height: 48px;
	display: inline;
	list-style-type:none;
}

#navigation li {
	color: #FFFFFF;
	height: 48px;
	line-height: 48px;
	border-right: 2px solid #FFFFFF;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	

}

#navigation li a,
#navigation li ul li a {
    font-weight: normal;
	font-size: .97em;
    text-decoration:none;
    display: inline;
}
#navigation li a:link,
#navigation li a:visited {
	font-weight: normal;
    color:#FFFFFF;
}
#navigation li a:hover,
#navigation li a:active {
	font-weight: bold;
    color:#FFFFFF;	
} 

#content_wrap {
	width: 900px;
	height: 100%;
}

#video_player {
	width: 338px;
	height: 600px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
}
	
#content {
	width: 520px;
	height: 100%;
	float: right;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-right: 10px;
	position: relative;
}

#icon_wrap {
	width: 100%;
	height: 130px;
	position: absolute;
	bottom: 0;
	left: 0;
}

	
#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background-color: #000000;
}

#logo {
	width: 250px;
	height: 50px;
	float: left;
	background-image: url(/images/logo.jpg);
}

#lower_nav {
	width: 400px;
	height: 20px;
	float: left;
	margin-top: 20px;
}

#newsletter {
	width: 250px;
	height: 35px;
	float: right;
	margin-top: 15px;
}
	
