#horizon        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-left: -225px;
	position: absolute;
	top: -260px;
	left: 50%;
	width: 450px;
	height: 520px;
	visibility: visible;
	}

#content p{
	position: relative;
	width: 210px;
	height: 145px;
	margin: 5px;
	float: left;
	color: #000000;
	border: 2px solid #6287a2;
	}
#content p.lawyers{
	position: absolute;
	width: 150px;
	border: 2px solid #6287a2;
	margin-left: 442px;
	border-left: none;
	height: 70px;
	font-weight: bold;
	display: none;
	}
#content p.finance{
	position: absolute;
	width: 150px;
	border: 2px solid #6287a2;
	margin-left: -146px;
	margin-top: 164px;
	border-right: none;
	height: 70px;
	font-weight: bold;
	display: none;
	}
#content p.person{
	position: absolute;
	width: 150px;
	border: 2px solid #6287a2;
	margin-left: 442px;
	margin-top: 164px;
	border-left: none;
	height: 70px;
	font-weight: bold;
	display: none;
	}
#content p.business{
	position: absolute;
	width: 150px;
	border: 2px solid #6287a2;
	margin-left: -146px;
	border-right: none;
	height: 70px;
	font-weight: bold;
	display: none;
	}

#content p.copyRight{
	margin-top: 3px;
	width: 432px;
	height: auto;
	font-size: 12px;
	border: none;
	color: #939aa0;
	}
#content p.copyRight a{
	text-decoration: none;
	color: #939aa0;
	}
#content p.copyRight a:hover{
	text-decoration: underline;
	color: #6287a2;
	}
#terms{
	width: 447px;
	height: 400px;
	overflow: scroll;
	text-align: left;
	font-size: 80%;
	}
#terms p{
	border: none;
	width: auto;
	height: auto;
	float: none;
	}
.noBorder{
	border: none;
	}

h1{
	color: #000000;
	font-size: 20px;
	}

/* -- Miscellaneous --------------------------- */
.noBorder{
	border: none;
	}
.middle{
	vertical-align: middle;
	}
a.iconLink{
	font-size: 120%;
	color: #5d86a2;
	text-decoration: none;
	}
a.blc{
	padding: 2px 5px;
	border: 2px solid #6287a2;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	}
/* -- CF tooltip -- */
.yui-tt {
    color: #000000;
    font-size:110%;
    border: 2px solid #6287a2;
    background-color: #ffffff;
	 text-decoration: none;
    padding: 10px;
  }
/* -------------------------------------------- */
