/* HEADER */
#header {
	
}
#logo {
}

#headContainerForSlogan {
	width:288px;
	height:60px;
	float: right;
	padding-top: 20px;
	background:transparent;
	padding-right: 10px;

 }

#headContainerForSlogan p {
	color:#6165A2;
	font-size:14px;
	font-weight:bold;
}


#header p {
	color:#6165A2;
	font-size:14px;
	font-weight:bold;
}
#logo {
	display:inline;
	margin:5px 0 0 19px;
	vertical-align:middle;
}

#header #contact {
	padding:0 0 0 14px;
	float:right;
	width:298px;
	height:96px;
	background:transparent url(../img/bg-home-header-contact.gif) no-repeat left top;
}
#header #contact h3 {
	margin:-3px 0 0 0;
	color:#fff;
	letter-spacing:.2px;
	font-size:10px;
	padding-left: 200px;
}
#header #contact p {
	margin: 5px 0 11px 8px;
	letter-spacing:.2px;
	color:#fff;
	font-size:13px;
}
#header #chat {
	padding-left:7px;
}

#header #flash_content {
	clear:both;
	background-color:#E8F7FC;
	width:960px;
	height:250px;
}
#header #flash_content p {
	text-align:right;
	margin-right:20px;
}
#header #phone {
	font-size:18px;
}

.four_col_home {
	clear:both;
	margin:0 0 0 0;
}


/* NAV */
#nav {
	background: transparent url(../img/bg-home-nav.gif) repeat-x left top;
	height:70px;
}


/* CONTENT */
#callouts {
	clear:both;
	background-color:#fff;
	color:#fff;
	font-size:14px;
	width:100%;
	background:transparent url(../img/bg-home-callout-top.gif) no-repeat left top;
}
	#callouts .clear {
		width:100%;
		height:20px;
		background:transparent url(../img/bg-home-callout-bottom.gif) no-repeat left bottom;	
	}
	.callout_home {
		margin: 0 0 0 20px;
		width:405px;
		float:left;
		padding:20px;
	}
	#callouts h3 {
		font-size:16px;
		color:#fff;
	}
	#callouts p {
		margin:20px 0
	}
	#callouts ul {
		list-style-position:outside;
		margin-left:16px;
	}
	#callouts #about_nav {
		margin:0;
		list-style: none;
	}
	#callouts #about_nav li {	
		padding: 4px 9px;
		margin: 0 1px 0 0;
		list-style-type: none;
		float:left;
		text-align:center;
		font-size:11px;
		background-color:#3d5e73;
	}
	#callouts a {
		color:#fff;
		text-decoration:none;
	}
	#callouts a:hover {
		text-decoration:underline;
	}
	

#content {
	background-color:#fff;
}
	#left_col {
		float:left;
		margin:20px 0 0 20px;
		width:325px;
	}
		.caption_box {
			background:transparent url(../img/bg-home-caption-top) no-repeat top left;
			margin: 0 0 20px 0;
		}
			.caption_box h3 {
				height:24px;
				font-size:16px;
				padding:10px 10px 0 10px;
				color:#6165a2;
			}
			.caption_box .inner {
				background:transparent url(../img/bg-home-caption-bottom.gif) no-repeat left bottom;
				padding:0 0 20px 0;
			}
				.caption_box h4 {
					font-size:15px;
					color:#6165a2;
					font-weight:normal;
				}			
				.caption_block {
					border-left:#adbec8 solid 1px;
					border-top:#adbec8 solid 1px;
					border-right:#adbec8 solid 1px;
					padding:10px;
				}
				.caption_block p {
					margin:0 0 0 100px;
				}
				.caption_block img.icon {
					float:left;
				}
				.caption_block img.social {
					margin-right:10px;
				}
	#right_col {
		float:left;
		margin:20px 0 0 20px;
		width:575px;
	}
		#right_col h4 {
			color:#6165a2;
			font-size:15px;
			font-weight:normal;
		}
		#right_col p {
			margin:20px 0
		}	
		.financial_edu {
			margin:0 0 0 185px;
		}
		dt {
			color:#6165a2;
		}
		dd {
			margin: 0 0 15px 0;
		}