/* overall formatting */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #e1dbc5 url(img/bgimg.gif) top center repeat-y; /* browser bug: use odd number width of bgimg */
}
a:link {
	color:#000000;
	text-decoration: underline;
}
a:active {
	color:#682f72;
	text-decoration: underline;
}
a:visited {
	color:#000000;
	text-decoration: underline;
}
a:hover {
	color:#682f72;
	text-decoration: underline;
}
ol, ul {
	font-family: Arial, Verdana, sans serif;
	font-size: 10pt;
	color: #000000;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 10px;
}
li {
	font-family: Arial, Verdana, sans serif;
	font-size: 10pt;
	color: #000000;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 5px;
}
form {
	margin: 0;
	padding: 0;
}
address {
	font-family: Arial, Verdana, sans serif;
	font-size: 10pt;
	color: #000000;
	font-style: italic;
}
h1 {
	font-family: Arial, Verdana, sans serif;
	font-size: 20pt;
	color: #d57500;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 15px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Verdana, sans serif;
	font-size: 14pt;
	font-weight: bold;
	color: #d57500;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 15px;
}
h3 {
	font-family: Arial, Verdana, sans serif;
	font-size: 12pt;
	font-weight: bold;
	color: #d57500;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 15px;
}
h4 {
	font-family: Arial, Verdana, sans serif;
	font-size: 11pt;
	font-weight: bold;
	color: #d57500;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 15px;
}
h5 {
	font-family: Arial, Verdana, sans serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #682f72;
	line-height: 150%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
}
h6 {
	font-family: Arial, Verdana, sans serif;
	font-size: 10pt;
	font-weight: bold;
	color: #682f72;
	line-height: 150%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
}
p {
	padding-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.text {
	font-family: Arial, Verdana, sans serif;
	font-size: 10pt;
	color: #000000;
	line-height: 150%;
}
.text_big {
	font-family: Arial, Verdana, sans serif;
	font-size: 11pt;
	color: #000000;
	line-height: 150%;
}
.text_small {
	font-family: Arial, Verdana, sans serif;
	font-size: 9pt;
	color: #000000;
}
.disclaimer {
	font-family: Arial, Verdana, sans serif;
	font-size: 8pt;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
}
.highlight_squash {
	font-family: Arial, Verdana, sans serif;
	font-size: 10pt;
	color: #d57500;
	line-height: 150%;
}
.highlight_merlot {
	font-family: Arial, Verdana, sans serif;
	font-size: 10pt;
	color: #682f72;
	line-height: 150%;
}
ol {
	font-family: Arial, Verdana, sans serif;
}

/* container */
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:#ffffff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
}

/* header */
div#header {
	width: 750px;
	bottom:0;
}
#header-print {
	display: none;
}

/* top nav */
div#topnav {
	width: 750px;
	height: 22px;
	border-top: 1px solid #81723f;
	border-bottom: 1px solid #81723f;
	background: url(img/bgimg-topnav.gif) top left repeat-x;
}
div#topnavitems {
	float:left;
	padding-left: 13px;
	padding-top: 3px;
	font-family: Arial, Verdana, sans serif;
	font-size: 9pt;
	color: #9b8948;
}
div#topnavitems a:link {
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
div#topnavitems a:active {
	font-weight: bold;
	color:#682f72;
	text-decoration: none;
}
div#topnavitems a:visited {
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
div#topnavitems a:hover {
	font-weight: bold;
	color:#682f72;
	text-decoration: none;
}
div#search {
	float: right;
	padding-right: 8px;
	padding-top:1px;
	font-family: Arial, Verdana, sans serif;
	font-size: 9pt;
	color: #000000;
}
/* search */
#txtSearchText {
	font-family: Arial, Verdana, sans serif;
	font-size: 9pt;
	color: #000000;
	border: 1px solid #81723f;
	height: 14px;
	width: 120px;
	background-color: #eae6d7;
}
#btnSearch {
	font-family: Arial, Verdana, sans serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	border: 1px outset #81723f;
	height:18px;
	width: 15px;
	background-color: #c8bc93;
}

/* side nav */
td#sidenav {
	width: 215px;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
}
div#textsize {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: Arial, Verdana, sans serif;
	font-size: 9pt;
	color: #000000;
	background: url(img/bgimg-sidenav.gif) top left no-repeat;
}
div#textsize input {
	font-family: Arial, Verdana, sans serif;
	font-size: 8pt;
	color: #000000;
	border: 1px outset #d3ceba;
	height:22px;
	background-color: #eae6d7;
}

div#banners {
	margin-left: 13px;
	margin-top: 35px;
}
#banners img {
	border: 1px solid #b5a56f;
}

/* main area */
div#content {
	padding:0em 0em 20em; /* bottom padding for footer */
}
table#content_table {
	width: 750px;
	border: 0;
	padding: 0;
	margin: 0;
}
table#body_table {
	width: 535px;
	border: 0;
	padding: 0;
	margin: 0;
}
td#body {
	width: 535px;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
}
td#body_col1 {
	padding-top: 15px;
	padding-left: 18px;
	text-align:left;
	border: 0;
	margin: 0;
}
td#body_col2 {
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 20px;
	text-align:left;
	border: 0;
	margin: 0;
}
#breadcrumbs {
	font-family: Arial, Verdana, sans serif;
	font-size: 9pt;
	color: #5d4617;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
}
#breadcrumbs a:link {
	color:#5d4617;
	text-decoration: none;
}
#breadcrumbs a:active {
	color:#000000;
	text-decoration: underline;
}
#breadcrumbs a:visited {
	color:#5d4617;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color:#000000;
	text-decoration: underline;
}
#image {
	display:block;
	float:right;
	top:0px;
	left:0px;
	position:relative;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #b5a56f;
}
table#table {
	width: 100%;
	font-family: Arial, Verdana, sans serif;
	font-size: 9pt;
	color: #000000;
	padding: 3px;
	margin-bottom: 20px;
}
th#table_header {
	border-top: 1px solid #b5a56f;
	background-color: #dad2b7;
	border-bottom: 1px solid #b5a56f;
	padding: 4px;
}
td#table_content {
	border-bottom: 1px solid #b5a56f;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* column 2 formatting */
div#col2_content {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
}
div#col2_content a:link {
	color:#000000;
	text-decoration: underline;
}
div#col2_content a:active {
	color:#7f2490;
	text-decoration: underline;
}
div#col2_content a:visited {
	color:#000000;
	text-decoration: underline;
}
div#col2_content a:hover {
	color:#7f2490;
	text-decoration: underline;
}
#button {
	font-family: Arial, Verdana, sans serif;
	font-size: 8pt;
	color: #000000;
	border: 1px outset #81723f;
	background-color: #c8bc93;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* column 2 - style 1 - white background */
#col2_style1 {
	width:169px;
	text-align:left;
	border:0;
	padding:0;
	padding-bottom: 15px;
	padding-top: 20px;
}
div#col2_style1_verytop {
	height: 1px;
	padding:0;
	margin:0;
}
div#col2_style1_top {
	background: #ffffff;
	width: 169px;
	height:1px;
	padding:0;
	margin:0;
}
div#col2_style1_middle {
	background: #ffffff;
	width: 169px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div#col2_style1_bottom {
	background: #ffffff;
	width: 169px;
	height:1px;
	padding:0;
	margin:0;
}
div#col2_style1_verybottom {
	height: 1px;
	padding:0;
	margin:0;
}

/* column 2 - style 2 - beige background */
#col2_style2 {
	width:169px;
	text-align:left;
	border:0;
	padding:0;
	padding-bottom: 15px;
}
div#col2_style2_verytop {
	height: 1px;
	padding:0;
	margin:0;
}
div#col2_style2_top {
	background: url(img/col2-background-top.gif) top left no-repeat;
	background-repeat: no-repeat;
	width: 169px;
	height:20px;
	padding:0;
	margin:0;
}
div#col2_style2_middle {
	background: #ece8db;
	width: 169px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div#col2_style2_bottom {
	background: url(img/col2-background-bottom.gif) top left no-repeat;
	background-repeat: no-repeat;
	width: 169px;
	height:20px;
	padding:0;
	margin:0;
}
div#col2_style2_verybottom {
	height: 1px;
	padding:0;
	margin:0;
}

/* column 2 - style 3 - bordered boxes */
#col2_style3 {
	width:169px;
	text-align:left;
	border:0;
	padding:0;
	padding-bottom: 15px;
}
div#col2_style3_verytop {
	height: 1px;
	padding:0;
	margin:0;
}
div#col2_style3_top {
	background: url(img/col2-bordered-top.gif) top left no-repeat;
	background-repeat: no-repeat;
	width: 169px;
	height:20px;
	padding:0;
	margin:0;
}
div#col2_style3_middle {
	background: url(img/col2-bordered-middle.gif) top left repeat-y;
	background-repeat: repeat-y;
	width: 169px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div#col2_style3_bottom {
	background: url(img/col2-bordered-bottom.gif) top left no-repeat;
	background-repeat: no-repeat;
	width: 169px;
	height:20px;
	padding:0;
	margin:0;
}
div#col2_style3_verybottom {
	height: 1px;
	padding:0;
	margin:0;
}

/* footer */
div#footer {
	position:absolute;
	width:100%;
	bottom: 0px; /* stick to bottom */
	background:#ffffff;
	padding:0;
	margin:0;
}
div#footertext {
	padding-top: 10px;
	padding-bottom: 25px;
	font-family: Arial, Verdana, sans serif;
	font-size: 8pt;
	color: #000000;
	text-align: center;
	line-height: 150%;
}
#footerlink a:link {
	font-family: Arial, Verdana, sans serif;
	font-size: 8pt;
	color:#5d4617;
	text-decoration: underline;
}
#footerlink a:active {
	font-family: Arial, Verdana, sans serif;
	font-size: 8pt;
	color:#000000;
	text-decoration: underline;
}
#footerlink a:visited {
	font-family: Arial, Verdana, sans serif;
	font-size: 8pt;
	color:#5d4617;
	text-decoration: underline;
}
#footerlink a:hover {
	font-family: Arial, Verdana, sans serif;
	font-size: 8pt;
	color:#000000;
	text-decoration: underline;
}

.hide {
display:none;
}

#blog {
width:95%;
}
#blogEntries {
width:37em; !important
}
