/* Accent on Elder Law Home 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: #DDDDDD;
	height:236px;
} 
.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: 10px 40px 20px 40px;
}
.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;
}
.tagline {
	position:relative;
	top: 24px;
	padding: 0px 0px 50px 30px;
	z-index: 500px;
}
.list li {
	padding-bottom: 4px;
}

.awg {
	background-color:#FFFFFF;
	margin: 10px 0px 20px 0px;
	padding: 6px 0px 4px 0px;
	width: 180px;
	text-align:center;
	color:#796e6e;
	font-style:italic;	
}
/*.mission {
	position: relative;
	width: 620px;
	height: 118px;
	background-color:#758bbb;
	padding: 8px 8px 8px 8px;
	margin: 10px 0px 10px 0px;
}

.mission p {
	padding: 0px 8px 0px 8px;
	text-align:center;
	color: #FFFFFF;
	font-family:"Palatino Linotype", "Book !=Antiqua", Palatino, serif;
	font-size: 11pt;
	font-style: italic;
	font-weight:bold;
	font-stretch:semi-expanded;
	letter-spacing: .2pt;
}*/
.mission {
	position: relative;
	width: 270px;
	height: 248px;
	background-color:#758bbb;
	padding: 0px 8px 0px 8px;
	margin: 10px 330px 10px 0px;
}

.mission p {
	padding: 0px 8px 0px 8px;
	text-align:center;
	color: #FFFFFF;
	font-family:"Palatino Linotype", "Book !=Antiqua", Palatino, serif;
	font-size: 11pt;
	font-style: italic;
	font-weight:bold;
	font-stretch:semi-expanded;
	letter-spacing: .2pt;
}
.video_home {
	position: relative;
	float:right;
	width: 320px;
	height: 248px;
	background-color:#758bbb;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 30px 0px;
	text-align:center;
}


/* ######### 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;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

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

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 2px 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 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;
}