﻿body {
	background-color: #ffffff;
	font-family: 'Calibri', 'Gill Sans', 'Trebuchet MS', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

div#m_container {
	margin: 0px auto;
	text-align: left;
	width: 1000px;
	min-width: 1000px;
	max-width: 1000px;
	overflow: hidden;
}

div#m_header { padding: 0px; }
div#m_content {
	margin-top: 5px;
	margin-bottom: 20px;
}
div#m_footer_link {
	border-top: solid 1px #666; 
	background-color: #eee;
	margin-top: 45px;
	line-height: 1.5em;
}
div#m_footer {
	border-top: solid 1px #666; 
	font-size: .9em;
	padding-top: 5px;
}
div#m_footer_link .header{
	font-weight: bold; 
	margin-top: 3px;
	margin-bottom: 5px;
}
div#m_footer_link a{
	color: #666666;
}
div#m_footer_link a:hover{
	color: #bf6824;
}
div#m_footer td { font-size: .9em; }
div.hspacer { 
	border-bottom: solid 1px #ddd; 
	margin-top: 15px; 
	margin-bottom: 20px; 
	font-size: 1px; 
	line-height: 1px; 
	clear: both;
}

table { border-collapse: collapse; }
td { font-size: 14px; }

img { border: none; }
img.main_right { 
	margin-left: 40px; 
	margin-bottom: 20px; 
	float: right; 
}
img.main_left {
	margin-right: 40px; 
	margin-bottom: 20px; 
	float: left; 
}
img.main_right_sm { 
	margin-left: 10px; 
	margin-bottom: 10px; 
	margin-top: 5px;
	float: right; 
}
img.main_left_sm {
	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-top: 5px;
	float: left; 
}

a {
	color: #bf6824;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a.moreinfo { 
	font-weight: bold; 
	background-image:url(../img/arw_rt.png); 
	background-repeat:no-repeat; 
	background-position: center right; 
	padding-right: 15px; 
	clear: both;
}

p { line-height: 1.4em; }
h1 { 
	font-size: 25px; 
	color: #669933; 
	margin-top: 25px; 
	margin-bottom: 25px; 
	letter-spacing: 6px; 
}
h2 { 
	font-size: 17px; 
	color: #666666; 
	margin-top: 10px; 
	margin-bottom: 10px; 
}
h3 { 
	font-size: 16px; 
	color: #666666; 
	margin-top: 5px; 
	margin-bottom: 7px; 
}
h4 { 
	font-size: 20px; 
	color: #666666; 
	margin-top: 16px; 
	margin-bottom: 16px; 
}
h5 { 
	font-size: 17px; 
	color: #bf6824; 
	margin-top: 10px; 
	margin-bottom: 10px; 
}
h6 { 
	font-size: 72px; 
	color: #666666; 
	font-weight: bold;
	text-align: center;
	margin-top: 10px; 
	margin-bottom: 10px; 
}
h7 { 
	font-size: 36px; 
	color: #666666; 
	font-weight: bold;
	text-align: center;
	margin-top: 10px; 
	margin-bottom: 10px; 
}
label { 
	font-weight: bold; 
	margin-right: 15px; 
}
.hlightcap {
	color: #666666;
	font-style: italic;
	margin-bottom: 5px;
}

ul.featurenav {
	padding-left: 16px;
	margin: 0px; 
}
ul.featurenav ul {
	padding-left: 16px;
	margin: 0px; 
	margin-top: 10px;
}
ul.featurenav a {
	color: #666;
	text-decoration: none;
}
ul.featurenav a:hover {
	color: #bf6824;
	text-decoration: underline;
}
ul.featurenav li {
	list-style-image: url(../img/dot_gray_open.png);
	vertical-align: middle;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 13px;
}
ul.featurenav li.sb_selected {
	list-style-image: url(../img/dot_gray.png);
	vertical-align: middle;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 13px;
}

td.hz_cont { 
	border-right: solid 1px #ddd; 
	padding: 15px; 
}
td.hz_cont_last { 
	border-right: none; 
	padding: 15px; 
}
td.hz_cont h3 { margin-top: 0px; }
td.hz_cont_last h3 { margin-top: 0px; }
	