/* CSS Document */

/*  ===================================================  
 	===================================================  
	
	Description: CSS Framework home structure style sheet
	Author:  
	Release date:	 
	Designer approved: 
	Date approved: 
	Revision History:	Revised By		Revised On:
						Kari			04/22/2010
						
  	=================================================== 
  	===================================================  */	
		
/*  DEFINES MAIN PROMO AREA  */

#mainPromoContainer {}

#column1 div {
	background: #634D36;
	height: 191px;
	margin-bottom: 15px;
	width:193px;
	}

#featuredServicesContainer {
	background: #634D36 url(../images/homeFeaturedService0.jpg) no-repeat right top;
	border: 1px solid #80664d;
	height: 300px;
	overflow: visible;
	}


#featuredServices {
	background: #634D36 url(../images/homeFeaturedServicesHeader.gif) no-repeat;
	float: left;
	padding-top: 38px;
	width: 230px;
	overflow: hidden;
	}

	#featuredServices ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		font-size: 18px;
		}
	
		#featuredServices li {
			background: url(../images/homeFeaturedServicesBk.gif);
			display: block;
			height: 40px;
			margin: 0px;
			padding: 0px;
			width: 230px;
			}
		
			#featuredServices a {
				display: block;
				height: 34px;
				margin: 0px 0px 1px 32px;
				padding: 5px 15px 0px;
				text-decoration: none;
				}
				
			#featuredServices a:hover {
				background: #e6e1d6;
				color: #634D36;
				}				
		
			#featuredServicesImgs {
	height: 300px;
	float:left;

				overflow: hidden
				width: 537px; 
	overflow: hidden;
				}
		
				#featuredServicesImgs div {
	height: 280px;
	padding-right: 15px;
	padding-top: 20px;
	text-align: right;
	width: 523px;
					}
					
				#featuredServicesImgs h2 {
					margin-top: 0;
					}						
					
				#featuredServicesImgs div p {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 345px;
	margin-top: 10px;
	padding: 0px;
	width: 180px;
	background: #ebe5d6;
					}						
					
				#featuredServicesImgs div p a {

					}						
										
					#featuredService1 {
						background:url(../images/homeFeaturedServices1.jpg);
						}
					
					#featuredService2 {
						background:url(../images/homeFeaturedService2.jpg);
						}
					
					#featuredService3 {
						background:url(../images/homeFeaturedService3.jpg);
						}
					
					#featuredService4 {
						background:url(../images/homeFeaturedService4.jpg);
						}
					
					#featuredService5 {
						background:url(../images/homeFeaturedService5.jpg);
						}
					
					#featuredService6 {
						background:url(../images/homeFeaturedService6.jpg);
						}
				
			.allServicesLink {
				color:#FFFFCC; 
				height: auto;
				margin: 0; 
				padding: 0 15px 0 0; 
				text-align: right; 
				}
				
			.allServicesLink:hover {
				color: red;
				}
		
#column2Home {
	float: left;
	width: 770px;
	}
	
#promoContainer {
	clear: both;
	float: left;
	height: 285px;
	margin-top: 15px;
	}
	
	.promos {
		background: #FFFFFF;
		border: 1px solid #80664d;
		float: left;
		height: 285px;
		width: 244px;
		}	
		
#BreakingNews, #NewsReleases, #UpcomingEvents {
	height: 215px;
	margin-top: 45px;
	overflow: auto;
	padding-bottom: 15px;
	width: 244px;
	}	

	#BreakingNews ul, #NewsReleases ul, #UpcomingEvents ul {
		list-style: none;
		margin: 0px;
		padding: 0;
		}	
	
		#BreakingNews li, #NewsReleases li, #UpcomingEvents li {
			margin: 0 0 8px 0;
			padding: 0;
			}	
		
			#BreakingNews a, #NewsReleases a, #UpcomingEvents a {
				display: block;
				font-size: 14px;
				line-height: 18px;
				padding: 2px 10px;
				text-decoration: none;
				}		
			
			#BreakingNews a:hover, #NewsReleases a:hover, #UpcomingEvents a:hover {
				background: #634D36;
				color: #E7DCC6;
				}		
						
			
/*  DEFINES MISCELLANEOUS ELEMENTS  */

/* hides breaking news events and newsreleases */


/*

.breakingNews1 { 
	display: none;
	}
	
.breakingNews2 { 
	display: none;
	}

.breakingNews3 { 
	display: none;
	}
	
.breakingNews4 { 
	display: none;
	}
*/	
.breakingNews5 { 
	display: none;
	}
/*	
.upcomingEvents1 { 
	display: none;
	} 
	
.upcomingEvents2 { 
	display: none;
	} 
	
.upcomingEvents3 { 
	display: none;
	} 
	
.upcomingEvents4 { 
	display: none;
	} 
	
.upcomingEvents5 { 
	display: none;
	} 
	
.newsRelease1 { 
	display: none;
	} 
	
.newsRelease2 { 
	display: none;
	} 

.newsRelease3 { 
	display: none;
	} 
	
.newsRelease4 { 
	display: none;
	} 
	
.newsRelease5 { 
	display: none;
	} 
	
*/


.homeIBox {}
			
.newsReleaseNone { display: none; }	

