
/*content
++++++++++++++++++++++++++++*/
#content {
	padding-left: 194px;
	
}

#homewrapper {
	overflow: hidden;
}

/*home-content
++++++++++++++++++++++++++++*/
#home-content {
	width: 883px;
	height: 373px;
	background: url("/images/home/home-content-bg.png") no-repeat;
	z-index: -20;
	position: absolute;
	top: 0;
	left: 0;
}

/*welcome-wrapper
++++++++++++++++++++++++++++*/
#welcome-wrapper {
	float: left;
	width: 332px;
	background: url("/images/home/welcome-wrapper-bg.png") no-repeat;
	padding-top: 20px;
	z-index: 40;
}

/*welcome
++++++++++++++++++++++++++++*/
#welcome {
	background: #fff;
	padding: 5px 25px 6px 25px;
	font-size: 1.25em;
	
}

#welcome-bottom {
	width: 332px;
	height: 19px;
	background: url("/images/home/welcome-bg.png") no-repeat bottom left;
}

/*dates
++++++++++++++++++++++++++++*/
#dates {
	float: left;
	margin-left: 26px;
	width: 195px;
}

#dates h2 {
	height: 22px;
}

#dates h2 em {
	background: url("/images/global/subheads.png") no-repeat;
	
}

#dates dt {
	font-weight: bold;
	margin-top: 15px;
}

/*book-now
++++++++++++++++++++++++++++*/
#book-now {
	width: 297px;
	height: 97px;
}

#book-now a em {
	background: url("/images/home/book-now.png") no-repeat -5px -7px;
}

#book-now a:hover em,
#book-now a:focus em {
	background: url("/images/home/book-now.png") no-repeat -7px -112px;
}

/*feed
++++++++++++++++++++++++++++*/
.feed {
	overflow:  hidden;
	width: 790px;
	margin-top: 25px;
}

.feed h2 {
	width: 783px;
	height: 49px;
	margin-bottom: 20px;
	padding:  0;
}


@media screen {  
 
 .images-on .feed h2 { 
   text-indent: -10000px;
   background: url("/images/home/in-news.png") no-repeat; 
   overflow: hidden;
 } 
 
 }

.blog-post {
	float: left;
	margin: 0px 20px 0 0;
	width: 243px;
	font-size: .9em;
}

.blog-post h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.blog-date {
	color:  #999;
}




