/* CSS Document */
/* General--------------------------------------------- */
body {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:11px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	line-height:15px;
	background: #F2F6F4  url(../images/headerTopRepeat.jpg) top left repeat-x;
	}
	
.popup {
	float:left;
	text-align:center;
	color:#993300;
	}
p {
	margin-left:0px;
	}
h4 {
	font-size:15px;
	color:#990000;
	font-weight:bold;
	text-align:left;
	padding: 5px;
	margin: 0;
	}
 	
#container1 {
	width: 100%;
	background:url(../images/headerTopRight.jpg) top right no-repeat;
	margin: 0;
	color: #333;
	height: 95px;
	}
	
#container2 {
	background: url(../images/headerLeft.jpg) top left no-repeat;
	height: 408px;
	}
#container3 {
	height:300px; /* Hack to show the lefthanded grapes cause it is a container, it will clip it */
	}

#top
{
	height:61px;
	padding: 0;
}


#leftnav
{
	width: 123px;
	float: left;
	margin-top: 61px;
	height: 300px;
}

#rightnav
{
	float: right;
	width: 259px;
	margin: 20px 0 0 0;
	border-left: 1px dashed gray;
	padding: 0 0 0 20px;
}

#content
{
	margin-right: 30px;
	padding: 3px;
	text-align:left;
	float: left;
	display: block;
	overflow: hidden;
	margin-top: 55px;
	width: 75%;
	margin-left: 10px;
}

#content a {
	color:#990000;
	}
	
#content a:visited {
	color:#339900;
	}

#content h2 {
	border-bottom: 1px dashed gray;
	font-size:18px;
	color:#990000;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 5px 0px 5px 0px;
	margin: 5px 10% 5px 0;
}

#footer
{
	margin: 0;
	padding: 5px 0 5px 0;
	background: url(../images/bottomBannerBg.gif) top left repeat-x;
	height:49px;
	clear:both;
}
#credits {
	font-size:9px;
	color:#FFFFFF;
	text-align: center;
	margin-top: 15px;
}
#address {
	float:right;
	border-top: 1px dashed gray;
	text-align:right;
	color: #858E71;
	width:239px;
	\width:259px;
	w\idth:239px;
	margin-right: 20px;
	clear:both;
	margin-top: 20px;
	}
#leaves {
	height:195px;
	background: url(../images/leftBottomLeaves.jpg) bottom left no-repeat;
	clear: both;
	}
.sidebarHeadings {
	font-size:15px;
	color:#990000;
	font-weight:bold;
	text-align:left;
	padding: 5px;
	}
	
.clear
		{
		clear: both;
		margin: 0px;
		padding: 0px;
		}

/* Navigation------------------------------------------ */
#leftLinks {
	display:block;
	margin:0px;
	padding:0px;
	text-align:right;
	}
	
#leftLinks li {
	display:block;
	list-style-type:none;
	border-bottom: 1px solid #A6AD97;
	padding:0px;
	padding-right: 5px;
	}
	
#leftLinks a {
	display:block;
	padding: 3px 5px 3px 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	color: #3F5242;
	/*padding-right: 5px;*/
	}
	
#leftLinks a:hover {
	background-color:#E3E3D2;
	}

#caption {
	text-align:right;
	}
