@charset "UTF-8";
/* 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%;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		8;
	dw-num-cols-tablet:		16;
	dw-num-cols-desktop:	18;
	dw-gutter-percentage:	100;
	
	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/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 93.75%;
	padding-left: 3.125%;
	padding-right: 3.125%;
	clear: none;
	float: none;
}
#logo {
}
#mainNav {
}
#two_col {
width: 100%;
}
#mainNavL {
}
#menuSys {
}
.menuItem {
}
.storyInfoHolder {
}
#mainNavR {
}
#windowStory {
}
#c2Playerholder {
	width: 100%;
	margin-left: 0;
	margin-top: -125px;
}
.listInfoHolder {
width: 100%;
margin-left: 0;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 0px) {

.gridContainer {
	width: 96.875%;
	padding-left: 1.5625%;
	padding-right: 1.5625%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-top: 0px;
}
html {
background: url(Katrina-003name.jpg) no-repeat top center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#logo {
}
#mainNav {
}
#two_col {
	width: 100%;
	height: 325px;
}
#mainNavL {
}
#menuSys {
}
.menuItem {
}
.storyInfoHolder {
}
#mainNavR {
}
#windowStory {
}
#c2Playerholder {
	width: 100%;
	margin-left: 0;
	margin-top: -50px;
}
.listInfoHolder {
width: 100%;
margin-left: 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}
@media only screen and (min-width: 300px) {
.gridContainer {
	width: 97.2222%;
	max-width: none;
	padding-left: 1.3888%;
	padding-right: 1.3888%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#logo {
	margin-top: -10px;
}
#mainNav {
	width: 400px;
	margin-top: 0px;
}
#two_col {
	width: 70%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
} 
.two_cols {
	position: relative;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	height: 100%;
	height: 100% !important;
	min-height: 100%;
	width: 425px;
	border-width: 0px;
	border-style: solid;
}
.two_cols .left-col {
	/*position: absolute;
    left: 0;*/
	float: left;
	width: 200px;
}
.two_cols .right-col {
	/*position: absolute;
    right: 0;*/
	float: left;
	width: 200px;
	margin-left: 0px;
	height: 100%;
}
html {
	background: url(Katrina-003name.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 0px;
}
#mainNavL {
	margin-top: -10px;
}
#menuSys {
}
.menuItem {
	margin-top: 0px;
}
.storyInfoHolder {
	margin-top: -10px;
}
#mainNavR {
	margin-top: -10px;
}
#windowStory {
}
#c2Playerholder {
	width: 71.4285%;
	margin-left: 2%;
	margin-top: -10px;
}
.listInfoHolder {
width: 100%;
margin-left: 0;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 767px) {

.gridContainer {
	width: 97.2222%;
	max-width: none;
	padding-left: 1.3888%;
	padding-right: 1.3888%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#logo {
	margin-top: 50px;
}
#mainNav {
	width: 400px;
}
#two_col {
	width: 60%;
	height: 100%;
	margin-left: 0px;
} 
.two_cols {
	position: relative;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	height: 100%;
	height: 100% !important;
	min-height: 100%;
	width: 425px;
	border-width: 0px;
	border-style: solid;
}
.two_cols .left-col {
	/*position: absolute;
    left: 0;*/
	float: left;
	width: 200px;
}
.two_cols .right-col {
	/*position: absolute;
    right: 0;*/
	float: left;
	width: 200px;
	margin-left: 0px;
	height: 100%;
}
html {
background: url(Katrina-003name.jpg) no-repeat top center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#mainNavL {
}
#menuSys {
}
.menuItem {
}
.storyInfoHolder {
}
#mainNavR {
}
#windowStory {
}
#c2Playerholder {
	width: 71.4285%;
	margin-left: 17%;
	margin-top: 0px;
}
.listInfoHolder {
width: 100%;
margin-left: 0;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
@media (min-width:1023px){
	.gridContainer {
	width: 97.2222%;
	max-width: none;
	padding-left: 1.3888%;
	padding-right: 1.3888%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#logo {
	margin-top: 50px;
}
#mainNav {
	width: 400px;
}
#two_col {
	width: 37.1428%;
	height: 100%;
	margin-left: 0px;
} 
.two_cols {
	position: relative;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	height: 100%;
	height: 100% !important;
	min-height: 100%;
	width: 425px;
	border-width: 0px;
	border-style: solid;
}
.two_cols .left-col {
	/*position: absolute;
    left: 0;*/
	float: left;
	width: 200px;
}
.two_cols .right-col {
	/*position: absolute;
    right: 0;*/
	float: left;
	width: 200px;
	margin-left: 0px;
	height: 100%;
}
html {
background: url(Katrina-003name.jpg) no-repeat top center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#mainNavL {
}
#menuSys {
}
.menuItem {
}
.storyInfoHolder {
}
#mainNavR {
}
#windowStory {
}
#c2Playerholder {
	width: 48.5714%;
	margin-left: 43.4285%;
	margin-top: -250px;
}
.listInfoHolder {
width: 88.2352%;
margin-left: 11.7647%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
@media (min-width:1279px){
	.gridContainer {
	width: 97.2222%;
	max-width: none;
	padding-left: 1.3888%;
	padding-right: 1.3888%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#logo {
	margin-top: 90px;
}
#mainNav {
	width: 400px;
}
#two_col {
	width: 37.1428%;
	height: 100%;
	margin-left: 0px;
} 
.two_cols {
	position: relative;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	height: 100%;
	height: 100% !important;
	min-height: 100%;
	width: 425px;
	border-width: 0px;
	border-style: solid;
}
.two_cols .left-col {
	/*position: absolute;
    left: 0;*/
	float: left;
	width: 200px;
}
.two_cols .right-col {
	/*position: absolute;
    right: 0;*/
	float: left;
	width: 200px;
	margin-left: 0px;
	height: 100%;
}
html {
background: url(Katrina-003name.jpg) no-repeat top center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#mainNavL {
}
#menuSys {
}
.menuItem {
}
.storyInfoHolder {
}
#mainNavR {
}
#windowStory {
}
#c2Playerholder {
	width: 48.5714%;
	margin-left: 44.4285%;
	margin-top: -175px;
}
.listInfoHolder {
width: 88.2352%;
margin-left: 11.7647%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
@media (min-width:1339px){
	.gridContainer {
	width: 97.2222%;
	max-width: none;
	padding-left: 1.3888%;
	padding-right: 1.3888%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#logo {
	margin-top: 125px;
}
#mainNav {
	width: 400px;
}
#two_col {
	width: 37.1428%;
	height: 100%;
	margin-left: 0px;
} 
.two_cols {
	position: relative;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	height: 100%;
	height: 100% !important;
	min-height: 100%;
	width: 425px;
	border-width: 0px;
	border-style: solid;
}
.two_cols .left-col {
	/*position: absolute;
    left: 0;*/
	float: left;
	width: 200px;
}
.two_cols .right-col {
	/*position: absolute;
    right: 0;*/
	float: left;
	width: 200px;
	margin-left: 0px;
	height: 100%;
}
html {
background: url(Katrina-003name.jpg) no-repeat top center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#mainNavL {
}
#menuSys {
}
.menuItem {
}
.storyInfoHolder {
}
#mainNavR {
}
#windowStory {
}
#c2Playerholder {
	width: 48.5714%;
	margin-left: 46%;
	margin-top: -150px;
}
.listInfoHolder {
width: 88.2352%;
margin-left: 11.7647%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
@media (min-width:1599px){
	.gridContainer {
	width: 97.2222%;
	max-width: none;
	padding-left: 1.3888%;
	padding-right: 1.3888%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#logo {
	margin-top: 175px;
}
#mainNav {
	width: 400px;
}
#two_col {
	width: 37.1428%;
	height: 100%;
	margin-left: 0px;
} 
.two_cols {
	position: relative;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	height: 100%;
	height: 100% !important;
	min-height: 100%;
	width: 425px;
	border-width: 0px;
	border-style: solid;
}
.two_cols .left-col {
	/*position: absolute;
    left: 0;*/
	float: left;
	width: 200px;
}
.two_cols .right-col {
	/*position: absolute;
    right: 0;*/
	float: left;
	width: 200px;
	margin-left: 0px;
	height: 100%;
}
html {
background: url(Katrina-003name.jpg) no-repeat top center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#mainNavL {
}
#menuSys {
}
.menuItem {
}
.storyInfoHolder {
}
#mainNavR {
}
#windowStory {
}
#c2Playerholder {
	width: 48.5714%;
	margin-left: 48.4285%;
	margin-top: 200px;
}
.listInfoHolder {
width: 88.2352%;
margin-left: 11.7647%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media (min-width:2047px){
	.gridContainer {
	width: 97.2222%;
	max-width: none;
	padding-left: 1.3888%;
	padding-right: 1.3888%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#logo {
	margin-top: 175px;
}
#mainNav {
	width: 400px;
}
#two_col {
	width: 37.1428%;
	height: 100%;
	margin-left: 0px;
} 
.two_cols {
	position: relative;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	height: 100%;
	height: 100% !important;
	min-height: 100%;
	width: 425px;
	border-width: 0px;
	border-style: solid;
}
.two_cols .left-col {
	/*position: absolute;
    left: 0;*/
	float: left;
	width: 200px;
}
.two_cols .right-col {
	/*position: absolute;
    right: 0;*/
	float: left;
	width: 200px;
	margin-left: 0px;
	height: 100%;
}
html {
background: url(Katrina-003name.jpg) no-repeat top center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#mainNavL {
}
#menuSys {
}
.menuItem {
}
.storyInfoHolder {
}
#mainNavR {
}
#windowStory {
}
#c2Playerholder {
	width: 48.5714%;
	margin-left: 48.4285%;
	margin-top: 200px;
}
.listInfoHolder {
width: 88.2352%;
margin-left: 11.7647%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
@media (min-width:2560px){
	.gridContainer {
	width: 97.2222%;
	max-width: none;
	padding-left: 1.3888%;
	padding-right: 1.3888%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#logo {
	margin-top: 175px;
}
#mainNav {
	width: 400px;
}
#two_col {
	width: 37.1428%;
	height: 100%;
	margin-left: 0px;
} 
.two_cols {
	position: relative;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	height: 100%;
	height: 100% !important;
	min-height: 100%;
	width: 425px;
	border-width: 0px;
	border-style: solid;
}
.two_cols .left-col {
	/*position: absolute;
    left: 0;*/
	float: left;
	width: 200px;
}
.two_cols .right-col {
	/*position: absolute;
    right: 0;*/
	float: left;
	width: 200px;
	margin-left: 0px;
	height: 100%;
}
html {
background: url(Katrina-003name.jpg) no-repeat top center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#mainNavL {
}
#menuSys {
}
.menuItem {
}
.storyInfoHolder {
}
#mainNavR {
}
#windowStory {
}
#c2Playerholder {
	width: 48.5714%;
	margin-left: 48.4285%;
	margin-top: 300px;
}
.listInfoHolder {
width: 88.2352%;
margin-left: 11.7647%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media (min-width:3000px){
	.gridContainer {
	width: 97.2222%;
	max-width: none;
	padding-left: 1.3888%;
	padding-right: 1.3888%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#logo {
	margin-top: 1750px;
}
#mainNav {
	width: 400px;
}
#two_col {
	width: 37.1428%;
	height: 100%;
	margin-left: 0px;
} 
.two_cols {
	position: relative;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	height: 100%;
	height: 100% !important;
	min-height: 100%;
	width: 425px;
	border-width: 0px;
	border-style: solid;
}
.two_cols .left-col {
	/*position: absolute;
    left: 0;*/
	float: left;
	width: 200px;
}
.two_cols .right-col {
	/*position: absolute;
    right: 0;*/
	float: left;
	width: 200px;
	margin-left: 0px;
	height: 100%;
}
html {
background: url(Katrina-003name.jpg) no-repeat top center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#mainNavL {
}
#menuSys {
}
.menuItem {
}
.storyInfoHolder {
}
#mainNavR {
}
#windowStory {
}
#c2Playerholder {
	width: 48.5714%;
	margin-left: 51.4285%;
	margin-top: 300px;
}
.listInfoHolder {
width: 88.2352%;
margin-left: 11.7647%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
