/* Elders Financial Planning Styles */

.teaser {
	padding-bottom:5px;
	border-bottom:1px dashed #CCCCCC;
}
#info_details {
	font-size:120%;
}
.required {
	color:#E71618;
	font-weight:bold;
	font-size:110%;
}
.table_header {
	background-color:#737373;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}

/** standard section div styles **/
.section-container {
	border: 1px #000000 solid;
	margin-bottom: 0px;
}
.section-header {
	background-color: #737373;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 5px;
	margin:0;
}
.section-content {
	background-color: #e6e6e6;
	color: #000000;
	font-size: 90%;
	margin:0;
	padding: 5px 5px 2px 5px;
}
.clear_both {
	clear:both;
}
a.top {
	display:block;
	width:105px;
	height:20px;
	padding-left:18px;
	background:url(/assets/images/top.gif) no-repeat left top;
	text-transform:uppercase;
}
p a.top {
	margin-top:25px;
}
a.back {
	display:block;
	position:absolute;
	top:140px;
	right:32px;
	width:42px;
	height:20px;
	padding-left:18px;
	background:url(/assets/images/back.gif) no-repeat left top;
	text-transform:uppercase;
}
#print_elements {
	display:none;
}
#rotating_ads a {
	width:468px;
	height:60px;
}
#rotating_ads a img {
	border:none;
}
#footer{
	height:97px;
}
/* Menus */
#lc-menu a:hover, #lc-menu a:focus, #lc-menu a.current {
	color:#0039a6;
	text-decoration:underline;
}
#saving_text {
	font-weight:bold;
	padding-left:12px;
	color:#278B2D;
	font-size:110%;
	background-color:#fff;
}
/* Contact form styles */
#contact_form div.form_label {
	width:135px;
	float:left;
}
#contact_form div.form_field {

}
#contact_form div.form_field input, #contact_form div.form_field textarea {
	width:190px;
}
#contact_form div.form_field textarea {
	width:250px;
}
#contact_form div.row {
	margin-bottom:8px;
}
#contact_form div.form_field input.checkbox {
	width:13px !important;
}
#contact_form div.form_field label {
	font-weight:normal;
	cursor:pointer;
}
.error {
	color:red;
}
.fullwidth {
	width:98% !important;
}
.align_right {
	float:right;
}
img.align_right {
	margin-left:10px;
	margin-bottom:10px;
}
#disclaimer {
   text-align:center; 
   font-size:0.87em;
   border-top:1px dotted #AAAAAA;
   margin-top:28px !important;
   padding-top:9px;
}
#disclaimer_pre {
    font-weight:bold;
    font-size:1.05em;
}
table.data-table {
margin: 30px auto;
}
table.data-table th.state-row {
background-color: #4D4D4D;
color: #FFF;
}
table.data-table td {
padding:5px;
}
table.data-table td.row-heading {
font-weight: bold;
background-color: #BBB;
}
table.data-table tr {
background-color: #EFEFEF;
}
table.data-table tr.alt-row {
background-color: #FFF;
}

/*** Advisor Login styles ***/
div#fp_advisor_login { border:1px solid #8B8275;margin:-3px 10px 12px 10px; }
div#fp_advisor_login_header { text-align:left;background-color:#585858;color:#FFFFFF;font-size:14px;font-weight:bold;padding:6px; }
div#fp_advisor_login_content { padding-bottom:5px;font-size:10px;text-align: center; }
div#fp_advisor_login_content p { padding:0px!important; }
div#fp_advisor_login_content button { font-size:13px;font-weight:bold;width:148px;height:26px;color:#5C5C5C;font-family:Arial; }
/*** //Advisor Login styles ***/
