body {
	background-color: black;
	background-image: url('/css/header_profile.png');
	background-position: left top;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a {
	color: #BA1B22;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0 none;
}

h1 {
	color: #BA1B22;
	font-size: 20px;
}

h2 {
	color: #BA1B22;
	font-size: 12px;
	text-transform: uppercase;
}

h3 {
	color: #BA1B22;
	font-size: 11px;
}

div#page-wrapper {
	background-color: black;
	color: black;
	height: auto;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

div#page-header {
	background-image: url('/css/header.png');
	background-position: left top;
	background-repeat:no-repeat;
	color: white;
	height: 95px;
	position: relative;
	white-space: nowrap;
	width: 100%;
	z-index: 25;	/* For IE */
}

div#page-header a {
	behavior:url("/css/IEFixes.htc");
	color: white;
	display: block;
	float: left;
	font: inherit;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

div#page-header a:hover {
	background-color: #BA1B22;
	text-decoration: none;
}

div#page-header a#header-enfora-link {
	border: 0 none;
	display: block;
	height: 57px;
	left: 20px;
	position: absolute;
	top: 5px;
	width: 250px;
}

div#page-header a#header-enfora-link:hover {
	background-color: transparent;
}

div#language-select {
	font-size: 9px;
	left: 300px;
	position: absolute;
	text-align: center;
	top: 8px;
	width: 150px;
}

div#language-select a {
}

div#header-top-links {
	font-size: 9px;
	left: 400px;
	position: absolute;
	text-align: center;
	top: 8px;
	width: 340px;
}

div#header-top-links a {
}

div#header-search {
	font-size: 11px;
	position: absolute;
	margin: 0;
	padding: 0;
	right: 95px;
	text-align: left;
	top: 9px;
	width: 130px;
}

div#header-search input {
	background-color: transparent;
	border: none;
	color: white;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 100%;
}
div#header-search input#header-search-submit {
	width: 11px;
	height: 11px;
}

div#header-top-nav {
	font-size: 11px;
	left: 300px;
	position: absolute;
	text-align: center;
	top: 43px;
	width: 600px;
	z-index: 30;	/* For IE */
}

/* Container for top-nav link and its ul dropdown. */
div#header-top-nav div {
	behavior:url("/css/IEFixes.htc");
	float: left;
	position: relative;
	z-index: 35;	/* For IE */
}

div#header-top-nav a {
	padding: 5px 15px;
}

div#header-top-nav div ul {
	behavior:url("/css/IEFixes.htc");
	left: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	visibility: hidden;
	width: auto;
	z-index: 40;
}

div#header-top-nav div:hover ul,
div#header-top-nav div ul:hover
{
	visibility: visible;
}

div#header-top-nav li.header-sub-nav {
	font-size: 9px;
	margin: 0;
	padding: 0;
}

div#header-top-nav a.header-sub-nav {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-top: none;
	border-right: 1px solid black;
	background-color: #F8F8F8;
	color: black;
	/* margin-left: -1px;	/* Compensate for 100% width + 2px border */
	padding: 5px 2px;
	text-transform: none;
	width: 100%;
}

div#header-top-nav a.header-sub-nav:hover {
	background-color: #BA1B22;
	color: white;
}

div#header-icons {
	position: absolute;
	right: 20px;
	top: 43px;
	width: 100px;
}

div#header-icons a {
	border: 1px solid black;
	padding: 0;
}

div#header-icons a:hover {
	background: none;
	border: 1px solid #BA1B22;
}

div#page-footer {
	background-image: url('/css/footer.png');
	background-position: left bottom;
	background-repeat:no-repeat;
	clear: both;
	color: white;
	height: 58px;
	padding-top: 35px;
	text-align: center;
	width: 100%;
}

div#page-footer a {
	color: white;
	font: inherit;
	font-size: 11px;
	text-transform: uppercase;
}

div#page-footer a:hover {
	text-decoration: underline;
}

div#page-footer div#copyright {
	font-size: 9px;
	margin-top: 5px;
}

div#page-center {
	background-color: white;
	clear: both;
	height: auto;
	margin: 0 10px 0 10px;
	position: relative;
	width: 980px;
	z-index: 10;
}

div.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

/* Info pages */
div#info-top {
	margin-left: 20px;
}

div#bc {
	color: #BA1B22;
}

div#bc a {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

div#info-left {
	float: left;
	margin-left: 20px;
	overflow: hidden;
	width: 180px;
}

div#info-left ul {
	list-style-type: none;
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

div#info-left ul li {
	padding: 3px 0;
}

div#info-left a {
	font: inherit;
	font-size: 10px;
	color: #BA1B22;
	text-decoration: underline;
	text-transform: uppercase;
}

div#info-left a:hover {
}

div#info-center-right {
	float:right;
	width: 774px;
}

div.info-center {
	float: left;
	overflow: hidden;
	width: 456px;
}

div.info-right {
	float: right;
	overflow: hidden;
	padding: 0;
	width: 317px;
}

div.info-right h2,
div.info-right h3
{
	margin-left: 40px;
}

div.info-right ul {
	list-style-type: none;
	margin: 0;
	margin-left: 60px;
	padding: 0;
}

div.info-right ul li {
	padding: 3px 0;
}

div.info-right a {
	color: black;
	font-size: 11px;
	text-decoration: none;
}

div.info-right a:hover {
	text-decoration: underline;
}

div.info-right div.box {
	behavior:url("/css/IEFixes.htc");
	float: left;
	position: relative;
}

div.info-right div.box a {
	display: block;
	font-size: 0;
	text-decoration: none;
}

div.info-right div.box-top,
div.info-right div.box-bottom {
	background-image: url('/css/black.png');
	color: white;
	font-size: 10px;
	left: 0;
	position: absolute;
	width: 100%;
}

div.info-right div.box-top {
	top: 25%;
}

div.info-right div.box-bottom {
	top: 25%;
}

div.info-right div.box:hover div.box-top,
div.info-right div.box:hover div.box-bottom {
	background-image: url('/css/red.png');
}

div.info-right div.box-top h2,
div.info-right div.box-bottom h2 {
	color: white;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 6px 0;
	text-align: center;
	text-transform: none;
	width: 100%;
}

div.info-right div.box-top p,
div.info-right div.box-bottom p {
	padding-left: 45%;
}

div.bottom-box {
	background-color: #3E3E3E;
	behavior:url("/css/IEFixes.htc");
	float: left;
	margin-top: 5px;
	position: relative;
}

div.bottom-box:hover {
	background-color: #BA1B22;
}

div.bottom-box a {
	display: block;
	font-size: 0;
	text-decoration: none;
}

div.bottom-box34,
div.bottom-box56 {
	left: 5%;
	position: absolute;
	top: 10%;
	width: 90%;
}

div.bottom-box34 h2,
div.bottom-box56 h2 {
	color: #BA1B22;
	font-size: 14px;
	margin: 0;
	text-align: center;
	text-transform: none;
}

div.bottom-box56 h2 {
	font-size: 12px;
}

div.bottom-box34 p,
div.bottom-box56 p {
	color: white;
	font-size: 10px;
	padding-left: 45%;
}

div.bottom-box56 p {
	font-size: 9px;
}

div.bottom-box34 p a,
div.bottom-box56 p a {
	color: white;
	display: inline;
	font-size: 10px;
	text-decoration: underline;
}

div.bottom-box34 p a:hover,
div.bottom-box56 p a:hover {
	color: #BA1B22;
}

div.team-box {
	float: left;
	position: relative;
}

div.team-box div {
	left: 30%;
	position: absolute;
	top: 5%;
	width: 65%;
}

div.team-box div h2 {
	color: #BA1B22;
	font-size: 14px;
	margin: 0;
	text-align: left;
	text-transform: none;
}

div.team-box div h3 {
	color: #BA1B22;
	font-size: 12px;
	margin: 0;
	text-align: left;
	text-transform: none;
}

div.team-box div p {
	color: black;
	font-size: 10px;
}

div#bottom-iso9000 {
	/* bottom: -50px;
	position: absolute;
	right: 5px; */
	margin-top: 5px;
	text-align: center;
	width: 100%;
}

/* Support */

div.support-login {
	margin: 40px;
}

div.support-login a {
	text-decoration: underline;
}

div.support-login dt {
	clear: left;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 34%;
}

div.support-login dd {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 59%;
}

form#support-login {
	display: none;
}

div.support-login input {
	font-size: 11px;
	width: 100%;
}

form.support-query div {
	float: left;
	padding: 2px;
}

form.support-query div input, form.support-query div select  {
	display: inline;
	font-size: 11px;
}

table.support-content {
	font-size: 11px;
	width: 90%;
}

table.support-content th {
	text-decoration: underline;
}

p.support-content {
	border: 1px solid black;
	clear: both;
	font-size: 11px;
	margin-top: 5px;
	padding: 5px;
	width: 90%;
	text-align: center;
}

table.support-content th:hover {
	cursor: pointer;
}

/* Search */

div.search-query input {
	font-size: 11px;
	width: 50%;
}

div.search-content {
	width: 80%;
}

div.search-content dl dt {
	margin-top: 10px;
}


