@charset "utf-8";
/* CSS Document */

.mainItemWide {
  float: left;
  width: 650px;
  position: relative;
  padding-bottom:10px;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.itemTitleWide {
	float:left;
	width:438px;
	margin-top:3px;
	padding-left:5px;
	font-size:120%;
	}
	
	
#content a {
color:#660033;
}
#content a:hover {
color:#FFFFFF;	
	background-color:#660033;
	}
	
#featureBox a {
color:#660033;
}
#featureBox a:hover {
color:#FFFFFF;	
	background-color:#660033;
	}

	

.itemTitleWide a {
	text-decoration:none;
	font-weight:600;
	color:#660033;
	padding-bottom:3px;
	padding-top:3px;
	}

.itemTitleWide a:hover {
	padding-bottom:3px;
	padding-top:3px;
	color:#FFFFFF;	
	background-color:#660033;
	}
		
	
.itemDateWide {
	float:left;
	width:438px;
	padding-left:5px;
	margin-bottom:10px;
	font-size:75%;
	color: #333333;
	
	}

.itemShortWide {
	float:left;
	width:438px;
	padding-left:5px;
	}
	
.itemLeftWide {
	float:left;
	width:216px;
	
	}
	
.itemLeftWide .itemTitleWide {
	font-size:100%;
	width:132px;
	font-weight:600;
	margin-top:0px;	
	line-height:15px;
}

.itemLeftWide .itemDateWide {
	width:132px;
	}
	
.itemLeftWide .itemShortWide {
	width:210px;
	float:none;
	clear:both;
	margin-top:5px;
	padding-left:0px;
	
	}
	



.itemRightWide{
	float:right;
	width:300px;
	}
	
	.itemRightWide .itemTitleWide {
	font-size:100%;
	width:132px;
	font-weight:600;
	margin-top:0px;
	line-height:15px;
	
}

.itemRightWide .itemDateWide {
	width:132px;
	}
	
.itemRightWide .itemShortWide {
	width:210px;
	float:none;
	clear:both;
	margin-top:5px;
	padding-left:0px;
	
	}
	
#NewsDateWide {
	font-size:85%;
	color: #333333;
	text-align:right;
	margin-top:-20px;
	}

.featureBoxWrap {
	margin-top:5px;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:5px;
	width:200px;
	float:right;
	}
	
	#galleryBoxWide {
	width:420px;
	border: 1px solid #333333;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(img/galleryHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

