@charset "UTF-8";

/*Body 
container
--- header
------ header-bottom
--- subcontainer
------sidebar1
------mainContent
--<clear float>--
--- footer
*/

a.navbar {
text-decoration:none;
color:#FFFFFF;
}

a.navbar:hover {
text-decoration:none;
color:#FF0000;
}

a.disclaimer {
text-decoration:none;
font-size:10px;
color:#666666;
font-weight:bold;
}

a.disclaimer:hover {
text-decoration:none;
font-size:10px;
color:#FFFFFF;
font-weight:bold;
}


a.attorneys {
text-decoration:none;
font-size:12px;
color:#000000;
}

a.attorneys:hover {
text-decoration:none;
font-size:12px;
color:#999999;
}

a.attorneyBio {
text-decoration:none;
font-size:12px;
color:#FFFFFF;
}

a.attorneyBio:hover {
text-decoration:none;
font-size:12px;
color:#333333;
}


body  {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	
	background: #000000;
	margin: 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: #000000;
	background-image: url(images/whwwOrlandoSkyline.jpg);
	background-position-y: top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-x: center;
}
.twoColFixLtHdr #container { 
	width: 620px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	padding-top: 25px;
} 


.twoColFixLtHdr #subContainer{
background-image: url(images/subContainer.gif);
	background-repeat: repeat-y;
	background-position-x: right;
	background-position-y: top;
	margin: 0;
	padding: 0;
}



.twoColFixLtHdr #header { 
	padding: 0 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #headerIndex { 
position:absolute;
top:300px;
}

.twoColFixLtHdr #enterIndex { 
position:absolute;
top:500px;
padding-left:400px;
border-style:none;
}

.twoColFixLtHdr #enterIndex img{ 
border: none;
}

.twoColFixLtHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}






.twoColFixLtHdr #header-bottom {
	margin-top: 70px;
	padding-left: 185px;
	color: white;
}

.twoColFixLtHdr #header-bottom ul {
	margin:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-left:18px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color:#666666;
	
	padding-bottom:2px;
	padding-top:2px;

}
.twoColFixLtHdr #header-bottom li {
	display:inline;
	padding-left: 12px;
	padding-right: 12px;
	letter-spacing:.04em;
}


.twoColFixLtHdr #subContainerHeader {
background-color:#FFFFFF;
height:5px;
padding-top: 0px 0px 0px 0px;
}

.twoColFixLtHdr #sidebar1 {
 float:left;/* since this element is floated, a width must be given */
	width: 190 px; /* 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 */

	/*background: #6bb2c9;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 0px 20px;
	margin: 0;
	color:#FFFFFF;
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:24px;
}
/* the sidebar stuff pretty much applies only to the name of the individual */
	
	.twoColFixLtHdr #attorneyText{
	padding-top:10px;
	padding-left:0px;
	padding-bottom:3px;
	font-size:12px;
	}
/* attorney Text is the bullet point information in the first column i.e. phone, office, email etc. . . */




.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 187px; /* the left margin on this div element creates the column down the left 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: 5px 20px 15px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 438 px;
	line-height: 2em;
	background-image: url(images/whwwCity.jpg);
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: bottom;
	min-height:240px;
	}
	/* this is the main information in the white area */
	.twoColFixLtHdr #mainContent ul{
	list-style-type:none;
	line-height: 1.5em;
	}
	/* this applies when there is a list in the mainContent div.  Below are the style sheets for the divs re: two columns in the main content area.  There would be two columns for the attorneys, offices and practice areas pages as well as the individual attorney pages */
	.twoColFixLtHdr #firstColumn{
	float:left;
	}
	.twoColFixLtHdr #firstColumnAttorney{
	float:left;
	margin-right:10px;
	line-height: 1.2em;
	border:solid 1px;
	}
		/* the firstColumnAttorney and secondColumnAttorney divs apply for the attorney pages.  All of the other list pages (attorneys, practice areas, offices and maybe in the future, clients) use simply the firstColumn and secondColumn divs*/
	
	.twoColFixLtHdr #secondColumn{
	margin-left: 200px;
	}
	.twoColFixLtHdr #secondColumnAttorney{
	padding-left:0px;
	line-height: 1.5em;
	}
	
	
	
	
.twoColFixLtHdr #seventyfive {
margin-left: 340px;
min-height:60px;
margin-top:40px;
}	
 
.twoColFixLtHdr #footer { 
background-color:#FFFFFF;
height:5px;
padding-top: 0px 0px 0px 0px;

} 
/*
.twoColFixLtHdr #bottomAddress {
font-size:10px;
color:#666666;
padding-top: 0px 0px 0px 0px;
	width: 620px;
	margin-top:50px;  
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
	
}
*/

.twoColFixLtHdr #bottomAddress {
font-size:10px;
color:#666666;
position:absolute;
top:600px;
padding-top: 0px 0px 0px 0px;
	width: 620px;  
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
	}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.twoColFixLtHdr #clearone { /* 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:0px;
    font-size: 1px;
    line-height: 0px;
}

