/* ./_css/page_home.css */

div#message, div#error, div#confirm {
	position:absolute;
	width:500px;
	margin-top:340px;
	z-index:4;
	min-height:80px;
	height:auto !important;
	height:80px;
}

div#site_mid {
	background:url(../_images/home/bg_site_mid.jpg) no-repeat;
}
	div#site_mid div#mainContent {
		
	}

	h2 {
		font-weight:normal;	
	}

	h2#pageTitle {
		display:none;
	}
	
	
	
		div#homeLeft {
			margin:0 5px 0 0;
			width:760px;
		}			
			div#homeLeft div#homeFlashHolder {
				height:309px;
				background:url(../_images/home/bg_flash_features.jpg);
			}
			
			div#homeLeft div#homeMainBlurb {
				padding:15px 0 0 10px;
			}
		
			div#homeLeft div.home_feature {
				float:left;
				margin:15px 20px 0 10px;
				width:223px;
			}



		div#homeRight {
			width:195px;
			overflow:hidden;
		}
		
			/* news box */
			div#homeRight div#news {
				margin:0 0 5px 0;
				padding:15px 9px 10px 12px;
				height:284px;
				background:url(../_images/home/bg_newsEvents.jpg);
			}
			
			div#homeRight div#news div.entry {
				margin:10px 0 0 0;
				padding:0 0 10px 0;
				border-bottom:1px solid #eff1f3;
			}
			
			
			/* featured events box */
			div#homeRight div#featuredEvent {
				padding:12px 11px 10px 10px;
				border:1px solid #a9a9a9;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
			}
			
	
				div#homeRight div#featuredEvent div#featuredEvent_top {
					height:6px;
					background:url(../_images/home/bg_featuredEvent_top.jpg) no-repeat;
				}
				
				div#homeRight div#featuredEvent div#featuredEvent_bottom {
					height:6px;
					background:url(../_images/home/bg_featuredEvent_bottom.jpg) no-repeat;
				}
			
				div#homeRight div#featuredEvent div#home_event_image {
					margin:10px 0 0 0;
					padding:3px;
					width:168px;
					height:64px;
					background:url(../_images/home/bg_featured_event.jpg) no-repeat;
				}
			
			
			
			/* standard for both news and featuredEvent */
			div#homeRight h3,
			div#homeRight h3 a {
				font-size:14px;
				color:#1660A2;
				text-transform:uppercase;				
			}
			
			
			div#homeRight h4, div#homeRight h4 a {
				margin:10px 0 0 0;
				line-height:11px;
				font-size:11px;
			}
			
			div#homeRight h5, div#homeRight h5 a {
				margin:4px 0 0 0;
				line-height:10px;
				font-size:10px;	
				color:#999;
			}
			
			
			div#homeRight p {
				margin-top:6px;
				line-height:13px;
			}
