/*
Theme Name: Guides3-custodial
Theme URI: http://wordpress.org/
Description: Super-basic
Author: Darrin
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


@charset "UTF-8";
/* CSS Document */

#footer-widget-area {
margin-top: 1em;
}

#footer-widget-area #first {
	float: left;
width: 25%;
}
#footer-widget-area #second{
	float: left;
width: 25%;
}
#footer-widget-area #third {
	float: left;
width: 25%;
}
#footer-widget-area #fourth {
float: right;
width: 25%;
}


/*CALCULATOR STUFF *****************************************/



#reverse_mortgage_calculator { font-family: Arial, Helvetica, sans-serif;}

#reverse_mortgage_calculator #step_1_dataentry #disclosure {
	color: #666666;
	font-size: 12px;
	margin-top: 25px;
	text-align: center;
}

#reverse_mortgage_calculator #step_1_label {
	font-weight: bold;
	font-size: 30px;
	padding-top: 15px;
}
#reverse_mortgage_calculator #step_1_details {
	padding-top: 15px;
	padding-left: 30px;
}
#reverse_mortgage_calculator #step_1_details .outcome {
	float: right;
}
#reverse_mortgage_calculator #step_1_details .outcome .success{
	color: #7abc24;
	font-weight: bold;
	font-size: 30px;
	padding-top: 39px;
	padding-right: 60px;
}
#reverse_mortgage_calculator #step_1_details .outcome .failure{
	color: #ad231c;
	font-weight: bold;
	font-size: 30px;
	padding-top: 39px;
	padding-right: 30px;
}


#reverse_mortgage_calculator #step_1_details .row {
	line-height: 1.6em;
	clear: left;
}

#reverse_mortgage_calculator #step_1_details .value {
	width: 80px;	
	float: left;
	font-style:italic;
}

#reverse_mortgage_calculator #step_1_details .label {
	width: 250px;	
	float: left;
}

#reverse_mortgage_calculator #step_1_details .checkmark {
	float: left;
}

#reverse_mortgage_calculator #step_1_details .checkmark .success {
	width: 24px;
	height: 24px;
	background-image: url(images/accept.png);
}
#reverse_mortgage_calculator #step_1_details .checkmark .failure {
	width: 24px;
	height: 24px;
	background-image:   url(images/delete.png);
}


#reverse_mortgage_calculator #step_2_label {
	font-weight: bold;
	font-size: 30px;
	padding-top: 30px;
}

#reverse_mortgage_calculator #step_2_details {
	padding-top: 15px;
	padding-left: 30px;
}

#reverse_mortgage_calculator #step_2_details .row {
	line-height: 1.6em;
	clear: left;
}


#reverse_mortgage_calculator #step_1_dataentry {
	margin-top: 15px;
}

#reverse_mortgage_calculator #comments{
	width: 500px;
	height: 100px;
}

#reverse_mortgage_calculator  #customer_home_value
, #reverse_mortgage_calculator #customer_lien_value
, #reverse_mortgage_calculator  #customer_person_age
{
	width: 150px;
	margin-right: 20px;
}

#reverse_mortgage_calculator  #customer_person_name_f
, #reverse_mortgage_calculator  #customer_person_name_l
, #reverse_mortgage_calculator #customer_phone_number
{
	width: 150px;
	margin-right: 20px;
}

#reverse_mortgage_calculator  #customer_address_street {
	width: 250px;
	margin-right: 20px;
}
#reverse_mortgage_calculator  #customer_address_state_abbr, 
#reverse_mortgage_calculator #customer_address_city
{
	margin-right: 20px;
}

#reverse_mortgage_calculator  #customer_address_zipcode {
	width: 100px;
}


.LV_validation_message {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
 
 
.LV_valid_field{
	
}
.LV_invalid_field{
	background-color: #f0dede !important;
}
 
.LV_valid {
	display: none;
}
 
.LV_invalid {
	color: #990000;
	font-style:italic;
}

/*SIDEBAR *****************************************/



#sidebar_form_calculator {
}

#sidebar-calculator .row {
	padding-bottom: 10px;	
}

#sidebar-calculator .label {
	padding-top: .5em;
 	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
}

#sidebar-calculator .button {
	margin-top: 10px;	
	clear: both;
	margin-bottom: 20px;
}


#sidebar-calculator input[type=text] {
	width: 150px;	
}

#sidebar_security {
	width: 192px;
	height: 50px;
	background-image: url(images/privacy-secured-128.png);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}








/* FORM PRETTY *****************************************/




.form_pretty{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}


.form_pretty input[type="text"], .form_pretty select, textarea {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
	border-bottom-color: #bdb9a2;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #bdb9a2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #bdb9a2;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #bdb9a2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    color: black;
    display: inline-block;
    font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 22px;

    outline-color: black;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    text-align: auto;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    word-spacing: 0px;   
    background-color: #f7f7f7;
    
}

.form_pretty .row {
	padding-bottom: 20px;
	clear: left;
}

.form_pretty .label {
    display: block;
    font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
    font-size: 14px;

    line-height: 12px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.form_pretty label.error {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	color: #990000;
	font-style: italic;
	width:auto;
	margin-bottom: 15px;
	font-size: .8em;
	font-weight: normal;
}


.form_pretty .button {
	font-size: 18pt;
	padding: 5px 10px 5px 10px;
}






/* TABLE PRETTY *****************************************/



table.pretty img {
	border:0;
	margin-top:.5em;
}

caption.pretty {
color: #9ba9b4;
font-size:.94em;
letter-spacing:.1em;
margin:1em 0 0 0;
padding:0;
caption-side:top;
text-align:center;
}

table.pretty a,table.pretty a:link,table.pretty a:visited {
border:none;
}

table.pretty {
border-top:1px solid #e5eff8;
border-right:1px solid #e5eff8;
margin:1em auto;
border-collapse:collapse;
}

	table.pretty tr.odd td	{
background:#f7fbff}

table.pretty tr.odd .column1	{
background:#f4f9fe;
}

	table.pretty .column1	{
background:#f9fcfe;
}

table.pretty td {
/*color:#678197;
*/
border-bottom:1px solid #e5eff8;
border-left:1px solid #e5eff8;
padding:.3em 1em;
}

				table.pretty th {
font-weight:normal;
/*color: #678197;
*/
text-align:left;
border-bottom: 1px solid #e5eff8;
border-left:1px solid #e5eff8;
padding:.3em 1em;
}

							table.pretty thead th {
background:#f4f9fe;
text-align:center;
font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
/*color:#66a3d3*/
}

	table.pretty tfoot th {
text-align:center;
background:#f4f9fe;
}

	table.pretty tfoot th strong {
font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
margin:.5em .5em .5em 0;
/*color:#66a3d3;
*/
}

		table.pretty tfoot th em {
/*color:#f03b58;
*/
font-weight: bold;
font-size: 1.1em;
font-style: normal;
}






























/* ORIGINALS *********************************************************/


html, body {
height: 100%;
font-family: Arial, Helvetica, sans-serif;
}

a, a:visited{
	color: #5B7EA1;
	font-weight: bold;
}

a:hover{
	color: #B88E12;
}

#content_right p a, #content_right p a:visited{
	color: #A6CEFF;
	font-weight: normal;
}

#content_right p a:hover{
border-bottom: 1px solid #A6CEFF;
}


.clear {
clear:both;
display:block;
height:1px;
width:100%;
}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:#F4F0D7 url(images/bg.jpg) top center repeat;
	color:#000;
	}

#bg_top{
	min-width: 100%;
	height:127px;
	margin:0px;
	padding:0px;
	text-align:center;
	background:transparent url(images/bg_top.jpg) top center repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
}	
	
	
#wrapper {
	position: relative;
	z-index: 10;
	width: 965px;
	padding:0px;
	margin:0px auto;
	margin-bottom: -200px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	min-height: 100%;
}	


#header{
	width:100%;
	height: auto;
	background:transparent;
	float:left;
}


#logo{
	width:auto;
	height:auto;
	float: left;
	text-align: left;
}

#logo h1{
	height:55px;
	width:358px;
	background:transparent url(images/logo.png) no-repeat scroll top left;
	margin: 21px 0px 0px 0px;
}


#logo h1 a {
	display:block;
	height:55px;
	width:inherit;
	text-decoration: none;
}

#logo h1 a span {
	visibility:hidden;
	text-decoration: none;
}


#header_right{
	float: right;
	height: 83px;
	width: 600px;
	text-align: right;
	background: transparent;
	color: #666666;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 16px;
}

#banner{
	width: 957px;
	height: 219px;
	border: 1px solid #bdb9a2;
	float: left;
	margin: 15px 0px 15px 3px;
}

.bg1{
	background:url(images/banner_01.jpg) no-repeat 0 0 scroll;
}

.bg2{
	background:url(images/banner_02.jpg) no-repeat 0 0 scroll;	
}


#banner2{
	width: 957px;
	height: 75px;
	
	float: left;
	margin: 15px 0px 15px 3px;
/*	border: 1px solid #bdb9a2;
	background:url(images/banner_03.jpg) no-repeat 0 0 scroll;	*/
}

#banner_page_title h1 {
	line-height: 75px;
	text-align: left;
	padding-left: 100px;
	color: #555555;
	font-family: Georgia, Times, serif;
	font-size: 30px;
	font-weight: normal;
}



#content{
	float:left;
	height: auto;
	width:965px;
	text-align:left;
	background: url(images/bg_light.jpg);
}

#content.page {
	border-top: 1px solid #bdb9a2;
	border-bottom: 1px solid #999;
}

#content.home_page {
	background: transparent url(images/menu_top.jpg) no-repeat scroll top left;
	border-top: 1px solid #bdb9a2;
	border-bottom: 1px solid #999;
}


#right_bg{
	float:left;
	height: auto;
	width:965px;
	background: transparent url(images/sidebar_bg2.jpg) repeat-y scroll top right;
	border-top: 0px solid #bdb9a2;
	border-bottom: 0px solid #bdb9a2;
}


#content_left{
	float: left;
	width: 675px;
	height: auto;
	background-color: transparent;
	text-align: left;
	padding: 0px 15px 20px 15px;
	border-right: 0px solid #666;

	font-family: Arial;
	font-size: 14px;
	line-height: 24px;

}


#column01{
	float: left;
	width: 300px;
	height: auto;
	margin: 0px 0px 25px 0px;
	padding: 0px 55px 0px 0px;
	background:transparent url(images/divider.jpg) 280px 0px no-repeat;
}

#column02{
	float: left;
	width: 300px;
	height: auto;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}

#column03{
	float: left;
	width: 300px;
	height: auto;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#content_right{
	float: right;
	width: 259px;
	height: auto;
	background: transparent;	/*background-color: #B9973C;*/
	padding: 20px 0px 50px 0px;
}


#content_dynamic{
	float: left;
	width: 674px;
	height: 200px;
	background-color: none;
	z-index: 0;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #666;
}

.clearfooter {
	height: 200px;
	clear: both;
}


#footer_01 {
	height: 200px;
	margin:0px auto;
	position: relative;
	background: transparent url(images/bg_bottom.png) center bottom repeat-x;
}



#footer_wrapper {
	height:180px;
	position: relative;
	width: 965px;
	padding:0px 0px 0px 0px;
	margin:0px auto;
	background: transparent;
	font-family: Helvetica;
	font-size: 13px;
	z-index: 10;
	text-align:left;
}	


/*
############################
BUTTONS
############################
*/

a.brown_button, a.brown_button:link, a.brown_button:visited {
	display: block;
	color: #836422;
	text-decoration: none;
	font-size: 18px;
	font-family: Georgia, Times, serif;
	width: auto;
	background:transparent;
	text-transform: none;
	font-weight: lighter;
	/*background:transparent url(images/blue_block.png) 0px -34px no-repeat;*/
	padding: 7px 15px 7px 15px;
	border: 1px dashed #C8BA73;
	float: left;
    }



a.brown_button:hover, a.brown_button:focus, a.brown_button:active {
	color:#6c5717;
	text-decoration: underline;
	/*background:transparent url(images/sidebar_bg3.jpg) top right repeat;*/
}	

	
	

a.blue_button, a.blue_button:link, a.blue_button:visited {
	display: block;
	margin: 0px 25px 0px 0px;
	color: #3874A6;
	text-decoration: none;
	font-size: 20px;
	font-family: Georgia, Times, serif;
	width: auto;
	border: 1px dashed #C8BA73;
	text-align: left;
	background:transparent;
	text-transform: capitalize;
	font-weight: lighter;
	background:transparent url(images/buttonblocks.png) 6px 5px no-repeat;
	float: left;
	padding: 5px 15px 5px 33px;
    }



a.blue_button:hover, a.blue_button:focus, a.blue_button:active {
	color:#3874A6;
	text-decoration: underline;
	background-position: 6px -32px;
	border: 1px dashed #1d5893;
}	
	


a.red_button, a.red_button:link, a.red_button:visited {
	display: block;
	margin: 0px 0px 0px 0px;
	color: #b76e68;
	text-decoration: none;
	font-size: 20px;
	font-family: Georgia, Times, serif;
	width: auto;
	border: 1px dashed #C8BA73;
	text-align: left;
	background:transparent;
	text-transform: capitalize;
	font-weight: lighter;
	background:transparent url(images/buttonblocks.png) 6px -139px no-repeat;
	float: left;
	padding: 5px 15px 5px 33px;
	clear: both;
    }



a.red_button:hover, a.red_button:focus, a.red_button:active {
	color:#c1584f;
	text-decoration: underline;
	background-position: 6px -176px;
	border: 1px dashed #c1584f;
}	
	
a.gold_button, a.gold_button:link, a.gold_button:visited {
	display: block;
	margin: 0px 25px 0px 0px;
	color: #886A1F;
	text-decoration: none;
	font-size: 20px;
	font-family: Georgia, Times, serif;
	width: auto;
	border: 1px dashed #C8BA73;
	text-align: left;
	background:transparent;
	text-transform: capitalize;
	font-weight: lighter;
	background:transparent url(images/buttonblocks.png) 6px -63px no-repeat;
	float: left;
	padding: 5px 15px 5px 33px;
    }



a.gold_button:hover, a.gold_button:focus, a.gold_button:active {
	color:#7A5A0A;
	text-decoration: underline;
	background-position: 6px -104px;
	border: 1px dashed #AA8C30;
}	
	

/*
############################
TEXT
############################
*/

h2{
	font-size: 24px;
	color: #000000;
	margin: 15px 0px 15px 0px;
	font-family: "Georgia", Times, serif;
	font-weight: normal;
}

h3{
	font-size: 20px;
	color: #000000;
	margin: 15px 0px 15px 0px;
	font-family: "Georgia", Times, serif;
	font-weight: normal;
}


#content_right h3{
	font-size: 18px;
	color: #FFFFFF;
	margin: 5px 0px 10px 0px;
	font-family: "Georgia", Times, serif;
	font-weight: normal;
	text-align: left;
	border-bottom: 0px dashed #715819;
	padding: 0px 0px 5px 45px;
	background:transparent url(images/blue_block.png) 17px -34px no-repeat;
}



h4{
	font-size: 18px;
	color: #000000;
	margin: 15px 0px 15px 0px;
	font-family: "Georgia", Times, serif;
	font-weight: normal;
}

h5{
	font-size: 16px;
	color: #000000;
	margin: 15px 0px 15px 0px;
	font-family: "Georgia", Times, serif;
	font-weight: normal;
}

h6{
	font-size: 24px;
	color: #000000;
	margin: 15px 0px 15px 0px;
	font-family: "Georgia", Times, serif;
	font-weight: normal;
}



.color01{
	color:#1E6091;
}

.color02{
	color:#C96C69;
}

.color03{
	color:#83484B;
}


#banner_quote{
	height:auto;
	width:490px;
	float: right;
	text-align: left;
	margin: 10px 25px 0px 0px;

}

#banner h2{
	font-style: normal;
	font-size: 38px;
	color: #606060;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 42px;
}


#banner h3{
	font-style: normal;
	font-size: 24px;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 30px;
}



#content_left p{
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 1em;
}

span.username{
	color: #DDC465;
	text-align: right;
	font-size: 11px;
	text-decoration: none;
	display: block;
	text-transform: capitalize;
	margin: 7px 0px 0px 0px;
}


.date{
	color: #CCCCCC;
	text-align: left;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	display: block;
	margin: 7px 0px 0px 0px;
}

#content_right .event_date{
	color: #DDC465;
	text-align: left;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 7px 0px 0px 0px;
}

#content_left p.event_date{
	color: #846913;
	text-align: left;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: -15px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}


#content_left ul{
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	padding-left: 0px;
	margin-bottom: 20px;
}

#content_left ul li{
	margin-left: 5px;
	background:transparent url(images/list_icon.gif) 0px 0px no-repeat;
	padding-left: 25px;
}



.image_right{
	margin: 5px;
	border: 3px solid #ae9a6b;
	float:right;

}

.image_left{
	margin: 5px;
	border: 3px solid #ae9a6b;
	float:left;

}

#content_right p{
	margin: 0px 15px 0px 25px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
}

/*
############################
FOOTER
############################
*/

.footer_menu{
	margin: 15px 0 0 0;
	clear:both;
}

#footer_logo{
	margin-top: 15px;
	text-align: right;
}

#footer_logo p{
	color: #666666;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*
############################
OTHER
############################
*/

hr {
	border-color: #999;
	border-style: dashed;
	border-width: 1px 0 0;
	clear: both;
	margin: 20px 0px 20px 0px;
	height: 0px;
	padding: 0;
	width: 99%;
}

.sub_nav
{
	padding-left: 0;
	margin-left: 0;
	width: 100%;
	margin-top: 0px;
	border-top: 0px solid #CCC;
}

.sub_nav li
{
	list-style: none;
	margin: 0;
	border-bottom: 1px dashed #333;
}

.sub_nav li a, .sub_nav li a:visited{
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 15px 20px 15px 20px;
	background-color: transparent;
	display: block;
	color: #A6CEFF;
	text-align: left;
	background: transparent;
}

.sub_nav li a:hover{
	background: transparent url(images/sidebar_bg3.jpg) top left repeat-y;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 0px solid #333;
	font-weight: normal;
}


#menu-home-sidebar-menu
{
	padding-left: 0;
	margin-left: 0;
	width: 100%;
	margin-top: 0px;
	border-top: 0px solid #CCC;
}

#menu-home-sidebar-menu li
{
	list-style: none;
	margin: 0;
	border-bottom: 1px dashed #333;
}

#menu-home-sidebar-menu  li a, #menu-home-sidebar-menu  li a:visited{
	text-decoration: none;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 15px 20px 15px 20px;
	background-color: transparent;
	display: block;
	color: #A6CEFF;
	text-align: left;
	background: transparent;
}

#menu-home-sidebar-menu  li a:hover{
	background: transparent url(images/sidebar_bg3.jpg) top left repeat-y;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 0px solid #333;
	padding: 14px 20px 14px 20px;
	font-weight: normal;
	color: #A6CEFF;
}

.events_nav
{
	padding-left: 0;
	margin-left: 0;
	width: 100%;
	margin-top: 0px;
	border-top: 0px solid #CCC;
}

.events_nav li
{
	list-style: none;
	margin: 0;
	border-bottom: 1px dashed #333;
}

.events_nav li a, .events_nav li a:visited{
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 15px 20px 15px 20px;
	background-color: transparent;
	display: block;
	color: #A6CEFF;
	text-align: left;
}

.events_nav li a:hover{
	background: #765E22 url(images/sidebar_bg3.jpg) top left repeat;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 0px solid #333;
	font-weight: normal;
	color: #A6CEFF;
}

.events_nav li a.view_more_link, .events_nav li a.view_more_link:visited, .sub_nav li a.view_more_link, .sub_nav li a.view_more_link:visited, .posts_nav li a.view_more_link, .posts_nav li a.view_more_link:visited{
	padding: 5px 20px 5px 20px;
	text-align: right;
	font-size: 12px;
	color: #A6CEFF;
}




/* MENU *********************************************************/


.menu_wide {
	height: 33px;
	border-top: 1px solid #bdb9a2;
	border-bottom: 1px solid #bdb9a2;
	width: 100%;
	background: transparent url(images/menu_top.jpg) no-repeat scroll top left;
	float:left;
	z-index: 50;
	margin: 0;
	padding: 0;
}


.menu_wide ul {
	list-style: none;
	margin: 0;
}
.menu_wide li {
	float:left;
	position: relative;
}
.menu_wide .menu_wide ul li a {
	display:block;
	text-decoration:none;
	padding:0px 15px 0px 15px;
	line-height:34px;
	font-size: 14px;
}
.menu_wide ul li ul {
	display:none;
	position:absolute;
	top:33px;
	left:0;
	float:left;
	width: 180px;
	z-index: 99999;
	border-top: 1px solid #bdb9a2;
}
.menu_wide ul li ul li {
	min-width: 180px;	
}
.menu_wide ul li ul ul {
	left:100%;
	top:0;
}
.menu_wide ul li ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
.menu_wide ul li:hover > ul {
	display:block;
}


/* HORIZONTAL FREESTYLE MENU LAYOUT */
.menu_wide a, .menu_wide a:link, .menu_wide a:visited  {
	display: block;
	padding: 10px 18px 9px 18px;
	margin: 0px;
	color: #494949;
	text-decoration: none;
	font-size: 14px;
	font-family: Georgia, Times, serif;
	width: auto;
	background:transparent;
	border-right: 1px solid #bdb9a2;
	text-transform: uppercase;
	font-weight: lighter;
	height: auto;
}


.menu_wide  a:hover, .menu_wide  a.highlighted, .menu_wide  a:focus, .menu_wide  a:active  {
	color:#1E5180;
	text-decoration: none;
	background:transparent url(images/bg_top.jpg) top left repeat-x;
}
	
	
	
	
.menu_wide .sub-menu  a, .menu_wide .sub-menu a:link, .menu_wide .sub-menu  a:visited 
, .menu_wide .children  a, .menu_wide .children a:link, .menu_wide .children  a:visited {
	display: block;
	text-decoration: none;
	font-size:14px;
	padding: 10px 7px 10px 7px;
	color: #333333;
	font-family: Georgia, Times, serif;
	border-top: 0px solid;
	border-left: 1px solid #BDB9A2;
	border-right: 1px solid #BDB9A2;
	border-bottom: 1px solid #BDB9A2;
	height: auto;
	background:#FFF url(images/bg.jpg) top left repeat;
	font-weight: lighter;
	text-align: left;
	width: 147px;
   }


.menu_wide .sub-menu   a:hover, .menu_wide .sub-menu   a:focus, .menu_wide .sub-menu   a:active 
, .menu_wide .children   a:hover, .menu_wide .children   a:focus, .menu_wide .children   a:active  {
	color: #000000;
	font-weight: normal;
	background:transparent url(images/bg_top.jpg) top left repeat-x;
}





a.menu_donate, a.menu_donate:link, a.menu_donate:visited {
	text-align: left;
	line-height: 15px !important;
	padding: 0px 15px 0px 20px !important;
	margin: 10px 0px 0px 0px !important;
	color: #b76e68;
	text-decoration: none;
	font-size: 15px;
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	font-weight: lighter;
	background:transparent url(images/donate_block.png) 0px 1px no-repeat;
	float: right;
	height: 22px;
	border: none;
    }



a.menu_donate:hover, a.menu_donate:focus, a.menu_donate:active {
	color:#c1584f;
	text-decoration: underline;
	background:transparent url(images/donate_block.png) 0px -22px no-repeat;
	border: none;
	}
	
	

/* Customizations ************************************************ */
h1.entry-title {
color: black;
font-family: Georgia, Times, serif;
font-size: 26px;
font-weight: normal;
margin: 15px 0px;
}


#content_left.content_padding {
padding-top: 20px;
}

	

#content_left.content_padding {
padding-top: 20px;
}







