/* GLOBAL */

body {
	color:#000000;
	text-align:left;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
}
p {
	font-size:1.3em;
	line-height:1.3em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
fieldset {
  border:none;
  padding:0;
  margin:0;
}
input {
  margin-top:5px;
}

/* SEMI-TRANSPARENT COLUMN */

#column-1 {
	position: relative;
	padding-top:10px;
	width: 580px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.overlay{
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0;  /* will cover the entire parent */
	left: 0;
	width: 100%;
	background: #FFF;
	opacity: 0.4;
	-moz-opacity: 0.4; /* older Gecko-based browsers */
	filter:alpha(opacity=20); /* For IE6&7 */
	position: absolute;
	display: none;
}

/* BOX 1 */

#content-1 {
	position: relative;
	text-align:left;
	border:6px solid #a6cdee;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius:16px;
	-moz-border-radius:16px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFF;
	z-index: 100;
}

#content-1b {
	text-align:left;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius:16px;
	-moz-border-radius:16px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 100;
	width: 580px;
}

#content-1 input{
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0px;
	}
	
	#content-1b input{
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0px;
	}

#links {

}
#links ul {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 32px;
	padding-left: 0;
}
#links li {
  display:inline;
}
#links li a, #links li a:link {
	float:left;
	margin-bottom: 20px;
}
a#search {
	display:block;
	font-size:1.1em;
	background:url(Img/search-button.gif) no-repeat;
	color:#FFF;
	text-decoration:none;
	margin-bottom: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
	width: 225px;
}
a#search2 {
	display:block;
	font-size:1.1em;
	background:url(Img/search-button.gif) no-repeat;
	color:#FFF;
	text-decoration:none;
	margin-bottom: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	width: 225px;
	text-align: center;
}
a#facebook {
  display:block;
  width:85px;
  height:49px;
  text-indent:-9999px;
  background:url(Img/facebook.gif) no-repeat;
}
a#twitter {
  display:block;
  width:87px;
  height:49px;
  text-indent:-9999px;
  background:url(Img/twitter.gif) no-repeat;
  margin-left:16px;
}

* html #column-1 .overlay { /* Only IE6 reads the rule */
  height: expression(document.getElementById("column-1").offsetHeight);
}
.intro { /*First paragraph */
  font-size:1.8em;
}
.clear {
  clear:both;
}

/* BOX 2 */

#content-2 {
	position: relative;
	text-align:left;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius:16px;
	-moz-border-radius:16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 480px 20px;
	margin: 0px;
}
#content-2 h2 {
  font:4.8em/0.9em Arial, Helvetica, sans-serif;
  color:#2db035;
  padding:20px 0 80px;
  margin:0;
}


.win-input {
	font:1.3em Arial, Helvetica, sans-serif;
	color:#666;
	width:260px;
	padding:3px;
	border:2px solid #666;
}
.fix-height { /*Fix to show the whole background image*/
	padding-bottom:0px;
	margin-bottom: 0px;
	padding-top: 20px;
}
.submit-button {
  float:left;
  width: 91px;
  height: 30px;
  padding: 30px 0 0;
  margin:8px 0;
  border: 0;
  background: transparent url(Img/submit-button.gif) no-repeat center;
  overflow: hidden;
  cursor: pointer;
	cursor: hand;
}


form>.submit-button { /* For non-IE browsers*/
  height: 0px;
}

#submit-button {
  float:left;
  width: 91px;
  height: 30px;
  padding: 30px 0 0;
  margin:8px 0;
  border: 0;
  background: transparent url(Img/submit-button.gif) no-repeat center;
  overflow: hidden;
  cursor: pointer;
	cursor: hand;
}
form>#submit-button { /* For non-IE browsers*/
  height: 0px;
  cursor: pointer;
	cursor: hand;
}


.submit-button {
	float:left;
	width: 118px;
	height: 31px;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.. */
	clear: both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 31px;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: transparent;
	background-image: url(Img/submit-button.gif);
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
	cursor: hand;
}



.submit-button2 {
	float:left;
	width: 118px;
	height: 30px;
	border: 0;
	background: transparent url(Img/submit-button.gif) no-repeat center;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.. */
	clear: both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 31px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	cursor: pointer;
	cursor: hand;
}


/* FOOTER */
#footer {
	position: relative;
	text-align:center;
	padding:10px 0px;
	background-image: url(/Img/footer.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	display: none;
}

#footer a {

}


/*Form*/

/* ----------- My Form ----------- */
.myform{
	width:420px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 20px;
}

	/* ----------- basic ----------- */
	#basic{

	}

	
	#basic h2 {
		font-size:12px;
		font-weight:normal;
		color:#000;
		margin-bottom:8px;
	}
	
	#basic p{
	margin-bottom:20px;
	padding-bottom:10px;
	}
	
	#basic .p2{
	color:#666666;
	margin-bottom:0px;
	border-bottom:none;
	padding-bottom:0px;
	}
	
	label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	color: #009AE8;
	font-size: 1.5em;
	margin-right: 10px;
	margin-bottom:0px;
	padding-bottom: 0px;
	}
	
	#content-2 label{
	margin-right: 10px;
	}
	
	#basic .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
	}
	#basic input{
	float:left;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0px;
	}
	
	
	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}


	/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #b7ddf2;
		background:#ebf4fb;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
	float:left;
	font-size:12px;
	border:solid 1px #aacfe4;
	width:200px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
	}
	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		cursor: pointer;
	cursor: hand;
	}
	
.leftCopy {
	padding: 0px;
	width: 615px;
	float: left;
	margin-top: 0px;
	margin-right: 65px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rightCopy {
	float: left;
	width: 260px;
	padding-top: 0px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.keyCopy {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	color: #009AE8;
	font-size: 1.5em;
}
.terms {
	width: 825px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1, h2, h3 {
	color: #000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;
	margin-top: 0px;
	padding-top: 0px;
}
#form1 #column-1 #basic .checkboxClass {
	font-size: 1.2em;
	color: #666;
	font-style: normal;
	font-weight: normal;
	width: 75px;
	text-align: left;
	vertical-align: top;
}
.checkboxClass {
	float: left;
	padding-top: 3px;
	font-size: 1.1em;
	text-align: right;
}
#form1 #column-1 #basic .checkboxClass2 {
	font-size: 1.2em;
	color: #666;
	font-style: normal;
	font-weight: normal;
	width: 75px;
	text-align: left;
	vertical-align: top;
	margin-left: 20px;
}
.checkboxClass2 {
	float: left;
	padding-top: 3px;
	font-size: 1.1em;
	text-align: right;
}
#chkThirdParty {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 20px;
}
.headerMast {
	text-align: center;
	height: 189px;
	width: 100%;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a {
	color: #3186D2;
}
.submitButton {
	margin-left: 140px;
	cursor: pointer;
	cursor: hand;
}
.fix-height label {
	/*width: 65px;*/
}
.submitButton {
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 10px;
}

.topImage {
	padding: 0px;
	height: 189px;
	width: 980px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h4 {
	font-size: 1.4em;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.bottom-facebook {
	background-color: #eceff5;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94a3c4;
	margin-top: 0px;
	background-image: url(/Img/bk-facebook.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
.red-copy {
	color: #C00;
}
.left-padding {
	padding-right: 20px;
}
#content-2 #pnlForm #basic #chkAutoTrader {
	margin-right: 20px;
}
.lines-facebook {
	height: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #94a3c4;
	border-left-color: #94a3c4;
	margin-top: 10px;
}
.find-more {
	margin-left: 0px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	cursor: hand;
}
#chkAutoTrader {
	margin-right: 20px;
}
.leftCopy #links {
	margin-bottom: 200px;
}
.left-spacer {
	padding-left: 20px;
}
.red-box {
	background-color: #C00;
	padding: 10px;
	width: 95%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFF;
	float: left;
	font-size: 1.2em;
}
#column-1 #content-1b .rightCopy .bottom-facebook {
	padding-top: 0px;
	margin-top: 10px;
}
.click-submit {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
	cursor: pointer;
	cursor: hand;
}

