@charset "utf-8";
/* ------------------ Common Styles -----------------------*/

body {
	background: url(images/bground.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin: 0px 0px 20px 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.ContentPane {
	padding: 0px 0px 0px 10px;
		background: url(/images/form_bg.jpg) no-repeat;
}

.RightPane {
	background: url(images/form_bg.jpg) no-repeat;
	width: 220px;
	height: 280px;
	float:right;
}

/*------------------------ Text -----------------------------*/

.Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
}

.Normal h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

.PA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color:#FFFFFF;
}

/*------------------------ Header --------------------------*/

.header-left {
	background: url(images/header_left.jpg) no-repeat;
	height: 550px;
	width: 30px;
}

.header-right {
	background: url(images/header_right.jpg) no-repeat;
	height: 550px;
	width: 30px;
}

.mainheader{
	background: url(images/san_diego_personal_injury_attorney.jpg) no-repeat;
	height: 550px;
	width: 910px;
}

/* ----------------------- Border -------------------------*/

.upleft {
	background: url(images/border_upleft.png) no-repeat;
	height: 30px;
	width: 30px;
}

.upedge {
	background: url(images/border_upedge.png) repeat-x;
	height: 30px;
	width: inherit;
}

.upright {
	background: url(images/border_upright.png) no-repeat;
	height: 30px;
	width: 30px;
}

.leftedge {
	background: url(images/border_leftedge.png) repeat-y;
	height: inherit;
	width: 30px;
}

.rightedge {
	background: url(images/border_rightedge.png) repeat-y;
	height: 30px;
}

.lowleft {
	background: url(images/border_lowleft.png) no-repeat;
	height: 30px;
	width: 30px;
}

.lowedge {
	background: url(images/border_lowedge.png) repeat-x;
	height: 30px;
	width: inherit;
}

.lowright {
	background: url(images/border_lowright.png) no-repeat;
	height: 30px;
	width: 30px;
}

/* ------------------------ Menu ---------------------------*/

.menu-left {
	height: 68px;
	width: 30px;
	background: url(images/menu_left.png) no-repeat;
}

.menu-right {
	height: 68px;
	width: 30px;
	background: url(images/menu_right.png) no-repeat;
}

.menu-upedge {
	height: 8px;
	width:inherit;
	background: url(images/menu_upedge.png) repeat-x;
}

.SEOMenu {
height:60px;
background:url(images/menu_bg.png) left top repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
}

.SEOMenu ul{
list-style-type:none;
padding:0;
margin:0 0 0 10px;
}

.SEOMenu li{
float:left;
list-style-type:none;
position:relative;
}

.SEOMenu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.SEOMenu a, .SEOMenu :visited {
color:#000;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:13pt;
font-weight:bold;
}

.SEOMenu a em.left, .SEOMenu :visited em.left {
display:block;
float:left;
width:17px;
height:60px;
background: transparent url(lefta.gif);
}
.SEOMenu a b, .SEOMenu :visited b {
display:block;
font-weight:bold;
float:left;
padding:0;
height:60px;
line-height:50px;
cursor:hand;
color:#000;
}
.SEOMenu a em.right, .SEOMenu :visited em.right {
display:block;
float:left;
width:17px;
height:60px;
background: transparent url(righta.gif);
}

.SEOMenu ul li ul {
display: none;
}

.SEOMenu .CurrentItem a em.left, .SEOMenu .CurrentItem :visited em.left, .SEOMenu .ParentItem a em.left, .SEOMenu .ParentItem :visited em.left{
	background:url(images/menu_downleft.png) left bottom no-repeat;
}
.SEOMenu .CurrentItem a b, .SEOMenu .CurrentItem :visited b, .SEOMenu .ParentItem a b, .SEOMenu .ParentItem :visited b {
	background:url(images/menu_down.png) repeat-x;
	color:#fff;
}
.SEOMenu .CurrentItem a em.right, .SEOMenu .CurrentItem :visited em.right, .SEOMenu .ParentItem a em.right, .SEOMenu .ParentItem :visited em.right {
	background:url(images/menu_downright.png) right bottom no-repeat;
}

.SEOMenu :hover, a:hover {
color:#000033;
white-space:normal;
}

.SEOMenu a:hover b {
color:#000033;
background: url(images/menu_over.png) repeat-x;
text-decoration:none;
}
.SEOMenu a:hover em.left {
background: url(images/menu_overleft.png) left bottom no-repeat;
}
.SEOMenu a:hover em.right {
background: url(images/menu_overright.png) right bottom no-repeat;
}

.SEOMenu :hover > a b
{
color:#000033;
background: url(images/menu_over.png) bottom repeat-x;
text-decoration:none;
}
.SEOMenu :hover > a em.left {
background: url(images/menu_overleft.png) bottom left no-repeat;
}
.SEOMenu :hover > a em.right {
background: url(images/menu_overright.png) bottom right no-repeat;
}


.SEOMenu .CurrentItem a:hover b, .SEOMenu .ParentItem a:hover b {
color:#000033;
background: url(images/menu_over.png) bottom repeat-x;
}
.SEOMenu .CurrentItem a:hover em.left, .SEOMenu .ParentItem a:hover em.left {
background: url(images/menu_overleft.png) bottom left no-repeat;
}
.SEOMenu .CurrentItem a:hover em.right, .SEOMenu .ParentItem a:hover em.right {
background: url(images/menu_overright.png) bottom right no-repeat;
}

.SEOMenu .CurrentItem :hover > a b, .SEOMenu .ParentItem :hover > a b
{
color:#000033;
background: url(images/menu_over.png) bottom repeat-x;
}
.SEOMenu .CurrentItem :hover > a em.left, .SEOMenu .ParentItem :hover > a em.left {
background: url(images/menu_overleft.png) bottom left no-repeat;
}
.SEOMenu .CurrentItem :hover > a em.right, .SEOMenu .ParentItem :hover > a em.right {
background: url(images/menu_overright.png) bottom right no-repeat;
}

.SEOMenu ul ul .CurrentItem a:hover b {
color:#000033;
background: transparent;
}
.SEOMenu ul ul .CurrentItem a:hover em.left {
background: transparent;
}
.SEOMenu ul ul .CurrentItem a:hover em.right {
background: transparent;
}

.SEOMenu ul ul .CurrentItem :hover > a b
{
color:#000033;
background: transparent;
}
.SEOMenu ul ul .CurrentItem :hover > a em.left {
background: transparent;
}
.SEOMenu ul ul .CurrentItem :hover > a em.right {
background: transparent;
}

/*------------------------ PA Border --------------------------*/

.PA { 
	line-height: 35px;
}
.bluecorner_upleft {
	background: url(images/bluecorner_upleft.gif) no-repeat;
	height: 35px;
	width: 10px;
}
.bluecorner_upright {
	background: url(images/bluecorner_upright.gif) no-repeat;
	height: 35px;
	width: 10px;
}
.bluecorner_lowleft {
	background: url(images/bluecorner_lowleft.gif) no-repeat;
	height: 10px;
	width: 10px;
}
.bluecorner_lowright {
	background: url(images/bluecorner_lowright.gif) no-repeat;
	height: 10px;
	width: 10px;
}

/* -------------------- Footer -----------------------------------*/

.LoginPane, .LoginPane a, .LoginPane a:visited, .SkinObject, .SkinObject a, .SkinObject a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color:#ffffff;
}

.LoginPane a:hover, .SkinObject a:hover {
	text-decoration: underline;
	color:#ffffff;
}




.SEOMenuLeft{font-family: arial, sans-serif; position:relative; font-size:11px; z-index:100;}
.SEOMenuLeft ul{padding:0; margin:0; list-style-type: none;}
.SEOMenuLeft ul li ul{visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:85px;}
.SEOMenuLeft ul li{float:left;padding:0; margin:0; list-style-type: none;}
.SEOMenuLeft table{border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;}
/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.SEOMenuLeft ul li.Tab60 a,
.SEOMenuLeft ul li.Tab60 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_auto_accident_attorney.jpg);
}
.SEOMenuLeft ul li.Tab60:hover a,
.SEOMenuLeft ul li.Tab60 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab60 a,
.SEOMenuLeft ul li.CurrentItem.Tab60 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_auto_accident_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab79 a,
.SEOMenuLeft ul li.Tab79 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_bicycle_accident_attorney.jpg);
}
.SEOMenuLeft ul li.Tab79:hover a,
.SEOMenuLeft ul li.Tab79 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab79 a,
.SEOMenuLeft ul li.CurrentItem.Tab79 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_bicycle_accident_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab61 a,
.SEOMenuLeft ul li.Tab61 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_birth_injury_attorney.jpg);
}
.SEOMenuLeft ul li.Tab61:hover a,
.SEOMenuLeft ul li.Tab61 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab61 a,
.SEOMenuLeft ul li.CurrentItem.Tab61 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_birth_injury_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab80 a,
.SEOMenuLeft ul li.Tab80 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_brain_injury_attorney.jpg);
}
.SEOMenuLeft ul li.Tab80:hover a,
.SEOMenuLeft ul li.Tab80 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab80 a,
.SEOMenuLeft ul li.CurrentItem.Tab80 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_brain_injury_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab63 a,
.SEOMenuLeft ul li.Tab63 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_burn_injury_attorney.jpg);
}
.SEOMenuLeft ul li.Tab63:hover a,
.SEOMenuLeft ul li.Tab63 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab63 a,
.SEOMenuLeft ul li.CurrentItem.Tab63 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_burn_injury_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab81 a,
.SEOMenuLeft ul li.Tab81 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_construction_accident_attorney.jpg);
}
.SEOMenuLeft ul li.Tab81:hover a,
.SEOMenuLeft ul li.Tab81 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab81 a,
.SEOMenuLeft ul li.CurrentItem.Tab81 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_construction_accident_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab62 a,
.SEOMenuLeft ul li.Tab62 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_defective_product_attorney.jpg);
}
.SEOMenuLeft ul li.Tab62:hover a,
.SEOMenuLeft ul li.Tab62 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab62 a,
.SEOMenuLeft ul li.CurrentItem.Tab62 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_defective_product_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab83 a,
.SEOMenuLeft ul li.Tab83 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_dog_bite_attorney.jpg);
}
.SEOMenuLeft ul li.Tab83:hover a,
.SEOMenuLeft ul li.Tab83 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab83 a,
.SEOMenuLeft ul li.CurrentItem.Tab83 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_dog_bite_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab84 a,
.SEOMenuLeft ul li.Tab84 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_insurance_dispute_attorney.jpg);
}
.SEOMenuLeft ul li.Tab84:hover a,
.SEOMenuLeft ul li.Tab84 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab84 a,
.SEOMenuLeft ul li.CurrentItem.Tab84 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_insurance_dispute_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab85 a,
.SEOMenuLeft ul li.Tab85 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_maritime_accident_attorney.jpg);
}
.SEOMenuLeft ul li.Tab85:hover a,
.SEOMenuLeft ul li.Tab85 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab85 a,
.SEOMenuLeft ul li.CurrentItem.Tab85 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_maritime_accident_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab86 a,
.SEOMenuLeft ul li.Tab86 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_motorcycle_accident_attorney.jpg);
}
.SEOMenuLeft ul li.Tab86:hover a,
.SEOMenuLeft ul li.Tab86 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab86 a,
.SEOMenuLeft ul li.CurrentItem.Tab86 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_motorcycle_accident_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab87 a,
.SEOMenuLeft ul li.Tab87 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_nursing_home_abuse_attorney.jpg);
}
.SEOMenuLeft ul li.Tab87:hover a,
.SEOMenuLeft ul li.Tab87 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab87 a,
.SEOMenuLeft ul li.CurrentItem.Tab87 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_nursing_home_abuse_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab88 a,
.SEOMenuLeft ul li.Tab88 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_pedestrian_accident_attorney.jpg);
}
.SEOMenuLeft ul li.Tab88:hover a,
.SEOMenuLeft ul li.Tab88 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab88 a,
.SEOMenuLeft ul li.CurrentItem.Tab88 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_pedestrian_accident_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab82 a,
.SEOMenuLeft ul li.Tab82 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_slip_fall_attorney.jpg);
}
.SEOMenuLeft ul li.Tab82:hover a,
.SEOMenuLeft ul li.Tab82 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab82 a,
.SEOMenuLeft ul li.CurrentItem.Tab82 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_slip_fall_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab89 a,
.SEOMenuLeft ul li.Tab89 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_spinal_cord_injury_attorney.jpg);
}
.SEOMenuLeft ul li.Tab89:hover a,
.SEOMenuLeft ul li.Tab89 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab89 a,
.SEOMenuLeft ul li.CurrentItem.Tab89 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_spinal_cord_injury_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab64 a,
.SEOMenuLeft ul li.Tab64 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_truck_accident_attorney.jpg);
}
.SEOMenuLeft ul li.Tab64:hover a,
.SEOMenuLeft ul li.Tab64 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab64 a,
.SEOMenuLeft ul li.CurrentItem.Tab64 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_truck_accident_attorney_over.jpg);
}
.SEOMenuLeft ul li.Tab90 a,
.SEOMenuLeft ul li.Tab90 a:visited {display:block; float:left; text-decoration:none; width:252px; height:65px; line-height:29px; font-size:11px; padding-left:10px; text-indent:-99999px; background:url(/Portals/0/Skins/SanDiego/images/san_diego_wrongful_death_attorney.jpg);
}
.SEOMenuLeft ul li.Tab90:hover a,
.SEOMenuLeft ul li.Tab90 a:hover,
.SEOMenuLeft ul li.CurrentItem.Tab90 a,
.SEOMenuLeft ul li.CurrentItem.Tab90 a:visited{
background:url(/Portals/0/Skins/SanDiego/images/san_diego_wrongful_death_attorney_over.jpg);
}