@import url('reset.css');

body {
background: url(../img/bg_main.jpg) 0 0 repeat-x;
color: #002a5c;
font-family: "Georgia", "Times New Roman", "Times", serif;
font-size: 13px;
line-height: 135%;
}

div {
float: left;
}

strong {
font-weight: bold;
}

#wrapper {
float: none;
margin: 0 auto;
width: 960px;
}

#header {
background: url(../img/bg_header.jpg) 0 0 repeat-x;
height: 80px;
width: 960px;
}

#nav {
height: 29px;
overflow: hidden;
width: 960px;
}

	#nav ul li {
	display: inline;
	float: left;
	height: 29px;
	}
	
	#nav ul li a {
	display: block;
	height: 100%;
	width: 100%;
	}
	
	#nav ul li a span {
	display: none;
	}
	
		.btn_home {
		background: url(../img/btn_navigation.jpg) 0 0 no-repeat;
		width: 103px;
		}
		
			.btn_home:hover {
			background: url(../img/btn_navigation.jpg) 0 -29px no-repeat;
			}
		
		.btn_profile {
		background: url(../img/btn_navigation.jpg) -103px 0 no-repeat;
		width: 152px;
		}
		
			.btn_profile:hover {
			background: url(../img/btn_navigation.jpg) -103px -29px no-repeat;
			}
		
		.btn_areas {
		background: url(../img/btn_navigation.jpg) -255px 0 no-repeat;
		width: 171px;
		}
		
			.btn_areas:hover {
			background: url(../img/btn_navigation.jpg) -255px -29px no-repeat;
			}
			
		.btn_family {
		background: url(../img/btn_navigation.jpg) -426px 0 no-repeat;
		width: 137px;
		}
		
			.btn_family:hover {
			background: url(../img/btn_navigation.jpg) -426px -29px no-repeat;
			}
		
		.btn_verdicts {
		background: url(../img/btn_navigation.jpg) -563px 0 no-repeat;
		width: 251px;
		}
		
			.btn_verdicts:hover {
			background: url(../img/btn_navigation.jpg) -563px -29px no-repeat;
			}
		
		.btn_contact {
		background: url(../img/btn_navigation.jpg) -814px 0 no-repeat;
		width: 146px;
		}
		
			.btn_contact:hover {
			background: url(../img/btn_navigation.jpg) -814px -29px no-repeat;
			}

#splash, #splashAlt {
height: 275px;
margin-top: 2px;
width: 960px;
}

#splashAlt {
height: auto;
}

#sidebar {
background: url(../img/bg_copySM.jpg) 0 0 no-repeat;
margin-top: 20px;
min-height: 450px;
padding: 3px;
width: 344px;
}

#sidebar p, #content p {
float: left;
margin: 15px 30px 0 30px;
}

	#sidebar ul.firmProfile {
	margin: 5px 0 0 5px;
	text-align: right;
	width: 334px;
	}
	
	#sidebar ul.firmProfile li a {
	background: #012d48;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 1px;
	padding: 5px 10px;
	text-decoration: none;
	}
	
	#sidebar ul.firmProfile li a:hover {
	background: #c77228;
	}
	
	#sidebar form {
	display: inline;
	float: left;
	margin-left: 30px;
	width: 284px;
	}
	
	#sidebar label {
	display: block;
	margin-top: 15px;
	}
	
	#sidebar input {
	border: 1px solid #cfdce2;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 235px;
	}

.sectionHeader {
background: url(../img/bg_sectionHeader.jpg) 0 0 no-repeat;
color: #ffffff;
font-family: "Times New Roman", "Times";
font-size: 18px;
height: 30px;
line-height: 30px;
text-transform: uppercase;
width: 100%;
}

	.sectionHeader span {
	margin-left: 25px;
	}
	
	.sectionHeader span a {
	color: #ffffff;
	text-decoration: none;
	}

#content {
background: url(../img/bg_copyLG.jpg) 0 0 no-repeat;
margin: 20px 0 0 30px;
min-height: 450px;
padding: 3px;
width: 574px;
}

	#content.profile img {
	display: inline;
	float: left;
	margin: 5px 0 0 5px;
	}
	
	#content.verdicts li {
	background: url(../img/icon_arrow.png) 0 6px no-repeat;
	margin: 15px 30px 0 30px;
	padding-left: 10px;
	}
	
	#content.practiceAreas img {
	float: left;
	margin: 0 15px 5px 0;
	}
	
	#content.contact form {
	display: inline;
	float: left;
	margin-left: 30px;
	width: 514px;
	}
	
	#content.contact label {
	display: block;
	margin-top: 15px;
	}
	
	#content.contact input, #content.contact textarea {
	border: 1px solid #cfdce2;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 235px;
	}
	
	#content.contact .clear {
	clear: left;
	width: 247px;
	}
	
	#content.contact .left {
	margin-left: 20px;
	width: 247px;
	}
	
	#profile, #profileFull {
	color: #3c3c3c;
	float: none;
	margin: 5px 0 0 200px;
	width: 369px;
	}
	
	#profileFull {
	clear: both;
	float: left;
	margin: 0 5px 5px 5px;
	width: 100%;
	}
	
		#profile h1, #profileFull h1 {
		border-bottom: 1px solid #cdd5da;
		color: #002d49;
		font-family: "Times New Roman", "Times";
		font-size: 24px;
		font-style: italic;
		line-height: 24px;
		padding: 5px 0;
		}
		
		#profile h2, #profileFull h2 {
		color: #c77228;
		font-family: "Times New Roman", "Times";
		font-size: 16px;
		margin-top: 10px;
		}

	/*#practiceAreas {
	border: 1px solid #e1e1e1;
	width: 572px;
	}
	
	#practiceAreas li {
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	}
	
	#practiceAreas li a {
	background: url(../img/icon_arrow.png) 5px center no-repeat;
	display: block;
	padding: 3px 0 3px 15px;
	}
	
	#practiceAreas li a:hover {
	background: url(../img/icon_arrow.png) #c9d3d8 5px center no-repeat;
	}
	
	#practiceAreas li:last-child {
	border-bottom: 0;
	}
	
	#practiceAreas ul.alt li {
	border-right: 0;
	}*/
	
	#practiceAreas {
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	width: 573px;
	}
	
	#practiceAreas li {
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	float: left;
	width: 190px;
	}
	
	#practiceAreas li a {
	background: url(../img/icon_arrow.png) 5px center no-repeat;
	display: block;
	padding: 3px 0 3px 15px;
	}
	
	#practiceAreas li a:hover {
	background: url(../img/icon_arrow.png) #c9d3d8 5px center no-repeat;
	}

#footer {
border-top: 1px solid #BBC4CE;
font-size: 11px;
margin: 20px 0;
padding-top: 20px;
text-align: center;
width: 960px;
}

	#footer li {
	display: inline;
	}
	
.error {
color: #c77228;
margin: 0;
padding: 0;
}

#content input.error, #content textarea.error {
border: 1px solid #c77228;
}

.standard li {
list-style: disc;
margin: 5px 0 0 25px;
}
	
/*GLOBALS*****/
.ui-tabs-hide {
display: none;
}

.number {
color: #c77228;
font-size: 18px;
}

.orange {
color: #c77228;
}
	
a:link, a:visited {
color: #3969a1;
text-decoration: underline;
}

a:hover {
color: #c77228;
}