@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	font-family:Tahoma,Arial,Sans-serif;
	font-size:12px;
	background:#590101;
}

.clear{clear:both;}

#headerContainer{
	width:100%;
	background:#eca306;
	clear:both;
}

#headerBox{
	width:1000px;
	margin:0 auto;
}

#headerBox p{padding:0; margin:0;}

div.reel{
	width:100%;
	background:url(../images/reel-bg.png) center top repeat-x;
	height:52px;
	clear:both;
}

#bodyContainer{
	width:100%;
	background:url(../images/body-bg.png) center top;
	clear:both;
}

#bodyBox{
	width:990px;
	background:#590101;
	margin:0 auto;
	padding:0 5px;
}

div.singleColPad{
	background:#8e0303;
	width:280px;
	margin:0 10px;
	padding:15px;
	background:#8e0402;
	min-height:270px;
	float:left;
}

div.doubleColPad{
	background:#8e0303;
	width:610px;
	margin:0 10px;
	padding:15px;
	background:#8e0402;
	color:#eca306;
	min-height:270px;
	float:left;
}

div.doubleColPad .sectionTitle{
	font-family:"Helvetica Neue",Helvetica,Arial,Tahoma;
	padding:7px 20px; 
	background:#eca306 url(../images/news_header_img.png) left top no-repeat; 
	color:#8e0303; 
	font-size:160%; 
	font-weight:bold;
}

div.doubleColPad .subSectionTitle{
	font-family:"Helvetica Neue",Helvetica,Arial,Tahoma;
	color:#eca306; 
	font-size:140%; 
	font-weight:bold;
}

div.doubleColPad a{color:#eca306;}
div.doubleColPad p.newsTitle{
	font-family:"Helvetica Neue",Helvetica,Arial,Tahoma;
	font-size:160%; 
	font-weight:bold;
}

ul.directors{list-style:none; margin:0; padding:0; width:99%; clear:both;}
ul.directors li{display:inline; width:30.5%; padding:1%; margin-right:1%; float:left;}
ul.directors li.last{margin:0;}

div.singleColNoPad{
	width:310px;
	margin:0 10px;
	float:left;
}

/*newsHome*/
#newsHome{display:block; color:#eca306;}
#newsHome .header{
	font-family:"Helvetica Neue",Helvetica,Arial,Tahoma;
	padding:7px 20px; 
	background:#eca306 url(../images/news_header_img.png) left top no-repeat; 
	color:#8e0303; 
	font-size:160%; 
	font-weight:bold;
}
#newsHome .date{margin:15px 0 0 0; padding:0;}
#newsHome .title{
	font-family:"Helvetica Neue",Helvetica,Arial,Tahoma;
	font-size:160%; 
	font-weight:bold;
	margin:0; 
	padding:0;
}
#newsHome .btns{
	padding:5px 0;
	display:block;
}
#newsHome .divider{
	margin:5px 0 2px 0;
	padding:0;
	border-bottom:1px solid #eca306;
	width:100%;
	text-align:center;
	clear:both;
	
}
#newsHome .viewall{
	width:100%;
	text-align:center;
	display:block;
	font-size:140%;
	font-weight:bold;
	font-family:"Helvetica Neue",Helvetica,Arial,Tahoma;
	margin:0; 
	padding:3px 0 0 0;
}
#newsHome a{text-decoration:none; color:#eca306;}
#newsHome a:hover{text-decoration:underline;}

#footerContainer{
	width:100%;
	background:#590101;
	clear:both;
}

#footerBox{
	width:1000px;
	margin:0 auto;
	padding:5px 0;
	color:#a00404;
	font-family:"Helvetica Neue",Helvetica,Arial,Tahoma;
}

#footerBox ul{list-style:none; margin:0; padding:0; text-align:center;}
#footerBox li{display:inline; padding-right:5px;}

#footerBox ul a{font-size:140%; font-weight:bold; text-decoration:none; color:#a00404;}
#footerBox ul a:hover{color:#eca206;}

#footerBox p{
	margin:0; 
	padding:5px 0; 
	text-align:center;
}

#footerBox p.copyright a{font-size:140%; text-decoration:none; color:#eca206;}
#footerBox p.developer a{font-family:Tahoma,Arial; text-decoration:none; color:#eca206;}