/* @group Structural Styles */

body
{
	text-align: center;
	background-color: #d5d3b5;
}

div#layoutframe
{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
	background-color: #f0eecf;
}

div#banner
{ 
	height: 250px; 
	width: 750px; 
	border-right-width: 0px; 
	border-left-width: 0px; 
	border-top-width: 0px; 
	border-bottom-width: 0px; 
	border-style: solid; 
	border-color: black;
	padding: 0px;
}

div#main
{
	height: auto;
	width: 470px;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
	margin: 0px;
	float: right;
}

div#columns
{
	padding: 0px;
	margin: 0px;
	background: url(img/columns_bg.png) repeat-y;
}

div#sidebar
{
	float: right;
	padding: 0px;
	margin: 0px;
	width: 250px;
}

/* backup
div#sidebar
{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 250px;
}
*/

/* @end */

/* @group Header Styles */

/*
div#contactbar
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #fecc5e;
}
*/

div#logo
{
	background-color: #f0eecf;
	width: 750px;
	height: 48px;
	border: 0px;
}

/*
div#logo_returnhome
{
	background-color: #f0eecf;
	width: 750px;
	height: 40px;
	border: 0px;
}
*/

div#header_banner
{
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: 135px;
	float: left;
}

/* 90c2fd is the blue I used */
div .practice_banner { background-color: #6db73f; }
div .personal_banner { background-color: #6db73f; }
div .elderlaw_banner { background-color: #6db73f; }
div .highnetworth_banner { background-color: #6db73f; }
div .contact_banner { background-color: #fcbe55; }
div .guide_banner { background-color: #fcbe55; }
div .resource_banner { background-color: #8f8d78; }

div#header_banner h1
{
	font-family: Helvetica Neue, Helvetica, Arial, Geneva, sans-serif;
	font-size: 22pt;
	font-weight: 500;
	color: black;
	padding: 0px;
	margin: 15px 0px 0px 25px;
	
}

div#header_banner h2
{
	font-family: Helvetica Neue, Helvetica, Arial, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: black;
	padding: 0px;
	margin: 5px 0px 0px 25px;
	
}

div#header_ribbon
{
	margin: 0px;
	padding: 0px;
	background-color: #fecc5e;
	width: 500px; /* 500 - padding */
	height: 40px; /* 40 - padding */
	float: left;
}

div#header_ribbon p
{
	margin: 0px;
	padding: 10px 20px 10px 20px;
	color: black;
	font-weight: 500;
	font-family: Helvetica Neue, Helvetica, Arial, Geneva, sans-serif;
	font-size: 12pt;
	text-align: center;
}

/*
div#menu_top
{
	width: 746px;
	margin: 0px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	background-color: #061c3f;
}

div#contactmenu
{
	width: 250px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}

div#menu_newsletter
{
	background-color: #96d4fb;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
*/


/* TOP MENU STYLES */

/* 
p.practicecontactmenu
{
	display: block;
	width: 480px;
	height: 24px; 
	margin: 0px;
	text-align: center;
	background-color: #fecc5e;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	margin: 0px;
	color: black;
}
remove this */

/*
div#menu_top ul
{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 5px;
	list-style: none;	
}

div#menu_top li
{
	display: inline;
	font-size: 9pt;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div#menu_top a
{
	margin: 0 3px 0 0;
	padding: 5px 5px 5px 5px;
	color: white;
	text-decoration: none;	
	background-color: #061c3f;
}

div#menu_top a:hover
{
	background-color: #082d6e;
}

div#menu_top td
{
	padding: 0px;
	margin: 0px;
}
*/

/*
div#menu_top a
{
	display: block;
	height: 28px; 
	padding: 0px;
	margin: 0px;
}

div#menu_top a#home { width: 69px; background: url(img/btn_home.png) 0 0 no-repeat; }
div#menu_top a#about_us { width: 95px; background: url(img/btn_about_us.png) 0 0 no-repeat; }
div#menu_top a#process { width: 122px; background: url(img/btn_process.png) 0 0 no-repeat; }
div#menu_top a#events { width: 111px; background: url(img/btn_events.png) 0 0 no-repeat; }
div#menu_top a#testimonials { width: 122px; background: url(img/btn_testimonials.png) 0 0 no-repeat; }
div#menu_top a#contact_us { width: 110px; background: url(img/btn_contact_us.png) 0 0 no-repeat; }
div#menu_top a#client_login { width: 121px; background: url(img/btn_client_login.png) 0 0 no-repeat; }

div#menu_top a#home:hover { background-position: 0 -28px; }
div#menu_top a#about_us:hover { background-position: 0 -28px; }
div#menu_top a#process:hover { background-position: 0 -28px; }
div#menu_top a#events:hover { background-position: 0 -28px; }
div#menu_top a#testimonials:hover { background-position: 0 -28px; }
div#menu_top a#contact_us:hover { background-position: 0 -28px; }
div#menu_top a#client_login:hover { background-position: 0 -28px; }
*/

div#pagebanner td
{
	margin: 0px;
	padding: 0px;
}

div#logo_returnhome td
{
	padding: 0px;
	margin: 0px;
}

/*
div#logo_returnhome a
{
	display: block;
	height: 40px; 
	width: 250px;
	padding: 0px;
	margin: 0px;
}

div#logo_returnhome a#returnhome { background: url(img/btn_return_home.png) 0 0 no-repeat; }
div#logo_returnhome a#returnhome:hover { background-position: 0 -40px; }
*/


/* used still? */
div#contactbar p
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	margin: 0px;
}

/* @end */

/* @group Footer Styles */

div#footer
{
	padding-bottom: 10px;
	margin: 0px;
	text-align: center;
	font-family: Helvetica, Arial, Geneva, sans-serif; 
	font-size: small;
}

div#footer p.address
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin: 0px;
	color: white;
	background-color: #534741;
	letter-spacing: 1px;
}

div#footer p.practiceslug
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 66%;
	font-style: italic;
	text-align: center;
	padding-top: 10px;		
}

div#footer p.legal
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

div#footer p.links
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
}

div#footer a.disclaimer
{
	color: black;
}

div#footer a
{
	color: black;
}

div#footer a:visited
{
	color: black;
}

/* @end */

/* @group Sidebar Styles */

div#sidebar p
{
	font-size: 11pt;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #534741;
	text-align: left;
	line-height: 1.4;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}

div#sidebar div.sb_heading
{
	display: table-cell;
	width: 250px;
	height: 36px;
	vertical-align: middle;
	text-align: center;
	background-color: #fdfadc;
	margin: 0px;
	padding: 0px;
}

div#sidebar div.sb_heading p
{
	font-variant: small-caps;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 13pt;
	letter-spacing: 0.1em;
	color: #534741;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* what is this for? */
div#sidebar h2
{
	font-variant: small-caps;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 13pt;
	color: #534741;
	padding: 0px;
	margin: 0px;
}

div#sb_resource_menu
{
	background-color: #bdbba0;
	padding-top: 0px;
	padding-bottom: 0px;
}

div#sb_main_menu
{
	background-color: #bff68f;
	margin: 0px;
	padding: 0px;
}

div#sb_free_guide
{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background-color: #fdd7aa;
}

div#sb_related
{
	background-color: #c6d8fd;
	margin: 0px;
	padding: 0px;
}

div#sb_free_guide h3
{
	text-align: center;
	padding: 15px 10px 10px 10px;
	margin: 0px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #061c3e;
}

div#sb_free_guide p.get_guide_button
{
/*	position: absolute;
	top: 325px;
	left: 35px; */
	
	width: 180px;
	display: block;
	background-color: #fcc07d;
	color: black;
	padding: 0px;
	margin: 10px 30px 10px 30px;
	border: thin solid #e9871b;
	text-align: center;
}

div#sb_free_guide p.get_guide_button a
{
	display: block;
	width: 160px;
	background-color: #fcc07d;
	color: black;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}

div#sb_free_guide p.get_guide_button a:hover
{ 
    text-decoration: none; 
	background-color: #e9871b;

} 


/*
div#sidebar .freereporttitle
{
	display: block;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

div#sidebar p.getfreereport
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #861316;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	border: 10px solid #861316;	
}
*/



/*
div.contact td
{
	padding: 0px;
	margin: 0px;
}

div.contact a
{
	display: block;
	height: 40px; 
	width: 250px;
	padding: 0px;
	margin: 0px;
}

div.contact a#contact_phone { background: url(img/btn_phone.png) 0 0 no-repeat; }
div.contact a#contact_email { background: url(img/btn_email.png) 0 0 no-repeat; }
div.contact a#contact_newsl { background: url(img/btn_newsl.png) 0 0 no-repeat; }

div.contact a#contact_phone:hover { background-position: 0 -40px; }
div.contact a#contact_email:hover { background-position: 0 -40px; }
div.contact a#contact_newsl:hover { background-position: 0 -40px; }

div#menu_practice td
{
	padding: 0px;
	margin: 0px;
}

div#menu_practice a
{
	display: block;
	height: 40px; 
	width: 250px;
	padding: 0px;
	margin: 0px;
}

div#menu_practice a#for_indiv { background: url(img/btn_for_indiv.png) 0 0 no-repeat; }
div#menu_practice a#for_fam { background: url(img/btn_for_fam.png) 0 0 no-repeat; }
div#menu_practice a#for_senior { background: url(img/btn_for_senior.png) 0 0 no-repeat; }
div#menu_practice a#for_busown { background: url(img/btn_for_busown.png) 0 0 no-repeat; }
div#menu_practice a#for_hinet { background: url(img/btn_for_hinet.png) 0 0 no-repeat; }
div#menu_practice a#three_levels { background: url(img/btn_3_levels.png) 0 0 no-repeat; }
div#menu_practice a#life_legacy { background: url(img/btn_life_legacy.png) 0 0 no-repeat; }

div#menu_practice a#for_indiv:hover { background-position: 0 -40px; }
div#menu_practice a#for_fam:hover { background-position: 0 -40px; }
div#menu_practice a#for_senior:hover { background-position: 0 -40px; }
div#menu_practice a#for_busown:hover { background-position: 0 -40px; }
div#menu_practice a#for_hinet:hover { background-position: 0 -40px; }
div#menu_practice a#three_levels:hover { background-position: 0 -40px; }
div#menu_practice a#life_legacy:hover { background-position: 0 -40px; }

*/


div#sidebar a
{
	color: #061c3e;
	text-decoration: none;
}

div#sidebar a:hover
{
/*	color: #534741; */
	color: red;
	text-decoration: underline;
}

div#sidebar ul.sb_menu
{
	padding: 10px 10px 10px 20px;
	margin: 0px;
}

div#sidebar ul li.sb_menu_item
{
	list-style-type: none;
	font-size: 10pt;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	color: #534741;
	padding: 2px 0px 4px 0px;
	margin: 0px;
}


/* what is all this */
/*
div#sidebar p.staff_name
{
	font-variant: small-caps;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #061c3e;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	text-align: center;
}

div#sidebar p.staff_position
{
	font-size: 10pt;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	text-align: center;
}

div#sidebar p.staff_profiletext
{
	font-size: 10pt;
	padding-bottom: 0px;
	padding-top: 10px;
	margin: 0px;
}

div#sidebar p.staff_infotitle
{
	font-size: 10pt;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

div#sidebar p.staff_infotext
{
	font-size: 10pt;
	padding-left: 60px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-indent: -20px;
}
*/

/*
div#menu_newsletter p
{
	font-size: 10pt;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #312a26;
	text-align: left;
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#menu_newsletter span.bootcampname
{
	color: #061c3e;	
	font-weight: bold;
}

div#menu_newsletter table
{
	padding-left: 18px;
	padding-right: 18px;
}

div#menu_newsletter td.newsletterLabel
{
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	width: 60px;
}

div#menu_newsletter input.newsletterInput
{
	width: 150px;
}

div#menu_newsletter form
{
	margin: 0px;
	padding: 0px;
}
*/

div#bookshelfspotlight
{
	background-color: #9cc7ff;
	padding-top: 0px;
	padding-bottom: 10px;	
}

div#bookshelfspotlight a
{
	color: #061c3e;
	text-decoration: underline;	
}

div#bookshelfspotlight p
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#bookshelfspotlight p.booktitle
{
	width: 214px;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
}

div#bookshelfspotlight p.thumb
{
	width: 214px;
	margin-top: 5px;
	text-align: center;
}

div#testimonialspotlight 
{
/*	background-color: #febbbc; */
	background-color: #eadb90;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#testimonialspotlight p.testimonialquote
{
	padding-top: 10px;
	font-style: italic;
	font-size: 11pt;
}

div#testimonialspotlight p.testimonialclient
{
	padding-bottom: 10px;
	text-indent: 20px;
	font-size: 11pt;
}

div#testimonialspotlight p.testimoniallink
{
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-size: 10pt;
}

div#testimonialspotlight a
{
	color: #061c3e;	
}

div#testimonialspotlight a:visited
{
	color: #061c3e;	
}

/*
div#nexttestimonial
{
	background-color: #febbbc;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#nexttestimonial h2
{
	font-size: 12pt;
	font-weight: bold;
}

div#nexttestimonial p
{
	padding-bottom: 20px;
}
*/


/*
div#weeklyemailsignup
{
	background-color: #eadb90;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#weeklyemailsignup p.description
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#weeklyemailsignup td.label
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
	text-align: left;
}

div#weeklyemailsignup p.title
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
}

div#weeklyemailsignup p.disclaimer
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
}

div#weeklyemailsignup table.entryform
{
	margin-left: 20px;
}

div#weeklyemailsignup .field
{
	width: 100px;
}
*/

/* @end */

/* MAIN STYLES */

/* @group Body General Styles */

div#main h1
{
/*	font-variant: small-caps; */
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #061c3e;
	text-decoration: none;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

div#main h2
{
/*	font-variant: small-caps; */
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #061c3e;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}



div#main h3
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #061c3e;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

div#main h4
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #061c3e;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

div#main h5
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
	color: #061c3e;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

div#main p,td
{
	font-size: 11pt;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #534741;
	text-align: left;
	line-height: 1.4;
	padding: 0px 10px 0px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

div#main p.blockquote
{
	font-size: 11pt;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
/*	color: #061c3e; */
/*	color: #534741; */
	color: #061c3e;
	padding: 0px 50px 0px 50px;
}

div#main ul
{
	
}

div#main ol
{
	padding-top: 0px;
	margin-top: 0px;
}

div#main li
{
	font-size: 11pt;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #534741;
	line-height: 1.4;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom: 10px;
}

div#main table
{
	margin-bottom: 10px;
}

div#main a
{
	color: #061c3e;
	font-style: italic;
	text-decoration: underline;
}

div#main .subhead
{
	font-weight: bold; 
	color: #061c3e
}

div#main .allcaps
{
	text-transform: uppercase;
}

div#main .bold
{
	font-weight: bold;
	color: #061c3e;
}

div#main .italic
{
	font-style: italic;	
}

div#main .insetblock
{
	float: right;
	width: 150px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #061c3e;
}

/* @end */


/* @group Mailchimp Forms */

div#mc_embed_signup
{
	border-style: none;
	border-width: 0px;
}

div#mc_embed_signup fieldset
{
	border-style: none;
	border-width: 0px;
}

div.mc-field-group label
{
	display: block;
	width: 140px;
	font-size: 11pt;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	float: left;
	color: #534741;
}

div.mc-field-group input
{
	width: 200px;
}

div#mc_embed_signup input#mc-embedded-subscribe
{
	margin-top: 20px;
}


div.mce_inline_error
{ 
/*	background-color: #fd6464 !important; */
	color: red !important;
	font-weight: bold;
	padding: 2px 0px 10px 10px !important;
	margin: 0px !important;
}


/* @end */


/*
div#main p.practiceslug
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #f0eecf;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #396399;
	border: 1px solid #061c3e;
}
*/

div#herebecause
{
	display: block;
	width: 470px;
	height: 40px;
	margin: 10px 10px 30px 10px;
}

div#herebecause ul
{
    list-style: none; 
    width: 225px;
    padding: 0px;
}

div#herebecause ul a
{ 
	font-style: normal;
    color: black; 
    text-decoration: none; 
    display: block; 
    padding: 5px 5px 5px 10px; 
    width: 225px; 
	background-color: #fcc07d;
	border: thin solid #e9871b;
	font-weight: bold;
} 

div#herebecause ul li
{ 
    border-bottom: 1px solid #FFF; 
    float: left; 
    position: relative;
    margin: 0px;
    padding: 0px;
}

div#herebecause ul li ul
{ 
    list-style: none; 
    position: absolute; 
    left: 0; 
    top: 100%; 
    display: none; 
    width: 425px; 
    border-top: 1px solid #FFF;
    margin: 0px;
} 

div#herebecause ul li ul li a
{ 
    color: black;
    font-weight: normal;
    text-decoration: none; 
    display: block; 
    padding: 5px 5px 5px 10px; 
    width: 425px;
	background-color: #fcc07d;
} 

div#herebecause ul li ul a:hover
{ 
    text-decoration: none; 
	background-color: #e9871b;

} 

div#herebecause ul li:hover ul
{
	display: block;
}







div#main div.response_form
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 8pt;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #e5f0fe;
	border: 1px solid #061c3e;
}

div#main span.practice_story_title
{
	font-weight: bold;
	font-style: italic;
	display: block;
	text-align: center;
}

div#main div.story
{
	background-color: #fdf9dc;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	margin-left: 20px;
	margin-right: 20px;
}

/* need these???
div#main table.address
{
	
}

div#main td.addresslabel
{
	width: 175px;
}

div#main td.address
{
	vertical-align: top;
	width: 175px;
}

*/

div#main a.addressmap
{
	font-weight: bold;
	display: block;
	padding-top: 10px;
}

div#main img.contactphoto
{
	border: 1px solid black;
}

div#main img.threelevels
{
	float: right;
}

/* @group Article Styles */

div#main p.articlelink
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div#main a.articlelink
{
	color: #061c3e;
	font-style: italic;
	text-decoration: underline;
}

div#main p.articlesummary
{
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

div#main p.articleissue
{
	text-align: right;
	padding-bottom: 15px;
}

div#main p.articletip
{
	background-color: #fdfadc;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 20px;
	margin-right: 20px;
}

div#main p.articledisclaimer
{
	font-size: 10pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

div#main p.articletable
{
	text-align: center;
}

div#main table.articletable
{
	border: thin solid black;
	text-align: center;
	margin-top: 25px;
}

div#main table.articletable td.title
{
	font-weight: bold;
	text-align: center;
	border: thin solid black;
}

div#main table.articletable td.header
{
	font-weight: bold;
	border: thin solid black;
}

div#main table.articletable td
{
	border: thin solid black;
	border-collapse: collapse;
	empty-cells: show;
	padding: 8px;
}

/* @end */

div#main ul.bookinfo
{
	
}

div#main li.bookinfo
{
	padding-bottom: 5px;
	margin-bottom: 0px;
}

div.booktestimonial
{
	background-color: whitesmoke;
	padding: 10px 10px 5px 10px;
	margin: 0px 10px 20px 10px;
	border: 1px dashed black;
}

div.booktestimonial p.booktestimonialquote
{
	padding: 0px 0px 10px 0px;
	font-style: italic;
	font-size: 11pt;
}

div.booktestimonial p.booktestimonialclient
{
	padding: 0px;
	margin: 0px;
	font-size: 11pt;
}

/*
div#main table.bookshelf
{
	padding-left: 20px;
}

div#main td.book
{
	padding-bottom: 20px;
	padding-right: 5px;
	margin-right: 0px;
	border-bottom: thick solid #a46527;
	width: 100px;
}

div#main td.bookinfo
{
	border-bottom: thick solid #a46527;	
	width: 280px;
	padding-left: 5px;
	margin-left: 0px;
}

div#main p.booktitle
{
	margin-top: 10px;
	font-size: 10pt;
	font-weight: bold;
}

div#main p.bookinfo
{
	font-size: 10pt;
}
*/

div#main p.signature
{
	margin-left: 50px;
}


div#main p.errormsg {
	color: red;
}

div#main td.contactLabel
{
	width: 150px;
}

div#main input.contactInput
{
	width: 200px;
}

div#main textarea.contactTextArea
{
	width: 375px;
}

div#main p.loginError
{
	color: red;
}

div#main td.loginLabel
{
	
}

div#main input.loginInput
{
	width: 200px;	
}

div#main a.resourcelink
{
	color: #061c3e;
	font-style: italic;
	text-decoration: underline;
}

div#main p.resourcelink
{
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div#main p.resourcedeep
{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

div#main a.resourcelink:visited
{
	color: #061c3e;
	font-style: italic;
	text-decoration: underline;
}

div#main p.sitemap
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
}

div#main a.sitemap
{
	
}

div#main a.sitemap:visited
{
	
}

div.free_guide_signup
{
	
}

div#main div.privacyPolicy p
{
	text-align: center;
}

div.free_guide
{
	margin: 20px 0px 10px 0px;
}

/*
div#main p.free_guide_title
{
	font-size: 18pt;
	margin-top: 10px;
	font-weight: bold;	
	color: #061c3e;
	text-align: center;
}

div#main p.free_guide_subtitle
{
	font-size: 14pt;
	font-weight: bold;	
	text-align: center;
}
*/

div#main p.free_guide_download
{
	font-size: 12pt;
	text-align: center;
}

div#main p.free_guide_download a
{
	text-decoration: none;
	color: red;
}

div#main p.free_guide_download a:hover
{
	text-decoration: underline;
}

div#main p.get_guide_button
{
	float: left;
	width: 145px;
	background-color: #fcc07d;
	color: black;
	padding: 0px;
	margin: 0px;
	border: thin solid #e9871b;
	text-align: center;
}

div#main p.get_guide_button a
{
	display: block;
	width: 125px;
	background-color: #fcc07d;
	color: black;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	text-decoration: none;
}

div#main p.get_guide_button a:hover
{ 
    text-decoration: none; 
	background-color: #e9871b;

} 



/*

img.staff_photo
{
	border: 1px solid black;
	padding: 0px;
	margin-top: 50px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 0px;
}

div#main p.staff_story
{
	
}
*/

div.testimonial
{
	background-color: whitesmoke;
	padding: 10px 10px 5px 10px;
	margin: 0px 10px 20px 10px;
	border: 1px dashed black;
}

div.testimonial p.testimonialquote
{
	padding: 0px 0px 10px 0px;
	font-style: italic;
	font-size: 11pt;
}

div.testimonial p.testimonialclient
{
	padding: 0px;
	margin: 0px;
	text-indent: 20px;
	font-size: 11pt;
}

span.phone
{
	color: #061c3e;
	font-weight: bold
}