html { min-height: 101%; }

.IFrameSupport {padding-left:-335px; margin-top:-15px; width:860px; }

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/** text-align: center; **/
	color: #000;
	background: #fff;
}

h1 {
	padding: 0 0 1em 0;
	font-weight: normal;
	font-size: 22px;
}

h2 {
	padding: 1em 0 .5em 0;
	font-weight: normal;
	font-size: 18px;
}

h3 {
	padding: 1em 0 .5em 0;
	font-size: 16px;
}

table,img,fieldset {
	border-style: none
}

a,h1,h2,h3 {
	color: #df0003;
}

a:hover {
	text-decoration:none;
}

input,label,select {
	vertical-align: middle;
}

#Wrapper {
	margin: 0 auto;
	padding: 54px 0;
	width: 900px;
	overflow: hidden;
	text-align: left;
}

#Header {
	height: 72px;
	overflow: hidden;
	background: url(../img/header.gif) repeat-x;
}

#Logo {
	float: right;
	width: 250px;
	text-align: right;
}

#Menu {
	float: left;
	width: 650px;
}

#Menu .top  {
	height: 29px;
	overflow: hidden;
	font-size: 11px;
}

#Menu .top a.on {
	background: #df0003;
}

#Menu .top a {
	padding: 8px 13px 13px 14px;
	line-height: 31px;
	display: inline;
	text-decoration: none;
	color: #fff;
	border-right: solid 1px #fff;
}

#Menu .top a:hover {
	background: #df0003;
}

#Menu .sub  {
	padding: 1px 14px;
	height: 23px;
	overflow: hidden;
}

#Menu .sub li {
	float: none;
	display: inline;
}

#Menu .sub a,
#Menu .sub strong {
	padding: 0 20px 0 9px;
	font-size: 11px;
	line-height: 22px;
	text-decoration: none;
}

#Menu .sub a {
	color: #fff;
}

#Menu .sub a:hover,
#Menu .sub .on a {
	background: url(../img/li-sub.gif) no-repeat 0 4px;
	background-position: 0 4px !important;
}

#Menu .sub a:hover {
	text-decoration: underline;
}

#Sidebar {
	float: left;
	width: 320px;
}

#Title {
	height: 130px;
	overflow: hidden;
	background: #de0004;
}

#Title h1 {
	padding: 88px 0 0 18px;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
}

#Sidebar ul {
	padding: 4px 39px 10px 18px;
}

#Sidebar ul ul {
	padding: 0;
}

#Sidebar li {
	float: inline;
	font-size: 11px;
}

#Sidebar li a {
	display: block;
	padding: 0 0 0 24px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	color: #3f4c55;
	background: url(../img/li-side1.gif) no-repeat 0 9px;
	border-bottom: solid 1px #bbb;
}

#Sidebar li li a {
	padding-left: 40px;
	background-position: 15px 9px;
}

#Sidebar li li li a {
	padding-left: 54px;
	background-position: 30px 9px;
}

#Sidebar li a:hover {
	background-color: #f5f5f5;
}

#Sidebar p.search {
	padding: 10px 0 35px 18px;
}

#SupportFrame {
	margin-left: -100px;
}

#Body {
	float: right;
	width: 580px;
}

#Body .path {
	padding: 4px 0 4px 16px;
	font-size: 10px;
	color: #999;
}

#Body .path .l {
	float: left;
}

#Body .path .r {
	float: right;
	text-align: right;
}

#Body .path a {
	color: #79848d;
	text-decoration: none;
}

#Body .path a:hover {
	text-decoration: underline;
}

#Body .content {
	padding: 38px 16px;
}

#Body .content p {
	padding: 0 0 1.2em 0;
}

#Body .content ul {
	padding: 0 3em 1em 3em;
}

#Body .content li {
	padding: 0 0 .5em 0;
	list-style: disc;
}

#Body .content .br .l50 {
	float: left;
	width: 48%;
}

#Body .content .br .r50 {
	float: right;
	width: 48%;
}

#Body .content table.defTable {
	margin: 0 0 1em 0;
	width: 100%;
	background: #eee;
}

#Body .content table.defTable th {
	padding: .2em .5em;
	font-weight: normal;
	font-size: 18px;
	vertical-align: top;
	color: #df0003;
}

#Body .content table.defTable td {
	padding: .5em;
	font-size: 13px;
	vertical-align: top;
	background: #fff;
}

#Footer {
	padding: 6px 18px;
	font-size: 11px;
	color: #fff;
	background: #3f4c55;
}

#Footer p {
	display: inline;
}

#Footer a {
	color: #fff;
	text-decoration: none;
}

#Footer .l {
	float: left;
}

#Footer .r {
	float: right;
	text-align: right;
}

/* Clearfix
----------------------------------------------------------- */

.br:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.br {
    display: inline-block;
}

.br {
    display: block;
}

* html .br {
    height: 1px;
}
