/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link{
	color: #544D3B;
	text-decoration: none;
	font-weight: normal;
}

a:visited{
	color: #4C4533;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
	color: #89B63F;
	text-decoration: underline;
	font-weight: normal;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 1.2em;
 color: #574F3A;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial, sans-serif;
 font-size: 1.0em;
 color: #B8AF98;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, sans-serif;
 font-size: 1.2em;
 color: #88BE4C;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}
.logo {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 4px;
}
.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: auto;
	margin-top: 10px;
	width: 769px;
	margin-right: auto;
	height: 100%;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #393323; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-image: url(images/backd/wine4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 769px;
	height: 1000px;
	margin-bottom: 0px;
	margin-top: 10px;
	border: 1px solid #000000;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}
#navcontainer
{
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	width: 98%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px;
}


#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: 8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
	padding: 1px 7px;
	color: #74694E;
	background-color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #524D3A;
	font-size: 10px;
}

#navcontainer li a:hover
{
	color: #62951E;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #05783F;
}

#navcontainer li a#current
{
	color: #4D4633;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 8px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	font-size: .9em;
	margin-right: auto;
	margin-left: auto;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#footer {
	clear: both;
	font-size: x-small;
	color: #4C4533;
	text-align: center;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contentwine {
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/backd/wine.jpg);
	background-repeat: no-repeat;
	height: 525px;
	background-position: bottom;
	background-color: #FFFFFF;
}
.featureside {

	padding: 8px;
	width: 310px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	font-size: .9em;
}
#footer a:link,a:visited {


	clear: both;
	color: #4C4533;
	text-align: center;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer a:hover {
	clear: both;
	color: #3E4A36;
	text-align: center;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contentleft {
	width: 520px;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #554E3E;
	float: left;
	height: 100%;
	margin-left: 30px;
	padding-top: 10px;
	padding-left: 10px;

}table {
	padding: 2px;
	border: 1px solid #393323;
}
td {
	padding: 4px;
}

.contentright {
	width: 150px;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #554E3E;
	float: right;
	height: 450px;
	float: right;
	background-image: url(images/side%20back2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 12px;
	margin-top: 20px;
	background-color: #EDECE7;
	background-position: bottom;
	border: 1px solid #534B36;
	margin-bottom: 10px;
}
.innerright {
	font-family: Arial, Helvetica, sans-serif;
	color: #554E3E;
	text-align: center;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F4836;
	width: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.padding {
	border: 1px solid #554E3E;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding: 6px;
}
li {
	list-style-position: outside;
	list-style-image: url(images/icons/grapes.jpg);
}
#form {
	clear: both;
	font-size: x-small;
	color: #4C4533;
	text-align: center;
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 100%;
}
.logo {
	text-align: right;
	vertical-align: top;
	padding: 0px;
	float: left;
	width: 350px;
}
#topnav a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #564F3D;
}
#topnav a:hover {
	text-align: right;
	vertical-align: top;
	color: #006132;
}
#header {
	width: 785px;
	height: 120px;
	margin-right: 5px;
}
#topnav {
	vertical-align: top;
	padding: 8px;
	float: right;
	width: 300px;
	height: 15px;
	font-size: 0.7em;
	text-align: right;
	margin-right: 13px;
}
