body {
	font-family: Verdana, Helvetica, Arial sans-serif;
	background-color: #cbccce;
}

* {
	margin: 0;
	padding: 0;
}

img {margin: 0; padding: 0;border: none;}

div#pagecontainer {
	position: relative;
	width: 739px;
	height: 500px;
	
	margin: 20px auto 0px auto;
	
	border: 10px solid #ffffff;
	background-color: #000000;
}

img#headerimg {
	display: block;
	width: 700px;
	height: 100px;
}

div#formholder {
	position: relative;
	width: 715px;
	height: 390px;
	
	margin: 0px auto 0px auto;
	background-color: #ffffff;
}

form {
	position: relative;
	display: block;
	width: 715px;
	height: 390px;
	
	margin: 0px 0px 0px 0px;
	
	color: #000000;
	font-size: 14px;
}

div#left {
	position: relative;
	top: 20px;
	width: 515px;
	height: 390px;
	
	float: left;
}

	div#left div.row {
		width: 440px;
		height: 24px;
		margin: 0px auto 10px auto;		
	}
	
	div#left p {
		display: block;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
		color: #000000;
		
		float: left;
	}
	
	div#left input {
		display: block;
		width: 280px;
		height: 20px;
		
		float: right;
		
		border: 2px solid #dcddde;
		margin: 0px 0px 0px 0px;
		
		font-size: 14px;
		line-height: 20px;
	}
	
	div#left span {
		display: block;
		height: 24px;
		clear: both;
	}
	
	div#left span input {
		width: 20px;
		float: left;
		
		border: 0px;
		margin: 3px 0px 0px 15px;
	}
	
	div#left span input.otherinput {
		display: block;
		width: 260px;
		height: 20px;
		
		float: right;
		
		border: 2px solid #dcddde;
		margin: 0px 85px 0px 0px;
		
		font-size: 14px;
		line-height: 20px;
	}
	
div#right {
	position: relative;
	width: 200px;
	height: 390px;
	
	float: left;
	
	background-color: #dcddde;
}

	div#right p {
		display: block;
		width: 160px;
		font-size: 12px;
		line-height: 16px;
		color: #000000;
		
		margin: 0px auto 0px auto;
	}
	
	div#right span {
		display: block;
		height: 22px;
		
		margin: 0px 0px 0px 2px;
		clear: both;
	}
	
	div#right span p {
		display: block;
		height: 22px;
		line-height: 22px;
	}
	
	div#right span input {
		width: 20px;
		float: left;
		
		border: 0px;
		margin: 3px 0px 0px 15px;
	}

input#nextbutton {
	position: absolute;
	z-index: 20;
	top: 305px;
	left: 485px;
}

div#footerholder {
	display: block;
	width: 720px;
	height: 118px;
	
	background-color: #ffffff;
	margin: 0px auto 30px auto;
}

div#footer {
/*
	clear: both;
	position: relative;
	
	display: block;
	width: 700px;
	height: 106px;
	
	border-top: 1px dotted #a5a5a5;
	border-bottom: 1px dotted #a5a5a5;
	
	margin: 0px auto 0px auto;
*/
}
	
	div#footer div.footerquad {
		display: block;
		height: 84px;
		
		margin: 10px 0px 10px 0px;
		padding: 0px 8px 0px 14px;
		float: left;
		
		border-right: 1px dotted #a5a5a5;
		
		background-color: #ffffff;
	}
		
	div#footer div.footerquad div.footerretailhalf {
		display: block;
		width: 96px;
		height: 84px;
		
		float: left;
		
		background-color: #ffffff;
	}
		img.footerheader {
			display: block;
			height: 16px;
			border-bottom: 1px solid #ffffff;
		}
			
		img.footerlink {
			display: block;
			height: 16px;
			
			margin: 0;
			padding: 0;
			border-bottom: 0px dotted #ffffff;
			cursor: pointer;
			background-color: #ffffff;
		}
			
			img.footerlinkhover {background-color: #e8e8e8;margin-left: 4px;}
		
	div#footer div.footerquad div.footerprofessionalhalf {
		display: block;
		width: 118px;
		height: 84px;
			
		float: left;
		
		background-color: #ffffff;
	}
		
	div#footer div#footerproperties div.footerpropertieshalf {
		display: block;
		width: 90px;
		height: 42px;
		
		background-color: #ffffff;
	}
		
	div#footer div#footerdirectory div.footerdirectoryhalf {
		display: block;
		width: 110px;
		height: 84px;
		
		background-color: #ffffff;
	}