@charset "utf-8";
div.top {
background-image:url(images/background.jpg);
	background-position: center top;
	background-color:#fe7a16;
	background-repeat: no-repeat;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:12px;
	background-color: #d66d18;
	margin: 0;
	padding: 0;
	width: 100%;
}
.centerColumn
{
    width: 21px;
    background-image: url(images/centerColumn.jpg);
    background-repeat: no-repeat;
    
}

.leftColumn {
	background-image:url(images/leftColumn.jpg);
	color:#ffe4d1;
	
	padding-top:55px;
	line-height:16px;
	background-repeat: no-repeat;
}

.WhatIsBTRText 
{
    padding-left:30px;
	padding-right:15px;
	font-size:26px;
	font-weight:bold;
	padding-bottom:8px;
}

.HomeText {
	font-size:12px;
	padding-left:30px;
	padding-right:15px;
}

.rightColumn {
	background-image:url(images/rightColumn.jpg);
	color:#ffc297;
	
	line-height:40px;
	font-size:18px;
	font-weight:bold;
	background-repeat: no-repeat;
}

.RequestText 
{
    padding-left:12px;
	padding-top:43px;
	font-size:26px;
	font-weight:bold;
}
.checkedText {
    padding-left:12px;
}
.ClickHereText 
{
    padding-left:12px;
	font-size:24px;
	font-weight:bold;
}

a:link, a:visited, a:active {
	font-size: 11px;
	color: #ffc297;
}
a:hover {
	color: #ffe4d1;
}

.internalContentArea {
	background-image:url(images/contentAreaInternal.jpg);
	color:#e3e3e3;
	padding-left:30px;
	padding-top:55px;
	line-height:16px;
	font-size:12px;
	background-repeat: no-repeat;
	min-height: 572px;
}

.internalContentRepeater {
	background-image:url(images/repeaterInternal.jpg);
	background-repeat:repeat-y;

}
div.footer 
{
    background-image: url(images/Footer.jpg);
    background-repeat: repeat-x;
    min-height:122px;
}
div.footer > div.internal 
{
    width: 930px;
    margin: 0px auto;
    padding: 30px;
    font-size:11px;
	color:#9a3214;
	
	line-height:17px;
}
div.footer > div.internal a
{
color: #9a3214;
}
.internalRightColumn {
	background-image:url(images/requestAreaInternal.jpg);
	padding-top:220px;
	background-repeat: no-repeat;
	min-height: 572px;
}

.internalContentText 
{
	padding-right:20px;
	color:#e3e3e3;
}

.internalTitleText 
{
	padding-bottom:8px;
	font-size:17px;
	font-weight:bold;
	color:#e3e3e3;
}

.internalRequestBTRText {
	color:#ffc297;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	padding-bottom:22px;
}

.internalClickHereText {
	color:#ffc297;
	font-size:18px;
	font-weight:bold;
	padding-bottom:13px
}

.internalRightColumnText {
	color:#ffc297;
	font-size:16px;
	line-height:30px;
}

.internalRightColumn > div {
padding-right: 10px;
}
.columnTwo > input 
{
    margin-left: 10px;
}
.columnTwo > input:first-child 
{
    margin-left: 0px;
}
.button, a.button 
{
    background-image: url(images/ButtonBackground.png);
    border: 1px solid #9a3214;
    text-decoration: none;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 13px;
    line-height: normal;
    padding: 6px;
    text-transform: none;
    font-weight: bold;
    display: inline-block;
}
div.row 
{
    overflow: auto;
    padding-bottom: 10px;
}
div.row > div 
{
    float: left;
}
div.row > br 
{
    clear: both;
}
div.row > div.columnOne 
{
    width: 240px;
}
div.contactUsTable 
{
    padding-top: 10px;
}