@charset "utf-8";
body {
	background-color: #005baa;
	background-image: url(images/page_bg1.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}
.container {
	/*background-image: url(images/page_bg.jpg);*/
	/*background-repeat: repeat-y;*/
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
.tophalf_home {
	/*height: 671px;*/
	overflow: hidden;
}

.tophalf_home {
	height: 671px;
	overflow: hidden;
}
.logo {
	position: relative;
	z-index: 1;
	/*height: 113px;*/
	height: 213px;
	width: 442px;
	top:54px;
	left:28px;
}
.breakFree {
	background-image: url(images/break_free_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	float:right;
	z-index: 3;
	height: 357px;
	width: 561px;
	top:0px;
	right:0px;
}
.breakFreeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	width: 308px;
	height: 147px;
	color: #939598;
	text-align:center;
	position:relative;
	top: 25px;
	left: 85px;
}
.fast {
	font-size:38px;
	color:#b10d28;
}

.addressBar {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #464647;
	text-align: center;
	height: 31px;
	background-image: url(images/address_bar_bg.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	border-left: solid 1px #005bab;
	border-right: solid 1px #00a0e4;
	margin-top: 20px;
}
.addressBarText {
	position: relative;
	top: 9px;
}
.mainBoodyContent {
	/*height: 428px;*/
	position: relative;
	z-index: 2;
	/*top: 108px;*/
}
.strugglingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #fff200;
	text-align: center;
	float: left;
	height: 430px;
	width: 551px;
	position:relative;
	left:10px;
}
.weCan {
	position: relative;
	top: 25px;
}
.struggling {
	position: relative;
}
.sellYourHouse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 31px;
	font-style: italic;
	color: #FFFFFF;
	position: relative;
	top: 10px;
}
.video {
	position: relative;
	top: 54px;
}
.registration {
	float: right;
	height: 322px;
	width: 426px;
	border: 1px solid #83cdf2;
	position: relative;
	top: 100px;
	background-color: #b7e5fa;
}
.formArea {
	width: 361px;
	position: relative;
	left: 30px;
	top: 15px;
}
.regTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 39px;
	font-style: italic;
	font-weight: bold;
	color: #b10d28;
	height: 53px;
	width: 260px;
	position: relative;
}
.regField {
	height: 51px;
	width: 360px;
}

.textField {
	border: solid #c3d0d8 2px;
	width: 360px;
	height: 28px;
	color: #959595;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	font-style: italic;
	margin-bottom:6px;
}
.btnRegister {
	border: 0;
	width: 360px;
	height:61px;
	background: url(images/submit_button.jpg) no-repeat left top;
	cursor: pointer;	
	font-size: 0px;
}
.btnRegister:hover {
	background: url(images/submit_button_o.jpg) no-repeat left top; 
}
.bottom{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	top: 0px;
}
.bottomLeft{
	width:450px;
	float:left;
}
.bottomRight{
	width:450px;
	float:right;
}
.bottomClear{
	clear:both;
}
.bottom ul {
	margin-left:0px;
	padding-left:0px;
	font-size:10px;
}
.bottom li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}

