@charset "UTF-8";
main {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding: 0px;
}
/*TOP BANNER*/
header {
	position: relative;
	z-index: 99;
	overflow: visible;
	width: 800px;
	height: 180px;
	background-image: url(../images/logo-banner.png);
	clear: both;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
	/*Top banner text*/
#banner-contact {
	float: right;
	height: 130px;
	width: 370px;
	margin-bottom: 5px;
	font-family: 'helvetica_neue', Helvetica, sans-serif;
	color: rgb(255,255,255);
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	font-size: 18px;
	line-height: 24px;
}
#banner-contact a:link {
	color: rgb(255,255,255);
	text-decoration: underline;
}
#banner-contact a:visited {
	color: rgb(255,255,255);
	text-decoration: none;
}
#banner-contact a:hover {
	color: rgb(250,241,201);
}
#banner-contact a:active {
	color: rgb(250,241,201);
	text-decoration: none;
}

/*CONTENT AREAS*/
#content {
	position: relative;
	top: 0px;
	z-index: 9;
	float: left;
	width: 525px;
	min-height: 800px;
	padding: 10px;
}
#content-scroll {
	position: relative;
	top: 0px;
	z-index: 9;
	float: left;
	width: 525px;
	max-height: 900px;
	padding: 10px;
	overflow: scroll;
}
.services-table {
	font-family: 'helvetica_neue', Helvetica, sans-serif;
	font-size: 9pt;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	line-height: 10pt;
}
.services-table a:link, .services-table a:visited {
	color: rgba(0,0,0,1.00);
	text-decoration: none;	
}
.services-table a:hover {
	text-decoration: underline;	
}
table {
	font-family: 'helvetica_neue';
	font-size: 13px;	
}
aside {
	position: relative;
	z-index: 9;
	width: 225px;
	float: left;
	min-height: 800px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	clear: right;
}
footer {
	width: 800px;
	height: 50px;
	clear: both;
	text-align: center;
	font-size: 9pt;
	color: rgb(152,152,155);
	line-height: 12pt;
	margin-top: 0px;
	margin-bottom: 0px;
}
figure {
	width: 220px;
	height: 180px;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	float: left;
	display: block;
}
.img-float-left {
	float: left;
	clear: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: none;
}
.img-float-right {
	float: right;
	clear: right;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: none;
}
