﻿/* Styles for HTML Elements */
html, body, form, #PrimaryContainer
{
	/*Margins, padding, borders and height*/
	margin: 0px;
	padding: 0px;
	border: none;
	height:100%;
}

body
{
	/*default alignment*/
	vertical-align: top;
	
	/*Default Text*/
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	
}

.BodyBG
{
	/*Setting up the background*/
	background-color: #ADB292;
}

/*Setting Text defaults*/
div, span, p, td
{
	/*Default Text*/
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	vertical-align: top;
}

/*Locating the Primary Container*/
#PrimaryContainer
{
	/*Setting up height 100%*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	/*Center the content*/
	margin: 0 auto -106px; /* the bottom margin is the negative value of the footer's height */
	text-align: left;
	
	width: 971px;
	vertical-align: top;
}

/*Snapping footer to bottom of viewport*/
#FooterContainer, .Push
{
	height: 150px; /* .push must be the same height as .footer */
	margin: 0 auto;
	width: 971px;
	padding: 0 0 0 10px;
}

#FooterContent
{
	float: left;
	height: 150px;
}

#HeaderImage
{
	float: left;
	width: 971px;
	height: 153px;
	border: none;
}

/******************************************Start Navigation Row*****************/
#NavContainer
{
	float: left;
	width: 971px;
	margin: 0px;
	padding: 0px;
	background-color: #6F764A;
	height: 36px;
}

#NavContainer a, #NavContainer a:visited
{
	color: White;
	font-family: Georgia;
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	float: left;
	text-decoration: none;
}

.HL, .AUL, .GL, .JL, .ACL, .AL, .GOL, .CL, .TRL, .DL
{
	float: left;
	width: auto;
	padding-left: 22px;
}

#NavContent { margin-left: 10px; }

.HL { width: 52px; } 
.AUL { width: 75px; }
.GL { width: 43px; }
.JL { width: 65px; }
.ACL { width: 93px; }
.AL { width: 65px; }
.GOL { width: 74px; }
.CL { width: 83px; }
.TRL { width: 83px; }
.DL { width: 108px; }

 .NavSel
{
	background-image: url('/images/NavSel.jpg');
	background-repeat: no-repeat;
}




#NavContainer a:hover
{
	color: Black;
}
/******************************************End Navigation Row*****************/

#ContentContainer
{
	float: left;
	width: 971px;
	margin: 20px 0px 20px 0px;
}

/*Extra spacing issues in IE*/
object, embed { display: block; }

/*Shorthand helpers*/
.R { text-align: right; }
.B { font-weight: bold; }
.C { text-align: center; }
.Hidden { display: none; }
.NB { border: none; }
.Pointer { cursor: pointer; }


h2, .h2, a.h2, a.h2:visited,
h3, .h3, a.h3, a.h3:visited
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #6F7748;
	font-weight: bold;
}

h2, .h2, a.h2, a.h2:visited
{
	font-size: 16px;
	line-height: 22px;
}

.btn
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: White;
	border: none !important;
	background-color: Black !important;
}

#FormTable input,  #FormTable textarea
{
	border:1px solid #6E7549;
	background-color: #EFEFEF;
}


.style2 {
	font-size: 12px;
	color: #7F855F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style6 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style7 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style8 {font-family: Arial, Helvetica, sans-serif}
.style9 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style10 {color: #000000}


.style6 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style7 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.wine_medium {
     font-family: Georgia, serif;
	font-size: 14px;
	color: #993333;
    line-height: 16px;
 }
 
 .wine_large {
     font-family: Georgia, serif;
	font-size: 22px;
	color: #993333;
    line-height: 24px;
 }
 
 
 .green_medium {
     font-family: Georgia, serif;
	font-size: 14px;
	color: #6f764a;
    line-height: 15px;
 }
 
 .green_large {
     font-family: Georgia, serif;
	font-size: 22px;
	color: #6f764a;
    line-height: 24px;
 }
 
  .green_extra_large {
     font-family: Georgia, serif;
	font-size: 36px;
	color: #6f764a;
    line-height: 24px;
 }
 
  .black_normal {
     font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
    line-height: 15px;
 }
 
 