:root{
	overflow-y:scroll;
}

.printOnly {
	display: none;
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body,
#Wrapper {
	color: #fff;
	background: #a63d00 url(/i/terracotta.gif) top center repeat-y;
}

#Wrapper {
	position: relative;
	width: 760px;
	height: 100%;
	margin: 0 auto;
}

#Header {
	float: left;
	width: 190px;
	height: 180px;
}

#Logo {
	margin: 17px 0 10px 25px;
}

#Content {
	width: 505px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 80%;
	float: right;
	padding: 20px 0 0 0;
}

#Footer {
	width: 505px;
	float: right;
	clear: both;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 70%;
	text-align: center;
	padding: 3em 0;
}
#Footer .hr {
	margin: 0 0 22px 0;
}
#Footer .qai {
	width: 245px;
	float: left;
	text-align: right;
}
#Footer .cor {
	width: 245px;
	float: right;
	text-align: left;
}

h1 span, h2 span {
	margin-left: -999em;/* image replacement */
}

h1, h2, h3, h4, p {
	margin: 0;/* avoid Gecko margin bug */
}

h1 {
	font-size: .01em;
	padding:0;
}

h2 {
	height: 60px;
	line-height: 60px;
	font-size: 2.6em;
	font-weight: normal;
}

h3 {
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: .03em;
	padding: 18px 0 10px 0;
}

h4 {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .03em;
	padding: 10px 0 5px 0;
}

p, li, dl, th, td {
	font-size: 1em;
}

p {
	padding: .3em 0;
	line-height: 1.5em;
}

address {
	font-style: normal;
}

dt {
	text-transform: uppercase;
}
dd {
margin: 0 0 0 3em;
}
dd, dd dt {
	padding: .2em 0;
}
dd dt {
	float: left;
	clear: left;
	width: 5em;
}

ul.simple,
ul.healthClaims {
	padding: 1em 0 1em 2.2em;
	margin: 0;
}
ul.first {
	padding: .3em 0 1em 2.2em;
}

ul.simple li,
ul.healthClaims li {
	line-height: 1.3em;
	list-style-type: square;
	padding: .15em 0;
}

ul.intraPage {
	padding: 16px 0 0 1px;
	margin: 0;
}
ul.intraPage li {
	line-height: 1.3em;
	list-style-type: none;
	padding: .1em 0;
}

div.spot {
	float: right;
	clear: right;
	width: 230px;
	margin-top: .8em;
	margin-left: 22px;
}

div.spot img {
	border: 2px solid #fff;
}

div.spot ul.simple {
	padding: 17px 0 0 1.2em;
}

div.spot h4 {
	padding: 22px 0 0 0;
}

blockquote.feature {
	margin-top: 22px;
	clear:both;
}

blockquote.feature p,
blockquote.feature2 p {
	font-family: 'Georgia', 'Times New Roman', times, serif;
	font-style: italic;
	padding: 0;
}
blockquote.feature p {
	font-size: 1.3em;
	line-height: 1.4em;
}
blockquote.feature2 p {
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: .03em;
}

blockquote.feature cite,
blockquote.feature2 cite {
	font-style: normal;
	font-size: .85em;
}

blockquote.feature2 img {
	float: left;
	margin-right: 22px;
}

div.hr {
	clear: both;
	height: 22px;
	border-bottom: 2px solid #fff;
}


/** Links **/
#Content a,
#Footer a {
	color: #fff;
	border-bottom: 1px dotted;
	text-decoration: none;
}

#Content a:hover {
	background: #8c3300;
	border-bottom: 1px solid #8c3300;
}

#Content a.img,
#Content a.img:hover {
	border-bottom: none;
	background: none;
}
a img {
	border: none;
}

/** Nav **/
#Nav {
	position: absolute;
	top: 220px;
	left: 13px;
	width: 200px;
	list-style: none;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 90%;
	padding: 0;
	margin: 0;
	border: none;
}

#Nav li ul {
	display:none;
}

#Nav li.active ul {
	display:block;
	list-style: none;
	padding: 0;
	margin: 0;
}

#Nav a {
	display: block;
	color: #835323;
	text-decoration: none;
	height:20px;
	padding-left: 20px;
}
#Nav a:hover {
	color: #dc9b03;
}

#Nav li.active a {
	color: #fff;
	background-image: url(/i/menu-bgd.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#Nav li.active span.current {
	display: block;
	color: #a63d00;
	height:20px;
	padding-left: 20px;
	background: url(/i/menu-current-bgd.gif) top left no-repeat;
}

#Nav li.active a:hover {
	background: url(/i/menu-hover-bgd.gif) top left no-repeat;
}

#Nav .bot {
	display: none;
}

#Nav li.active {
	padding: 20px 0 0 0;
	background: #a63d00 url(/i/menu-top-bgd.gif) top left no-repeat;
}

#Nav li.active .bot {
	display: block;
	height: 20px;
	background: url(/i/menu-bot-bgd.gif) top left no-repeat;
	margin: 0 0 -5px 0;
}

/** Tab Panels **/
#TabPanels
{
	clear: both;
}

.panelOff {
	display: none;
}

#TabPanelList.script
{
	display: block;
	clear:both;
	height: 22px;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 2px solid white;
}

#TabPanelList.script li
{
	float: left;
	background: none;
	padding: 0 5px 0 0;
	margin: 0;
}

#TabPanelList.script li a,
#TabPanelList.script li a:hover
{
	display: block;
	background: none;
	line-height:22px;
	padding: 0 10px;
	border: none;
}

#TabPanelList.script li.selected
{
	background: url(/i/tab-bgd-r.gif) top right no-repeat;
}

#TabPanelList.script li.selected a,
#TabPanelList.script li.selected a:hover
{
	color:  #835323;
	background: url(/i/tab-bgd-l.gif) top left no-repeat;
}
