/* ----- Structure and Layout ----- */

* { margin: 0; padding: 0; }

body {
	text-align: center;
	background: url(../../images/common/bg.png) repeat-x #626161;
	min-width: 980px;
	padding-top: 0px;
	padding-bottom: 25px;
	}

#wrapper {
	width : 980px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	background: url(../images/common/TheWelcomingLogo.jpg) no-repeat;
	}

#top {
	width : 980px;
	height: 192px;
	text-indent: -9000em;
	}

#hometop {
	width: 100px;
	height: 100px;
	float: right;
	margin-right: 15px;
}

#hometop a {
	background: url(../../images/HomeTop.jpg) no-repeat;
	width: 76px;
	height: 64px;
	display: block;
}

#hometop a:hover {
	background: url(../../images/HomeTopH.jpg) no-repeat;
}

#hometop a:focus {
	outline: none;
}

#content {
	width: 980px;
	padding-bottom: 5px;
	}

.InnerWrapperTop {
	background: url(../../images/common/InnerWrapperTop.jpg) 0px 29px no-repeat;
	height: 116px;
	width: 900px;
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 18px;
	}

.HeaderImage {
	padding-left: 2px;
}

.InnerWrapperBody {
	background: url(../../images/common/InnerWrapperBack.jpg) repeat-y;;
	width : 900px;
	margin: 0 40px;
	text-align: justify;
	}

.InnerWrapperContent {
	width: 860px;
	margin: 0 20px;
}

.InnerWrapperBottom {
	background: url(../../images/common/InnerWrapperBottom.gif) no-repeat;
	width : 900px;
	height: 7px;
	margin: 0 40px;
	}

th, td {
	padding: 10px;
}

.altrow {
	background: #eff2f3;
}

.toplefttd {
	background: url('../../images/common/toplefttd.gif') #eff2f3 top left no-repeat;
}

.toprighttd {
	background: url('../../images/common/toprighttd.gif') #eff2f3 top right no-repeat;
}

.bottomlefttd {
	background: url('../../images/common/bottomlefttd.gif') #eff2f3 bottom left no-repeat;
}

.bottomrighttd {
	background: url('../../images/common/bottomrighttd.gif') #eff2f3 bottom right no-repeat;
}

/* ----- Navigation ----- */

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0;
	height: 100px;
	width: 864px;
	text-indent: -9000em;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin: 0;
	padding: 0;
}

.stripNav ul li {
	float: left;
	margin: 0;
	padding-left: 7px;
	padding-right: 7px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
}

.stripNav a { /* The nav links */
	width: 130px;
	height: 85px;
	display: block;
}

.stripNav a#XHome {
	background: url("../images/Home.png") no-repeat;
}

.stripNav a#XSynopsis {
	background: url("../images/Synopsis.png") no-repeat;
}

.stripNav a#XCast {
	background: url("../images/Cast.png") no-repeat;
}

.stripNav a#XCrew {
	background: url("../images/Crew.png") no-repeat;
}

.stripNav a#XNews {
	background: url("../images/News.png") no-repeat;
}

.stripNav a#XStills {
	background: url("../images/Stills.png") no-repeat;
}

.stripNav a:focus {
	outline: none;
}

.stripNav a#XHome:hover,a#XHome.current {
	background: url("../images/HomeH.png") no-repeat;
}

.stripNav a#XSynopsis:hover,a#XSynopsis.current {
	background: url("../images/SynopsisH.png") no-repeat;
}

.stripNav a#XCast:hover,a#XCast.current {
	background: url("../images/CastH.png") no-repeat;
}

.stripNav a#XCrew:hover,a#XCrew.current {
	background: url("../images/CrewH.png") no-repeat;
}

.stripNav a#XNews:hover,a#XNews.current {
	background: url("../images/NewsH.png") no-repeat;
}

.stripNav a#XStills:hover,a#XStills.current {
	background: url("../images/StillsH.png") no-repeat;
}

/* ----- Typography ----- */

body {
	font: small Verdana, Sans-serif;
	line-height: 1.6em;
	color: #444444;
	}

h2 {
	font-size:16px;
	margin: 0;
	padding-top: 10px;
	color: #5c83b4;
}

p {
	padding-top: 6px;
	padding-bottom: 6px;
	}

li {
	margin-left: 30px;
}

/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #ffffff;
	}

/* ----- Links ----- */

#footer a {
	color: #ffffff;
	text-decoration: none;
	}

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	}