/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* style */
* {
	padding:0;
	margin:0;
}
#home {
	background:url(images/main_bg_home.gif) repeat-x 0 0;
	font:14px Georgia, "Times New Roman", Times, serif;
}
#inner {
	background:url(images/main_bg_page.gif) repeat-x 0 0;
	font:14px Georgia, "Times New Roman", Times, serif;
}
#page {
	width:970px;
	margin:0 auto;
}
#header {
	position:relative;
	height:85px;
}
#header h1 {
	padding:0;
	margin:0;
	width:386px;
	height:85px;
	text-indent:-9999px;
	background:url(images/logo.gif) no-repeat 0 0;
}
#header h1 a {
	height:0px;
	width: 0px;
	padding:85px 0 0 386px;
	display:block;
	overflow: hidden;
	outline:none;
}
#address {
	position:absolute;
	top:23px;
	right:0;
}
#address span {
	display:block;
	text-align:right;
}
#address span.phone {
	font-size:18px;
	color:#d37911;
}
#address span.address {
	font-size:11px;
	color:#e9f2f4;
}
#navigation {
	background:url(images/bg_nav.gif) repeat-x 0 0;
	width:970px;
}
#navigation ul {
	list-style:none;
	width:970px;
}
#navigation ul li {
	float:left;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-right:1px;
}
#navigation ul li a {
	display:block-inline;
	height:43px;
	line-height:45px;
	color:#d9d9d9;
	text-decoration:none;
	background:#434343;
	border-top:solid 6px #3f3f3f;
	padding:10px 20px 17px 20px;
}
#navigation ul li a:hover {
	background:#505050;
	border-top:solid 6px #d37911;
	color:#fff;
        padding:10px 20px 17px 20px;
}
#navigation ul li.current_page_item {
	background:#505050;
	color:#fff;
}
#navigation ul li.current_page_item a {
	height:43px;
	line-height:45px;
	border-top:solid 6px #d37911;
	background:#505050;
	color:#fff;
        padding:10px 20px 17px 20px;
}
#navigation ul li.current_page_item a:hover {
	background:#505050;
	border-top:solid 6px #d37911;
        padding:10px 20px 17px 20px;
}
#navigation ul li.current_page_parent a {
	height:43px;
	line-height:45px;
	border-top:solid 6px #d37911;
	background:#505050;
	color:#fff;
        padding:10px 20px 17px 20px;
}
#navigation ul li.current_page_ancestor a {
	height:43px;
	line-height:45px;
	border-top:solid 6px #d37911;
	background:#505050;
	color:#fff;
        padding:10px 20px 17px 20px;
}
#intro {
	position:relative;
}
#intro h2 {
	padding:0;
	margin:0;
	width:970px;
	height:209px;
	text-indent:-9999px;
	background:url(images/home_intro.gif) no-repeat 0 0;
}
#intro a {
	position:absolute;
	right:30px;
	bottom:35px;
	display:block;
	width:190px;
	height:40px;
	text-indent:-9999px;
}
#testimonials {
	height:153px;
	background:url(images/bg_header.gif) no-repeat 0 0;
}
#testimonials h2 {
	font-size:19px;
	color:#fff;
	padding:30px;
	font-weight:normal;
	letter-spacing:1px;
}
#main {
	background:url(images/faux_columns.gif) repeat-y 0 0;
}
#content {
	float:left;
	width:600px;
	padding:0 0 20px 0;
}
#content h3 {
	background:#757575;
	font-size:12px;
	color:#fff;
	display:block;
	height:36px;
	line-height:36px;
	padding-left:20px;
	text-transform:uppercase;
	font-weight:normal;
}
#content p {
	background:#dce5e7;
	padding:0 20px 0 20px;
	font-size:12px;
	line-height:20px;
}
#content img {
	float:left;
	margin-right:10px;
	padding:5px;
	background:#f6fbfc;
	border:solid 1px #c6d4d7;
}
.post h4 {
	padding:20px 0 0 20px;
	margin-bottom:0 !important;
	font-size:22px;
	letter-spacing:1px;
	font-weight:normal;
}
.post h4 a {
	color:#3c5d66;
}
.post p.date {
	color:#7d99a1;
}
#content-page p {
	padding-top:20px !important;
}
#sidebar {
	float:right;
	width:370px;
}
#sidebar h3 {
	background:#707070;
	font-size:12px;
	color:#fff;
	display:block;
	height:36px;
	line-height:36px;
	padding-left:20px;
	text-transform:uppercase;
	font-weight:normal;
}
#sidebar ol {
	list-style:none;
	padding:20px;
}
#sidebar ol li {
	border-top:dashed 1px #dce5e7;
	margin-bottom:20px;
	padding-top:20px;
}
#sidebar ol li h4 {
	color:#fff;
	font-size:14px;
}
#sidebar ol li p {
	font-size:12px;
	line-height:18px;
	color:#fff;
}
#sidebar ol li p a {
	font-size:12px;
	font-style:italic;
	text-decoration:none;
	color:#dcfaff;
}
#footer {
	background:#2e2e2e;
	height:100px;
}
#footer-copy {
	position:relative;
	background:#444444;
	margin:0 auto;
	width:930px;
	height:90px;
	padding:10px 20px 0 20px;
	font-size:11px;
	text-transform:uppercase;
	color:#d9d9d9;
}
#footer-copy ul {
	list-style:none;
}
#footer-copy ul li {
	float:left;
}
#footer-copy ul li a {
	color:#D3D3D3;
	text-transform:uppercase;
	font-size:10px;
	padding-right:5px;
	text-decoration:none;
}
#footer-copy span {
	position:absolute;
	top:10px;
	right:20px;
	text-transform:none !important;
}
#footer-copy span a {
	color:#d3d3d3;
}
/* AREAS OF PRACTICE SUBMENU STYLE */
ul#areas * {
	list-style:none;
}
ul#areas li a {
	color:#fff;
	background:#618089;
	height:30px;
	width:350px;
	display:block;
	padding-left:20px;
	padding-top:12px;
	text-decoration:none;
}
ul#areas li a:hover {
	background:#8da7af;
        height:30px;
	width:350px;
	display:block;
	padding-left:20px;
	padding-top:12px;
	text-decoration:none;
}
ul#areas ul li a {
	color:#fff;
	height:30px;
	width:335px;
	display:block;
	padding-left:35px;
	padding-top:12px;
	background:#6e8c94 url(images/bg_tree.gif) no-repeat 20px 15px;
}

ul#areas ul li a:hover {
	background:#a2bbc2 url(images/bg_tree.gif) no-repeat 20px 15px;
        color:#fff;
	height:30px;
	width:335px;
	display:block;
	padding-left:35px;
	padding-top:12px;
}

/* BLOG CATEGORIES STYLE */
ul#categories {
	list-style:none;
	padding:20px 0 20px 0;
}
ul#categories li {
	padding:0 0 10px 20px;
}
ul#categories li a {
	color:#fff;
	text-decoration:none;
}
ul#categories li a:hover {
	text-decoration:underline;
}

/* CONTACT FORM */
.inpt {
	padding:5px;
	width:540px;
}
.frmtextarea {
	width:540px;
	height:100px;
}


