/******************** BODY ********************/

body {
	behavior: url("css/csshover.htc");
	margin: 0 0;
	padding: 0 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #d1d5db url(../images/bg.png) repeat-x;
}

/******************** MISC ********************/

.clear {
	clear: both;
	margin: 0 0;
	padding: 0 0;
}

.center {
	text-align: center;
}

/******************** PNG FIX ********************/

body, img, div, a, li { behavior: url(css/iepngfix.htc) }

/******************** MAIN CONTAINER ********************/

#mainContainer {
	margin: 0 auto;
	width: 1024px;
}

/******************** HEADER ********************/

#header {
	background: url(../images/headerBg.png) top left no-repeat;
	height: 113px;
	width: 1024px;
	margin: 0 0;
}

	#header h1 {
		margin: 0 0 0 48px;
		padding: 0 0;
	}
	
	#header h1 a {
		width: 139px;
		height: 113px;
		display: block;
		text-indent: -9999px;
		text-decoration: none;
		text-align: left;
		background: url(../images/dfwsb_logo.png) top left no-repeat;
	}

/******************** TOP RIGHT ********************/

#topRight {
	float: right;
	text-align: right;
	padding: 10px 0 0;
}

	#topRight p {
		margin: 5px 0 3px 0;
		padding: 0 0;
		font-weight: bold;
	}
	
	#topRight p a {
		text-decoration: none;
		color: #fff;
	}
	
	#topRight p a:hover {
		text-decoration: underline;
	}

/******************** TOP NAVIGATION ********************/

#topNav {
	width: 1000px;
	height: 32px;
	margin: 2px auto 0;
	padding: 0 0;
}

#topNav ul {
	margin: 0 0;
	padding: 0 0;
}

#topNav li {
	float: left;
	display: block;
	margin: 0 0;
	padding: 0 0;
	list-style: none;
	height: 32px;
	width: 200px;
	background: url(../images/navBtn.gif) top left no-repeat;
	text-align: center;
}

#topNav li p {
	margin: 0 0;
	padding: 8px 0 0;
	color: #010101;
	font-size: 14px;
	font-weight: normal;
	height: 32px;
}

#topNav li p a {
	color: #010101;
	text-decoration: none;
}

#topNav li p a:hover {
	color: #233996;
	text-decoration: none;
}

#topNav li p a.selected {
	color: #233996;
}

/******************** SHOWTIMES ********************/

#showtimes {
	margin: 10px 15px 0 0;
	width: 253px;
	height: 90px;
	background: url(../images/showtimesBg.png) top left no-repeat;
	float: right;
}

#showtimes h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0;
	padding: 5px 0 0 10px;
	width: 253px;
}

#showtimes p {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0;
	padding: 3px 0 2px 10px;
}

/******************** TOP ADS ********************/

#topAds {
	margin: 10px 0 0 15px;
	padding: 0 0;
	width: 728px;
	height: 90px;
}

/******************** SEARCH ********************/

#search {
	float: right;
	margin: 10px 15px 0 0;
}

#search select {
	height: 23px;
	padding: 0 0 0 2px;
	width: 70px;
	border: 1px solid #000;
	float: right;
}

#search input {
	height: 19px;
	padding: 2px 0 0 2px;
	margin: 0 0 0 5px;
	border: 1px solid #000;
	float: right;
	background: #fff !important;
}

#search img {
	float: right;
	margin-left: 5px;
	cursor: pointer;
}

/******************** MAIN TITLE ********************/

#mainTitle {
	margin: 7px 0 0 0;
}

#mainTitle h2 {
	font-size: 22px;
	color: #040404;
	font-weight: bold;
	margin: 0 0;
	padding: 0 0 0 15px;
	height: 23px;
	width: 650px;
}

#mainTitle h3 {
	font-size: 12px;
	color: #040404;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0 0 0 15px;
	height: 18px;
	width: 650px;
}

/******************** FOOTER ********************/

#footer {
	text-align: center;
	margin: 0 0 15px 0;
	clear: both;
}

#footer hr {
	width: 1000px;
	color:#9ca1aa;
}

#socialNetworks {
	float: left;
	margin: 20px 0 0 20px;
	width: 260px;
}
#footerNav {
	float: right;
	width: 230px;
	padding: 0 0;
	margin: 5px 20px 0 0;
}

#footerNav p {
	color: #000;
	padding: 0 0;
	margin: 0 0;
	text-align: right;
	line-height: 22px;
	font-weight: bold;
}

#footerNav p a {
	color: #000;
	text-decoration: none;
}

#footerNav p a:hover {
	color: #233996;
}
