@charset "utf-8";
/* CSS Document */

html body
{
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#f9f7db;
	margin:0 0 20px 0;
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
}

.clear
{
	clear:both;
}

.restricted_width
{
	width:890px;
}

.standoutText
{
	color:#5E0000;
}

.smallText
{
	font-size:11px;
}


.emailLink
{
	background-image:url(../images/email.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:4px;
	height:30px;
	margin-top:9px;
	padding-right:28px;	
}


/* attorneys page - bio sections */

.bio_summary_page
{
	margin-top:20px;
}

.bio_image
{
	float:right; 
	margin-left:20px; 
	margin-bottom:20px;	
}

.bio_image img
{
	border:solid 3px #CECECE;	
}


.bio_email
{
	margin-top:10px;
	margin-right:30px;
	float:right;
}

.bio_region
{
	display:block;
	margin: 15px 0;
	padding: 5px 0;
}

.bio_title
{
	font-size:12px;
	display:block;
	line-height:15px;
	color:#5E0000;
	display:block;
	margin-bottom:8px;
}

.bio_summary
{
	font-size:13px;
	line-height:16px;
	display:block;
	width:830px;
}


a:link,
a:visited
{
	color:#AE0000;
}

a:hover
{
	color:#6F0000;	
}

a:active
{
	color:#982d03;
	
}

#Wrapper
{
	background-image:url(../images/wrapper-bg.png);
	background-repeat:no-repeat;
	width:1000px;
	margin:0 auto;
}

#Wrapper .content
{
	width:960px;
	margin:0 auto;
	/*border-left:solid 1px #E0E0E0;
	border-right:solid 1px #E0E0E0;*/
}

/* head */

#Wrapper .content .head
{
	
}


/* navigation */

#Wrapper .content .nav
{
	margin:0;
	padding:0;
	background-image:url(../images/nav/nav_08.jpg);
	background-repeat:repeat-x;
	height:34px;
}

#Wrapper .content .nav ul
{
margin:0;
padding:0;
list-style-type:none;
}

#Wrapper .content .nav ul li
{
display:block;
float:left;
margin:0;
padding:0;
}

#Wrapper .content .nav ul .skiplink
{
display:block;
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}



/* copy */

#Wrapper .content .copy
{
	background-color:#FFF;
	text-align:left;
	border-left:solid 1px #E0E0E0;
	border-right:solid 1px #E0E0E0;
	padding:17px 20px;
	background-image:url(../images/nav/nav_shade_11.jpg);
	background-repeat:repeat-x;
	font-size:14px;
}

#Wrapper .content .copy p
{
	line-height:20px;
}


#Wrapper .content .copy .top
{
	clear:both;
	margin-bottom:20px;
}

#Wrapper .content .copy .top .left
{
	float:left;
	margin-right:10px;
	width:470px;
}

#Wrapper .content .copy .top .right
{
	width:380px;
	float:right;
	margin-right:35px;
	text-align:center;
}

#Wrapper .content .copy .top .right ul.linkbox
{
	list-style-type:none;
	display:block;
	padding:0;
	margin:5px 0 10px 4px;
}

#Wrapper .content .copy .top .right ul.linkbox li
{
	display:block;
	float:left;
	margin-right:8px;
}

#Wrapper .content .copy .top .right ul.linkbox li.lastLink
{
	margin-right:0px;
}

/* copy elements */

#Wrapper .content .copy h1,
#Wrapper .content .copy h2
{
	color:#66351a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-weight:300;
	padding:0;
	margin:5px 0;
}

#Wrapper .content .copy h2.smallHead
{
	margin-top:20px;
	font-size:19px;
}


#Wrapper .content .copy ul.large
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#Wrapper .content .copy ul.large li
{
	background-image:url(../images/large_bullet_pt_14.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	margin-bottom:10px;
}


#Wrapper .content .copy ul.small
{
	list-style-type:square;
	color:#c69469;
	padding:0;
	margin:15px;
}

#Wrapper .content .copy ul.small li
{
	margin-top:12px;	
}

#Wrapper .content .copy ul.small li span.smallcopy
{
	color:#333;
	font-size:13px;
	width:830px;
}


#Wrapper .content .spacing
{
	height:1px;
	margin:0;
	padding:0;
}


/*============= Footer Related ============= */

#Footer
{
clear:both;
margin:0 auto 10px auto;
padding:0;
text-align:center;
height:20px;
width: 960px;
border-top:#9c754e solid 3px;
font-family:Arial, Helvetica, sans-serif;
}

#Footer .copyrightText
{
font-size:10px;
color:#555;
margin:3px 0 8px 0;
}

#Footer ul
{
margin:0;
padding:0;
list-style-type:none;
display:inline;
}

#Footer ul li
{
display:inline;
font-size: 11px;
color:#545454;
}


#Footer a:link,
#Footer a:active,
#Footer a:visited
{
	font-size: 11px;
	text-decoration:underline;
	color:#AE0000;
	text-decoration:none;
	border-right: solid 1px #AE0000;
	padding-right:4px;
}


#Footer a:hover 
{
	font-size: 11px;
	text-decoration:underline;
	color:#6F0000;
	text-decoration:none;	
	border-right: solid 1px #AE0000;
	padding-right:4px;	
}


#Footer a.lastLink:link,
#Footer a.lastLink:active,
#Footer a.lastLink:visited
{
	font-size: 11px;
	text-decoration:underline;
	color:#AE0000;
	text-decoration:none;
	border-right: none;
}


#Footer a.lastLink:hover 
{
	font-size: 11px;
	text-decoration:underline;
	color:#6F0000;
	text-decoration:none;	
	border-right: none;
}

/* IE6 message */

#ie-message {
background:#AE0000;
text-align:center;
border-bottom:1px solid #900;
color: #fff;
position:absolute;
top:0;
font-size:12px;
left:0;
padding:7px;
width:100%;
}

#ie-message a {
color: #fff;
}
