/*
* ----------------------------------
*	HOME SPECIFIC
*
*/

	#homepageSplash {
		width: 840px;
		height: 169px;
		background: url(../images/splash.png) no-repeat left 0;
	}
	
	#mainAreaHome .HomeBox	{
		background-color: #EFEBDA;
		/*background-color:#F0EAD2;*/
		padding:16px 16px 20px 20px;
		margin-bottom: 20px;
	}
	#mainAreaHome .HomeBox.hpfirst { margin-bottom: 0; padding-bottom: 10px; }
	#mainAreaHome #HomeMain .HomeBox p {
		color: #9D7914;
	}	
	#mainAreaHome #HomeRight .HomeBox {
		background-color: #D9BB3E;
		padding-left: 0;
		padding-bottom:14px;
	}
		
	#mainAreaHome  #HomeMain	{
		float:left;
		width: 520px;
		margin:20px 20px 0px 20px !important;
		margin:20px 20px 0px 10px;
	}	

	#mainAreaHome #HomeRight	{
		width: 260px;
		float:left;
		margin:20px 0px 0px 0px;	
		}

	#mainAreaHome .HomeBox h1 {
		font-size:1.4em;
		font-weight: bold;
		display: block;
		line-height: 1.8em;
	}
	#mainAreaHome .HomeBox p.clear {
		clear: left;
	} 


/* Tiles on "action" area */
		
		/* Main feature box area */
		#home-panel-left {
			position: relative;
			width: 297px;
			height: 392px;
			float: left;
			margin-right: 10px;
			background-color: #DBC156;
		}
		#home-panel-right {
			width: 173px;
			height: 389px;
			float: left;
		}
		
		.largetiletitle {
				position: absolute;
				top: 12px; left: 12px;
				width: 196px; height: 26px;
				margin: 0;
			}
		#mainAreaHome #HomeMain #home-panel-left p {
			margin:50px 20px 20px 40px;
			line-height:1.3em;
			color: #fff;
			font-size: 1.2em;
		}
		#home-panel-left ul, #home-panel-right ul {
			list-style-type: none;
			padding: 0; margin: 0;
		}
		ul#home-panel-links li {
			padding: 0 0 10px 0;
		}
		ul#subscriber-levels {
			margin: 0 30px;
		}
			ul#subscriber-levels li {
				background: transparent url(../images/separator.png) repeat-x scroll left bottom;
				padding: 10px 0;
			}
			ul#subscriber-levels li.last {
				background: none;
			}
		
		/* Splash banner and content */
		#homepageSplash form {
				float: right;
				padding-right: 13px;
				width: 205px;
				margin: 24px 0 0;
			}
		.TXNewsletters_form {}
		.TXNewsletters_form_labelGauche {
			display: none;
		}
		.TXNewsletters_form input#Email {
				width: 137px;
				margin: 0 8px 0 0;
				padding: 3px 3px 3px 28px;
				height: 18px;
				background-color: #E7DFBA !important;
				background: #e7dfba url(../images/email_input_bkg.png) no-repeat left center;
				border: none !important;
				float: left;
				line-height: 24px;
				color: #8C5814;
		}
		.TXNewsletters_form_item {
			width: 130px;
			float: left;
		}
		.TXNewsletters_form_right {
			float: right;
			width: 31px;
		}
		
		#homepageSplash p {
			display: block;
			position: absolute;
			right: 19px;
			top: 60px;
			font-size: 16px;
			color: #F15A24;
			width: 141px;
			margin: 0;
			text-align: right;
			line-height: 1.2em;
		}
		#homepageSplash a {
			display: block;
			position: absolute;
			right: 19px;
			top: 106px;
		}
		#homepageSplash a img {
			height: 12px;
		}
		#homepageSplash p.email_submit_response {
			font-size:14px;
			top:20px;
			width:200px;
		}
		

/* WHat's new lists */

#mainAreaHome .NewsItem p {
			line-height: 1.5em;
			margin-top: 0.2em;
		}

#footer {
		margin-left: 20px;
		font-size:1.0em;
		padding: 20px 0 40px 40px;
		background: url(../images/separator.png) repeat-x left top;
		width: auto;
	}