@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #003366;
}

.italics {
	font-style: italic;
	margin: 3px;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
	color: #06F;
}


.smallerFont85
{
	font-size: 85%;
}

.smallerFont92
{
	font-size: 92%;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
	background-image: url(../images/bg-gray-short.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	border-top-color: #003;
}

#container #mainContent tr ul
{
	margin-bottom: 20px;
}
#container #mainContent tr ul li
{
	margin-left: -18px;
	margin-bottom: -12px;
	list-style-type: disc;
}

#container #mainContent #rightSidebar 
{
	background-color: #003366;
	float: right;
	height: 100px;
	width: 150px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#container #mainContent #rightSidebar2 
{
	background-color: #003366;
	float: right;
	height: 440px;
	width: 230px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#container #mainContent #rightSidebar3 
{
	background-color: #003366;
	float: right;
	height: 210px;
	width: 200px;
	color: #FFF;
	line-height: 20px;
	text-align: center;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#container #mainContent #rightSidebar4 
{
	background-color: #003366;
	float: right;
	height: 160px;
	width: 220px;
	color: #FFF;
	line-height: 20px;
	text-align: center;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


#container #mainContent #rightSidebar a, 
#container #mainContent #rightSidebar2 a,
#container #mainContent #rightSidebar3 a,
#container #mainContent #rightSidebar4 a
{
	color: #fff;
}

#container #mainContent #rightSidebar a:link, 
#container #mainContent #rightSidebar a:active, 
#container #mainContent #rightSidebar a:visited,
#container #mainContent #rightSidebar2 a:link, 
#container #mainContent #rightSidebar2 a:active, 
#container #mainContent #rightSidebar2 a:visited,
#container #mainContent #rightSidebar3 a:link, 
#container #mainContent #rightSidebar3 a:active, 
#container #mainContent #rightSidebar3 a:visited,
#container #mainContent #rightSidebar4 a:link, 
#container #mainContent #rightSidebar4 a:active, 
#container #mainContent #rightSidebar4 a:visited
{
	color: #fff;
	text-decoration: underline;
	outline: 0;
}

#rightSidebar a:hover, 
#rightSidebar2 a:hover,
#rightSidebar3 a:hover,
#rightSidebar4 a:hover,
#rightSidebar a:focus, 
#rightSidebar2 a:focus,
#rightSidebar3 a:focus,
#rightSidebar4 a:focus
{
	color: #fff;
	background-color: #6cf;
	outline:0;
}



.normalText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}
#header {
}

#header img {
}

#navBar
{
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003;
	background-color: #003;
}

#breadcrumbs
{
	padding-top: 0.2em;
	padding-left: .4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003;
}
#mainContent {
	padding: 1em;
	background-image: url(../images/bg-gray-short.jpg);
	background-repeat: repeat-x;
}
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#mainContent img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 10px;
}

#mainContent a {
	color: #6CF;
	padding: 3px;
}
#mainContent a:link, #mainContent a:active, #mainContent a:visited,
#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited,
#footer a:link, #footer a:active, #footer a:visited{
	color: #000;
	text-decoration: underline;
	outline: 0;
}
#mainContent a:hover, #mainContent a:focus, #breadcrumbs a:hover, #breadcrumbs a:focus, #footer a:hover, #footer a:focus {
	color: #000;
	background-color: #6cf;
	outline:0;
}
#footer {
	text-align: center;
	font-size: 90%;
	background-color: #FFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#textbox {
	margin-left: 420px;
}
#textbox-lower {
	clear: both;
}


#wineimage {
	float: right;
}

#heading h1 {
	text-align: right;
	margin-right: 20px;
	margin-top: 15px;
	font-style: normal;
}

#mainContent h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 120%;
}

h3
{
	font-style: normal;
}


#textbox-left {
	font-style: italic;
	width: 350px;
	margin-top: 130px;
	line-height: 1.1em;
	letter-spacing: 0.045em;
	color: #98986D;
}

h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	margin-top: -15px;
}

li {
	list-style-type: square;
	margin: 10px;
}

#container #mainContent table tr ul li
{
	padding-top: 5px;
}

