/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#home { }

#home h1 {
	text-align: center;
	font-size: 1.4em;
	text-transform: uppercase;
	font-family: Garamond, Times, serif;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	}
	
h4 {
	text-transform: uppercase;
	padding-bottom: 3px;
	margin-bottom: 0;
	}
	
#bounding-table {
	background: url('../images/left_col_bg.jpg') top left repeat-y;
	}
	
#nav-bar-cell {
	background: url('../images/nav_bar_bg.jpg') top left repeat-x;
	height: 32px;
	}
	
	#top-nav, #top-nav li {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
	#top-nav {
		margin-right: 15px;
		float: right;
		}
		
		#top-nav li {
			float: left;
			}
			
			#top-nav li a {
				color: #000;
				text-transform: uppercase;
				line-height: 32px;
				text-decoration: none;
				font-weight: bold;
				margin: 0 25px;
				}
				
			#top-nav li a:hover {
				text-decoration: underline;
				}
	
#left-nav-cell {
	background: url('../images/left_nav_bg.jpg') top left no-repeat;
	vertical-align: top;
	}
	
#left-col-cell {
	background: url('../images/left_col_bg.jpg') top left repeat-y;
	}
	
#content-cell {
	vertical-align: top;
	padding: 20px 20px 20px 20px;
	}
	
#left-nav, #left-nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#left-nav {
	margin: 43px 15px 0 15px;
	}
	
	#left-nav li {
		width: 192px;
		text-align: center;
		}
		
		#left-nav li a {
			color: #FFF;
			text-transform: uppercase;
			text-decoration: none;
			}
			
		#left-nav li a:hover {
			text-decoration: underline;
			}
			
			#left-nav #our-practice a {
				line-height: 43px;
				}
			
			#left-nav #our-tradition a {
				line-height: 42px;
				}
			
			#left-nav #our-people a {
				line-height: 42px;
				}
			
			#left-nav #your-attorneys a {
				line-height: 42px;
				}
			
			#left-nav #contact-us a {
				line-height: 42px;
				}
			
			#left-nav #links a {
				line-height: 41px;
				}
			
#footer-right-cell {
	padding: 20px;
	}
	
	#footer-nav td {
		padding: 5px 5px;
		border-top: 1px solid #571A2F;
		border-bottom: 1px solid #571A2F;
		}
		
	#footer-nav a {
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		}
		
	#footer-nav a:hover {
		text-decoration: underline;
		}

#footer-left-cell {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-style: italic;
	font-size: .90em;
	}

.disclaimer {
	font-size: .85em;
	}
	
th {
	text-align: left;
	}

#attorneys #bounding-table {
	background: none;
	}
	
#attorneys h3 {
	font-family: garamond, times, serif;
	font-style: italic;
	}
	
#attorneys #footer-nav {
	margin: 0 -20px;
	}
	
#attorneys #link-box {
	background: #571A2F;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	}
	
	#attorneys #link-box a {
		text-decoration: none;
		text-transform: uppercase;
		padding: 0 10px;
		color: #FFF;
		}
		
	#attorneys #link-box a:hover {
		text-decoration: underline;
		}
		
img.left {
	float: left;
	padding: 0 10px 10px 0;
	}
	
img.right {
	float: right;
	padding: 0 0 10px 10px;
	}
	
