@charset "UTF-8";

/* GLOBAL STYLES */

body {
  background: #000 url(/assets/images/production/home/bgBanner.jpg) no-repeat top center;
  font-family: Arial, Tahoma, Verdana, Helvetica, Sans;
  color: #FFF;
}
  
.clear {
  clear:both;
} 

/* HEADING STYLES */

h2 {
  font-size: 20px;
  margin: 5px 0;
  font-weight: bold;
  color: #FFF;
}

h3 {
  font-size: 16px;
  margin: 30px 0 15px 0;
  font-weight: bold;
  color: #FFF;
}

h4, h5 {
  font-size: 13px;
  font-weight: bold;
  color: #DEDEDE;
  margin: 20px 0 5px 0;
}
  
/* STRUCTURE STYLES */    

#container {
  width: 980px;
  margin: 0 auto;
}

.column {
  width: 500px;
  float: left;
  display: inline;
}

.columnThin {
  float: right;
  width: 435px;
}

/* HEADER STYLES */    

#header {
  height: 325px;
}  
  
#header h1 a {
  display: block;
  float: left;
  height:110px;
  width: 250px;
  text-indent: -9000px;
}  

#header ul {
  float: right;
  font-size: 14px;
  width: 720px;
  color: #FFF;
  font-weight: bold;
  margin: 15px 0 0 0;
  text-align: right;
}  

#header ul li {
  margin: 0 0 0 10px;
  display: inline;
}

#header ul li a {
  color: #FFF;
  text-decoration: none;
}

#header ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}

/* CONTENT STYLES */    

#content a {
  color: #FFF;
}

#content p {
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
}

.videoWrapper {
  height: 280px;
  width: 500px;
  border: 10px solid #000;
}

.columnQuote {
  float: left;
  width: 270px;
  display: inline;
  margin-left: 30px;
}              
  
.quoteModule {
  position:relative;
  margin-top: 20px;
}
  
.quoteTop {
  background: url(../images/production/inside/quoteTop.png) 0 0 no-repeat;
  width: 250px;
  height: 11px;
}

.quoteText {
  background-color: #FFFFAC;
  min-height: 50px;
  padding: 0 22px;
  width: 204px;
  border-left: 1px solid #E4E49A;
  border-right: 1px solid #E4E49A;
  color: #000;
}

.quoteName {
  background: url(../images/production/inside/quoteBottom.png) 0 0 no-repeat;
  width: 230px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 30px;
  text-align: right;
  font-size: 11px;
}  

.floatRight {
  float:right;
  margin: 25px 0 25px 25px;
}

.indent {
  margin-top: -50px;
}

.center {
  text-align: center;
}

.formLeft {
  width: 250px;
  height: 80px;
  float: left;
  margin-right: 1px;
}

.formRight {
  width: 250px;
  height: 80px;
  float: right;
  margin: 0 10px 0 10px;
}

/* LIST STYLES */    

.listSquare {
  margin: 20px;
  font-size: 13px;
}

.listSquare li {
  margin: 3px 0;
  line-height: 16px;
  list-style: square;
}

.listNone {
  margin: 20px;
  font-size: 13px;
}

.listNone li {
  margin: 3px 0;
  line-height: 16px;
  list-style: none;
}

.listInline {
  margin: 0 0 25px 0;
}

.listInline li {
  margin: 0 1px;
  display: inline;
}

/* FOOTER STYLES */    

#footer {
  background: url(/assets/images/production/global/bgFooter.jpg) no-repeat top left;
  width: 960px;
  height: 59px;
  margin: 50px auto;
}

#footer p {
  text-align: center;
  color: #555;
  font-size: 12px;
  padding-top: 15px;
}

/* FEEDS STYLES */		
	
#feeds {
  	margin: 0px auto 50px 40px;
  	line-height: 18px;
  	font-size: 11px;
	}

#feeds h4, #feeds h5 {
  	font-size: 13px;
  	padding-left: 35px;
  	height: 26px;
	}		

#feeds ul li {
  	border-top: 1px dashed #222;
  	height: 75px;
	}

#feeds a span {
  	color: #999;
  	font-size: 11px;
  	display: block;
	}

#feeds ul {
  	margin: 10px 0;
	}

#feeds ul li {
  	width: 400px;
  	float: left;
  	display: inline;
  	margin-right: 20px;
	}

#feeds ul li a {
  	color: #FFF;
  	display: block;
  	padding: 10px;
  	text-decoration: none;
	}

#feeds ul li a:hover {
  	background: #111;
  	color: #EFEFEF;
	}

#twitter h4 {
  	background: url(../images/production/home/twitter.gif) no-repeat;
  	float: left;
  	width: 150px;
	}
	
#twitter h5 {
  	background: url(../images/production/home/fb.gif) no-repeat;
  	float: right;
  	width: 150px;
	}	

#twitter ul {
  	margin: 10px 0;
	}	