/* Accent on Elder Law Secondary Page Style Sheet - 04/26/2009*/
/* C.W. Emely */

/* -- Color Scheme -- */
/* Dark Blue - 00247e */
/* Light Blue - 758bbb */
/* Dark Gray - 796e6e */
/* Light Gray - a69b9b */
/* ------------------------ */

@charset "UTF-8";

.wrapper #header { 
	background: #758bbb;
	height:26px;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.wrapper #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #796e6e; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px;
}
.wrapper #mainContent { 
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.pagecontent {
	margin: 30px 26px 20px 26px;
}
.calc {
	float:right;
	background-color:#CCC;
	border: 3px solid #758bbb;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 15px 15px;
}
.calc_results {
	text-align: center;
	height: 50px;
	border: thin solid #758bbb;
	padding: 4px 4px 0px 4px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.list li {
	padding-bottom: 4px;	
}
.list_4 li {
	padding-bottom: 4px;
}
.list_6 li {
	padding-bottom: 6px;
}
.emaillist {
	list-style:none;
}
.emaillist li {
	padding-bottom: 6px;
}
.billpaylist ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.billpaylist li {
	margin-left: 110px;
}
.billpay_image {
	float:left;
	margin-right: 30px;
}
.billpay {
	margin-top: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.estate {
	list-style-type:none;
}
.about_image {
	float:left;
	margin-right: 18px;
	padding-top: 5px;
	vertical-align:text-top;
}
.about_bio {
	margin: 0px 0px 30px 20px;
	padding: 0px 0px 0xp 0px;
	text-align: left;
	vertical-align:top;
}
.about_bio_1 {
	margin: 0px 20px 25px 20px;
	padding: 0px 0px 0xp 0px;
	text-align: left;
	vertical-align:top;
}
#six img {
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	vertical-align:text-top;
}
.gbsa_logo {
	padding: 5px 5px 5px 5px;
	margin-right: 15px;
	float: left;
	Border: solid 2px #758bbb;
}
.testimonial_image {
	margin-left: 12px;
	float: right;
}
.puzzle_image {
	position: relative;
	float:left;
	margin-right: 10px;
	padding-top: 0px;
	/* padding-bottom: 210px; */
	vertical-align:text-top;
}
.elder_text {
	margin-left: 130px;
	padding-bottom: 20px;
}
.world {
	position: relative;
	float:right;
	margin: 0px 0px 0px 18px;
}
/* ######### Drop Down ULs CSS ######### */

/* ########## Styles for top Submenus ############# */

.ddsubmenustyletop, .ddsubmenustyletop ul{ /*topmost and sub ULs, respectively*/
font: normal 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #796e6e;
border: 0px solid white;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyletop li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: #ffffff;
background-color: #796e6e;
text-decoration: none;
padding: 4px 5px;
text-align:left;
border-bottom: 1px solid #ffffff;
}

* html .ddsubmenustyletop li{ /*IE6 CSS hack*/
display: inline-block;
width: 160px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyletop li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 200;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ########## Styles for Left Side Submenus ############# */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #796e6e;
border: 0px solid white;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 240px; /*width of menu (not including side paddings)*/
color: #ffffff;
background-color: #796e6e;
text-decoration: none;
padding: 4px 5px;
text-align:left;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 240px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Light Blue Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
padding: 0px 0px 0px 30px;
margin: 0px 0px 0px 0px;
font: normal 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
list-style-type: none;
border-bottom: 1px solid gray;
background: #758bbb;
overflow: hidden;
width: 100%;
height: 25px;
z-index: 100;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 36px 6px 2px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: #758bbb;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #758bbb; /*background of tabs for hover state */
color: #00247e;
}

.mattblackmenu a.selected{
background: #758bbb; /*background of tab with "selected" class assigned to its LI */
color: #00247e;
}

/* ######### Marker List Left Side Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
padding-top:30px;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
background: #796e6e url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: normal 10pt "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding: 6px 4px;
padding-left: 10px;
text-decoration: none;
border-bottom: 0px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ffffff;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #758bbb;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.bluewhite li a{
background: #a69b9b;
text-align:left;
}

.bluewhite li a:hover{
background: #758bbb;
color: white;
text-align:left;
}