@charset "utf-8";
/* CSS Document */

/*baseline resets all values to zero */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
cite,code,th{font-style:normal;font-weight:normal;}
ol,ul{list-style-type:none;}
th{text-align:left;}
h1,h2,h3,h4{font-size:100%;}
q:before,q:after{content:'';}

a span, h2 span{
	display:none;
	}

.clear_fix{
	height:1px;
	clear:both;
	margin-bottom:-1px;
	overflow:hidden;
	}

body{
	background:url(../images/bg_tile.jpg);
	font-family:Arial, Helvetica, sans-serif;
	}
	
#wrapper{
	width:1016px;
	margin:0 auto;
	position:relative;
	}
	
	
#header{
	height:146px;
	width:1016px;
	padding:0 15px;
	background:url(../images/header_home_trans_bg.png) no-repeat;
	position:relative;
	}

#logo{
	background:url(../images/logo.jpg) no-repeat;
	position:absolute;
	top:15px;
	left:15px;
	height:75px;
	width:401px;
	display:block;
	float:left;
	}
	
#utilities{
	font-size:12px;
	position:absolute;
	top:40px;
	right:65px;
	}
	
#utilities li{
	float:left;
	}

#utilities li a{	
	color:#333333;
	text-decoration:none;
	}

#utilities li a:hover{
	text-decoration:underline;
	}
	
#main_nav{
	height:40px;
	width:986px;
	position:absolute;
	bottom:0px;
}	

#home{
	width:110px;
	height:40px;
	display:block;
	float:left;
	}

#band{
	width:124px;
	height:40px;
	display:block;
	float:left;
	}

#schedule{
	width:234px;
	height:40px;
	display:block;
	float:left;
	}

#media{
	width:135px;
	height:40px;
	display:block;
	float:left;
	}

#learn{
	width:207px;
	height:40px;
	display:block;
	float:left;
	}

#involved{
	width:176px;
	height:40px;
	display:block;
	float:left;
	}
	
#home a{
	background-image:url(../images/home_main_nav.jpg);
	background-position:0px 0;
	width:110px;
	height:40px;
	display:block;
	float:left;
	}

#band a{
	background-image:url(../images/home_main_nav.jpg);
	background-position:-110px 0;
	width:124px;
	height:40px;
	display:block;
	float:left;
	}

#schedule a{
	background-image:url(../images/home_main_nav.jpg);
	background-position:-234px 0;
	width:234px;
	height:40px;
	display:block;
	float:left;
	}

#media a{
	background-image:url(../images/home_main_nav.jpg);
	background-position:-468px 0;
	width:135px;
	height:40px;
	display:block;
	float:left;
	}

#learn a{
	background-image:url(../images/home_main_nav.jpg);
	background-position:-603px 0;
	width:207px;
	height:40px;
	display:block;
	float:left;
	}

#involved a{
	background-image:url(../images/home_main_nav.jpg);
	background-position:-809px 0;
	width:176px;
	height:40px;
	display:block;
	float:left;
	}

#home a:hover{
	background-position:0px -40px;
	}

#band a:hover{
	background-position:-110px -40px;
	}

#schedule a:hover{
	background-position:-234px -40px;
	}

#media a:hover{
	background-position:-468px -40px;
	}

#learn a:hover{
	background-position:-603px -40px;
	}

#involved a:hover{
	background-position:-809px -40px;
	}
	
#mast{
	padding:0 15px;
	background:url(../images/content_bg.png);
	/*position:relative;*/
	}

.mast_callout {
	font-weight:bold;
	height:129px;
	left:75px;
	padding-top:10px;
	position:absolute;
	text-align:center;
	top:196px;
	width:207px;
}	

#content{
	padding:0 15px;
	background:url(../images/content_bg.png);
	overflow:hidden;
	}
	
#lc{
	height:188px;
	width:325px;
	background:url(../images/home_lc_bg.jpg) no-repeat;
	float:left
}

#lc h2{
	font-size:16px;
	color:#FFFFFF;
	margin:0px 30px 0px 20px;
}

#lc p{
	font-size:12px;
	color:#FFFFFF;
	margin:10px 30px 0px 20px;
	line-height:20px;
}


#lc p a{
	color:#FFE87F;
	}
	
#lc p img{
	float:left;
	margin:0 10px 0 0;
}	

#cc{
	height:188px;
	padding:0 30px;
	width:275px;
	background:url(../images/home_cc_bg.jpg) no-repeat;
	float:left;
}

#cc h2{
	font-size:16px;
	color:#333;
}

#cc p{
	font-size:11px;
	color:#333;
	line-height:15px;
	margin:10px 0 0 0;
}

#cc p a{
	color:#333;
}

#cc p img{
	float:left;
	margin:0 10px 0 0;
}

#rc{
	height:188px;
	width:326px;
	background:url(../images/home_rc_bg.jpg) no-repeat;
	float:left;
}

#rc h2{
	font-size:16px;
	color:#FFFFFF;
	margin:0 20px 0px 30px;
}

#rc p{
	font-size:12px;
	color:#FFFFFF;
	margin:10px 20px 0px 30px;
	line-height:20px;
}

#rc p a{
	color:#FFE87F;
	}
	
#rc p img{
	float:right;
	margin:0 10px 0 0;
}	

#footer{
	background:url(../images/home_footer_trans_bg.png);
	padding:0 25px 15px 15px;
	width:976px;
	height:36px;
	clear:both;
	text-align:right;
	line-height:36px;
	color:#999999;
	font-size:10px;
	}
	
#footer a{
	color:#999999;
	}
	
/******* INTERNAL *********/

#internal_content{
	padding:0 15px 40px 15px;
	background:url(../images/internal_content_bg.png);
	overflow:hidden;
	}

#internal_lc{
	width:610px;
	float:left;
	padding:0 30px 0 20px;
}

#top_lc{
	border-bottom:solid 1px #999999;
	padding:28px 0 10px 0;
	margin:0 0 10px 0;
	}

#top_lc h2{
	float:left;
	font-size:23px;
	color:#BD0000;
	letter-spacing:-1px;
	line-height:23px;
	height:23px;
}

#breadcrumb{
	float:right;
	font-size:11px;
	line-height:23px;
	}

#internal_lc p{
	font-size:12px;
	color:#333333;
	line-height:18px;
	margin:0 0 20px 0;
	clear:left;
}

#internal_lc .highlight{
	color:#BD0000;
}

#internal_lc img{
	float:left;
	margin:0 10px 10px 0;
}

#internal_lc a{
	color:#165C10;
}

#internal_lc h3{
	font-size:16px;
	font-weight:bold;
	color:#BD0000;
	margin:0 0 5px 0;
	clear:both;
}

.right {
	float:right;
}

	
#internal_lc table{
	width:100%;
	font-size:12px;
	margin:0 0 30px 0;
	}
	
#internal_lc th{
	padding:5px;
	background:#2C8724;
	font-weight:bold;
	color:#FFFFFF;
	}

#internal_lc tr{
	border-bottom:solid 1px #CCCCCC;
	}
	
#internal_lc td{
	padding:5px;
	}
	
#internal_lc .bottom_row{
	background:#CCCCCC;
	color:#666666;
	font-size:10px;
	text-align:right;
	}
#internal_lc .bottom_row td{
	padding-right:20px !important;
	}
	
.lc_caption{
	float:right; 
	width:200px; 
	margin:0 0 20px 20px;
	padding:10px;
	border:solid 1px #CCCCCC;
	background-color:#165C10;
	}
	
#internal_lc .lc_caption p{
	color:#FFFFFF;
	font-size:10px;
	font-style:italic;
	}
	
.lc_caption img{
	border:solid 3px #FFF;
	}
	
#internal_rc{
	width:326px;
	float:left;
	display:inline;
	background:url(../images/internal_rc_bg.jpg);
	padding-bottom:10000px;
	margin-bottom:-10000px;
}

#internal_rc h4{
	font-size:16px;
	color:#FFF;
	padding:0px 20px 18px 30px;
}

#internal_rc p, #music3{
	font-size:12px;
	color:#FFF;
	line-height:18px;
	margin:0 20px 20px 30px;
	clear:both;
}


#internal_rc a{
	color:#FFF;
	}
.overflow {
	overflow:hidden;
}
	
.zarastory {
	background-color:#FF0000;
	text-align:center;
}	
.zarastory h3 {
	font-size:16px;
	color:#000000 !important;
	text-align:center;
}



#internal_rc p img{
	margin:0 10px 10px 0px;
	float:left;
	}
	
/*.zarastory img{
	margin:0 !important;
	padding:0 !important;
}*/
.lc_callout {
	width:250px;
	margin: 0 10px 10px 10px;
	float:right;

	border:#BE0203 1px solid;
/*	background-color:#BE0203;*/
	padding:10px;
}

.lc_callout p{
	margin-bottom:0px !important;
}
	
.callout_img{
	margin:0 10px 10px -18px !important;
	float:left;
	}

#callout{
	background:url(../images/internal_callout_bg.jpg) no-repeat;
	min-height:442px;
	height: auto !important;
	height:442px;
}

.involved_bg #internal_rc{
	background:url(../images/involved_rc_bg.jpg);
}

.involved_bg #callout{
	background:url(../images/involved_callout_bg.jpg) no-repeat;
}

.learn_bg #internal_rc{
	background:url(../images/learn_rc_bg.jpg);
}

.learn_bg #internal_rc h4{
	color:#333;
}

.learn_bg #internal_rc p{
	color:#333;
}

.learn_bg #internal_rc p a{
	color:#666;
}

.learn_bg #callout{
	background:url(../images/learn_callout_bg.jpg) no-repeat;
}
