@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
	font-size: 13px;
	line-height: 150%;
	background-color: #F2F2F2;
}

h1, h2, h3, h4 {
}

h2 {
	font-size: 20px;
	color: #DB8D2F;
	padding-bottom: 5px;
}

h3 {
	padding: 10px 0 5px 0;
	font-size: 15px;
	color: #82A65A;
}

.asset_mgmt h2,
.asset_mgmt h3 {
	color: #DB8D2F;
}

.life_settlement h2,
.life_settlement h3 {
	color: #a13600;
}

.life_insurance h2,
.life_insurance h3 {
	color: #797900;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

p small {
	display: block;
	margin: 0;
	padding: 7px 0 5px 0;
	font-size: 10px;
	line-height: 1.2em;
}

p small.home {
	display: block;
	margin: 0;
	padding: 7px 20px 5px 20px;
	font-size: 10px;
	line-height: 1.2em;
}

a {
	text-decoration: none;
	color: #4674B3;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0 none;
}

ul {
	list-style-position: outside;
	padding: 5px 0 10px 1.5em;
}

li {
	padding: 0 0 5px 0;
}

label {
	display: block;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input.text {
	width: 250px;
}

textarea {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
	margin: 0 auto;
	border: 1px solid #4d4d4d;
	width: 850px;
	text-align: left;
	background-color: white;
}

#header {
	position: relative;
	width: 850px;
	height: 70px;
	background-color: #333333;
}

#header_phone {
	position: absolute;
	top: 38px;
	left: 625px;
	width: 200px;
	font-size: 17px;
	color: white;
	text-align: right;
}

#main {
	padding: 25px 25px 10px 25px;
	width: 800px;
}

#main .content {
	padding: 7px 80px 0 80px;
}

.front_block {
	position: relative;
	float: left;
	padding: 10px 0 15px 0;
}

.front_block p {
	position: absolute;
	padding: 25px 0 0 0;
	top: 60px;
	left: 0;
	width: 252px;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
}

.front_block a {
	color: #f2f2f2;
	font-weight: normal;
}

.front_spacer {
	float: left;
	width: 20px;
}

#footer {
	width: 850px;
	height: 37px;
	text-align: center;
	background-color: #4c4c4c;
}

#footer .menu {
	padding-top: 10px;
	color: #A0CC6E;
}

#footer_home {
	width: 850px;
	height: 212px;
	text-align: center;
	background: url(images/home_photos.jpg);
}

#footer_home .menu {
	padding-top: 185px;
	color: #A0CC6E;
}

.menu a {
	color: white;
	font-weight: normal;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
}

.copyright {
	padding-top: 15px;
	font-size: 12px;
}

.floating_img {
	float: left;
}
