/** Menu **/


#menu
{
}

#menu ul
{
	margin-left: 335px;
	padding-top: 55px;
}

#menu ul li
{
	float: left;
/*	border:  1px solid green;*/
	height: 23px;
}
#menu ul li.mm_home { width: 67px; }
#menu ul li.mm_firm { width: 102px; }
#menu ul li.mm_blog { width: 66px; }
#menu ul li.mm_practice { width: 110px; }
#menu ul li.mm_forms { width: 77px; margin-left: 155px; }
#menu ul li.mm_contact { width: 92px; }

#menu ul li a,
#menu a.last
{
	color: #bbb5b3;
	display: block;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
}
#menu ul li a:hover,
#menu a.last:hover
{
	color: white;
}
#menu a.last
{
	float: right;
}

#practiceDD,
#contactDD,
#firmDD
{
	padding-top: 9px;
}

#contactDD a,
#practiceDD a,
#firmDD a
{
/*	width: 70px;*/
/*	border: 1px solid white;*/
	border-top: 1px solid #555;
	font-variant: small-caps;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	
}






/** Content **/


.secondary
{
	padding:  0 0 40px 0;
}
.secondary p
{
	padding-bottom: 1em;
}
.secondary h1,
.secondary .third h1
{
	font-style: italic;
	font-size: 25px !important;
	padding-bottom: 35px;
	background:  transparent url('images/dotted_line.gif') scroll no-repeat 0 42px;
}

.secondary h2
{
	color: #500005;	
	font-family: Helvetica, arial, sans-serif;
	padding-bottom: 20px;
	font-weight: normal;
}


.secondary .blogdiv
{
	width: 300px;
	height: 7px;
	background:  transparent url('images/dotted_line.gif') scroll no-repeat;
	margin: 15px 0;

}





#content .leftHalf,
#content .rightHalf
{
	width: 516px;
	height: 186px;
	color: white;
}

#content .leftHalf
{
	background:  #4a1f10 url('images/about_box.jpg');
	float:  left;
}
#content .worldHalf
{
	background:  #4a1f10 url('images/world_box.jpg') !important;
}

#content .rightHalf
{
	background:  #52000a url('images/service_box.jpg');
	float: right;
}

#content .leftHalf h1,
#content .rightHalf h1
{
	font-style: italic;
	font-size: 28px;
	margin: 62px 0 0 35px;
	font-weight: normal;
	float: left;
	display: inline;
	background-image: none;
}

#content .leftHalf h1 a
{
	color: white;	
}

#content .leftHalf p
{
	width: 280px;
	float: right;
	margin-right: 35px;
	margin-top: 20px;
	font-style: italic;
	
}

#content .rightHalf ul
{
	margin-top: 20px;
	margin-left:  25px;
	float: left;
	list-style: none !important;
}

#content .rightHalf ul li
{
	margin-bottom: 10px;
	list-style: none !important;
}

#content .rightHalf ul li a
{
	color: white;
}
#content .rightHalf ul li a:hover
{
	color: #CCC;
	border-bottom: 1px dashed #888;
}

#content ul
{
	margin-bottom: 1em;
}
#content ul li
{
	list-style: disc;
	list-style-position:  inside;
	color: #888;
	margin-bottom: 0.2em;
}
#content ul li span
{
	color:  #111;
}


.headshot
{
	float: left;
	margin-right: 20px;
/*	width: 170px;*/
/*	margin-bottom: 20px;*/
}

.noWrapText
{
	float: left;
	width: 425px;;
}

ul.practiceAreas
{
	
}
ul.practiceAreas li
{
	list-style: disc;
	list-style-position:  inside;
	color: #888;
	margin-bottom: 0.2em;
}
ul.practiceAreas li span
{
	color:  #333;
}

.twothirds
{
	float: left;
	width: 654px;
}
.twothirds h1
{
	background:  transparent url('images/dotted_line.gif') scroll repeat-x 0 42px;
	width: 650px; /* prevent last dot */
}
.atlaw
{
	font-size: 80%;
}

.thirdBox
{
}

#content .alignThreeThirds
{
	width: 20px;
	float: left;
	height: 240px;	
}
#content .alignThreeThirdsShort
{
	width: 20px;
	float: left;
	height: 20px;	
}

#content .third
{
	float: left;
	width:300px;
/*	border: 1px solid red;*/
}

#content .third h1
{
	font-style: italic;
	font-size: 30px;
	padding-bottom: 30px;
	background:  transparent url('images/dotted_line.gif') scroll no-repeat 0 42px;
}

#content .third h2
{
	color: #500005;	
	font-family: Helvetica, arial, sans-serif;
	padding-bottom: 20px;
	font-weight: normal;
}

#content .third p
{
	font-size: 90%;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content a.learnMore
{
	text-decoration: none;
	color: #500005;
/*	float: right;*/
	margin-left: 170px;
	margin-top: 20px;
	display: block;
}



#content .vertBar,
#content .vertBarTall
{
	width: 4px;
	height: 240px;
	float: left;
	background-color: #b0b0b0;
	
	margin:  0 25px 0 15px;
}

#content .vertBarTall
{
	height: 500px;
}
#content .vertNoBar
{
	width: 4px;
	height: 20px;
	float: left;
	margin:  0 25px 0 15px;	
}

#content .rightLine
{
	padding-right: 15px;
	border-right: 4px solid #b0b0b0;
	margin-right: 25px;
}




.practice h3
{
	color:  #500005;
/*	font-weight: normal; */
/*	font-size: 110%;*/
	font-variant: small-caps;
	padding-top: 0;;
	margin-bottom: 0.25em;
}







#contactFormBig .submit
{
	color: #500005;
	text-decoration: none;
	margin-left: 250px;
}
#contactFormBig input.text,
#contactFormBig textarea
{
	display: block;
	margin-bottom: 8px;
/*	margin-left: 50px;*/
/*	background-color:  #F1F1F1;*/
	color:  #888;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
#contactFormBig input.text
{
	width: 250px;
}

#contactFormBig .captchaText
{
	color:#333;
}	


.leftAddress p
{
	font-size: 100% !important;
}


.downloadForms h3
{
	font-style: italic;
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 4px;;
	border-bottom: 1px solid #AAA;
	width: 210px;
/*	background:  transparent url('images/dotted_line.gif') scroll no-repeat 0 42px;*/
	
}



.blogTitle
{
	color:#500005 !important;
	font-family:Helvetica,arial,sans-serif;
	font-weight:normal;
	font-variant: normal !important;
	font-size: 110%;
	padding-bottom:15px;
}

.blogDate
{
	font-size: 80%;
	color: #555;
	margin-bottom: 0.5em;
}
.blogArticleSeparator
{
	height: 5px;
	display: block;
	width: 100%;
/*	border-top: 1px solid #BBB;*/
	margin-top: 1.2em;
	margin-bottom:1.2em;
	background:  transparent url('images/thin-dotbar.gif') scroll repeat-x
}
.blogPreview
{
/*	text-indent: 0.5em; */
	font-size: 90%;
	line-height: 1.2em;
}
.blogPreview p
{
	padding-bottom: 0.2em;
}

a.blogReadMore {
	color:#500005;
	display:block;
	margin-left:170px;
	text-decoration:none;
}

p.linkColor a
{
	color: #500005;
}


ul.sitemap
{
}
ul.sitemap a:hover
{
	border-bottom: 1px dashed #888;
}

ul.sitemap li
{
	color: #111 !important;
  line-height: 1.2em;
	margin-left: 1em;
}

ul.sitemap li li
{
	list-style: circle;
}
ul.sitemap li.empty
{
	list-style: none !important;
	height: 1em;
}