/********************************************************
CSS RESET
********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
}

ol, ul {
	list-style: none;
}



blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/********************************************************
GLOBAL
********************************************************/

body {
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	font-family: "proxima-nova",sans-serif;
	background-color:#000;
	color:#fff;
}

h1 {
	font-size: 2.2em;
	line-height: 1.3em;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 100;
	font-style: italic;
}

h2 {
	font-size:1.4em;
	line-height: 1.1em;
	font-family: "proxima-nova",sans-serif;
	font-weight: 500;
	font-style: normal;
	margin: 0px 0px 10px 0px;
	padding: 0;
	color:#dfd3bd;
}

.topmargin {
	margin: 20px 0 10px 0;
}

h3 {
	font-family: "proxima-nova",sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	margin: 0px 0px 8px 0px;
	padding: 0;
	color: #fff;
}

h4 {
	font-size: 1em;
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 0px 0px 20px 0px;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h5 {
	font-family: "proxima-nova",sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-weight:normal;
	text-transform:uppercase;
	color: #E56B29;
}

h6 {
	font-family: "proxima-nova",sans-serif;
	font-size: 0.813em;
	line-height: 1.5em;
	font-weight: 900;
	margin: 0 0 0px 0px;
	padding: 0;
	color: #2e2219;
}

p {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 10px 0px;
	padding: 0;
	color: #fff;
}

a {
	color: #2e2219;
	text-decoration: underline;
}

td {
	font-family: "proxima-nova",sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	margin: 0 0 10px 0px;
	padding: 0;
	color: #fff;
}

img {
	border:0px;	
}

.forceWhite {
	color: #FFF!important;	
}

.extraSideImage {
	margin-top: 20px!important;
}

/********************************************************
Content Areas
********************************************************/
#content {
	width: 1010px;
	height: auto;
	max-height: 660px;
	overflow:hidden;
}

#content img {
	width: 100%;
	height: auto;
}

#sidebar {
	width: 256px;
	height: 660px;
	float: left;
}

#form-area, #outside-brokers {
	width: 654px;
	height: 640px;
	float: right;
	padding: 20px 50px 0 50px;
	background: url(/images/form-area-background.gif) no-repeat;
}

#outside-brokers p {
	font-size:.95em;
	line-height: 1.4em;
}

/**********************  BODY BUTTONS  **********************/
#buttons {
	width: 604px;
	height: 60px;
	float: left;
	margin-top:10px;
}

a:link#btn-standard, a:visited#btn-standard, a:active#btn-standard, a:hover#btn-standard {  
	font-family: "proxima-nova",sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 15px 0 0 20px;
	float: left;
	padding: 7px 15px;
	text-decoration: none;
	color: #fff !important;
	background: #5b564f !important;
	border: 1px solid #8f857b !important;
}

a:hover#btn-standard {
	background: #332d24 !important;
}

/*******************************************

>>>  FORM ELEMENTS

*******************************************/
#radioSection, #checkSection, #signSection  {
	float: left;
	width: 600px;
}

.radioHalf {
	float: left;
	width: 250px;
}

.radioFull {
	float: left;
	width: 600px;
}

.radioItem {
	float: left;
	width: 230px;
	padding: 0 0 7px 0;
}

.radioDot {
	float: left;
	width: 30px;
	height: 25px;
}

.radioText {
	float: left;
	width: 130px;
	height: 25px;
	padding: 3px 0 0 0;
}

form {
	margin: 0;
	padding: 0;
	width: 604px;
	font-family: "proxima-nova",sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #fff;
}

#buyerForm label, #brokerForm label, #brokerFormCheck label  {
	float: left;
	font-family: "proxima-nova",sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #fff;
	font-weight: 400;
	padding-bottom: 3px;
}

#buyerForm input, #brokerForm input, #brokerFormCheck input  {
	font-family: "proxima-nova",sans-serif;
	font-size: 1em;
	color: #332d24;
	background: #fff;
	padding: 5px 2px 5px 2px;
	margin: 4px 0px 7px 0px;
	border: 1px solid #332d24;
}

#requiredinformation {
	float: left;
	margin: 0;
	font-style: italic;
}

.sigPad {
	width: 100%;
}

.smallText {
	font-size: .83em;
	display: inline;
	color:#dfd3bd;
}