@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#e9ecf3;
	color:#000;
}
#container {
	margin:0 auto;
	padding:0;
	width:980px;
	background:url(../images/slices/background.jpg) repeat-y;
}
#header {
	margin:0 0 0 5px;
	padding:0;
	width:977px;
	height:265px;
	background:url(../images/slices/MCIF_header2.jpg) no-repeat;
}

/******Contact Styles******/




#contact {
	display:none;

}

#missoula {
display:none;
	visibility:hidden;
}

#donate a{
display:none;

}



#contact_text {
	display:none;

}


/******navigation styles*******/

#navigation {
	display:none;


}

#watermark{
	display:none;

}



/*****Content Styles*****/
#content p {
	margin:0 0 10px 0;
	padding:10px 40px 10px 60px;
	font-size:.9em;
}


#content {
	margin:0;
	padding:0;
	width:800px;
}


	
#content img.right_img {
	display:none;

}

#content img.left_img {
	display:none;

}

	


/****News & Events***/

		
/*******Footer Styles******/
#footer {
	display:none;

	
}

/*****Classes*****/
.calendar {
	margin:0;
	padding:10px;
}

.calendarIcon {
	margin:20px 0 0 45px;
	padding:0;
	font-size:.9em;
	text-align:right;
	float:left;
}
.calendarIcon a, .calendarIcon a:link, .calendarIcon a:visited {
	text-decoration:none;
	color:#000;
}
.calendarIcon a:hover{
	color:#4b759b;
}

.clear {
	clear:both;
}

.hidden {
	display:none;
	
}


