@charset "utf-8";
body {
	background-color: #585858;
	background-image: url(images/site-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#start  hr {
	color: #E7E7E7;
	background-color: #E7E7E7;
	height: 4px;
	border: 0;
	margin-top: 8px;
	margin-bottom: 8px;
}


a, a:link, a:visited {
	outline: none;
	text-decoration: underline;
	color: #CBCBCB;
}
			
a:hover {
	text-decoration: none;
	color: #E4E4E4;
}
/*
** HTML elements
*/
form {
	padding: 0;
	width: 300px;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	margin-right: auto;
}
img {
  border: 0;
}
h1 {
	letter-spacing: -1px;
	font-size:23px;
	margin: 0px;
	font-weight: normal;
	color: #fff;
	display: none;
}
h2 {
	letter-spacing: -2px;
	font-size:28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: normal;
	color: #BE0026;
	display: block;
	padding-right: 30px;
	padding-left: 32px;
	line-height: 26px;
	background-image: url(images/break.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 26px;
}
h3 {
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	font-size:18px;
	margin-bottom: 3px;
	color:#8F8F8F;
	margin-left: 0px;
	font-weight: normal;
}
abbr {
	font-size:9px;
	color:#A4A4A4;
}
p {
	margin-top: 0px;
	margin-bottom: 14px;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
			
.clear-block {
margin: 0px;
padding: 0px;
clear: both; 
}
#header {
	height: 112px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#header #logo {
	height: 41px;
	width: 360px;
	padding-top: 25px;
	margin-left: 35px;
}
.container {
	width: 999px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#toplogos {
	background-image: url(images/logo-bg.gif);
	background-repeat: no-repeat;
	min-height:245px;
	overflow:hidden;

	height:expression(
    this.scrollHeight < 245? "245px" : "auto" );
	width: 555px;
	margin-left: 33px;
	float: left;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
}

#botlogos{
	width: 555px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	z-index: 1000;
	padding-left: 33px;
}
#content #details {
	float: right;
	width: 375px;
	padding-top: 55px;
	padding-bottom: 20px;
	font-size: 17px;
	color: #cfcfcf;
	position: relative;
}
#details strong {
	font-size: 18px;
	color: #E4E4E4;
}

#toplogos img, #botlogos img {
	margin-right: 0px;
	margin-left: 32px;
	margin-bottom: 24px;
	margin-top: 10px;
}
#whitebg {
	background-color: #FFFFFF;
	position: relative;
}
#whitebg .bg {
	background-image: url(/images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: -18px;
}
#whitebg #cform {
	float: right;
	width: 348px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	position: relative;
}


#footer {
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: -18px 0px;
}
#footer p {
	text-align: right;
	color: #7C7C7C;
}
#cform fieldset {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cform label {
	display: block;
	float: left;
	width: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #8F8F8F;
	font-size: 18px;
}
#cform div {
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F1F1F1;
}
#cform .button {
	color: #FFFFFF;
	background-color: #CECECE;
	padding: 3px;
	border: 2px solid #8F8F8F;
	font-size: 16px;
}#cform .button:focus {
	border: 2px solid #BE0026;
}#cform .button:hover {
	background-color: #BE0026;
}



#cform .field {
	color: #929292;
	background-color: #FFFFFF !important;
	border: 2px solid #8F8F8F;
	font-size: 12px;
	width: 185px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
}#cform .field:focus, #cform .field:hover {
	border: 2px solid #BE0026;
}
#content {
	position: relative;
}
div.error {
	margin-left:100px;
	color:#BE0026;
	font-weight:bold;
}