/* Large-scale styles */
body {
	background-color:#99a;
	color:black;
	font-size:12pt;
	text-align:center;
}
#bodyContent {
	font-family:verdana;
	background-color:white;
	text-align:left;
	width:769px;
}
#site_header h1 {
	font-size:12pt;
	text-align:center;
	display:none;
}
#site_header h2 {
	font-size:30pt;
	margin:0;
	text-align:center;
	display:none;
}
#site_header h3 {
	font-size:20pt;
	margin:0;
	text-align:center;
	display:none;
}
table#site_header {
	border-collapse:collapse;
	margin:0;
	padding:0;
	text-align:center;
	width:769px;
}
#locations, #footer {
	width:769px;
}

/*div {
	border:1px solid red;
}*/

/* Initial table / header */
table#site_header td {
	font-weight:bold;
}
tr#head_main {
}
#head_main td {
	background-image:url(graphics/nav_top.jpg);
	background-repeat:no-repeat;
	height:147px;
}
#head_sub td {
	font-size:12pt;
	height:46px;
}
#head_sub td.nav_left {
	background-image:url(graphics/nav_bottom_left.jpg);
	background-repeat:no-repeat;
	width:26px;
}
#head_sub td.nav_center {
	background-image:url(graphics/nav_button2.jpg);
	background-repeat:no-repeat;
	color:white;
	width:144px;
}
#head_sub td.nav_right {
	background-image:url(graphics/nav_bottom_right.jpg);
	background-repeat:no-repeat;
	width:23px;
}
table#site_header a {
	color:white;
	text-decoration:none;
}
#locations {
	font-weight:bold;
	padding:15px 0;
	text-align:center;
}

#main_content {
	border:0px solid #ccc;
	margin-left:210px;
	padding:10px;
}
#main_content {
	margin-right:10px;
}
#main_content h2 {
	font-size:14pt;
	text-align:center;
}
#main_content .block {
	border:1px solid #ccc;
	padding:5px 10px;
}
#main_content .smaller {
	font-size:10pt;
}
#main_content .smallest {
	font-size:8pt;
}

dl#faqs dt {
	margin-top:15px;
}
#map_img {
	margin-bottom:15px;
}

#navigation {
	float:left;
	width:200px;
}
#navigation div {
	margin-bottom:40px;
	margin-left:10px;
}

#navigation #associations {
	text-align:center;
}
#navigation #practice_areas {
	background-color:#33b;
	border:1px solid black;
	color:white;
}
#navigation #practice_areas p {
	margin-top:4px;
	margin-left:10px;
}
#navigation #practice_areas ul {
	margin-left:25px;
}
#navigation #practice_areas a {
	color:white;
	text-decoration:none;
}
#navigation #photo_personal {
}

#footer {
	background-image:url(graphics/site_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	clear:both;
	font-size:10pt;
	margin-top:10px;
}
#footer p {
	margin:10px;
}
