@charset "utf-8";
/* default */
body {
	background-color: #000;
}
a:link {
	color: #396242;
}
a:visited {
	color: #396242;
}
a:hover {
	color: #305236;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
.Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #E1F2D9;
	padding-top: 20px;
}
.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #E1F2D9;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;

}.SubTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #E1F2D9;
	padding-left: 20px;
	text-align: left;
}

}.SubTitle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #E1F2D9;
	text-align: center;
}

}.Controls {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #1A2E10;
	padding-left: 20px;
	text-align: center;
}
.PressReleaseBackground {
	background-color: #101D14;
	background-image: url(../images/pr_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

.ImageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #E1F2D9;
	padding-right: 0px;
	padding-left: 0px;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #396242;
	text-align: center;
}

.CenterAlign {
	text-align: center;
}
LeftAlign {
	text-align: left;
}

.BodyText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #E1F2D9;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 27px;
	text-align: left;
}

.BodyText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #E1F2D9;
	line-height: 27px;
	text-align: left;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96.6666%;
	background-color: #101D15;
	background-image: url(../images/background_m.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Feature {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Body1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Cover {
	clear: none;
	float: left;
	margin-left: 3.4482%;
	width: 95%;
	display: block;
}
#Body2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #101D15;
	background-image: url(../images/footer_background_m.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#Titles {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 97.7777%;
	background-image: url(../images/background_t.jpg);
	background-color: #101D15;
	background-repeat: no-repeat;
	background-position: center top;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Feature {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Body1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;
}
#Cover {
	clear: none;
	float: left;
	margin-left: 2.2727%;
	width: 99%;
	display: block;
}
#Body2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/footer_background_t.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#Titles {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #101D15;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Feature {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Body1 {
	clear: both;
	float: left;
	width: 59%;
	display: block;
}
#Cover {
	clear: none;
	float: left;
	display: block;
	margin-left: 0%;
	width: 39%;
}
#Body2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #101D15;
	background-image: url(../images/footer_background.jpg);
	height: 350px;
}
#Titles {
	clear: both;
	float: left;
	margin-left: 0;
	width: 57.6271%;
	display: block;
}
}
.FeaturePadding {

}
.Episode1 {
	background-color: #000;
	background-image: url(../images/episodes/1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode2 {
	background-color: #000;
	background-image: url(../images/episodes/2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode3 {
	background-color: #000;
	background-image: url(../images/episodes/3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}
.Episode4 {
	background-color: #000;
	background-image: url(../images/episodes/4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode5 {
	background-color: #000;
	background-image: url(../images/episodes/5.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}
.Episode6 {
	background-color: #000;
	background-image: url(../images/episodes/6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode7 {
	background-color: #000;
	background-image: url(../images/episodes/7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode8 {
	background-color: #000;
	background-image: url(../images/episodes/8.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode9 {
	background-color: #000;
	background-image: url(../images/episodes/9.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode10 {
	background-color: #000;
	background-image: url(../images/episodes/10.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode11 {
	background-color: #000;
	background-image: url(../images/episodes/11.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode12 {
	background-color: #000;
	background-image: url(../images/episodes/12.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode13 {
	background-color: #000;
	background-image: url(../images/episodes/13.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode14 {
	background-color: #000;
	background-image: url(../images/episodes/14.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode15 {
	background-color: #000;
	background-image: url(../images/episodes/15.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode16 {
	background-color: #000;
	background-image: url(../images/episodes/16.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode17 {
	background-color: #000;
	background-image: url(../images/episodes/17.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode18 {
	background-color: #000;
	background-image: url(../images/episodes/18.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode19 {
	background-color: #000;
	background-image: url(../images/episodes/19.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode20 {
	background-color: #000;
	background-image: url(../images/episodes/20.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode21 {
	background-color: #000;
	background-image: url(../images/episodes/21.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode22 {
	background-color: #000;
	background-image: url(../images/episodes/22.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode23 {
	background-color: #000;
	background-image: url(../images/episodes/23.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1442px;
	width: 950px;
}

.Episode24 {
	background-color: #000;
	background-image: url(../images/episodes/24.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1469px;
	width: 1900px;
}
