/* joneswalden.com */

a:link, a:visited {
	color: #479c23;
	text-decoration: none;
}
a:hover {
	border: 0;
	text-decoration: underline;
}
p {
	margin: 0 0 2em 0;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}
body {
	/*font-size:85%;*/
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	color:#000;
	/* background-color: #5B9A61; */
	background:#eee url(/images/main-back.jpg) top center repeat-x;
	margin: 0; 
	padding: 0; 
	border: 0; 
	text-align: center;
}
body#home {
	background:#b4b4b4 url(/images/home-back.jpg) top center no-repeat;
}
#wrapper {
	margin: 5px auto;
	width: 696px;
	text-align: left;
}
#phone {
	color: #000;
	font-family: georgia, times, serif;
	font-weight: bold;
	float: right;
}
body#home #phone {
	color: #454545;
}
#logo {
	top: 24px;
	width: 262px;
	height: 61px;
	background: url(/images/logo.jpg) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
}
body#home #logo {
	top: 35px;
	background: url(/images/logo-home.jpg) top left no-repeat;
}
#logo a:link, #logo a:visited {
	display: block;
	width: 262px;
	height: 61px;
	margin: 0;
	padding: 0;
}
#logo h1 {
	margin: 0;
}
a img {
	border: 0;
	text-decoration: none;
}
a:link, a:visited {
	border: 0;
}
img {
	border: 0;
}
h1, h2, h3 {
	font-family: georgia, times, serif;
	text-decoration: none; 
	font-weight: normal;
	color: #1f3a80;
	margin: 0;
	}
h1				{ font-size: 24px; }
h2				{ 
	font-size: 24px;
	padding: 7px 10px 7px 0; 
}
h3				{ font-size: 18px; }
h4				{ font-size: 1em; }
h5				{ font-size: 1em; }
h6				{ font-size: 1em; }


#menu ul {
	margin: 0;
	padding: 0;
	width: 400px;
	float: right;
	font-size: 18px;
	font-family: georgia, times, serif;
}
body#home #menu ul {
	margin-top: 5px;
}
#menu ul li {
	list-style: none;
	float: right;
	margin: 0 0 0 15px;
	padding: 0;
}
#photo {
	width: 656px;
	height: 242px;
	margin: 0;
	padding: 20px;
	background: url(/images/photo2.jpg) top left no-repeat;
	top: 10px;
	position: relative;
	clear: both;
}
#photo ul {
	margin: -20px 0 0 0;
	height: 240px;
	width: 210px;
	position: relative;
}
#photo ul li {
	font-family: georgia, times, serif;
}
#photo h2 {
	width: 222px;
	color: black;
	font-size: 18px;
	font-family: georgia, times, serif;
	margin: 0 0 20px 0;
	padding: 0;
}
 
#container {
	margin: 50px 0 0 0;
}
#left-col {
	width: 232px;
	padding: 0;
	margin: 0;
	text-align: right;
	float: left;
}
#left-col h2 {
	font-size: 24px;
	margin: 0;
	border-bottom: 1px dashed black;
}
#left-col ul li {
	font-family: georgia, times, serif;
	padding: 7px 10px 7px 0;
	font-size: 18px;
	border-bottom: 1px dashed black;
}
#main {
	width: 453px;
	padding: 0 0 0 10px;
	margin: 0;
	border-left: 1px dashed black;
	float: right;
}
body#error #main {
	height: 320px;
}
.attorney-photo {
	font-size: 11px;
	font-style: italic;
	color: #333;
	margin: 3px 10px 3px 0;
	float: left;
}
.clear {
	clear: both;
}
/* footer */
#footer {
	border-top: 1px dashed black;
	clear: both;
	text-align: right;
}
body#home #footer {
	border: 0;
}
#footer ul {
	margin: 0 0 0 232px;
	padding: 15px 0 0 0;
	text-align: right;
	position: relative;
	border-left: 1px dashed black;
}
body#home #footer ul {
	border: 0;
}
#footer ul li {
	list-style: none;
}
#footer ul li.cred {
	font-size: 12px;
	color: #7a7a7a;
}
#footer ul li.cred a {
	color: #7a7a7a;
	text-decoration: underline;
}
#footer ul li.cred a:hover {
	color: #000;
	text-decoration: none;
}

/* clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
