/* CSS Document */

HTML, BODY, FORM {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	background-color: white;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

H1 {
	color: #91A4C4;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
}

H2 {
	color: Black;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;  
}

H3 {
	color: Black;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
		margin-top: 20px;
	margin-bottom: 5px; 
	margin-right: 40px; 
}

OL, UL, LI {
	font-size: 14px;
	margin-left: 15px;
	margin-bottom: 6px;
	margin-right: 20px;
}

OL {
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 6px;
}

P {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-left: 0px;
	margin-right: 40px;
	margin-bottom: 10px;
}

.indentedText {
	margin-left: 40px;
	margin-right: 70px;
}	

.leftNavItems {
	color: #91A4C4;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	margin-right: 0px;
}

.rightColumn {
	font-size: 12px;
	line-height: 14px;
	margin-right: 0px;
	color: #91A4C4;

}

.bottomNavBar {
	color: #91A4C4;
	font-weight: bold;
	font-size: 13px;
}

.copyright {
	color: #91A4C4;
	font-weight: bold;
	font-size: 10px;
}

A:link, A:visited, A:active {
	color: #91A4C4;
	font-weight: bold;
	background-color: inherit;
}

.spaceBefore {
	margin-top: 5px;
}

.lawyerList {
	font-size: 13px;
}

.lawyerListTabbedBlue {
	font-size: 13px;
	background-color: #f7f7fb;
}	

.lawyerListTabbedWhite {
	font-size: 13px;
	background-color: #FFFFFF;
}	

.phoneNumbers {
	font-size: 14px;
}

.courtroomHeadline {
	margin-top: 30px;
	font-weight: bold;
	font-size: 15px;
	border-top: 3px solid #91A4C4;
}	

.courtroomSubhead {
	color: #91A4C4;
	font-weight: bold;
}	


.ruleAbove {
	border-top: 3px solid #91A4C4;
}

.thinRule {
	padding-top:12px;
	border-top: 1px solid #91A4C4;
}


.twitter {
	font-size: 12px;
	line-height: 14px;
	margin-right: 0px;
}

.blueBox {
	margin-top: 15px;
	background-color:#002b54;
}

.blueBoxText, .blueBoxTextFirst, .blueBoxTextLast {
	color:#FFF;
	margin: 10px;
	font-size: 12px;
}

.blueBoxTextFirst {
	padding-top: 10px;
}

.blueBoxTextLast {
	padding-bottom: 10px;
}

.homePageTagline {
	color:#FFF; 
	margin:0; 
	padding: 6px; 
	font-weight:bold; 
	font-size:14px;
	font-family:Verdana Arial, Helvetica, sans-serif
}


.homePageTagline A:link, .homePageTagline A:visited, .homePageTagline A:active {
	color: #FFf;
	font-weight: bold;
	background-color: inherit;
}
