a:link, a:visited, a:active {
	color: #849b3f;
	border: #000000;
}
a:hover {
	color: green;
}
.leftcolumn a:link,.leftcolumn a:visited,.leftcolumn a:active,.leftcolumn a:hover {
	color: #4c5b8a;
	text-decoration:underline;
}
.leftcolumn a:hover {
	color: #4c5b8a;
	text-decoration:none;
}

.contactinfo a:link {
	color: #8b6b4b;
	border: #000000;

}
.contactinfo a:visited {
	color: #8b6b4b;
	border: #000000;

}
.contactinfo a:hover {
	color: #5f4a35;

}
.contactinfo a:active {
	color: #8b6b4b;
	border: #000000;
}

.credits a:link {
	color: #525252;
	border: #000000;

}
.credits a:visited {
	color: #525252;
	border: #000000;

}
.credits a:hover {
	color: black;

}
.credits a:active {
	color: #525252;
	border: #000000;
}

.printerfriendly_about a:link {
	color: #cfca86;
	border: #000000;

}
.printerfriendly_about a:visited {
	color: #cfca86;
	border: #000000;

}
.printerfriendly_about a:hover {
	color: #a9a56f;

}
.printerfriendly_about a:active {
	color: #cfca86;
	border: #000000;
}

.printerfriendly_practice a:link {
	color: #c67b51;
	border: #000000;

}
.printerfriendly_practice a:visited {
	color: #c67b51;
	border: #000000;

}
.printerfriendly_practice a:hover {
	color: #915a3c;

}
.printerfriendly_practice a:active {
	color: #c67b51;
	border: #000000;
}
.homepageinfo a:link,.homepageinfo a:visited,.homepageinfo a:active {
	color: #4c5b8a;
	border: #000000;
	text-decoration:underline;
}
.homepageinfo a:hover {
	color: black;
	border: #000000;
	text-decoration:none;
}
.newspage a:link,.newspage a:visited,.newspage a:active {
	color: #4c5b8a;
	border: #000000;
	text-decoration:underline;
}
.newspage a:hover {
	color: black;
	border: #000000;
	text-decoration:none;
}
/* Menus */
/* Resets the relative position for each menu item */
.resetRelative {
	position: relative;
	top:  0px;
	left: 0px;
	cursor: pointer;
}
	#aboutthefirm {
	position:absolute;
	left: 0px;
	top: -9px;	
	width:112px;
	height:115px;
	z-index:5;
	display:none;
}
	#practiceareas {
	position:absolute;
	left: 0px;
	top: -9px;
	width:112px;
	height:115px;
	z-index:5;
	display:none;
}
	#attorneys {
	position:absolute;
	left: 0px;
	top: -9px;
	z-index:5;
	width:112px;
	height:115px;
	display:none;
}
	#news {
	position:absolute;
	left: 0px;
	top: -9px;
	z-index:5;
	width:112px;
	height:115px;
	display:none;
}
	#clients {
	position:absolute;
	width:112px;
	height:115px;
	z-index:5;
	left: 0px;
	top: -8px;
	display:none;
}
	#contact {
	position:absolute;
	width:78px;
	height:115px;
	z-index:100;
	left: 0px;
	top: -9px;
	display:none;
}


/* Body */
/*html {
	background-color:#8d8d8d;
} */
body{
	/*background-color:#e5e5e5;*/
	background-color:#8d8d8d;
	/* Browsers default font size is 16px (medium). This changes default value to 10px (16)(62.5%)=10, which means 1em = 10px */	
	font-size: 62.5%;
	color: #525252;
	font-family:  Georgia, "Times New Roman", Times, serif;
}
body, form, div, h1, h2, h3, h4, h5, table, tr, th,  dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}
/* Different browsers use different methods to pad or indent a list. Mozilla and Netscape 6+ browsers indent a list on the padding; IE and Opera pad a list on the margin. Set one of these to zero, and use the other for the indent.
Margin-top:0 removes the empty blank line after <ul> */
ul {
	margin-left:3em;
	padding-left:0em;
	margin-top:0;
}
#nobullets ul {
	list-style:none;
	margin-left:1.5em;
	padding-left:0em;
	margin-top:0;
	margin-bottom:0;
}
/*li { 
	margin-top: 0px;
	margin-bottom: 0px;
}*/
.leftcolumn {
	width: 212px;
	float: left;
	margin-right:20px;
}
.maincontent {
	padding-top:27px;
	padding-left:36px;
	font-size:1.2em;
	background-color: #ebebeb;
	line-height:1.7em;
}
.content {
	padding-top:40px;
	padding-left:50px;
	padding-right:40px;
	font-size:1.2em;
	background-color:#ebebeb;
	line-height:1.7em;
}
.text {
/*	width: 448px; */
	font-size:1.2em;
	background-color: #ebebeb;
	margin-right:40px;
	padding:0px;
	line-height:2.4em;
}
.attorneyinfo {
	font-size:1.2em;
	color: #849b3f;
	line-height:1.5em;
}
.contactinfo {
 	font-size:1.2em;
	color: #8b6b4b;
	line-height:1.5em
}
.homepageinfo {
 	font-size:1.2em;
	color: #4c5b8a;
	line-height:1.5em;
}
.indented {
	margin-left: 2em;
}
.indentedmore {
	margin-left: 1em;
}
.indentedmost {
	margin-left: 3em;
}
.iframe {
    z-index:-10;
	width:521px; 
	height:435px;   
} 
.printerfriendly {
	font-size:1em;
	line-height:1.5em;
	text-align:right;
}
#screen_header {
	display:block;
}
#print_header {
	display:none;
}
