@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#8E7E92 url(images/woodtexture.gif) repeat;
}

.clear {
	clear:both;
}

#headercontainer {
	margin:0px auto;
	width:920px;
}

#header {
	width:920px;
	height:145px;
	background:transparent url(images/header.png) no-repeat;
}

#mainimage {
	width:900px;
	height:250px;
	margin:0 auto;
	background:transparent url(images/mainimage_bg.gif) top no-repeat;
}

		.noJS {
			width:875px;
			height:250px;
			background:url(images/slideshow1.jpg) no-repeat;
		}

#contentcontainer {
	width:873px; 		/* width 875 - 2px border */
	margin:0 auto;
	background:#FEFDE5;
	border-left:1px solid #3f4d12;border-right:1px solid #3f4d12;
}

#floatcontainer {
	width:100%;
	float:left;
	background:#FEFDE5;
}

#maincol {
	width:480px;  /* 520 - 40px padding */
	margin-right:3px;
	float:left;
	padding:20px;
}

#maincol img.title {
	vertical-align:bottom;
}

#maincol p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	line-height:20px;
	color:#611375;
}

#maincol p a {
	color:#7ea915;
}

#maincol p a:hover {
	color:#666;
}

#rightcol {
	width:345px;
	margin:0px;
	float:left;
	text-align:right;
	}
	
	#navbar {
		background:url(images/navbar.gif) right no-repeat;
		width:345px;
		height:55px;
		margin-top:0px;   /* this is for IE 7 only */
	}
	
	body > #navbar {      /* all other browsers read this style */
		background:url(images/navbar.gif) right no-repeat;
		width:345px;
		height:55px;
		margin-top:-5px;
	}
	
	#navbar ul {
		list-style:none;
		display:inline-block;
		margin-top:8px;
	}
	
	#navbar ul li {
		display:inline;
	}
	
	#navbar ul li a {
		display:inline-block;
		padding:5px;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size:18px;
		font-weight:600;
		color:#611375;
		text-decoration:none;
	}
	
	#navbar ul li a:hover {
		background:#7EA915;
		color:#FFF;
	}
	
		#land {
			background:#7EA915;
			color:#FFF;
		}

#footer {
	width:875px;
	height:60px;
	margin: 0 auto;
	background: #4D0F58 url(images/footerbg.gif) bottom no-repeat;
	padding-top:5px;
}

	#footer p {
		text-align:center;
		font-family:Verdana, Geneva, sans-serif;
		color:#FFF;
		font-size:10px;
		line-height:14px;
	}
	
	#footer p a {
		font-family:Verdana, Geneva, sans-serif;
		color:#b6a4bb; /* lt purple */
		font-size:10px;
	}
	
	#footer p a:hover {
		color:#FFF;  
	}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	font-weight:bold;
	color:#611375;
}

h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	font-style:italic;
	color:#7EA915;
	padding-right:10px;
}