/* =====================================================================	
	 	home.css
========================================================================	
   	Author: Ben Browning	
   	Date:	July 2007
------------------------------------------------------------------------
   Home page specific styles.
========================================================================*/  


/* ----------------------------------------------------------------------
 	Main Layout and typography
------------------------------------------------------------------------*/	


#homeContainer { 			/* COntains columnOne and columnTwo on the homepage */
	margin-top: 1px;
	position: relative;
	background: none;
	}	
	
#home #columnOne {
	float:left;
	width:250px;
	}
	
#home #columnTwo {
	float:right;
	width:280px;
	}
	
#home p.breadcrumb {
	display:none;
}		

#home #flashWrapper {
	width: 994px; 
	height: 392px;
	background: #F4F2F3;
}
	
/* ----------------------------------------------------------------------
 	Search form
------------------------------------------------------------------------*/	
#home #imageOverlay {
	width: 189px;
	overflow: hidden;
	height: 351px;
	position:absolute;
	right:0px;
	top:41px;
}

#imageOverlay div.searchPromo{
	background: url(../images/structure/home_panel_top.png) left top no-repeat; 
}

#imageOverlay div.searchPanels {
	background: url(../images/structure/home_panel_bg.png) left top repeat-y;
	height: 248px;
}

#imageOverlay div.searchPromo {
	margin-bottom: 2px;
	padding: 14px 13px 5px 18px;
	height: 97px;
	line-height: 1.25em;
}
#imageOverlay div.searchPromo h3 {
	margin:0 0 0.3em 0;
}
#imageOverlay div.searchPromo p {
	margin:0;
}
#home div.holSearch,#home form.holSearch  {
	padding:15px 15px 0 18px;
}
#home form.holSearch  {
	background:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#home div.holSearch h3 {
	font-size: 1.3em;
}	
#home div.holSearch label {
	font-weight: normal;
	margin-bottom: 0;
	color:#000;
}
#home div.holSearch select {
	width: 155px;
}
#home div.holSearch input {
	margin:7px 0 12px 0;
	height:1%;
}
#home a.prevSearch {
	display:none;
}
#home div.keywordSearch {
	clear:right;
	background:none;
	border:0;
	margin:0;
	padding:0;
	width:189px;
}
#home div.keywordSearch form {
	border-top:0;
	padding-top:8px;
}

#home div.keywordSearch input#keywords {
	width:124px;
	margin-left:18px;
	margin-right:1px;
}
#home div.keywordSearch input[type=submit] {
	width:28px;
	padding:0;
	display:inline;
}

/* ----------------------------------------------------------------------
 	Home Panels
------------------------------------------------------------------------*/	
div.homePanelContainer {
	overflow: hidden;
	height: 1%;
	margin: 15px 0;
}
div.homePanel {
	width: 188px;
	border: 1px solid #e3e3e3;
	float:left;
	overflow: hidden;
	margin-right:11px;
}
div.homePanel.last {
	margin-right:0;
}

div.homePanel h3 {
	background: #f4f2f3;
	line-height: 30px;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 14px 0 15px;
	margin:0;
}

div.homePanel h3 a {
	text-decoration: none;
	color: #000;
}
div.homePanel h3 a:hover {
	text-decoration: none;
	color: #E64F22;
}
div.homePanel h3 a.button {
	float:right;
	background: url(../images/structure/button_homePanel.png) top left no-repeat;
	line-height: 19px;
	margin-top:5px;
	padding: 0 7px 0 6px;
	color: #E64F22;
}
div.homePanel h3 a.button:hover {
	color: #000;
}
div.homePanel div.inner {
	padding: 5px 15px;
	height: 100px;
	position:relative;
}
div.homePanel div.inner p.bottom {
	position:absolute;
	bottom: 0px;
	margin-bottom: 10px;
}
div.homePanel.destinations {
	background: url(../images/home-panels/destinations.png) right bottom no-repeat;
}
div.homePanel.inspire {
	background: url(../images/home-panels/inspire_me.png) right bottom no-repeat;
}
div.homePanel.newsletter p {
	margin-bottom: 0.1em;
}
div.homePanel.newsletter form {
	display:block;
}
div.homePanel.newsletter label {
	font-weight: normal;
	color:#000;
}
div.homePanel.newsletter input#newsletterEmail {
	width: 154px;
	margin-bottom: 3px;
}
div.homePanel.newsletter input[type="submit"]{
	float:left;
}
div.homePanel.newsletter a.latest {
	width: 80px;
	float:right;
	line-height: 1.2em;
}
/* ----------------------------------------------------------------------
 	Destination list
------------------------------------------------------------------------*/	

#home  div.destinations ul  {
	margin: 0; padding: 0;
	line-height: 2em;
	}	
#home  div.destinations ul li {
	display:inline;
	background: url(../images/structure/separator_destinations.gif) right center no-repeat;
	}
#home div.destinations ul li.end {
	background: none;
	}
#home div.destinations ul li a {
	padding:0.5em 1em 0.5em 1em; /* was 0.5em 1.2em 0.5em 1em */
	float: none;
	height: 1%;
	}
	
/* ----------------------------------------------------------------------
 	Special offers - on home page in single column
------------------------------------------------------------------------*/	
	
#home ul.detailedResults li {
	margin:0 0 20px 0;
	float: none;
	}
		

/* ----------------------------------------------------------------------
 	Client quotes - on home page
------------------------------------------------------------------------*/	
#home blockquote { 
	margin: 0.5em 0;
	font-weight: bold;
	color: #616161;
	}		
#home blockquote span { color: #000; }	

#home strong.source {
	display: block;
	}
	
	
	
