body {
		background-color:#FFFFFF;
		background: url('/assets/img/layout/bg_home.gif') no-repeat top center;
		font-family:Arial, Helvetica, sans-serif;
}


#nav {
	float:left;
	width: 139px;
	height: 266px;
	padding: 21px 0 0 25px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background: url('/assets/img/layout/bg_home_nav.gif') no-repeat;
}

#nav li {
	list-style:none;
	margin-bottom:10px;
}

.home a:visited, .home a:active, .home a:link {
	color: #ffffff;
	text-decoration: none;
}
.home a:hover {
	color: #ffffff;
	text-decoration: underline;
			
}
a.navScrollover {
      /* Default Colour/Styles here */
      color: #ffffff;
}
a.navScrollover em:first-line {
      /* Rollover Colour/Styles here */
      color: #000000;
}


.heyBlue a {
	color:#007293;
	text-decoration:none;
	font-size:15px;
}

.heyBlue a:hover  {
	color:#007293;
	text-decoration:underline;
}

#homeImg {
	float:left;
	width: 796px;
	height: 287px;
}

#homeCt {
	float: left;
	width: 628px;
	height: 309px;
	padding: 31px 312px 0 20px;
	background: url('/assets/img/layout/bg_home_content.gif') no-repeat;
}

.findapt {
	margin-right:44px;

}
 




