/* PIE set up rules */

#featuresBox
	{
	float: left;
	width: 485px;
	margin-left: 485px;
	}
* html #featuresBox
	{
	display: inline;
	}
#logoBox
	{
	float: left;
	width: 485px;
	margin-left: -970px;
	}
/* Start Mac IE5 filter \*/
#featuresBox, #logoBox
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
#contentInnerWrapper
	{
	width: 970px;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the contentInnerWrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#contentInnerWrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the contentInnerWrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of contentInnerWrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#contentInnerWrapper:after,
.mainContent:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#contentInnerWrapper,
.mainContent
	{
	display: inline-block;
	}
/*\*/
#contentInnerWrapper,
.mainContent
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}
#header, #footer
	{
	width: 970px;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}

/* Template rules */
body {
	background-color: #84d8f8;
	margin: 0px;
}
body.printable {
	background-color: #ffffff;
}
img {
	border: 0px;
}
.floatLeft {
	float: left;
}
.noTopBdr {
	border-top: none;
}

.outerWrapper {
	/*width: 1032px;*/
	width: 100%;
	padding: 28px 0px 16px 29px;
	text-align: center;
	background-color: #84d8f8;
}

.innerWrapper {
	width: 1003px;
	margin: 0px auto;
}

.contentOuterWrapper {
	width: 993px;
	background: #ffffff;
	padding: 5px;
}

.contentInnerWrapper {
	/*width: 979px;*/
	background: #46aec8;
	padding: 7px;
}

.topNav {
	background: #000000;
	width: 953px;
	padding: 12px 12px 10px 12px;
	margin: 0px 0px 7px 0px;
	text-align: left;
}
body.printable .topNav {
	display: none;
}
#mainNav {
	margin: 0px;
	padding: 0px;
}
#mainNav li {
	display: inline;
	margin-right: 20px;
}
#mainNav li a {
	text-decoration: none;
	color: #f13327;
	font: bold 14px Arial,sans-serif;
}
.contentHeader {
	vertical-align: top;
	margin-bottom: 7px;
}
.logoBox{
	width: 485px;
	text-align: center;
	display: inline-block;
}
.logoBox .logo {
	background: #ffffff;
	padding: 24px 45px;
	width: 395px;
	text-align: center;
	display: inline-block;
	margin-bottom: 7px;
}

.logoBox img {
	margin: 0px auto;
}

.featuresBox {
	width: 485px;
	clear: none;
	display: inline-block;
	vertical-align: top;
	background: #84d8f8;
	/*margin-bottom: 7px;*/
}

.featuresBox .heading {
	width: 455px;
	padding: 11px 15px;
}

.featuresBox .hotLinks {
	width: 455px;
	height: 260px;
	padding: 11px 15px;
	height: 261px;
	background: #000;
	vertical-align: top;
	text-align: left;
}
.hotLinks ul {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.hotLinks ul a {
	color: #ffffff;
	font: italic 18px Arial,sans-serif;
	text-decoration: none;
}
.hotLinks .col1 {
	width:220px;
	text-align: left;
	/*display: inline-block;*/
	float: left;
	margin-right: 50px;
}
.hotLinks .col1 a img {
	border: 2px solid #959596;
}
.hotLinks .col2 {
	width: 185px;
	clear: none;
	float: left;
	/*display: inline-block;*/
}
.searchBox {
	background: #84d8f8;
	padding: 7px 15px;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 7px;
}
.searchBox img {
	vertical-align: middle;
}
.searchBox input {
	display: inline-block;
	margin: 0px 3px;
}
.mainContent {
	background: #ffffff;
	width: 977px;
	height: auto;
	/*padding-top: 7px;*/
}
.mainContent .col1 {
	float: left;
	width: 168px;
	margin-left: -663px;
}
.mainContent .col2 {
	float: left;
	width: 495px;
	margin-left: 168px;
	text-align: left;
}
* html  .mainContent .col2 {
	display: inline;
}
.mainContent .col2 .wrapper {
	width: 453px;
	border: 1px solid #fbfbfb;
	padding: 6px 20px;
}
.mainContent .col2 .hdr_section {
	margin-left: 80px;
}
.mainContent .col3 {
	float: left;
	width: 292px;
	margin-left: 8px;
}
.news_item {
	margin-top: 30px;
}
.news_item .header {
	display: block;
	clear: both;
}
.news_item .header img {
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
	border: 2px solid #e64442;
}
.news_item .header .title {
	display: inline-block;
	margin-top: 10px;
}
.news_item .header .author {
	display: inline-block;
	font-style: italic;
}
.news_item .intro {
	clear: both;
}
.news_item .intro a {
	color: #e64442;
}
.rightNavSection {
	width: 290px;
	border-top: 1px solid #f9f9f9;
	text-align: left;
}
.rightNavSection.blue {
	border-bottom: 5px solid #84d8f8;
}
.rightNavSection .header {
	padding: 7px 13px 5px 13px;
}
.rightNavSection.blue .header {
	background-color: #84d8f8;
}
.rightNavSection .links {
	padding: 10px 5px 13px 40px;
	background-color: #d4eaf2;
}
.rightNavSection .links ul {
	list-style: none;
	padding: 0px;
}
.rightNavSection .links ul,
.rightNavSection .links ul li {
	margin: 0px;
}
.rightNavSection .links ul li {
	margin-bottom: 12px;
}

/* menu block headers */
.qcategories_movieReviews {
	background: url(../images/hotLnkHdr_movieReviews.gif) no-repeat;
	padding-top: 24px !important;
}

.qcategories_seeItNow {
	background: url(../images/hotLnkHdr_seeItNow.gif) no-repeat;
	padding-top: 24px !important;
}