* {
    	padding: 0px;
    	margin: 0px;
}


/* @group HTML, Body */
html {
	background: url(images/bknd.gif) repeat-x 0 0 #dbd5b5;
	text-align:center;
}
body {
font-family:Arial, Helvetica, sans-serif;
}
/* @end */

a img { border:none; }

A:Link {color: #000000; text-decoration: underline; }
A:Visited {color: #000000; text-decoration: underline; }
A:Hover {color: #7098ca; text-decoration: none; }


#container {
	width:910px;
	margin:0 auto;
	padding:0 0 32px 0;
	text-align:center;
	border-bottom:3px solid #7098ca;
	background-color:#FFFFFF;
}
#masthead {
	text-align:left;
	width:910px;
	margin:0 auto;
	padding:0;
	background-color:#dbd5b5;
	height:86px;
	overflow: hidden;
}

HR { border: 0;
color: #377625;
background-color: #ffffff;
height: 1px;
width: 100%;
text-align: left;
}

.photo {
  border:1px solid #7098ca;
  padding:4px;
  float:right;
  margin-left:22px;
  margin-bottom:12px;
}

.attorneys {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}

.thmb {
	float:right;
	margin-left:12px;
	margin-bottom:12px;
}

/* @group Nav */
div#nav {
    width: 253px;
    height:257px;
    float:left;
    background-color: #7098ca;
    line-height: 30px;
    color:#ffffff;
    overflow:hidden;
}
div#nav ul {
	margin: 0;
	padding: 16px 0;
}
div#nav ul li {
	display: inline;
}
div#nav ul li a {
    	font-size:14px;
    	text-align:right;
    	color:#ffffff;
	display: block;
	padding: 1px 20px;
}
div#nav ul li.last a {
	border: none;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#nav ul li a:hover {
	background-color:#000000;
	color:#FFFFFF;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: -20px 0 0 245px;
	list-style: none;
	line-height: 1;
	background-color: #7098ca;
	border: 1px solid #fff;
	border-bottom: none;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
div#nav ul li ul li {
	background-image: none;
	height: 32px;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 10px;
	margin: 0;
	display: block;
	font-weight: normal;
	white-space: nowrap;
	background-image: none!important;
	border-right: none;
	border-bottom: 1px solid #fff;
}
div#nav ul li:hover ul {
	left: auto;
}
div#nav ul li.sfhover ul {
	left: auto;
	margin: -22px 0 0 110px;
}
div#nav ul li ul a:hover {
	background-color: #000000;
	color:#FFFFFF;
}
/* @end */

#hero {
	float:left;
	width:657px;
}


#homepage {
	margin:0 auto;
	text-align:left;
	padding:24px 0 0 24px;
	font-size:14px;
	line-height:18px;
}

#homepage h1 {
	font-weight:normal;
	font-size:18px;
	line-height:20px;
	margin-bottom:12px;
}
#homepage td {
	padding-bottom:12px;
}
.calloutleft {
	float:left;
	width:270px;
	border-right:1px solid #d4e0ef;
	padding-right:20px;
}
.calloutmid {
	float:left;
	width:270px;
	border-right:1px solid #d4e0ef;
	padding-right:20px;
	padding-left:25px;
}
.calloutright {
	float:left;
	width:240px;
	padding-left:25px;
}


#interior {
	float:left;
	text-align:left;
	padding:32px;
	border-left:1px solid #d4e0ef;
	width:592px;
	font-size:12px;
	line-height:20px;
	border-top:3px solid #7098ca;
}

#interior h1 {
	font-weight:normal;
	font-size:18px;
	line-height:20px;
}
#interior h2 {
	font-weight:normal;
	font-size:16px;
}
#interior h3 {
	font-weight:normal;
	font-size:16px;
	margin-bottom:12px;
}
#interior p, #leftcolumn p {
	margin-bottom:12px;
}
#interior ul {
	padding:0 0 12px 22px;
	list-style:square;
}
#interior li {
	padding:0 0 12px 0;
}

#leftcontain {
    width: 253px;
    float:left;
}
#leftcolumn {
	width:213px;
	float:left;
	font-size:12px;
	line-height:18px;
	color:#5e5d55;
	padding:20px 20px 20px 20px;
	text-align:right;
	background-color:#ebe8d5;
}

#leftcolumn a:link, #leftcolumn a:visited, #leftcolumn a:active {
	color:#5e5d55;
}
#leftcolumn a:hover {
	color:#000000;
}

#footer {
	margin-top:45px;
	font-size:12px;
	line-height:18px;
}