/* ./_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#pageTitle {
		position:absolute;
		margin-top:300px;
		z-index:3;
	}
	
		div#homeLeft {
			width:740px;
		}			
			div#homeLeft div#homeFlashHolder {
				margin:5px 0 0 10px;
			}
			
			div#homeLeft div#homeMainBlurb {
				padding:50px 200px 0 0;
				min-height:120px;
				height:auto !important;
				height:120px;	
			}


		div#homeRight {
			margin:0 0 0 8px;
			width:222px;
			overflow:hidden;
		}
		
			div.listing_header {
				margin-top:0;
			}
		
			div.related_item {
				margin:0 0 10px 0;
				padding:0 0 10px 0;			
			}
			
				
				
				div.related_item img {
					float:left;
					margin:0 6px 0 0;
				}
				
				div.related_item h4 {
					font-size:12px;	
					padding:10px 0 0 0;
					color:#1eb7f1;
				}
				
				div.related_item h5 {
					font-size:14px;	
					line-height:26px;
				}
				
				div.related_item a.fwd {
					font-size:11px;	
				}
		

		div.homeFeatures {
			margin:10px 23px 10px 0;
			width:300px;
			overflow:hidden;
			font-size:11px;
		}
		
			div.homeFeatures h3 {
				margin:0 0 8px 0;
				padding:0 0 8px 0;
				background:url(../_images/_template/bg_header_underline.gif) bottom left repeat-x;
			}
			
			div.homeFeatures h4 {
				text-transform:uppercase;
				color:#499ac0;
			}
		
		
		
		
		