@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(../images/bg_tile.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3b3b3b;
	line-height:15px;
	margin:0;
}
a {color:#c10001; text-decoration:none; font-weight:bold;}
a:hover{color:#c10001; text-decoration: underline;}

hr{
	border:1px solid #ccc;
}

a, input, button, img { outline:none; }
ul{margin:0;padding:0;}
ul {list-style:none;}

.floatLeft{
	width:100%;
	float:left;
}
h1{
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin:0;
}
h2{
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
}
h3{
	color:#73020a;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	float:left;
	width:100%;
}
.txtRed{
	color:#73020a;
	float:left;
	margin:0 5px 10px 0;
}
.txtWhite{
	color:#fff;
	float:left;
	margin:0 5px 10px 0;
}


/*---------------- MAIN HEADER - LOGO AND LEADER BOARD ----------------------------------*/
.headerWrap{
	width:100%;
	background-color:#000;
	padding:20px 0 10px 0;
	float:left;
}
.header_content{
	width:960px;
	margin:0 auto;
}
.logo{
	margin:27px 15px 0 0;
	float:left;
}
.ad728x90{ width:728px; height:90px; float:right;}
.ad336x280{ width:336px; height:280px; float:left; margin:5px 0 3px 15px;}
.ad300x250{ width:300px; height:250px; float:left; margin:5px 0 3px 7px;}

.txtSml{
	font-size:9px;
	color:#3b3b3b;
	float:left;
	margin-right:15px;
	width:100%;
}



/*---------------- MAIN NAV - WITH SEARCH ----------------------------------*/
.navWrap{
	width:100%;
	float:left;
	background:url(../images/nav_bg.gif) repeat-x #333;
	border-bottom:3px solid #73020a;
}
.navWrap .nav{
	width:960px;
	margin:0 auto;
}
.nav .navSearch{
	float:right;
	width:200px;
}
.navSearch input{
	width:169px;
	height:10px;
	border:1px solid #545454;
	color:#777;
	margin:10px 0 0 0;
	padding:3px 5px;
	background:url(../images/input_BG.gif) repeat-x #fff;
	float:left;
}
.navSearch img{
	margin-top:10px;
}
.nav .tabs {
	padding: 0; 
	clear:both;
	overflow:hidden;
	float:left;
	margin:6px 0 4px 0;
}
.nav .tabs ul {margin: 0;padding: 0;list-style-type: none;}
.nav .tabs li {margin: 0;padding: 0;float: left;}
.nav .tabs li {background: none;text-align: center;}
.tabs li img{
	margin:0 7px;
}
.nav .tabs a.up {
	display: block;
	background-color:#000;
	padding: 8px 7px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.nav .tabs a.down {	
	display: block;
	padding: 8px 7px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
}
.nav .tabs a.down:hover {
	background-color: #000;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}


/*---------------- MAIN BODY  ----------------------------------*/
.globalBody{
	float:left;
	width:100%;
}
.bodyWrap{
	background-color:#fff;
	width:960px;
	margin:0 auto;
	overflow:hidden;
	display:block;
}
.breadcrumb{
	margin:10px;
	float:left;
	font-size:10px;
}
.breadcrumb a{
	text-decoration:none;
	color:#454545;
}
.breadcrumb a:hover{
	text-decoration: underline;
	color:#454545;
}
.date{	
	margin:10px;
	float:right;
	font-size:10px;
	color:#454545;
}


/*----------------- BOX STYLES ---------------------------------------*/
.column_left{
	width:264px;
	margin:0 3px;
	float:left;
}
.column_mid{
	width:364px;
	float:left;
	margin:0 3px;
}
.column_right{
	width:314px;
	margin:0 3px;
	float:left;
}
.column_long{
	width:684px;
	float:right;
	margin:0 3px;
}
.column_longLeft{
	width:634px;
	float:left;
	margin:0 3px;
}


/*----------------------- BOX SHADOW STYLES ------------------*/
.box{
	margin:4px 3px 10px 3px;
	-moz-box-shadow: 2px 2px 2px 2px #e0e0e0; /* for Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 2px 2px #e0e0e0; /* for Safari and Chrome */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#e0e0e0', Direction=145, Strength=3);
	padding:5px;
	overflow:hidden;
	float:left;
}
.box_grey{
	margin:4px 3px 10px 3px;
	-moz-box-shadow: 2px 2px 2px 2px #e0e0e0; /* for Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 2px 2px #e0e0e0; /* for Safari and Chrome */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#e0e0e0', Direction=145, Strength=3);
	background-color:#ededed;
	padding:0 5px 5px 5px;
	overflow:hidden;
	float:left;
}
.box_red{
	margin:4px 3px 10px 3px;
	-moz-box-shadow: 2px 2px 2px 2px #e0e0e0; /* for Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 2px 2px #e0e0e0; /* for Safari and Chrome */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#e0e0e0', Direction=145, Strength=3);
	background-color:#a10001;
	padding:5px;
	overflow:hidden;
	color:#fff;
	float:left;	
}
.hr_dotline{
	height:1px;
	width:100%;
	float:left;
	background:url(../images/hr_dotline.gif) repeat-x;
	margin:5px 0;
}



.hdr_red{
	background:url(../images/header1_bg.gif) repeat-x;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:5px;
	float:left;
	width:100%;
	margin-bottom:5px;
}

.thisMonthCover{
	width:94px;
	height:124px;
	background:url(../images/mag_thisMonth-BG.gif) no-repeat;
	padding:7px 10px 8px 11px;
	float:left;
}
.thisMonthCover_details{
	float:right;
	width:120px;
	margin-left:8px;
}

.galleryIntro{
	width:158px;
	height:169px;
	padding:36px 38px 39px 26px;
	background:url(../images/gallery_bg.gif) no-repeat;
	float:left;
	margin:0 0 20px 8px;
}
.btn_more{
	width:100%;
	float:left;
	text-align:right;
}


.item{
	width:100%;
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../images/hr_dotline.gif) repeat-x bottom;
	overflow:hidden;
	float:left;
}
.item .thumb{
	width:74px;
	margin-right:10px;
	overflow:hidden;
}
.item .thumb a{
	border:1px solid #c10001;
	display:block;
	height:50px;
	overflow:hidden;
}
.item .thumb a:hover{
	border:1px solid #510000;
	height:50px;
}

.item .title a{
	font-size:16px;
	font-weight:bold;
	color:#005fa6;
	text-decoration:none;
	line-height:18px;
}
.item .title a:hover{
	font-size:16px;
	font-weight:bold;
	color:#005fa6;
	text-decoration: underline;
}
.emailNews{
	width:100%;
	float:left;
}
.emailNews input{
	width:210px;
	height:10px;
	border:1px solid #545454;
	color:#777;
	margin-right:5px;
	padding:3px 5px;
	background:url(../images/input_BG.gif) repeat-x #fff;
	float:left;
}
.aboutSB{
	width:100%;
	float:left;
}
.aboutThumb{
	margin-right:10px;
}



/*-------------- GALLERY --------------*/
.filmStrip{
	float:left;
	width:145px;
	border-left:2px solid #000;
	border-right:2px solid #000;
	margin:0 20px 10px 0;
}
.filmStrip .sides{
	width:15px;
	background:url(../images/filmStrip_border.gif) repeat-y;
}
.filmStrip .thumbNail{
	width:115px;
	height:auto;
	border-bottom:5px solid #000;
	border-top:5px solid #000;
}
.galIndex{
	width:440px;
	height:105px;
	float:left;
	background:url(../images/hr_dotline.gif) repeat-x bottom;
	margin:10px 0 0 0;
}


#gallery{
	/* The pics container */
	width:600px;
	height:580px;
	position:relative;
}

.pic, .pic a{
	/* Each picture and the hyperlink inside it */
	width:100px;
	height:100px;
	overflow:hidden;
}

.pic{
	/* Styles specific to the pic class */
	position:absolute;
	border:5px solid #EEEEEE;
	border-bottom:18px solid #eeeeee;
	
	/* CSS3 Box Shadow */
	-moz-box-shadow:2px 2px 3px #333333;
	-webkit-box-shadow:2px 2px 3px #333333;
	box-shadow:2px 2px 3px #333333;
}

.pic a{
	/* Specific styles for the hyperlinks */
	text-indent:-999px;
	display:block;
	/* Setting display to block enables advanced styling for links */
}
#orig{
	/* The link that is positioned above the title */
	font-family:"MyRiad Pro",Arial;
	font-size:10px;
	letter-spacing:1px;
	padding-bottom:15px;
	text-transform:uppercase;
	float:right;
}
.clear{
	/* The clearfix hack */
	clear:both;
}


/* --------------- CALENDAR --------------- */
.calendar{
	float:left;
	width:157px;
	height:135px;
	padding:10px 8px 8px 8px;
	background-image: url(../images/calendar_bg.gif);
	margin-right:20px;
	font-size:13px;
	font-weight:bold;
}
.month{
	color:#c10001;
}
.cal_divider{
	width:2px;
	background:url(../images/cal_divider.gif) repeat-y;
}
.calendar td{
	padding:0.7px 0.4px;
	text-align:center;
	font-size:12px;
}
.cal_day{
	color:#999;
}
.cal_date-off{
	color:#323232;
}
.cal_date-on{
	color:#c10001;
}
.cal_date-event a{
	background-color:#c10001;
	color:#fff;
	padding:1px 2px;
}
.cal_date a{
	color:#fff;
	text-decoration:none;
	padding:2px;
}
.cal_date a:hover{
	color:#fff;
	text-decoration:none;
	border:1px solid #c10001;
	padding:1px;
}
.eventInfo{
	float:left;
	width:415px;
}

.dates{
	float:left;
	width:100%;
}
.dates .lists {
	padding: 0; 
	clear:both;
	overflow:hidden;
	float:left;
	margin:6px 0 4px 0;
}
.dates .lists ul {margin: 0;padding: 0;list-style-type: none;}
.dates .lists li {margin: 0;padding: 0;float: left;}
.dates .lists li {background: none;text-align: center;}

.dates .lists a.up {
	display: block;
	background-color:#ededed;
	padding: 5px;
	color:#323232;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
.dates .lists a.down {	
	display: block;
	padding:5px;
	color:#323232;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
.dates .lists a.down:hover {
	background-color: #d8d8d8;
	text-decoration:none;
	color:#323232;
	font-weight:normal;
}
.redTXT{
	color:#be0001;	
}
/*--------- PAGINATION -------------*/
.paging{
	width:100%;
	float:left;
	margin:10px 0;
	color:#999;
	font-weight:bold;
}
.paging a{
	margin:0 5px;
}

/* --------------------- NEWS ARTICLE STYLES ------------------- */
.articleDate {
	width:100%;
	font-size:11px;
	color:#999;
	margin-bottom:10px;
	float:left;
}
.article{
	width:100%;
	float: left;
	margin-bottom:20px;
	line-height:18px;
}
.article .articleImg{
	margin: 0 20px 20px 0;
	float:left;
	width:200px;
	height:auto;
}
.article .greyEnd{
	width:100%;
	height:30px;
	float:left;
	background-color:#f2f2f2;
	margin-top:10px;
}
.greyEnd .share{
	color:#a3a3a3;
	font-size:10px;
	text-align:right;
	
}

/*----------------- FOOTER ------------------------------*/
.footer{
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	background-color:#c10001;
	padding:5px 0;
	font-size:11px;
}
.footer a{
	color:#fff;
	font-size:11px;
}
.footer a:hover{
	text-decoration:underline;
}