
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: #1e1e1e;
	background-attachment: fixed;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	margin: auto;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #deb27a;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #deb27a;
	text-decoration: underline;
}

a:hover {
	color: #deb27a;
	text-decoration: none;
}

.highlight {
	color: #ecd1af;
}

/* Styling for main template */

#outer {
	text-align: center;
	width: 100%;
	left: 0;
}

#container {
	text-align: left;
	margin: auto;
	width: 960px;
	left: 0;
	overflow: auto;
}

#logo {
	float: left;
	display: inline;
	width: 251px;
	height: 83px;
}

#address {
	clear: left;
	float: left;
	display: inline;
	text-align: right;
	width: 186px;
	height: 49px;
	margin: 0 19px 0 43px;
	padding: 10px 3px 0 0;
	border-bottom: solid 1px #720022;
	border-top: solid 1px #720022;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #fefefe;
}

#address a {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #fefefe;
	text-decoration: underline;
}

#address a:hover {
	color: #deb27a;
	text-decoration: none;
}

#nav {
	clear: left;
	float: left;
	display: inline;
	width: 232px;
	height: 346px;
	margin-right: 19px;
	padding-top: 39px;
}

#image {
	float: right;
	display: inline;
	width: 709px;
	height: 529px;
}

#border {
	float: left;
	display: inline;
	width: 189px;
	height: 1px;
	background-color: #720022;
	margin: 0 728px 0 43px;
	overflow: hidden;
}

#content {
	float: left;
	display: inline;
	width: 932px;
	padding: 27px 14px 10px 14px;
}

#text {
	float: left;
	display: inline;
	width: 712px;
	min-height: 292px;
	height: auto !important;
	height: 292px;
	padding-right: 14px;
}

h1 {
	color: #eae1d6;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

h2 {
	color: #ecd1af;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	border: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
}

#quicklinks {
	float: left;
	display: inline;
	width: 206px;
	height: auto;
}

#quicklinks a.mailinglist {
	float: left;
	display: block;
	width: 152px;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #b5093c;
	border: 1px solid #4f211f;
	padding: 20px;
	text-align: left;
	text-decoration: none;
}

#quicklinks a:hover.mailinglist {
	color: #b5093c;
	border: 1px solid #deb27a;
	text-decoration: none;
}

.mailinglist-text {
	color: #deb27a;
	font-size: 18px;
}

#footer {
	margin: auto;
	text-align: right;
	width: 960px;
	height: 20px;
}

#footer a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #6e6e6e;
	text-decoration: none;
}

#footer a:hover {
	font: 10px Arial, Helvetica, sans-serif;
	color: #6e6e6e;
	text-decoration: underline;
}

/* end of styling for main template */

/* Menu buttons styling */

#quicklinks a.menu_btn {
	float: left;
	display: block;
	width: 184px;
	font: 16px/16px Arial, Helvetica, sans-serif;
	color: #eae1d6;
	border-top: 1px solid #8a7252;
	border-bottom: 1px solid #8a7252;
	padding: 14px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 20px;
}

#quicklinks a:hover.menu_btn {
	color: #8a7252;
	border-top: 1px solid #eae1d6;
	border-bottom: 1px solid #eae1d6;
	text-decoration: none;
}

/* end of Menu buttons styling */

/* reviews page styling */

.reviewcontainer {
	float: left;
	display: inline;
	width: 700px;
	margin-bottom: 20px;
}

.reviewtext {
	float: left;
	display: inline;
	width: 450px;
	min-height: 38px;
	height: auto !important;
	height: 38px;
	padding-left: 40px;
	background-image: url(../images/reviews/speechmark66.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #ecd1af;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
}

.reviewauthor {
	clear: left;
	float: left;
	display: inline;
	text-align: right;
	width: 450px;
	min-height: 38px;
	height: auto !important;
	height: 38px;
	padding-right: 40px;
	background-image: url(../images/reviews/speechmark99.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
}

.reviewimage {
	float: right;
	display: inline;
	width: 190px;
	height: auto;
	padding-left: 20px;
}

/* end of reviews page */

/* 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;
	background-color: #1e1e1e;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #ecd1af;
	border: #4f211f solid 1px;
	width: 185px;
}

select {
	background-color: #1e1e1e;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #ecd1af;
	border: #4f211f solid 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	height: 20px;
}

.selectdate {
	width: 61px;
}

.submit {
	background-color: #1e1e1e;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #ecd1af;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 150px;
	height: 21px;
	border: #4f211f solid 1px;
}

/* End of Form Styling */

.sub-nav {
	height:0px;
	overflow:hidden;
}