@charset "utf-8";
/* styling for honeslahood */

body  {
 font: 10pt Helvetica, sans-serif;
 background: #999999;
 margin: 15px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
 padding: 0;
 text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
 color: #FFFFFF;
}

strong {
 color: #333333;
}

#simpleCarousel td div {position: absolute; width: 213px; font-size:8pt;}
#simpleCarousel td.button {}
#simpleCarousel td.selected {}
#simpleCarousel td.slides {height: 20px;}

.honesLaHood #container #intro {
	position:absolute;
	width: 808px;
	height: 594px;
	z-index: 99;
	visibility: visible;
}

.honesLaHood #container {
 width: 808px;
 margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
 text-align: left; /* this overrides the text-align: center on the body element. */
 background-color: #FFFFFF;
 background-image: url(/firmprofile/honesLaHood-bg.jpg);
 background-repeat: no-repeat;
 background-position: left top;
} 
.honesLaHood #header { 
	height: 159px;
	padding: 0 15px 0;
	position:relative;
	background-color: #ffffff;
	background-image: url(/honesLaHood-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 

#homelink { 
 cursor: pointer;
 position: absolute;
 width: 200px;
 height: 150px;
 z-index: 99;
} 

.honesLaHood #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 223px; /* 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 */
	padding: 0 16px 0 0;
	background: #FFFFFF;
}

.honesLaHood #sidebar1 #news {
  height: 111px;
  padding: 5px;
  margin-top: 10px;
  color: #000000;
  background: #e3e2e2;
  line-height: 14pt;
}

.honesLaHood #sidebar1 #news h2{
 font-size: 12pt;
 color: #b5121b;
 margin: 0;
}

.honesLaHood #sidebar1 #slideshow {
 z-index: 10;
}

.honesLaHood #mainContent {
    position: relative;
	color: #666666;
	padding: 0 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 0;
} 

.honesLaHood #mainContent #mainContentText { 
 width: 479px;
 padding: 30px 28px 0 28px;
 background: #e3e2e2;
 line-height: 14pt;
} 

.honesLaHood #mainContentText ul,li{ 
 margin: 0 0 0 5px;
 padding: 0 0 0 5px;
} 

.honesLaHood #mainContentText a {color: #b5121b; text-decoration:none;}
.honesLaHood #mainContentText a:hover {color: #b5121b; text-decoration:underline;}

.honesLaHood #mainContentText h2{
 font-size: 12pt;
 color: #b5121b;
 margin: 0 0 10px 0;
}

.honesLaHood #mainContentText h3{
 font-size: 10pt;
 color: #b5121b;
 margin: 10px 0 5px 0;
}

.honesLaHood #mainContentText img{ 
 margin-top: 40px;
} 

.honesLaHood #footer { 
	padding: 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:right;
	background: #999999;
} 

.honesLaHood #menu {
    position: relative;
	width: 777px;
	height: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*text-align: right;*/
	padding: 15px 15px 10px 15px;
	z-index: 99;
}

.honesLaHood #menuItems {
	position: absolute;
	left: 345px;
	width: 454px;
	z-index: 99;
}

.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;
}