/* -------------- main.css -----------------*/
body {	
}
#divHolder {	
	background-image:url(../images/bg2.jpg);		
	background-repeat:no-repeat;
}
#fancy_overlay {
}
div#divSearch {
	position:absolute;
	left:810px;
}
#divLogo {
	position:absolute;
	top:0px;
	left:71px;
}
#divMainImage{
	width:677px;
	height:356px;
	background-image:url(../images/mainImage.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:294px;
	top:191px;
}

#divVideo {
	position:absolute;	
	left:119px;
	top:275px;
	
	padding:13px 14px 0px;
	
	width:278px;
	height:254px;
		
	background-image:url(../images/videoBg.jpg);
	background-repeat:no-repeat;
}






div#divWelcome {
/*
	position:absolute;
	left:108px;
	top:550px;
*/
	margin-left:108px;
	padding-top:350px;
	width:611px;
}
div#divWelcome h1 {
	margin-bottom:4px;
	
	font-size:24px;
	color:#3b1306;
	
	font-weight:normal;
}
div#divWelcome div#divWelcomeContent {

	padding-right:5px;
	font-size:15px;
}


div#divNewsletter{
	position:absolute;
	left:743px;
	top:551px;
}
div#divNewsletter div#divNewsHead {
	background-image:url(../images/newsletterTitle.jpg);
	background-repeat:no-repeat;
	
	width:287px;
	height:39px;	
}
#divSignUp {
	padding-right:22px;
}

div#divFeatured {
	position:absolute;
	left:743px;
	top:710px;
	
	font-size:14px;
	
	width:287px;
	height:500px;/*320px;*/
	
	overflow:hidden;
}
div#divFeatured div#divFeaturedHead {
	background-image:url(../images/featureTitle.jpg);
	background-repeat:no-repeat;
	
	height:41px;
}


div#divGalleries {
/*
	position:absolute;
	left:108px;
	top:814px;
*/
	margin-left:108px;
	margin-top:50px;
	margin-bottom: 25px;
		
	background-image:url(../images/galleriesBG.png);
	background-repeat:no-repeat;
	
	width:611px;
	height:160px;	
	
	padding-top:57px;
	
	position:relative;
}
		div#divGalleries div.galleryButton {
			position:absolute;
			top:98px;
		}
		div#divGalleries div#divPrevious {
			background-image:url(../images/galleryArrows_Left.jpg);
			background-repeat:no-repeat;
			
			width:47px;
			height:48px;
			
			left:0px;
		}
		div#divGalleries div#divNext {
			background-image:url(../images/galleryArrows_Right.jpg);
			background-repeat:no-repeat;
			
			width:47px;
			height:48px;
			
			right:0px;
		}
		div#divGalleries div#divPrevious:hover {
			background-image:url(../images/galleryArrows_Left_Over.jpg);
		}
		div#divGalleries div#divNext:hover {
			background-image:url(../images/galleryArrows_Right_Over.jpg);
		}
		div#divGalleries div#divGalleriesCarousel {
			width:480px;
			height:136px;
			margin-left:64px;
		}
		div#divGalleries div#divGalleriesCarousel ul {
			list-style-type:none;
			padding:0px;
		}
		div#divGalleries div#divGalleriesCarousel ul li {
			float:left;
			overflow:hidden;
			width:100px;
			height:136px;
			margin-right:10px;
			margin-left:10px;
			text-align: center;
			
			color:white;
			font-size:12px;
		}
		div#divGalleries div#divGalleriesCarousel ul li span {
			/*padding-left:14px;*/
			font-size:12px;
		}
		div#divGalleries div#divGalleriesCarousel ul li a {
			text-decoration:none;
			color:white;
		}
		div#divGalleries div#divGalleriesCarousel ul li a img {
			border:none;
			margin:2px;
		}
		div#divGalleries div#divGalleriesCarousel ul li a:hover img {
			border:2px solid #71933e;
			margin:0px;
		}
div#divLatestNews {
	background-image:url(../images/latestNewsBG.jpg);
	background-repeat:no-repeat;
	width:676px;
	height:30px;
	padding-left:222px;	
	padding-right:24px;
	padding-top:10px;
	
	color:white;
	font-size:14px;
	
	margin-left:108px;
	margin-top:20px;
	
	margin-bottom:45px;
/*
	position:absolute;
	left:108px;
	top:1050px;
*/
}
div#divLatestNews .highlight {
	color:#789e43;	
}
div#divLatestNews a:link, div#divLatestNews a:visited {
	text-decoration:none;
	color:#789e43;
	font-weight:bold;
}



#divFooter {
	
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
