/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 400;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,button,textarea,select {
	font-size: 100%;
}

body {
	background-color: #fff;
	color: #333;
}

div#wrapper {
}

div.clearer {
	clear: both;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

div#content {
	width: 800px;
	margin: 0 auto;
}

div#left {
	margin-right: 65px;
	float: left;
	margin-top: 189px;
}

div#right {
	margin-top: 150px;
	width: 340px;
	float: left;
}

div.set {
	background-color: #ececec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ececec;
	padding: 10px;
	padding-left: 15px;
	margin-bottom: 10px;
}

div.set1 label {
	margin-top: 1px;
}

div.set2 {
}

div.question {
	margin-bottom: 5px;
}

div.question_city {
	margin-bottom: 0;
}

label {
	font-size: 12px;
	font-family: Helvetica;
	color: #666;
	width: 60px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: .6px;
}

label.broker_label {
  width: auto;
  letter-spacing: .2px;
}
label.is_broker_label {
  width: auto;
  letter-spacing: .2px;
}
#broker_represented_text {
  display: none;
}
#is_broker_text {
  display: none;
}

div.broker_represented_instructions {
  font-family: Helvetica;
  font-size: 12px;
  display: none;
  margin-left: 1px; 
  margin-top: 5px;
  color: #666666;
  margin-bottom: 5px;
}
div.is_broker_instructions {
  font-family: Helvetica;
  font-size: 12px;
  display: none;
  margin-left: 1px; 
  margin-top: 5px;
  color: #666666;
  margin-bottom: 5px;
  
}

label.comment_label {
	font-size: 13px;
}

label.state_label {
	margin-left: 10px;
	width: 30px;
}

label.zip_label {
	width: 18px;
	margin-left: 10px;
}

label.name_label {
	font-weight: 700;
}

label.email_label {
	font-weight: 700;
}

input,textarea {
	letter-spacing: .6px;
	font-size: 12px;
	font-family: Helvetica;
	border: 1px solid #cecece;
	margin: 0;
	height: 18px;
	padding: 1px 1px 1px 5px;
	line-height: 20px;
	color: #666;
}

input[type=checkbox] {
	border: none;
	margin: 0;
	padding: 0;
	height: 15px;
}

.input_width {
	width: 240px;
}

.input_city {
	width: 75px;
}

.input_state {
	width: 25px;
}

.input_zip {
	width: 40px;
}

select {
  color: #333;
	font-size: 12px;
	font-family: Helvetica;
	width: 100%;
	height: 24px;
	padding: 4px 1px 1px 0;
	margin-bottom: 2px;
}

select.select_how {
	margin-bottom: 5px;
}

select option {
	padding: 3px;
	padding-left: 7px;
}

div.buttons img {
	cursor: pointer;
}

div.error_message {
	font-family: Helvetica;
	font-size: 12px;
	display: none;
	color: red;
}

div.checkset {
  height: 20px;
}

div.checkleft {
  float: left;
  margin-top: 2px;
}

div.checkright {
  float: right;
}

#footer {
  position: fixed;
  bottom: 0;
	background-color: #EDEDED;
	height: 38px;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-color: #ccc;
	font-size: 9px;
	width: 100%;
}

#footer_content {
	width: 900px;
	margin: 0 auto;
	margin-top: 5px;
	color: #999;
}

div.equal {
	float: left;
}

div.offering {
	float: left;
	margin-top: 2px;
}

div.vertical {
	margin-top: 2px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
div.cc {
	margin-top: 2px;
	float: left;
}

div.copyright {
  color: #666;
	margin-top: 2px;
	float: left;
}

span.copyright {
	color: #666;
}

div.set3 {
margin-bottom: 5px;
}
div.reset {
float: left;
margin-top: 8px;
}
div.send {
margin-top: 8px;
float: left;
margin-left: 5px;
}
div.error_message {
margin-left: 5px;
float: left;
}