html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Layout */

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/body_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	margin: auto;
	font: 14px/18px "Times New Roman", Times, serif;
	color: #ffffff;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	font: 14px/18px "Times New Roman", Times, serif;
	color: #0f6061;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.highlight {
	color: #0f6061;
}

.siteby {
	float: right;
	display: inline;
}

/* Styling for main template */

#outer {
	text-align: center;
	width: 100%;
	left: 0;
	background-image: url(../images/outer_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #181e1e;
}

#container {
	text-align: left;
	margin: auto;
	width: 960px;
	left: 0;
	overflow: auto;
}

#logo {
	float: left;
	display: inline;
	width: 960px;
	height: 86px;
}

#nav {
	float: left;
	display: inline;
	width: 941px;
	height: 22px;
	padding-left: 19px;
}

#content {
	float: left;
	display: inline;
	width: 960px;
	min-height: 464px;
	height: auto !important;
	height: 464px;
	padding-bottom: 10px;
}

#footer {
	text-align: center;
	width: 100%;
	left: 0;
	background-image: url(../images/footer_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
}

#footer_container {
	text-align: left;
	margin: auto;
	width: 960px;
	left: 0;
	overflow: auto;
}

#quicklinks {
	float: left;
	display: inline;
	width: 960px;
	height: 181px;
}

#footer_address {
	float: left;
	display: inline;
	width: 922px;
	height: 57px;
	padding: 0 19px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer_address a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}

#footer_address a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	color: #0f6061;
}

/* End of styling for main template */

/* Styling for left template */

#text_left {
	float: left;
	display: inline;
	width: 380px;
	min-height: 371px;
	height: auto !important;
	height: 371px;
	padding: 93px 0 0 19px;
}

#image_right {
	float: left;
	display: inline;
	width: 561px;
	min-height: 464px;
	height: auto !important;
	height: 464px;
}

/* End of styling for left template */

/* Styling for right template */

#text_right {
	float: left;
	display: inline;
	width: 380px;
	min-height: 371px;
	height: auto !important;
	height: 371px;
	padding: 93px 9px 0 10px;
}

#image_left {
	float: left;
	display: inline;
	width: 561px;
	min-height: 464px;
	height: auto !important;
	height: 464px;
}

/* End of styling for right template */

/* Styling for left template */

#text_wide {
	float: left;
	display: inline;
	width: 580px;
	min-height: 371px;
	height: auto !important;
	height: 371px;
	padding: 93px 0 0 19px;
}

#image_thin {
	float: right;
	display: inline;
	width: 361px;
	min-height: 464px;
	height: auto !important;
	height: 464px;
}

#menu_links {
	clear: right;
	float: right;
	display: inline;
	width: 342px;
	padding-left: 19px;
}

/* End of styling for left template */


h1 {
	padding: 0;
	margin: 0;
	width: 380px;
	height: 56px;
}

/* Form Styling */

form {
	margin: 0;
	padding: 0;
}

form p {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	clear: left;
}

form p.topform {
	padding-top: 14px;
}

label {
	float: left;
	display: inline;
	width: 150px;
}

label.drop {
	width:auto !important;
	margin-right:2px;
}

.mailinglist {
	width: 200px;
}

textarea {
	min-height: 87px;
	height: auto !important;
	height: 87px;
	padding: 0;
	margin: 0;
}

input.formbox, textarea {
	float: left;
	display: inline;
	padding-left: 2px;
	font: 14px "Times New Roman", Times, serif;
	color: #ffffff;
	border: #ffffff solid 1px;
	background-color: #181e1e !important;
	width: 200px;
}

select {
	background-color: #181e1e !important;
	font: 14px "Times New Roman", Times, serif;
	color: #ffffff;
	border: #ffffff solid 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	height: 20px;
}

.selectdate {
	width: 65px;
}

.submit {
	background-color: #181e1e;
	font: 14px "Times New Roman", Times, serif;
	border: #ffffff solid 1px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 150px;
	height: 21px;
}

/* End of Form Styling */

p.idlewine-text {
	font-size:16px !important;
}

p.idlewine-text a .white {
	color:#ffffff;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;

}

p.idlewine-text a .orange {
	color:#F6851F;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}

ul.liststyle{
	list-style-type:circle;
	list-style-position:inside;
}

ul.liststyle li{
	padding-left:20px;
}

span.highlight{
	font-weight:bold;
	margin-bottom:5px;
}

.padleft25{
	padding-left:25px;
}