/* STYLES FOR TEMPLATE HOME */

#latest-news
{
	float: right;
	margin:11px 16px 12px 12px;
	padding:1px 3px;
	width:338px;
	background: #88866d url(../images/quick-link-bg.gif) repeat-x;
}

#video-button
{
	position: relative;
	float:left;
	margin-left: 29px;
}


#tripadvisor
{
	float: right;
	margin:0 15px 0 0;
}

#socials
{
	clear:both;
	float: right;
	padding-top: 8px;
	width: auto;
	margin-right: 20px;
}
#socials .social
{
	display: inline;
}


/* LATEST NEWS WIDGET */

.widgetTitle
{
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	display: block;
}

.newsTitle
{
	text-transform: capitalize;
	margin: 0.2em 0;
}

.newsReadMore
{
	text-align: right;
	margin: 0.2em 0 0;
}

#main-image-container
{
	height:266px;
	left:0;
	position:relative;
	top:0;
	width:760px;
}

div#newsLetter{
    height: 25px;
    position: absolute;
    right: 0;
    top: 242px;
    width: 263px;
	z-index:100;
	background:#b5d452;
}

	div#newsLetter #newsletterFieldset{
		border: 0 none;
		height: 15px;
		margin: 0 0 0 6px;
		padding: 0;
		position: relative;
		top: 6px;
		width: 254px;
	}
	
		div#newsLetter #newsletterFieldset h4{   
			font-size: 0.9em;
			font-weight: normal;
			text-transform: uppercase;
		    color: #808080;
			float:left;
		}
		
		div#newsLetter #newsletterFieldset #emailInput{
			border: 1px solid #8AA532;
			color: #777777;
			float: left;
			font-size: 0.8em;
			height: 12px;
			margin: 0 0 0 9px;
			padding: 0;
			width: 87px;
		}
		
		div#newsLetter #newsletterFieldset .signup{
			background: url("../images/news_button_bg.jpg") no-repeat scroll 0 0 transparent;
			border: 0 none;
			float: left;
			height: 16px;
			margin-left: 4px;
			padding: 0;
			width: 43px;
		}
