/* Standard Tags */
body { 
	margin:0px;
	background-color:#B1CAE4;
	background-image:url(../images/BG1.gif);
	color:#003366;
}
/*Image Style*/
img.image1 {
	margin:4px 0px 0px 10px;
	padding:2px; 
	background-color: white;
	border:1px solid;
	color:#69C;
}


/* Main Headings */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2D3D73;
	margin: 0px 0px 3px 0px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}

h1.reverse {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	padding:2px 8px 2px 8px;
	background-color:#5B80AD;
	margin: 16px 0px 0px 0px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}

/* TD Styles */
td.cs {
	padding: 3px;
	font-size:12px;
	color:#003366;
}
/* use for Quotes on right side */
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	margin: 0px 0px 8px 0px;
	line-height: 15px;
	color:#996600;
}
/* use for subNav links */
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin: 0px;
	font-size:10px;
}
/* use for Subheadlines / Section headings */
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#996600;
	margin: 20px 0px 8px 0px;
	font-size:17px;
	font-weight:bold;
	border-bottom: 1px dashed #92A8C0;
}
/* use for text links */
h5 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	margin: 0px;
}
/* use for footer sizing */
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	color:#336699;
	margin: 0px 0px 6px 0px;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin: 0px 0px 8px 0px;
	line-height: 17px;
	color:#2D3D73;
} 
p.winename {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin: 4px 0px 0px 0px;
	line-height: 17px;
	color:#2D3D73;
}
p.wineprice {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin: 0px 0px 10px 60px;
	line-height: 17px;
	color:#2D3D73;
}
p.specialtext {
	font:italic bold 12px/16px Georgia, "Times New Roman", Times, serif;
	margin: 0px 30px 8px 30px;
	color:#996600;
}
p.managers {
	color:#2D3D73;
	line-height:13px;
	font-weight:normal;
	font-size:11px;
	margin: 0px 0px 6px 0px;
}
p.rule2 {
	background-image:url(../images/Flourish3.gif);
	margin: 12px 0px 8px 0px;
}
p.rule3 {
	margin:10px 0px 6px 0px;
	text-align:center;
	background: url(../images/BGFlourishWide.gif) no-repeat center;
}
p.error {
	font:italic bold 12px/16px Georgia, "Times New Roman", Times, serif;
	margin: 0px 3px;
	color:#990000;
}

/* ID Styles */
#contentBG {
	background-image:url(../images/blueBG.gif);
}
#subNav {
	background-image:url(../images/subNavBG.gif);
	padding: 3px 0px 2px 10px;
	border-bottom:1px solid #CCC;
}
/* Remove */
#mainContent {
	padding: 20px 30px 16px 30px;
}

#content1 {
	padding: 0px 20px 10px 20px;
	background-image:url(../images/contentBG.gif);
}
#content2 {
	padding: 10px 20px 10px 20px;
	background: url(../images/banjosBG1.gif) no-repeat;
}
#waltzing {
	border-left:1px solid #849DB9;
	background: url(/images/WaltzingMatildaBG.gif);
}
#rightContent {
	padding: 20px 18px 8px 16px;
}
#rightContent2 {
	padding: 20px 18px 8px 16px;
	height:100%;
}
#banjoByline {
	font-style:italic;
	font-size:11px;
	color:#663300;
	margin: 5px 4px 0px 22px;
}
#footerContent {
	padding: 6px 100px 20px 100px;
}
#textLinks {
	padding: 10px 0px 0px 0px;
}
/* Standard Links */
a:link {
	text-decoration:underline;
	color:#336699;
}
a:visited {
	text-decoration:underline;
	color:#336699;
}
a:hover {
	text-decoration:underline;
	color:#996600;
}
a:active {
	text-decoration:underline;
	color:#336699;
}
/* Text Links */
a.textlink:link {
	text-decoration:none;
	color:#336699;
}
a.textlink:visited {
	text-decoration:none;
	color:#336699;
}
a.textlink:hover {
	text-decoration:none;
	color:#996600;
}
a.textlink:active {
	text-decoration:none;
	color:#336699;
}
/* SubNav Links */
a.navlink:link {
	text-decoration:none;
	color:#FFF
}
a.navlink:visited {
	text-decoration:none;
	color:#FFF
}
a.navlink:hover {
	text-decoration:none;
	color:#A37230;
}
a.navlink:active {
	text-decoration:none;
	color:#FFF;
}


