body
{
	font-family: Tahoma, Arial;
	background-color: #e8e3b3;
	background-image: url(images/body-shadow/bg-top.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-size: .9em;
}

#outer-wrapper
{
	width: 1070px;
	margin: 0px auto;
	background-image: url(images/body-shadow/bg-body.jpg);
	background-repeat: repeat-y;
}

#subheading
{
	background-image: url(images/body-shadow/bg-body-top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 1070px;
}
#inner-wrapper
{
	width: 980px;
	margin: 0px;
	margin-left: 45px;
}
#inner-wrapper h1, h2, h3, p, ol, ul
{
	margin-top: 0px;
}
#header
{
	width: 980px;
	height: 375px;
	position: relative;
}
.header-image-morning
{
	background-image: url(images/header/header-morning.jpg);
	background-repeat: no-repeat;
}
.header-image-noon
{
	background-image: url(images/header/header-noon.jpg);
	background-repeat: no-repeat;
}
.header-image-night
{
	background-image: url(images/header/header-night.jpg);
	background-repeat: no-repeat;
}
#breadcrumbs
{
	position: absolute;
	top: 333px;
	left: 25px;
	color: #FFF;
	font-size: .8em;
}
#breadcrumbs a
{
	color: #FFF;
}
#left-column
{
	background-image: url(images/sidenav_light.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 200px;
	clear: left;
}
#right-column
{
	background-color: #c9c28c;
	float: left;
	width: 750px;
	padding-left: 10px;
}
#right-column h1
{
	margin-top: 0px;
}

#right-sub-content
{
	width: 200px;
	float: right;
	margin: 0px 10px 10px 10px;
}
#footer
{
	width: 100%;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: repeat-x;
	height: 90px;
	margin: 0px;
	font-size: .8em;
	padding: 0px;
	text-align: center;
}




#footer-top
{
	width: 1070px;
	margin: 0px auto;
	font-size: .9em;
}
#footer-top ul
{
	text-align: center;
	list-style: none;
}
#footer-top ul li
{
	list-style: none;
	display: inline;
}
#footer-top ul li a
{
	padding-top: 15px;
}


#footer-bottom
{
	width: 1070px;
	margin: 0px auto;
	font-size: .8em;
}

#footer-bottom ul
{
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-bottom ul li
{
	list-style: none;
	display: inline;
}
#footer-bottom p
{
	font-size: .9em;
	margin-top: 5px;
	text-align: center;
}
#weatherAlert
{
	position: absolute;
	top: 285px;
	width: 960px;
	left: 10px;
}
.news
{
	background-image: url(images/sidenav_dark.jpg);
	background-repeat: repeat-y;
}
.news p
{
	margin: 0;
	padding: 5px;
}
.news ul
{
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0;
}
.news ul li
{
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}
.news ul li a img
{
	border: none;
}

.news ul li
{
	height: 28px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.hr
{
	background: url(images/sidenav_dottedHR.jpg) no-repeat;
	margin: 0;
	height: 8px;
	clear: both;
	width: 200px;
}
.hr hr
{
	display: none;
}

.whaleTale
{
	background-image: url(images/whaletale.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
/*for the tab'd panes on the right side*/
.panes
{
	background-color: #e5deb8;
	min-height: 50px;
	padding: 5px;
}

tr.alt td
{
	background: #e5deb8;
}

tr.over td
{
	background: #dbd2a1;
}

.display-none
{
	display: none !important;
}

a img
{
	border: none;
}
/*
###################################
#
#			SUB NAV STYLES
#
###################################

*/



#SubNav ul
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	list-style-type: none;
}

#SubNav ul li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#SubNav ul li a
{
	display: block;
	height: 26px;
	background-image: url(images/subnav/subnav.jpg);
	width: 200px;
	color: #000;
	text-decoration: none;
}
#SubNav ul li a:hover
{
	display: block;
	height: 26px;
	background-image: url(images/subnav/subnav-focus.jpg);
	width: 200px;
	color: #000;
	text-decoration: none;
}

#SubNav ul li a.focus
{
	display: block;
	height: 26px;
	background-image: url(images/subnav/subnav-focus.jpg);
	width: 200px;
}


#SubNav ul ul
{
	background-image: url(images/sidenav_dark.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#SubNav ul ul li a
{
	background-color: #dbd2a1;
	background-image: none;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px;
	width: 180px;
	font-size: smaller;
	height: auto;
}
#SubNav ul ul li a:hover
{
	background-image: none;
	text-decoration: underline;
	width: 180px;
	height: auto;
}
#SubNav ul ul li a.focus
{
	text-decoration: underline;
	background-color: #dbd2a1;
	background-image: none;
	margin-left: 10px;
	width: 180px;
	height: auto;
}
#SubNav ul ul li a.parent
{
	margin-left: 10px;
	font-weight: bold;
}
#SubNav ul ul ul li a
{
	background-color: #dbd2a1;
	background-image: none;
	margin: 0px 0px 0px 15px;
	width: 175px;
	padding: 5px 0px;
}


#SubNav ul ul ul li a:hover
{
	background-image: none;
	width: 175px;
	text-decoration: underline;
}
#SubNav ul ul ul li a.focus
{
	text-decoration: underline;
	background-color: #dbd2a1;
	background-image: none;
	margin-left: 15px;
	width: 175px;
}


#SubNav ul ul ul ul li a
{
	background-color: #dbd2a1;
	background-image: none;
	margin: 0px 0px 0px 20px;
	width: 170px;
	padding: 5px 0px;
}


#SubNav ul ul ul ul li a:hover
{
	background-image: none;
	text-decoration: underline;
	width: 170px;
}


#SubNav ul ul ul ul li a.focus
{
	text-decoration: underline;
	background-color: #dbd2a1;
	background-image: none;
	margin-left: 20px;
	width: 170px;
}







#SubNav ul ul ul ul ul li a
{
	background-color: #dbd2a1;
	background-image: none;
	margin: 0px 0px 0px 25px;
	width: 165px;
	padding: 0px;
}


#SubNav ul ul ul ul ul li a:hover
{
	background-image: none;
	text-decoration: underline;
	width: 165px;
}


#SubNav ul ul ul ul ul li a.focus
{
	text-decoration: underline;
	background-color: #dbd2a1;
	background-image: none;
	margin-left: 25px;
	width: 165px;
}




#SubNav span
{
	margin-left: 25px;
}

#SubNav .parent
{
	margin-left: 20px;
	font-weight: bold;
}






.search-box
{
}

.black-text
{
	color: #000 !important;
}
.black-text a
{
	color: #000 !important;
}

.white-text
{
	color: #FFF !important;
}
.white-text a
{
	color: #FFF !important;
}

input.blur
{
	color: #999;
}



.table_border_solid
{
	padding: 5px;
}
.table_border_solid hr
{
	border: 1px solid #000;
}





.information-tab
{
	display: none;
}

#tab-section
{
	visibility: hidden;
}

.solid_border img
{
	border: solid 2px #000 !important;
}

.movie-list ul
{
	list-style-type: none;
	text-align: center;
}
.movie-list li
{
	list-style-type: none;
	float: left;
	margin-right: 10px;
	width: 125px;
}

.movie-list li a
{
	display: block;
	height: 90px;
	border: none;
	width: 100px;
}
.movie-list span
{
	text-align: center;
	width: 125px;
	display: block;
}

.banner-image-title
{
	position: absolute;
	display: block;
	width: 200px;
	height: 25px;
	left: 775px;
	top: 250px;
	text-align: center;
	background-image: url(images/transparent.png);
	background-repeat: repeat;
	color: #FFF;
}
.banner-image-title p
{
	padding-top: 2px;
}

.banner-image-title a
{
	color: #FFF;
}

#Div_ImageTitle
{
	visibility: hidden;
}


.genericButton a
{
	border: solid 1px #000;
	width: 100px;
	height: 17px;
	background-color: #e0e0e0;
	display: block;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 1em;
}
.genericButton a:hover
{
	background-color: #c0c0c0;
}

