/*
 * $Id: styles.css 2056 2007-03-02 23:11:41Z kdusek $
 */
html {
}
body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url("images/wraPageBg.jpg") top left no-repeat;
	margin: 0;
	padding: 0;
	color: #dca510;
	line-height: 125%;
	font-size: 12px;
	width: 1000px;
}
a:link, a:visited {
	color: #dca510;
	text-decoration: none;
}
a:hover {
  color: #f71819;
	text-decoration: underline;
}

img {
  border: none;
}

h1, h2, h3 {
  color: #f71819;
  text-transform: uppercase;
  }

/* DOC STRUCTURE */
#doc {
	margin: 0;
	padding: 0;
}

#hd {
  clear: both;
  padding: 0;
  margin: 0;
  height: 225px;
}

#bd {
  clear: both;
  margin: 0;
  padding: 0;
  min-height: 650px;
}

#ft {
  clear: both;
  padding: 0 0 20px 0;
  margin: 0;
}

/* HD/FT selectors */
.copyright {
 text-align: center;
 font-size: small;
}

.siteCredit {
	font-size: 10px;
	margin: 4px 0;
	text-align: center;
}

.siteCreditLogo {
  text-align: center;
  margin: 0;
}

/* BD selectors */
#bdColumnLeft {
  float: left;
  width: 170px;
}

#bdColumnRight {
  float: left;
  width: 848px;
}

.boxContent {
  display: none;
  color: #000;
}

/* misc selectors */
.clear {
  clear: both;
}
.hidden {
  visibility: hidden;
}
.leftitem {
  padding: 0 10px;
}
.leftitem select {
  margin: 0.25em 0.5em 0 0;
}

.content #container, .footerContent {
	width: 600px;
	margin: 0 0 0 368px;
} 

.content #contentpane {
	min-height:650px;
	margin: 0;
	padding: 0 0 20px 0;
} 

.imgpad {
	float: left;
	margin: 2px 20px 18px 0;
} 

.imgpad_right {
  float: right;
  margin: 2px 20px 18px 0;
} 

.content #mainContent {
	margin: 0;
	padding: 20px 0; 
} 
.content #subnav {	
	padding: 15px 0;
	color: #FFFFFF;
	font-size: 100%;
	font-weight:bold;
	width:500px;
}
/*
.content #subnav a:link, a:visited {
	color: #dca510;
}
.content #subnav a:hover, a:active {
	color: #00cc00;
}
*/
.content p {
  margin: 0 0 10px 0;
}
.content #sidebar1 {
	margin: 0;
	float: left;
	width: 300px;
	background: none;
	padding: 15px 10px 0px 20px;
	text-align: center;
}
.content #footer {
	padding: 0 10px 0 20px;
	background:none;
	color: #FFFFFF;
	font-size: 75%;
} 
.content #footer p {
	margin: 0;
	padding: 10px 0;
}
.content #footer a {
	color: #dca510;
} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.wide {
	margin-right: 0px;
	margin-left: 0;
}
.narrow {
	margin-right: 40px;
	margin-left: 15px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h3, .articleTitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f71819;
	margin: 15px 0 5px 0;
}

.screeningDate {
  color: #fff;
  margin: 0 0 5px 0;
}

hr {
  width: 60%;
  border: 1px solid #dca510;
  margin: 15px 0 0 0;
}

.homepageTagline {
  width: 600px;
  height: 91px;
  position: absolute;
  top: 31px;
  left: 368px;
  background: transparent url("/images/wraHomepageTagline.jpg");
  }
  
.homepageMasthead {
  width: 600px;
  height: 140px;
  position: absolute;
  top: 171px;
  left: 368px;
  background: transparent url("/images/wraMasthead.jpg");
}
  
.homepageBilling {
  width: 600px;
  height: 204px;
  position: absolute;
  top: 413px;
  left: 368px;
  background: transparent url("/images/wraHomepageBilling.jpg");
}

.homepageQuote {
  width: 800px;
  height: 250px;
  position: absolute;
  top: 625px;
  left: 343px;
	}
	
#menu {
  width: 600px;
  height: 29px;
  }

#menu p {
  float: left;
  }

.homepageMenu #menu {
  position: absolute;
  top: 336px;
  left: 368px;
  }

.pageMasthead {
  width: 600px;
  height: 140px;
  position: absolute;
  top: 31px;
  left: 368px;
  background: transparent url("/images/wraMasthead.jpg");
}

.pageMenu #menu {
  position: absolute;
  top: 196px;
  left: 368px;
  }

 