@charset "UTF-8";
/* CSS Document */


fieldset ol {
	list-style: none;
	padding: 0 0 1em 0;
	margin: 0;
}

fieldset ol li {
	margin: 0 0 0.5em 0;
	padding: 0;
}

fieldset {
	float: left;
	width: 90%;
	margin:  1em 0 1.5em 0;
	padding: 1em;
	background:url(/images/fieldset-gradient.jpg) repeat-x #333;
	border: 1px solid #333333;
}

fieldset.submit {
	border-style: none;
	background-color: transparent;
	background-image: none;
	text-align:center;
}

legend {
	padding: 3px 10px;
	margin: 0 0 3px 1em;
	background-color: #333;
	font-weight: bold;
}


label {
	position: relative;
	float: left;
	width: 11em;
	padding: 0;
	margin: 0 1em;
}

label img {
	position: absolute;
	left: 8em;
	top: 0;
}

label strong {  /* This is used by the REQUIRED text also */
	position: absolute;
	left: 40em;
	top: 0.7em;
	width: 16em;
	font-size: 0.8em;
	color:  #e51b2d;
	text-transform: uppercase;
	
}

form p strong {
	font-size: 0.8em;
	color:  #fff;
	text-transform: uppercase;
	margin-left:1em;
}

fieldset li {
	float: left;
	clear: left;
	width: 90%;
	padding: 0 0 0.5em 0;
	margin:2px !important;
}

input.text {
	font-size: 1em;
	width: 18em;
}
label.marketing {
	width:27em;
}

label.ck {
	width:90%;
	
}
li label.ck {
	padding:0;
	margin:0 0 0 10px;
}
input.checkbox {
	margin:0;
	float:left;
	margin:2px 0 0 0;
}
textarea {
	width:500px;
	height:100px;
}
label.lblTextArea {
	width:100%;
	margin:0 0 1em 0; 
	padding:0;
}
.form-error-message {
	color:#921827;
	background-color:#ffffff;
	padding:10px;
	font-weight:bold;
}
#contact input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
#contact #content-container-inner img {
	float:none;
	margin:0; padding:0;
	border-style:none;
}
#contact h2 {
	margin:2em 0 0 0;
}

#address-container, #top-content-right #phone-container, #fax-container, #mail-container {
	position:relative !important;
	padding-left:40px;
	font-size:120%;
	line-height:150%;
	text-align:left !important;
}
#address-container {
	background:url(/images/icon-address.gif) no-repeat top left;
}
#phone-container {
	background:url(/images/icon-phone.gif) no-repeat top left;
	margin-top:2em;
}
#fax-container {
	background:url(/images/icon-fax.gif) no-repeat top left;
	margin-top:2em;
}
#mail-container {
	background:url(/images/icon-mail.gif) no-repeat top left;
	margin-top:2em;
}
#mail-container a {
	font-size:80%;
}
#address-container span, #phone-container span, #fax-container span, #mail-container span {
	color:#e51b2d;
	display:block;
}
h2 {
	margin:0 !important;
}
#contact #trb-contact {
	display:none;
}
#contact #trb-partners {
	margin-top:50px !important;
}