@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #d4cbc6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:-21px;
	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: #58595b;
	font-size:15px;
	line-height:30px;
}
.twoColFixRt #container { 
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url('images/bg-main.png'); background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left: 30px;
	padding-right: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainShadow { 
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 21px;
	background: url('images/main-shadow.png'); background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left: 30px;
	padding-right: 0px;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 244px; /* 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 */
	height:780px;
	background: #005696 url('images/sidebar-full.jpg'); /* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat:no-repeat;
	margin-right:48px;
	margin-left:25px;
	padding: 0px;
}
.twoColFixRt #sidebarTall {
	float: right; /* since this element is floated, a width must be given */
	width: 244px; /* 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 */
	height:1050px;
	background: url('images/sidebar-xtall.jpg'); /* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat:no-repeat;
	margin-right:48px;
	margin-left:25px;
	padding: 0px;
	overflow:hidden;
}

.twoColFixRt #mainContent { 
	margin: 0 48px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}
/* Header images */
#eclipseLogo {
	background:url('images/eclipse-logo.jpg'); background-repeat:no-repeat;
	background-position:0 12px;
	display:block;
	width:486px;
	height:125px;
	text-indent:-9999px;
	overflow:hidden;
}
/* Page header graphics for H2's */
.graphicSubHead {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
#innovativeHeader {
	width:418px;
	height:36px;
	margin-top:45px;
	background:url('images/header-innovative.jpg'); background-repeat:no-repeat;
}
#officesHeader {
	width:151px;
	height:32px;
	margin-top:25px;
	background:url('images/header-offices.jpg'); background-repeat:no-repeat;
}
#attorneysHeader {
	width:186px;
	height:32px;
	margin-top:25px;
	background:url('images/header-attorneys.jpg'); background-repeat:no-repeat;
}
#comingSoon {
	background:url('images/coming-soon.jpg'); background-repeat:no-repeat;
	display:block;
	width:539px;
	height:112px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:65px;
}
/* Blocks and layouts for lists */
#offices, #attorneys {
	line-height:20px;
}
#offices span, #attorneys span {
	color:#005596;
}
#attorneyBlock {
	display:block;
	width:275px;
	height:120px;
	float:left;
}
/* Text styles */
.miniItalic {
	margin-top:32px;
	font-size:13px;
	font-style:italic;
	line-height:21px;
}
.links {
	color:#005596;
	text-align:center;
}
a {
	text-decoration:none;
	color:#005596;
}
a:visited {
	color:#005596;
}
a:hover {
	color:#811517;
}
.copyright {
	font-size:10px;
	margin-top:0px;
	text-align:left;
}

