/* CSS Document */

/*NAVi*/
#naviArea{
height:42px;
}
/**/
#navigationArea {
	width:380px;
	height:42px;
	text-align:left;
	float:right;
}
#nav {
	list-style:none;
	padding:0px;
	line-height:normal;
	margin: 0px;
	float:right;
}
#nav li{
	float:left;
}
#nav li a{
	height: 38px;
	display:block;
	float:left;
	text-decoration:none;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 0px;
	vertical-align: bottom;
	text-align:center;
	line-height: normal;
text-indent:-1000px; }
#nav #nav-01 a{
	width:62px;
	background-image: url(../images/home-h.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav #nav-01 a:hover{
	background-image: url(../images/home-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav #nav-02 a{
	width:77px;
	background-image: url(../images/about-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav #nav-02 a:hover{
	background-image: url(../images/about-h.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav #nav-02 .active{
	background-image: url(../images/navi-02-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav #nav-03 a{
	width:139px;
	background-image: url(../images/practice-areas-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav #nav-03 a:hover{
	background-image: url(../images/practice-areas-h.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav #nav-04 a{
	width:120px;
	background-image: url(../images/legal-briefs-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav #nav-04 a:hover{
	background-image: url(../images/legal-briefs-h.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav #nav-05 a{
	width:80px;
	background-image: url(../images/contact-us-r.gif);
	background-repeat: no-repeat;
	background-position: left top;}
#nav #nav-05 a:hover{
	background-image: url(../images/contact-us-h.gif);
	background-repeat: no-repeat;
	background-position: left top;}

#nav #nav-08 .innerpage{
	background-image: url(../images/navi-head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

/*	Drop Down Menu  */

ul	{ list-style: none; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { padding:0 0 0 0px; margin:0; list-style:none; height:38px; position:relative; z-index:999999; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; }
ul.dropdown a:hover		            {
	text-align:left;
	background-color:#FFFBDF;
	cursor:pointer;
}
ul.dropdown li a                    {
	display:block;
	float:left;
	height:38px;
	line-height:38px;
	color:#755000;
	text-decoration:none;
	font-size:10pt;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:left;
	padding:0 15px 0 15px;
	cursor:pointer;
	background-color:#FFF;
}
ul.dropdown li.hover,
ul.dropdown li:hover                { text-align:leftcenter; position: relative; }

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 100%; visibility: hidden; position: absolute; top: 100%; left: -40px; }
ul.dropdown ul li 					{ float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

<!--FAQ-->
<style type="text/css">

body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 82%;}
h2 {
	background-color: #BD4A18;
	color: #fff;
	font-size: 1em;
	padding: 5px;
	width: 90%;
	font-weight: bold;
}
h3, h4 {color: #697922; font-size: 1.1em; padding: 5px 0 5px;}
a {color: #BD4A18;}

li {padding: 2px 0;}

dt {
	font-weight: bold; 
	margin: 15px 40px 5px;
	cursor: pointer;
	text-decoration: underline;
	color: #BD4A18;
}

	dt:before {
		content: "Q";
		font-size: 1.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 2px 6px 5px;
		color: #FFD87D;
		background-color: #BD4A18;
		font-weight: normal;
		margin-left: -35px;
		position: relative;
		top: 10px;
	}


dd {
	margin: 25px 70px 0px;
	padding-bottom: 12px;
	line-height: 150%;	
	}
	
	dd:before {
		content: "A";
		font-size: 1.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 2px 9px;
		color: #752E0F;
		background-color: #FFD87D;
		
		margin-left: -38px;
		position: relative;
		top: 10px;
	}


.show {display: block;}
.hide {display: none;}	

	
