/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

body {	background-position:center -180px; }

#header {
	margin: 0 auto;
	padding: 15px 0 36px 0;
}

#header .blog-title a{
	color:#FCF4DD;
	font-size:40px;
	letter-spacing:-1px;
	text-transform:none;
	text-shadow: #000 3px 3px 5px;
}

#header .blog-title{
	padding-bottom:25px;
	background: url(images/logo-divider.png) no-repeat center bottom;
}

#slider_banner {
	background-position:center 230px;
	height:370px;
}

#sidebr_banner_in { height: 300px; }

.address {
	font-size: 14px;
	color: #e6dbc4;
}

.list1{
	margin:0;
	padding:20px;
	list-style:none;
}

.list1 li{
	float:left;
	line-height:20px;
	width:22%;
	padding-left:18px; background:url(skins/1-default/i_arrow.png) no-repeat left 4px; 
}

/* Financial Planners -------------------- */
.financialPlanner { margin-bottom:35px; background:#d3cbb4 url(skins/1-default/reservation_center.png) repeat-x top; } 

.financialPlannerTop { background:url(skins/1-default/reservation_top.png) repeat-x top; }
.financialPlannerBottom { overflow:hidden; padding:10px 0; min-height:130px;  _height:130px; background:url(skins/1-default/reservation_bottom.png) repeat-x bottom; }
.financialPlannerLeft { width:360px; float:left; padding:20px 80px 20px 20px; clear:both; }
.financialPlannerRight { width:360px; float:right; padding:20px 80px 20px 20px; margin-right:20px;  }
.financialPlannerList { width:380px; float:left; padding:20px 80px 20px 20px; }

.financialPlanner h2 { color:#86110e;  margin:12px 0; padding:0; font-size:24px; text-align:center; } 
.financialPlanner h3 { color:#86110e;  margin:0 0 12px 0; padding:0; font-size:18px; }
.financialPlanner p { color:#444; margin:0; padding:0 0 9px 0; line-height:20px; font:13px Georgia, "Times New Roman", Times, serif; }
.financialPlanner p.more { color:#655f4a; font-size:11px; padding-left:18px; background:url(skins/1-default/i_arrow.png) no-repeat left 2px; }
.financialPlanner p.more a {  text-decoration:none; color:#b05700; }
.financialPlanner p.more a:hover { color:#333; }

.fr { text-align:right; font-size:12px; }