@import url(reset.css);

/* @group general */
body {
	background-color: #B66004;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	margin: 0px;
	text-align: center;
}
a:link,
a:visited {
	text-decoration: none;
	color:#22062D;
}
a:hover,
a:active {
	text-decoration: underline;
}
	
h1, h2, h3,  h5, h6 {
	color:#22062D;
	font-weight: bold;
	font-size: 1.1em;	
}
h1 {
	display: none;
}
h3 {
	background-color: #999;
	color: #fff;
	margin-bottom:20px;
	padding: 6px 12px;
}
h4 {
	font-weight:normal;
	color:#22062D;
	margin-bottom: 12px;
}
strong {
	font-weight: bold;
}
.listNormal ul, 
.listNormal ol, 
ul.listNormal, 
ol.listNormal {
	padding-left: 40px;
}
.listNormal ul li,
ul.listNormal li{
	list-style-type: disc;
}
.listNormal ol li,
ol.listNormal li{
	list-style-type: decimal;
}
#skip {
	display: none;
}


/* @group floats */
.left {
	float: left;
}
.right {
	float: right;
}
.clearit {
	clear: both;
}
.clearleft {
	clear: left;
}
/* @end floats */


/* @end general*/



/* @group layout */
#container {
	width:600px;
	background-color:#fff;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 auto; 
	padding:20px 50px 30px 50px;
	text-align:left;
}
#header {
	height:104px;
	margin-bottom:50px;
}
ul#header{
	float: left;
}
#header li{
	list-style-type: disc;
	float: left;
	margin-right: 20px;
}
#header li.first{
	list-style-type: none;
}
#header img{
	float: right;
}
.thumb{
	padding:22px 0 20px 1px;
	background:url(/img/web/frame/bg.gif) no-repeat;
	float:left;
	width:175px;
}
.description{
	float:right;
	width:420px;
}
#content li {
	padding-bottom:30px;
}
#content li .listNormal li{
	padding-bottom: 0;
}
#content li .PTNlist .listNormal li{
	padding-bottom: 8px;
}

dt {
	font-weight: bold;
	font-style: italic;
	padding: 3px 8px 0 0;
}
dd {
	padding-bottom: 8px;
}
p {
	clear: both;
	padding: 15px 0;
}
dd p{
	padding-top: 0;
}

p.compliance {
	padding-top: 0;
	font-size: .84em;
}
.small {
	padding-top: 0;
	font-size: .84em;
}




/* @end layout */