@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("headers.css");
@import url("form.css");
body {
	background:#717758 url(../images/bg_main.jpg) repeat-x;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
}

hr {border:1px #ddd solid; margin:10px 0;}
strong {font-weight:bold}
p {line-height:17px; margin-bottom:12px}
a {text-decoration:none; color: #bf0000}
h1 span, h2 span, h3 span {display:none}
h3 {font-size:14px; font-weight:bold}
.small {font-size:10px; line-height:14px}
.padded5 {padding:5px}
.leftPhoto {float:left; margin:0 15px 15px 0}
.widePhoto {margin:0 0 20px 0}
.red {color:#bf0000}

#body-wrapper {
	width:100%;
	text-align:left;
}

#header, #footer, #content {
	width:778px;
	margin:0 auto;
}

#header a, #footer a { color:#fff;text-decoration:none}

#header h1 {
	background:url(../images/header_logo.jpg);
	width:278px;
	height:74px;
	float:left;
}

#header h1 a {
	display:block;
	width:278px;
	height:74px;
}

#header h3 {
	background:url(../images/header_contact.jpg);
	width:499px;
	height:74px;
	float:left;
}

#masthead {
	height:118px;
	overflow:hidden;
	width:778px;
}

.masthead_image {
	position:absolute;
}

#header .nav {
	background:url(../images/bg_nav.jpg);
	height:30px;
	width:778px;
	float:left;
}

#header .nav li {
	float:left;
	height:30px;
	font-size:15px;
	background:url(../images/nav_seperator.jpg) repeat-x;
}

#header .nav li a {
	padding:0 25px;
	background:url(../images/bg_nav.jpg) repeat-x;
	height:26px;
	display:block;
	padding-top:4px;
	margin-left:1px;
	margin-right:2px;
}

#home-nav a {
	width:40px;
}

#header .nav li.active a {
	background:url(../images/bg_nav_active.jpg) repeat-x;
	margin-left:1px;
	margin-right:2px;
}

#content {
	background:#c3996b;
}
.col-1, .col-2 {float:left;}

.col-1 {
	width:200px;
	text-align:center;
	padding-top:12px;
	color:#fff;
}

.col-1 .nav {
	float:right;
	margin:20px 0;
	text-align:left;
	
}

.col-1 .nav li {
	font-weight:bold;
	width:182px;
	height:24px;
	padding-top:7px;
	color:#603813;
	border-top:#d2b290 1px solid;
}

.col-1 .nav li.active {
	background:url(../images/bg_sidenav_active.jpg);
}

.col-1 .nav li.last {
	border-bottom:#d2b290 1px solid;
}

.col-1 .nav li a {
	color:#fff;
}

#office-hours {
	float:right;
	width:182px;
	border-top:#d2b290 1px solid;
	border-bottom:#d2b290 1px solid;
	margin-bottom:20px;
	text-align:left;
}

#office-hours td{
	width:50%;
	padding-left:8px;
}

#office-hours td.top {
	padding-top:10px;
}

#office-hours td.bottom {
	padding-bottom:10px;
}

.col-1 h2 {
	margin-top:20px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	height:auto !important;
}



#practices {
	color:#603813;
	margin:15px 0;
	font-weight:bold;
}

.col-2 {
	width:578px;
	background: url(../images/bg_body.jpg) repeat-y -200px 0;
}

.col-2middle {
	padding:0 25px 0 30px;
	min-height:520px;
}

.col-2top, .col-2bot {
	height:27px;
	width:577px;
}
.col-2top {
	background:url(../images/bg_body_top.jpg) no-repeat -197px 0;
}

.col-2bot {
	background:url(../images/bg_body_bot.jpg) no-repeat -197px 0;
}

.col-2-1, .col-2-2 {
	float:left;
	width:250px;
	margin-right:10px;
}

#footer {color:#fff; height:30px; text-align:center}
#footer .nav {
	margin:5px auto;
	width:600px;
}

#footer .nav li {
	display: inline;
	text-transform:uppercase;
	font-size:10px;
	border-right:1px #fff solid;
}

#footer .nav li a {
	padding:0 5px;
	margin-top:5px;
}

#footer .nav li.last {
	border:0;
}

#footer .copy {
	font-size:10px;
	margin:3px auto;
}

#map-address {
	padding-top:10px;
	line-height:14px;
}

.vis-clear { 
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	width:100%;
}
