@charset "utf-8";
body, html {
	padding:0px;
	margin:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color:#000;
	background-color: #671413;
	background-image: -moz-linear-gradient(top, #2e0505, #671413); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #2e0505),color-stop(1, #671413)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#2e0505, #671413); /* Chrome 10+, Saf6 */
	background-image: linear-gradient(top, #2e0505, #671413);

            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2e0505', EndColorStr='#671413'); /* IE6–IE9 */
	background-repeat:repeat-x;
}
a {
color:#661412;
font-weight:bold;
	}
a:hover {
	text-decoration:none;
}

a img {
	border:none;
}

#container {width:960px; 
margin:0px auto; 
background:#fff; 
border:1px solid #000;
border-top:10px solid #000;}
#title {
	padding:18px 22px 16px 28px;
	}
#headerimage {
	width:543px; 
	height:342px;
	margin-top:18px; 
	float:left;}
.home {background:url(images/homeback.jpg);}
.gavel {background:url(images/gavelback.jpg);}
.columns {background:url(images/columnsback.jpg);}
.pi {background:url(images/piback.jpg);}
.catastrophic {background:url(images/catastrophicback.jpg);}
.auto {background:url(images/autoback.jpg);}
.brain {background:url(images/brainback.jpg);}
.burn {background:url(images/burnback.jpg);}
.construction {background:url(images/constructionback.jpg);}
.dog {background:url(images/dogback.jpg);}
.medmal {background:url(images/medmalback.jpg);}
.motorcycle {background:url(images/motorcycleback.jpg);}
.pedestrian {background:url(images/pedestrianback.jpg);}
.death {background:url(images/deathback.jpg);}
.products {background:url(images/productsback.jpg);}
.business {background:url(images/businessback.jpg);}
.nursing {background:url(images/nursingback.jpg);}
.estate {background:url(images/estateback.jpg);}
.library {background:url(images/libraryback.jpg);}
#experience {
	width:543px;
	height:60px;
	margin-top:242px;
	padding:20px 0;
	background:url(images/experienceback.png);
	color:#FFF;
	font-size:22px;
	text-align:center;
}

#address, #phone {
	float:right;
	padding-left:10px;
	margin-top:10px;}
	
	#address {
		margin-top:15px;
	}

#content {width:382px;  padding:15px; float:left; line-height:1.3em;}
#content h1 {
	padding:0px;
	margin:0px 0px 10px;
	line-height: 20px;
}
#content img {float:left; margin:0px 15px 10px 0px; border:2px solid #470D0C;}
#content a:hover {text-decoration:underline;}
#rightcolumn {
	width:396px; 
	margin:0px  8px 0px 13px;
	float:right;}
#contactform {
	width:356px;
	background:#314c54;
	color:#FFF;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
input, textarea {
	font-size:12px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000;
	width:187px;
	height:20px;
	margin-bottom:2px;
	border:none;
}
textarea {
	float:right;
	width:150px;
	height:70px;
	margin-bottom:4px;
}
.clearbox {clear:both;}
#footer {
	width:920px;
	padding:20px;
	color:#FFF;
	background:#000;
	font-size:10px;
	margin-top:20px;
}
#footer a {
	color:#FC3;
	font-weight:bold;
}

#title h3 {
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 33px;
	font-weight: normal;
}
#title h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #000;
	font-size: 22px;
	font-weight: normal;
	letter-spacing:9px;
}
#contactform h3, .contentbox h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color:#FFF;
	font-size: 33px;
}

.contentbox h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	padding: 0px;
	margin:0px;
	font-size: 22px;
	
}
#container #main .contentbox strong a {
	font-size: 13px;
}


.contentbox h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 0px;
	margin:0px;
	color: #661412;
	font-size: 28px;
	font-weight: normal;
	
}

.contentbox h3 {
	color:#671413;
}
#contactform .submitbutton {
	float:right;
	clear:right;
	width:155px;
	background:#082129;
	color:#FC3;
	font-weight:bold;
	text-transform:uppercase;
	cursor:default;
}

.contentbox {
	margin-top:0px;
	/*
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px 10px 10px 10px; 
	 background-color: #fff;
	background-image: -moz-linear-gradient(top, #707e83, #ffffff); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #707e83),color-stop(1, #ffffff)); 
	background-image: -webkit-linear-gradient(#707e83, #ffffff); 
	background-image: linear-gradient(top, #707e83, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#707e83', EndColorStr='#ffffff');	
	*/
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#main {
	clear:left;
	padding:5px 15px 0 15px;
}
ul.practice {
	float:left;
	font-size:12px;
	padding:5px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 8px;
}

.practice li {
	list-style:square;
}
.practice a {
	color:#082129;
	font-weight:normal;
	text-decoration:none;
}

.practice a:hover {
	text-decoration:underline;
	color:#671413;
}
.contentbox img {
	float: left;
	margin-right: 10px;
	border: 1px solid #314C54;
	margin-bottom: 10px;
}
.practiceareas {
	border:1px solid #000;
	padding-bottom:10px;
	margin-bottom: 10px;
}

