@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	min-height: 100%;
	margin-bottom: 1px;
}
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #056865 url(/images/global/body-background.gif) repeat-x top;
	height: 100%;
	min-height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #FFFFFF;
}
.twoColAbs #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 781px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height: 100%;
	background: #056865 /*url(/images/global/container-background.png) top left no-repeat*/;
	margin: 0;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for absolutely positioned sidebars:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
*/

.twoColAbs #rightBorder {
	position: absolute;
	top: 0;
	left: 781px;
	width: 1px;
	height: 630px;
	background: #056865 url(/images/global/right-border.png) no-repeat;
	margin: 0;
	padding: 0;
}
.twoColAbs #sidebar1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	min-height: 100%;
	background: #000000 url(/images/global/sidebar-background.gif) repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}
.twoColAbs #sidebar1 #partners {
	height: 218px;
	margin: 0;
	padding: 0;
	background: #000000;
}
.twoColAbs #sidebar1 #contactUs {
	height: 100px;
	margin: 0;
	padding: 0;
	background: #000000;
}
.twoColAbs #sidebar1 #gradient {
	width: 140px;
	height: 444px;
	background: url(/images/global/sidebar-gradient.gif) repeat-x top;
	margin: 0 20px;
	padding: 0;
}
.twoColAbs #mainContent {
	position: absolute;
	top: 0;
	left: 181px;
	width: 600px;
	min-height: 100%;
	background: #056865;
	padding: 0;
}
.twoColAbs #mainContent #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 179px;
	height: 218px;
	margin: 0;
	padding: 0;
}
.twoColAbs #mainContent #sideNav {
	position: absolute;
	top: 218px;
	left: 0;
	width: 179px;
	margin: 0;
	padding: 0;
}
.twoColAbs #mainContent #sideNavImage {
	position: absolute;
	top: 399px;
	left: 0;
	width: 179px;
	margin: 0;
	padding: 0;
}
.twoColAbs #mainContent #topNav {
	height: 10px;
	margin: 0;
	padding: 21px 10px 14px 180px;
	background: url(/images/global/top-nav-background.gif) repeat-y right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	color: #FFFFFF;
	text-align: right;
}
.twoColAbs #mainContent #topNav a:link, .twoColAbs #mainContent #topNav a:visited {
	text-decoration: none;
	color: #FFFFFF;	
}
.twoColAbs #mainContent #topNav a:hover, .twoColAbs #mainContent #topNav a:active {
	text-decoration: none;
	color: #D6C4AA;	
}
.twoColAbs #mainContent #masthead {
	height: 99px;
	margin: 0;
	padding: 0 0 0 180px;
}
.twoColAbs #mainContent #breadcrumbs {
	position: absolute;
	top: 150px;
	left: 204px;
	width: 390px;
}
.twoColAbs #mainContent #topContent {
	margin: 0 0 0 180px;
	padding: 0;
	min-height: 293px;
}
.twoColAbs #mainContent #topContent h1 {
	margin: 0;
	padding: 39px 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #000000 1px 1px;
	letter-spacing: 1.5px;
	color: #C2A16F;
}
.twoColAbs #mainContent #topContent h2 {
	margin: 0;
	padding: 18px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #000000 1px 1px;
	color: #D6C4AA;
}
.twoColAbs #mainContent #topContent p {
	margin: 0;
	padding: 0 30px 9px 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.twoColAbs #mainContent #topContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColAbs #mainContent #topContent ul, ol {
	margin: 0;
	padding: 0 30px 9px 54px;
	line-height: 18px;
}
.twoColAbs #mainContent #topContent ul ul {
	margin: 0;
	padding: 0 30px 9px 30px;
	line-height: 18px;
}
.twoColAbs #mainContent #attorneys p {
	margin: 0;
	padding: 6px 0 18px 0;
}
.twoColAbs #mainContent #attorneys img {
	border: #D6C4AA 1px solid;
}
.twoColAbs #mainContent #attorneys .tileRow {
	margin: 0;
	padding: 0 0 0 24px;
}
.twoColAbs #mainContent #attorneys .partnerTile {
	width: 120px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
}
.twoColAbs #mainContent #attorneys .associateTile {
	width: 90px;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
	text-align: center;
}
.twoColAbs #mainContent #contentDivider {
	background: url(/images/global/top-content-border.gif) right no-repeat;
	margin: 0;
	padding: 0;
	height: 1px;
}
.twoColAbs #mainContent #bottomContainer {
	margin: 0;
	padding: 0 0 30px 0;
	min-height: 180px;
}
.twoColAbs #mainContent #bottomContent {
	margin: 0;
	padding: 0;	
}
.twoColAbs #mainContent #bottomContent.topShadow {
	background: url(/images/global/bottom-content-h1-bg.gif) no-repeat top right;	
}
.twoColAbs #mainContent #bottomContent.leftPadding {
	padding-left: 172px;
}
.twoColAbs #mainContent #bottomContent h1 {
	margin: 0;
	padding: 18px 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #000000 1px 1px;
	letter-spacing: 1.5px;
	color: #C2A16F;
}
.twoColAbs #mainContent #bottomContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #000000 1px 1px;
	margin: 0;
	padding: 9px 30px;
	color: #D6C4AA;
}
.twoColAbs #mainContent #bottomContent p {
	margin: 0;
	padding: 0 15px 9px 30px;
	line-height: 18px;
}
.twoColAbs #mainContent #bottomContent ul {
	margin: 0;
	padding: 0 15px 9px 54px;
	line-height: 18px;
}
.twoColAbs #mainContent #footer {
	background: url(/images/global/footer-border.gif) no-repeat top left;
	margin: 30px 0;
	padding: 15px 30px;
}
.twoColAbs #mainContent #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #033332;
	margin: 0;
	padding: 0;
}
.twoColAbs #mainContent #footer a:link, .twoColAbs #mainContent #footer a:visited {
	text-decoration: none;
	color: #033332;	
}
.twoColAbs #mainContent #footer a:hover, .twoColAbs #mainContent #footer a:active {
	text-decoration: none;
	color: #FFFFFF;	
}
a:link, a:visited {
	color: #D6C4AA;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.navButton {
	height: 36px;
	margin: 0;
	padding: 0;
}
.navButtonBottom {
	height: 37px;
	margin: 0;
	padding: 0;
}
.summaryContent {
	height: 240px;
	overflow: hidden;
}
.summaryContentNav {
	margin: 0;
	padding: 18px 30px 9px 30px;
}
.required, .warning {
	color: #C2A16F;
}
#homepagePanels.SlidingPanels {
	float: left;
}
#homepagePanels .SlidingPanelsContentGroup {
	float: left;
	width: 10000px;
}
#homepagePanels .SlidingPanelsContent {
	float: left;
	width: 598px;
}
#logoThumbs img {
	border: #000000 1px solid;
}
.logoImage {
	padding: 9px 0 9px 24px;
}

/* /////////////// WEB REGISTRATION FORM /////////////// */

.twoColAbs #mainContent #contactForm fieldset {
	border: #033332 1px solid;
}
.twoColAbs #mainContent #contactForm legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 6px;
	color: #033332;
}
.twoColAbs #mainContent #contactForm label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #D6C4AA;
}
.twoColAbs #mainContent #contactForm input {
	width: 150px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.twoColAbs #mainContent #contactForm input.button {
	width: 165px;
}
.twoColAbs #mainContent #contactForm select {
	width: 154px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.twoColAbs #mainContent #contactForm textarea {
	width: 150px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.selectField, .textArea, .textField {
	padding: 0 0 9px 6px;
}
.submitField {
	padding: 0 0 9px 0;
}

/* /////////////// END WEB REGISTRATION FORM /////////////// */

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