div#header{
	background-color:#ffffff;
}

div#header div#head-box{
	height:81px;
	padding:18px;
	background-color:#ffffff;
	background: #ffffff url('../images/ask_larryc.gif') no-repeat right top;
	text-align:left;
	border-top:3px double #1c1c1c;
	border-bottom:3px double #1c1c1c;
}

div#header #hlink{
	display:block;
	width:351px;
	height:73px;
	margin:15px 0px 0px 10px;
	padding:0px;
	background: transparent url('../images/ask_larryd.gif') no-repeat center center;
}

div#topnav{
	height:18px;
	padding:8px 0px;
	background-color:#8b1f2e;
}

div#topnav a:link,div#topnav a:visited{
	margin:0px;
	padding:0px 5px 0px 10px;
	text-decoration:none;
	font-family: "Arial Narrow", Halvetica, Sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ddbe9c;
	border-left:1px solid white;
    text-transform:uppercase;
}

div#topnav a:hover{
	color: #ffffff;
}

div#topnav img{
	margin:0px;
	padding:0px;
	border:0px;
	display:block;
	height:34px;
	float:left;
}

div#content{
	padding:20px 20px 20px 20px;
}

div#content h2, div#content h2 a{
	font-family: "Arial Narrow",Helvetica,sans-serif;
	font-size: 23px;
	font-weight:normal;
	line-height: 24px;
	color: #5d5d5d;
	margin:0px 0px 10px 0px;
	padding:0px;
    text-decoration:none;
    cursor:default;
}

div#left{
	float:left;
	width:480px;
}

div#left ul{
	margin:35px 0px;
}

div#left img.limg{
	float:right;
}

div#right{
	width:210px;
	float:right;
	background-color:#d2d2d2;
	padding:10px;
}

div#right form label.llabel{
	float:left;
	clear:left;
	width:80px;
	margin:6px 0px;
}

div#right form fieldset{
	border:none;
	margin:0px;
	padding:0px;
}

div#right form label.tlabel{
	display:block;
	margin-top:15px;
}

div#right form input{
	margin:6px 0px;
}

/***********************************************************************************/
/* New Yaz Section                                                                 */
/***********************************************************************************/
.mainimg{
float:right;
margin:6px 0 6px 16px;
padding:2px;
border:1px solid #CCC;
}
.formy{
float:right;
width:212px;
padding:6px;
margin:0 0 12px 16px;
border:1px solid #ccc;
}
.formy form{
background-color:#CCC;
padding:6px;
margin:0;
}
.formy form label{
float:left;
clear:left;
margin:0;
padding:0;
}
.formy form .txt1, .formy form textarea{
float:left;
clear:left;
margin:0 0 10px 0;
}
.formy form #ask-bulldog{
width:200px !important;
height:26px;
border-right-width:12px;
text-align:left;
padding-left:3px;
}
.formy h5{
padding:8px;
width:196px;
margin:0;
font:700 14px/14px "Century Gothic", "Trebuchet MS", Verdana;
color:#5d5d5d;
background-color:#f2e6b8;
border-bottom:#1c1c1c 3px double;
}
.formy .txt1, .formy textarea{
width:195px;
font:400 12px/14px Arial, Helvetica, sans-serif;
}

/****************************** Menu Styles ******************************/
.forlt{
float:left;
width:212px;
padding:6px;
margin:0 10px 29px 10px;
border:1px solid #ccc;
}
.forlt form{
background-color:#CCC;
padding:6px;
margin:0;
}
.forlt form label{
float:left;
clear:left;
margin:0;
padding:0;
}
.forlt form .txt1, .forlt form textarea{
float:left;
clear:left;
margin:0 0 10px 0;
}
.forlt form #ask-bulldog{
width:200px !important;
height:26px;
border-right-width:12px;
text-align:left;
padding-left:3px;
}
.forlt h5{
padding:8px;
width:196px;
margin:0;
font:700 14px/14px "Century Gothic", "Trebuchet MS", Verdana;
color:#5d5d5d;
background-color:#f2e6b8;
border-bottom:#1c1c1c 3px double;
}
.forlt .txt1, .forlt textarea{
width:195px;
font:400 12px/14px Arial, Helvetica, sans-serif;
}

/****************************** Menu Styles ******************************/

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {margin:-3px 0 0 0; position:relative; width:760px; height:25px; z-index:100; clear:both;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:174px; font-size:11px; color:#000; height:25px; line-height:25px; text-decoration: none; text-indent:5px; /*border:1px solid #CCCCCC; border-width:1px 0 1px 1px;*/ padding-left:5px;}

#topnav #pmenu a{border:0;}

#topnav #pmenu ul a{border:1px solid #000; border-width:0 1px 1px 1px; background-color:#FFF; color:#666;}

#topnav #pmenu ul a:hover{color:#000;}
#pmenu a:hover{ text-decoration: underline;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; }

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}

/* Make the hovered list color persist */
/*#pmenu li:hover > a {background:#ffffff; }*/

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(../yaz-lawsuits/images/transparent.gif); width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:20px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#ffffff; color:#000;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#ffffff; color:#000;}

/* Set up the pointers for the sub level indication 
#pmenu li.fly {background:#ffffff url('../images/fly.gif') no-repeat right center;
}
#pmenu li.drop {background:#ffffff url('../images/drop.gif') no-repeat right center;
}*/

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;}

/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like*/