/* CSS Document Oregon Lavender Destinations 

Colors:  
#7e76b7 lavender-purple
#b6bc8d sage green
*/

/*Global Settings*/
body, ul, ol, p {font-family: Helvetica, Arial, Verdana, san-serif; font-size:12px; margin: 0; padding: 0;}
img {border:0px;}
.img-pad-right {margin-right:10px;}
.img-pad-left {margin-left:10px;}
h1, h2 {font-family: 'Trajan Pro', 'Times New Roman', Times, serif; font-size:16px; color:#b6bc8d; text-transform:uppercase; }
.emphasis {font-family: 'Trajan Pro', 'Times New Roman', Times, serif; font-size:14px; color:#b6bc8d; text-transform:uppercase; font-weight:bold; }
.festival {color: #7e76b7; font-weight:bold; }
a:link {color: #7e76b7;}
a:visited {color: #7e76b7;}
a:hover {color: #b6bc8d;}
a:active {color: #7e76b7;}

/*Body */
body {
	background-image:url(images/page_bg.gif)
}

/*Wrapper */
#wrapper{
	width:800px;
	margin: 15px auto 0;
	background-color: #FFF;
}

#header{
	height:97px;
	overflow: hidden;
	position: relative;
}

#header a:hover img{
	position: relative;
	top: -97px;
}

/*Navigation */
#main-nav{
	height:34px;
	background-color: #7E76B7;
	overflow: hidden;
	position: relative;
}

#main-nav a img{
	border:none;
	margin: 0;
	padding: 0;
}

#main-nav a:hover img{
	position: relative;
	top: -34px;
}

#leftnav{float:left}
#rightnav{float:right}

#lav-nav{
	height:26px;
	position: relative;
	width: 5px;
	float: left;
}
#sup-nav{
	height:26px;
	float: right;
	margin-right: 15px;
	font-size: 10px;
}


#lavender{
	width:130px;
	position: absolute;
	top: -59px;
	left: 374px;
}

/* Main Content */
#main-content{
	margin:0 20px 20px 20px;
	clear: both;
}
#main-content p {margin-bottom:1em}
#main-content h1 {
	font-size:18px;
	color:#b6bc8d;
	text-transform:uppercase;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
}
#main-content h2 {font-size:16px; color:#b6bc8d; text-transform:uppercase; }


/*Smaller Left Side Bar */
#smallleft{
	width:245px;
	float: left;
}
#smallleft ul{
	list-style:none;
}
#smallleft li{
	line-height:16px;
}

#smallleft img{padding-top:15px}

/*Main right content(used with left sidebar */
#largeright{
	margin-left: 255px;
}


/*Content*/

div.l300w{
	width:300px;
	float: left;
}

div.r450w{
	float: right;
	width: 450px;
}

p.farmaddress {
	color:#b6bc8d;
	font-size: 16px;
	font-weight: bold;
}
img.right{
	float:right;
	padding-left: 10px;
}
img.left{
	float:left;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.w760 {
	max-width:760px;
	padding-bottom: 10px;
}
img.w325 {
	max-width:325px;
	padding-bottom: 10px;
}

.clear{clear:both}
ul.directions{list-style:none}

/*Footer*/
#footer {
	border-top: 2px solid #b6bc8d;
	clear: both;
	margin-top: 10px;
}

/*Copyright*/
#copyright {
	width: 800px;
	margin: 0 auto;
}
#copyright p {
	font-size:9px;
	text-align: right;
}

