html, body {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#2E2E2E;
	line-height:16px;
	background-color:#EFEFEF;
	}

h2 {
	color:#185598;
	font-size:20px;
	font-weight:normal;
	margin-bottom:22px;
	font-variant:small-caps;
	}
	html>body h2 {
		font-size:22px;
		}

h3 {
	color:#185598;
	font-size:12px;
	font-weight:normal;
	margin:22px 0 5px 0;
	font-variant:small-caps;
	text-align:left;
	}
	
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:790px;
	margin:0 auto;
	background:url(../images/pagebg.gif) top center repeat-y;
	}

html>body #container {
	height:auto;
	}
			
#container2 {
	margin:0 auto;
	width:740px;
	padding-bottom:180px;
	background:url(../images/bg_gradient.jpg) bottom left repeat-x;
	}
	
#title {
	height:110px;
	}

#header {
	width:740px;
	margin-bottom:5px;
	height:147px;
	background:#215597 url(../images/right.jpg) top left repeat-x;
	}
	#header img {
			border-right:1px solid #FFF;
		}

#main {
	border:1px solid #999;
	background-color:#FFF;
	width:430px;
	margin:3px auto 0;
	padding:12px 10px;
	text-align:justify;
	float:left;
	}
	#bio {
		width:320px;
		float:right;
		}
	img#headshot {
		float:left;
		border:1px solid #999;
		margin-right:5px;
		}
	#main_bottom {
		background-color:#999;
		width:452px;
		height:12px;
		margin:3px auto 0;
	}
	#main a:link, #main a:visited {
		color:#185598;
		text-decoration:underline;
		}
	#main a:hover, #main a:active {
		color:#185598;
		color:#000;
		text-decoration:underline;
		}
	#main p {
		margin:0;
		padding:0 0 10px 0;
		}
	ul#mainlist {
		list-style:none;
		color:#185598;
		padding:0 0 10px 10px;
		}
		ul#mainlist li {
			padding:0;
			margin:7px;
			}

/*-- MENU STYLE --*/
#menu {
	width:144px;
	float:left;
	}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 144px; /* Width of Menu Items */
	}

ul li.mainMenu {
	position: relative;
	border-left:6px solid #225597;
	margin:10px 0;
	}
	
li ul {
	position: absolute;
	left: 138px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding:8px 5px;
	background:none; /* IE6 Bug */
	}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


/* Hover Styles */
ul li.mainMenu a:hover, li:hover {
	color: #FFF;
	background: #262626;
	}


/* Sub Menu Styles */	
ul.submenu {
	color:#FFF;
	}
	
ul.submenu li a{
	display:block;
	padding:5px;
	width:250px; 
	color:#FFF;
	background-color:#000;
	-moz-opacity: 0.85;
	opacity:.85;
	filter: alpha(opacity=85);
	}
	ul.submenu li:hover {
		background:none;
		}
		
li:hover ul, li.over ul { display: block; } /* The magic */
	
/*div.tooltip {
	position:relative;
	width:144px;
	height:32px;
	}
	div.tooltip a {
		display:block;
		padding:8px;
		text-decoration:none;
		}
		*/

/*#about {background:url(../images/about.gif) top left no-repeat;}*/
body#aboutPage #about, #about:hover,
body#attorneysPage #attorneys, #attorneys:hover,
body#practiceAreasPage #practiceAreas, #practiceAreas:hover,
body#contactPage #contact, #contact:hover,
body#directionsPage #directions, #directions:hover {
	background:#262626;
	color:#FFF;
	}

		
/*
td {
	h: expression(onmouseover=new Function("document.getElementById('jeff').style.background-color='#ff0'; document.getElementById('jeff').style.color='red';"),
				  onmouseout=new Function("this.style.backgroundColor='#666'; this.style.color='#fff';"));
	}
		
		
div.tooltip span {
	display:none;
	width:250px;
	min-height:30px;
	}
	div.tooltip:hover span {
		display:block;
		position:absolute;
		top:0em;
		left:144px;
		color:#FFF;
		background-color:#000;
		-moz-opacity: 0.85;
		opacity:.85;
		filter: alpha(opacity=85);
		}
	div.tooltip span a {
		text-decoration:none;
		display:block;
		padding:8px;
		}

img {
	border:none;
	}
	
span ul {
	list-style:none;
	padding:0;
	margin:0;
	}
span ul li {
	margin:0;
	display:block;
	}
	span ul li:hover {
		background-color:#1E1E1E;
		}

ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
li {
	margin:4px 0 10px;
	}*/
	
/*#menu a:link, #menu a:visited {
	color:#333;
	}
	
#menu a:hover, #menu a:active {
	color:red;
	}*/
	
/*-- Footer --*/	
#footer {
	position:absolute;
	bottom:0;
	padding:10px 0;
	background:#E1E1E4 url(../images/footer_bg.jpg) top left repeat-x;
	width:740px;
	text-align:center;
	border-top:1px solid #7A7A7A;
	color:#555;
	}
	#footer #copyright {
		color:#6A6A6A;
		}
	#footer a:link, #footer a:visited {
		color:#555;
		text-decoration:underline;
	}
	#footer a:hover, #footer a:active {
		color:#1A5598;
		text-decoration:underline;
	}

strong {
	font-variant:small-caps;
	font-size:1.2em;
	font-weight:normal;
	}		

table.practiceAreasTable {
	border:1px solid #CCC;
	text-align:center;
	padding:0;
	margin:0 0 10px;
	}
	.practiceAreasTable tr {
		padding:0;
		margin:0;
		}	
	.practiceAreasTable td {
		margin:0;
		padding:8px;
		width:200px;
		border:1px solid #CCC;
		}
		
table.contactTable {
	width:100%;
	}
	table.contactTable h4 {
		margin:0 3px 0 0;
		padding:0;
		font-size:1em;
		}
		
#directionsText {
	margin:15px 0 30px 0;
	}
	
.clear {
	clear:both;
	}