@charset "UTF-8";
/* CSS Document */


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#ccc;
	background-image:url(../images/back1.png);
	background-repeat:repeat-x;
	font:76%/140% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
ul {
	font: 11px verdana, sans-serif; 
	color: #004400;
	line-height:1.5; 
}

h1,h2,h3 {
	margin-top: 15px;
	padding: 0px;
	}

h4 {
	font: italic 9pt verdana, sans-serif;
	color: #743825;
	position: relative;
  
}

h2 {
	font: bold 12pt verdana, sans-serif;
	margin-bottom: 0px;
	color: #C5522D;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
	z-index:2;
	}
h3 {
	font: bold 12pt verdana, sans-serif;
	margin-bottom: 0px;
	color: #C5522D;
	padding-bottom: 0px;
	position: relative;
	left: -80px;
	top:-40px;
	text-align: right;
	z-index:2;
	}
h1 {
	color: #006699;
	position: relative;
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

p {
	font: 12px Arial, Helvetica, sans-serif; 
	color: #004400;
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: left;
	line-height:1.5; 
	}
a {
	color:#069;
}

vlink{
	color:#963;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background:#ffffff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url('../images/vine.jpg');
	background-repeat:repeat-y;
	
}
div.img-rght {
	background: url('../images/shadow.gif') no-repeat bottom right;
	clear: right;
	float: right;
	margin: 20px 0px 10px 30px;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0px;
}

div.img-rght img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

div.img-left {
	background: url('../images/shadow.gif') no-repeat bottom right;
	margin: 10px 15px 10px 10px;
	padding: 0;
	position: relative;
	float: left;
}

div.img-left img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}
img.floatLeft {
	float: left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 10px;
	border:none;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
	border:none;
}


div#pageContent {
	padding:1em 1em 5em;
    width: 660px;
	position:relative;
	top:-45px;
	height:100%;
	padding-left:70px;
	padding-right:40px;
	padding-bottom:140px;
	}
div#lowContent {
	top:-200px;
	width: 670px;
	position:relative;
	left:42px;
	height:100%;
	padding-left:20px;
	padding-right:25px;
	
	}
	
.legal {
	position:relative;
	left:42px;
	width: 715px;
	top:-200px;
	height:100%;
	margin-bottom:5px;
	background-color:#333;
	}
	
.legal p{
	color:#ccc;
	text-align:left;
	padding-left: 20px;
	margin-right:20px;
	font-size:9px;
}
.legal h1 {
		color:#fff;
		padding-left: 20px;
		padding-top:10px;
	}

div#header {
    width: 715px;
	position:relative;
	top:0px;
	padding-left:42px;
	}
	
div#footer {
	position:relative;
	width:100%;
	bottom:0px; 
	background:#fff;
	background: url('../images/treeFooter.jpg') no-repeat top center;
	top:-5px;
}

	
	
#footerText {
	font: 11px verdana, sans-serif;
	font-style:italic;
	color: #004400;
	padding-top:60px;
	text-align:center;
}

	.teaser {
		background:url('../images/teaser.png') top left no-repeat;
		width:140px;
		height:150px;
	}
	.teaser h1 {
		padding-left:12px;
		padding-top: 18px;
		color:#fff;
	}
	.teaser p {
	color:#ccc;
	text-align:left;
	padding-left: 12px;
	margin-right:20px;
	}
	.teaser div {
		
		
	}
	.teaser a.more {
		display:block;
		text-align:right;
		padding-left:45px;
		position:absolute;
		top:135px;
	}
