/* 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;
	/*margin-bottom:20px;*/
	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:107px;*/
	height:97px;
}


/* cols  middle */
/*
#content div.m-cont{
	width:746px;
	margin-left:187px;
}
*/

/* Menus */
#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;
}

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;}
