/* =reset
--------------------------------------------------------------------*/
* {
	border: 0;
	padding: 0;
	margin: 0;
}


body {
	background: #505157 url(/i/bg-pattern.png) 50% 0;
	text-align: center;
	font: 70%/150% verdana, arial, helvetica, sans-serif;
	color: #333;
}


p, ul, ol, hr, address {
	margin: 0 0 1.5em 0;
}

ul, ol {
	padding-left: 2em;
}

ul {
	list-style-type: square;
}

hr {
	border-top: 1px solid #da6;
}

hr.clere {
	clear: both;
	visibility: hidden;
	border: 0 dotted #fff;
	margin: 0;
}

address {
	font-style: normal;
	color: #666;
	margin: 0 30px 1.5em 30px;
}


/* =links
--------------------------------------------------------------------*/
a {
	color: #b84;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #962;
}

a:hover {
	text-decoration: none;
	color: #da6;
}


/* =heads
--------------------------------------------------------------------*/

h1, h2, h3, h4, h5, .intro p {
	font-family: georgia, "hoefler text", palatino, times, "times new roman", serif;
	color: #444;
	font-weight: normal;
	line-height: 110%;
	margin-bottom: .2em;
}

h1 {
	text-align: center;
	color: #b84;
	font-size: 2.2em;
	letter-spacing: -.02em;
	border-bottom: 1px solid #da6;
	padding-bottom: 16px; 
	margin-bottom: 16px;
}

h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
	color: #b84;
	font-style: italic;
}
h5 {
	font-size: 1.1em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #b84;
}
	

/* =basic layout
--------------------------------------------------------------------*/

#wrap, #foot {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#wrap {
	background: url(/i/bg-wrap.png) repeat-y;
	text-align: left;
}

#head {
	height: 150px;
}

#head img {
	margin: 0;
}

#head, #nav {
	margin: 0 30px;
	border-bottom: 3px double #b84;
	width: 900px;
	margin: 0 30px;
	text-align: center;
	display: inline;
	float: left;
}

#main {
	margin: 0 90px;
	width: 780px;
	float: left;
	display: inline;
}


/* =footer
--------------------------------------------------------------------*/

#foot {
	background: url(/i/bg-foot.png) 50% bottom no-repeat;
	clear: both;
	padding: 10px 0 45px 0;
	text-align: center;
	font-size: .9em;
	line-height: 130%;
}
p.foot1 {
	border-top: 1px solid #b84;
	width: 780px;
	margin: 0 90px;
	padding-top: 15px;
}



/* =navigation
--------------------------------------------------------------------*/
#nav {
	float: left;
	margin-bottom: 20px;
	background: #666;
	padding-top: 1px;
}

#nav ul {
	list-style: none;
	float: left;
	width: 840px;
	overflow: hidden;
	margin: 0 0 0 30px;
	height: 42px;
	display: inline;
}

#nav li {
	padding: 0;
	margin: 0 10px;
	height: 40px;
	float: left;
	display: inline;
}

#nav a {
	display: block;
	float: left;
	overflow: hidden;
	padding-top: 40px;
	height: 0px !important;
	height /**/:40px; /*for IE5/Win only */
	background-position: 50% 0;
	background-repeat: no-repeat;
}
#nav a:hover, #nav a.current {
	background-position: 50% -40px;
}


li#home a {
	background-image: url(/i/b/home.gif);
	width: 49px;
}
li#profile a {
	background-image: url(/i/b/profile.gif);
	width: 83px;
}
li#attorneys a {
	background-image: url(/i/b/attorneys.gif);
	width: 69px;
}
li#practice a {
	background-image: url(/i/b/practice.gif);
	width: 93px;
}
li#contact a {
	background-image: url(/i/b/contact.gif);
	width: 138px;
}
li#recruiting a {
	background-image: url(/i/b/recruiting.gif);
	width: 73px;
}
li#news a {
	background-image: url(/i/b/news.gif);
	width: 33px;
}
li#blog a {
	background-image: url(/i/b/blog.gif);
	width: 83px;
}





/* =special content styles
--------------------------------------------------------------------*/

.intro {
	background: #eee;
	padding: 0;
	width: 778px;
	float: left;
	border-top: 3px double #b84;
	border-bottom: 3px double #b84;
	margin: 10px 0 20px 0;
	text-align: left;
}

.intro p {
	color: #555;
	font-size: 1.5em;
	line-height: 135%;
	width: 410px;
	margin: 20px;
	float: left;
	display: inline;
}

.intro .pho {
	float: right;
	border: 3px double #b84;
	margin: 20px;
	margin-left: 0;
	display: inline;

}


.indiv {
	border-bottom: 3px double #ccc;
	padding: 20px 0 10px 0;
	width: 100%;
	float: left;
	
}

.indiv img {
	float: left;
	margin-right: 10px;
	margin-bottom: 2em;
	border: 3px double #da6;
}

.indiv h5 {
	margin-top: 1em;
}

.indiv h3, .indiv h4, .indiv h5, .indiv p, .indiv ul {
	margin-left: 130px;
}

.indiv p, .indiv ul {
	font-size: .9em;
	line-height: 140%;
}


.l {
	float: left;
}

.r {
	float: right;
}

.c {
	text-align: center;
}

img.r {
	float: right;
	border: 3px double #da6;
	margin: 0 0 1em 10px;
}

img.r2 {
	float: right;
	border: none;
	margin: 1em 0 1em 10px;
}

/* added by: crd 01/12/10 */


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

/* =columns
--------------------------------------------------------------------*/

.col {
	float: left;
	margin: 0;
	display: inline;
	
}

.coll {
	margin-right: 10px;
}
.colr {
	margin-left: 10px;
}

.half {
	width: 380px;
}

.third {
	width: 252px;
}


.side p {
	font-size: .9em;
	line-height: 130%;
	color: #666;
}

.side h3, .side h4, .side h5 {
	color: #b84;
}
