/*///////////////////////////////////
       Welcome Page CSS
//////////////////////////////////*/

body.welcome .content #firsttime{
/* Outer most div */
border-top:1px dotted #7fba10;
	margin-top:20px;
	padding-top:30px;
	background-color:transparent;
	height:500px;
}

body.welcome .content #firsttime #ftLeft{
/* Left floated Div containing graphic */
	background-image:url(../img/firstime_lf.jpg);
	margin: 0px  15px 0px 10px;
	padding-top:20px;
	float:left;
	width:241px;
	height:445px
	
}

body.welcome .content #firsttime img{
/* Transpanrent Quote image */
	position:relative;
	top:12px;
	left:9px;
	z-index:10;
}

body.welcome .content #firsttime #ftLeft #quote{
/* Left Text */
	text-indent:15px;
	font-size:12px;
	color:#333;
	font-style:italic;
	margin:0px 0px 15px 22px;
	width:200px;
	height:110px;
}
body.welcome .content #firsttime #ftLeft #quote img{
	position:relative;
	left:0px;
	top:12px;
}
body.welcome .content #firsttime #ftLeft #quote span{
/* Name / Realtor */
  font-size:11px;
  font-style:normal;	
  font-weight: bold;
}
body.welcome .content #firsttime #ftLeft input#start{
/* Button Styling */
	margin-left:40px;
	background-color:#7fba10;
	font-size:14px;
	text-transform:uppercase;
	color:white;
	width:160px;
	height:35px;
	border:none;
}

body.welcome .content #firsttime #ftRight{
/* Right floated Div containing text */
	float:left;
	padding-top:10px;
}

body.welcome .content #firsttime #ftRight H1{
/* "Simplify Your Work With Forms Simplicity" */
	color:#7fba10;
	font-size:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	
}
body.welcome .content #firsttime #ftRight H3{
/* "A few reasons why . . . " */
	margin-top:30px;
}

body.welcome .content #firsttime #ftRight ul{
/* First unordered list */
	margin:5px 0px 10px 20px;
	font-size:13px;
	line-height:27px;
		
	
}
body.welcome .content #firsttime #ftRight H2{
/* "Broker Features" */
	color:#7fba10;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	
}
body.welcome .content #firsttime #ftFoot{
/* Footer containing button */
	clear:both;
	padding-left:265px;
}

body.welcome .content #firsttime input#start{
/* Button Styling */
	background-color:#7fba10;
	font-size:14px;
	text-transform:uppercase;
	color:white;
	width:150px;
	height:35px;
	border:none;
}
