/* Print Style for CMS Site */

/* Display:None Area */

#header {
	display: none;
}

#navigation {
	display: none;
}

#footer {
	display: none;
}

/* /DoNotDisplay Style */

/* MainSiteControl Style */

a {
  color: #cbb32e;
}

body {
	background-color: white;
}

#bodywrap {
	font-family: Arial, Helvetica, sans-serif;
}

#sitebrand img {
	margin: auto;
}

#tagline {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24pt;
	padding: 0;
	margin: 0;
}

#content h3, h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}

#logo {
	margin: 0 300px 0 300px;
}

#sidebar {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

#sidebar p {
	margin: 0;
	text-align: left;
}

#sidebar h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom: #d7dca4 solid 1px;
}

#sidebar h5 {
	color: #b19c27;
	font-size: 12px;
	margin: 0;
	padding-bottom: 5px;
}

#sidebar h6 {
	margin: 5px 0 20px 0;
}

#sidebar ul {
	margin-right: 35px;
}

#sidebar li {
	list-style: none;
	text-align: center;
}


#copyright {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}

/* /MainSiteControl Style */

/* About Us Style */

table {
	border-collapse: collapse;
}

th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #b19c27;
	text-align: center;
}

td {
	text-align: center;
	padding: 0 10px 0 10px;
}

.imgShadowLeft {
	float: left;
	background: url(backgrounds/shadow.png) no-repeat bottom left;
	margin: 0 5px 5px 0;
}

.imgShadowRight {
	float: right;
	background: url(backgrounds/shadow.png) no-repeat bottom right;
	margin: 5px 0 0 5px;
}

.bio {
	padding-bottom: 20px;
	border-bottom: 2px solid #b19c27;
	margin-bottom: 10px;
}

.bio h3 {
	padding-bottom: 5px;
}

.bio h4 {
	padding: bottom: 1px;
	text-align: center;
}

.bio h5, h6 {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Coupon Style */

#coupon {
	border: dotted;
	padding: 5px;
	width: 365px;
	margin: 0 230px 0 230px;
}

h3.cn {
	padding-bottom: 5px;
}

h4.cn {
	margin: 0;
	color: #b19c27;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h5.cn {
	color: black;
	margin: 5px;
	border: solid black 1px;
	padding: 5px;
}

h6.cn {
	padding: 10px;
}

#coupon p {
	margin: 0;
	text-align: center;
}

#coupon h3, h4, h5, h6 {
	text-align: center;
}