@charset "utf-8";
/* CSS Document */
img {
	border: none;
}
body {
	padding: 0px;
	font-family: "Tahoma", "Lucida Grande", sans-serif;
	color: #333;
}
div#banner {
	width: auto;
	background-image: url(images/carbon_BG.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 158px;
	margin: -10px;
	margin-top: -15px;
	padding: 0;
}
#masthead {
	width: 900px;
	margin: auto;
	height: 70px;
}
.spacerfortop {
	margin-top: 70px;
}
.compinfo {
	margin-left: 204px;
}
.currPage {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	background-image: url(images/mainNavBg_hover.jpg);
	background-position: center;
	background-repeat: repeat-x;
}
.subheader {
	color: #333333;
	font-size: 10px;
}
div#content {
	width: 900px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	min-height: 400px;
	background-image: url(images/border_white_bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
#content p {
	color: #333;
	font-size: 12px;
	line-height: 17px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}
#content a {
	text-decoration: underline;
	color: #660000;
	font-weight: normal;
}
#content a:hover {
	text-decoration: none;
	color: #999;
}
#movieholder {
	margin-left: 10px;
}
h1 {
	text-indent: -5000px;
	font-size: 10px;
	margin-top: 0px;
	color: #ccc;
}
h2 {
	font-size: 14px;
	margin-top: 0px;
	color: #333;
	padding-left: 10px;
}
h3 {
	font-size: 14px;
	margin-top: 20px;
	color: #333;
	padding-left: 10px;
	
}
#mainNav {
	width: auto;
	background-image: url(images/mainNavBg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px;
	margin: -10px;
	margin-top: 10px;
	padding: 0;
}
ul {
	width: 900px;
	height: 30px;
	margin: auto;
	padding: 0;
	list-style: none;
}
ul li {
	float: left;
}
ul a{
	display: block;
	padding: 0 2em;
	line-height: 30px;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}
ul a:hover {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	background-image: url(images/mainNavBg_hover.jpg);
	background-position: center;
	background-repeat: repeat-x;
}
div#content li {
padding-left: 10px;
}
ol {
	list-style: disc;
	margin-left: -10px;
	margin-top: -10px;
}
ol li {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#infoRight {
	float: right;
	padding-top: 20px;
}
#footer {
	color: #999;
	padding: 0px;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
}
#footer a {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	text-decoration: underline;
}

