body, td {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	line-height: 14px;
}

h1 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
}

h2 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
}

h3 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #464646;
	padding-bottom: 0;
	margin-bottom: 0;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 0;
	margin-bottom: 5px;
}

a {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BC520B;
	text-decoration: none;
}

ul {
	margin: 0px;
}

ul li {
	list-style-position : outside;
	list-style-type : square;
}

.nopad {
	padding-top: 0px;
}

.section {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	line-height: 13px;
	padding-top: 0;
	height: 113px;
}

.linkzor {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	line-height: 13px;
	padding-top: 0;
	text-align: right;
}

a:hover {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
	
/* The containing block for all text, images, etc. */

#main_block {
	width: 668px;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
}

/* The shadows that surround the main block */
.right_shadow {
	background: url(images/shadow_right.gif) repeat-y;
}

.bottom_shadow {
	background: url(images/shadow_bottom.gif) repeat-x;
}

/* The dark blue bar contacining the logo */ 
.logo_strip {
	height: 91px;
	background-color: #333D49;
	text-align: center;
}

/* The dark blue bar contacining the navigation */
.nav_strip {
	height: 25px;
	width: 670px;
	background-color: #333D49;
	text-align: center;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* All those funky text blocks */

.block_text {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-top: none;
}


/* News */

.news_block {
	padding: 10px 15px 20px 20px;
}

.news_block1 {
	padding: 10px 45px 10px 10px;
}

.news_title {
	color: #8C8876;
	font-weight: bold;
	margin-bottom: 5px;
}

a.news_link {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #8C8876;
	font-weight: bold;
	text-decoration: none;
}

a.news_link:hover {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #8C8876;
	font-weight: bold;
	text-decoration: underline;
}

/* All the home page form styles */

.form_block {
		padding: 10px 15px 20px 0px;
}

input {
	background-color: #ffffff;
	border: 1px solid #333;
	width: 165px;
	height: 17px;
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	padding: 3px 0px 0px 4px;
	margin: 0px 0px 0px 10px;
}

.radioBut {
	margin: 2px 10px 0 10px;
	width: 20px;
}

select {
	background-color: #ffffff;
	border: 1px solid #333;
	width: 165px;
	height: 17px;
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	margin: 0px 0px 0px 10px;
}

option {
	padding: 3px 0px 2px 4px;
}

#box {
	font-family: arial, helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #333;
	width: 185px;
	height: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	padding: 3px 0px 3px 4px;
	margin: 0px 0px 10px 10px;
	scrollbar-base-color: #fff;
    scrollbar-face-color: #fff;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #868C24;
    scrollbar-3dlight-color: #fff;
    scrollbar-darkshadow-color: #868C24;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #fff;
}

.submit_button {
	background-color: #777;
	border: 1px solid #777;
	width: 50px;
	text-align: center;
	height: 20px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 3px 0px 0px 4px;
}

/* Puts a wht line at the bottom of a table */
.white_line {
	background-image: url(images/wht_block.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

/* Links Block For Olive Grove Products Section */

.olive_subnav_block{
	padding: 2px;
	width: 290px;
	background-color: #ffffff;
}

/* Container for pictures in Wine Section */
#picture_block {
	width: 252px;
	padding: 2px 2px 2px 2px;
	background: #ffffff;
}

/* Blue block for Visit Page Subnav */
#vist_subnav_block {
	background-color: #333D49;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 179px; 
	padding: 22px 16px 18px 0px;
}

/* The white block that holds the map */
.map_container {
	background-color: #ffffff;
	width: 301px;
	margin: 20px 0px 20px 0px;
	padding: 10px;
	text-align: left;
}

.blue_subnav_bar {
	background-color: #333D49;
	width: 301px;
	padding: 6px 0px 0px 10px;
	text-align: left;
}

/* Pads out the contact forms */
.contact_blocks {
	padding: 20px 5px 60px 20px;
}

.news_block {
	padding: 20px 150px 20px 40px;
}

.subhead {
	font-size: 13px;
	font-weight: bold;
}

.floatLeft { 
		float: left;
		margin: 5px 15px 12px 0px;
		border: 0;
}

.floatRight { 
		float: right;
		margin: 5px 0px 12px 15px;
		border: 0;
}
