/****************************** Main CSS ******************************/
table, tr, td, div, img, form, object, embed, h1, h2, h3, h4, h5, h6, h7, h8, p, ul, ol, li, cite, a, blockquote {
	border-width: 0;
	margin: 0;
	padding: 0;
}
ul { list-style:none; }
html { background:url(../images/texture.gif) 0 0 repeat; }
body {
	background:url(../images/texture-top.gif) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000;
	text-align:center;
	margin:0;
	padding:0;
}
body.reports, body.messages { background:url(../images/texture-top2.gif) 0 0 repeat-x; }
a {
	color: #285d8b;
	text-decoration:none;
}
a:hover { text-decoration:underline; }
.invisible { display:none; }
.clear { clear:both; }
#page_container {
	width: 980px;
	margin:0 auto;
	text-align:left;
}
/****************************** utility links ******************************/
.utilbar {
	height:23px;
	text-align:right;
	padding:9px 30px 0 0px;
	font-size:11px;
}
.utilbar ul {
	list-style-type: none;
	color:#fff;
}
.utilbar li { display:inline; }
.utilbar li a {
	color:#fff;
	padding:0px 10px 0 6px;
	text-decoration: none;
}
.utilbar li a:hover { text-decoration:underline; }
/****************************** header ******************************/
#header {
	clear:both;
	height:288px;
	padding-right:32px;
}
/****************************** video ******************************/
#videomc {
	background: url(../images/logo.png) 0 0 no-repeat;
	width:512px;
	float:left;
	height:288px;
}
#video-player {
	height:288px;
	width:512px;
}
#videomc #playlist_wrap { display:none; }
#videomc #page, #videomc .player {
	padding:0;
	margin:0;
}
/******************** right side header **************************/
#right_header {
	float:right;
	width:416px;
}
#right_header .phonenumber {
	text-indent:-999999px;
	font-size:0;
	height:61px;
	width:406px;
	margin-bottom:17px;
	background:url(../images/phonenumber.png) 0 0 no-repeat;
}
#right_header h3 {
	height:29px;
	width:406px;
	font-size:0px;
	text-indent:-999999px;
}
/************************ buttons ***************************/
#callouts h3 { background:url(../images/iamherebecause.png) 0 0 no-repeat; }
#callouts a {
	background: url("../images/btn.png") no-repeat 0 0;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 5px;
	padding: 13px 0 10px 46px;
	text-decoration: none;
	text-transform: uppercase;
}
#callouts a:hover { background:url(../images/btn-hover.png) 0 0 no-repeat; }
/************************* contactform *************************/
#header-form, #header-book {
	background:url(../images/boxbg.png) 0 32px no-repeat;
	height:200px;
}
#header-form h3 { background:url(../images/startnow.png) 10px 0 no-repeat; }
#header-form p {
	font-size:14px;
	color:#fff;
	line-height:18px;
	padding-bottom:8px;
}
#header-form form { padding:13px 16px 0 16px; }
#header-form input, #header-form textarea {
	height:25px;
	margin:0 0px 4px 0;
	float:left;
	clear:left;
	width:186px;
	height:14px;
}
#header-form textarea {
	float:right;
	height:40px;
	margin:-78px 0px 0 0;
	position:relative;
}
#header-form input.submitbutton {
	background:url(../images/button-small.png) 50% 0 no-repeat;
	color:#fff;
	display:block;
	clear:both;
	font-weight:bold;
	font-size:18px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:10px 26px;
	cursor:pointer;
	margin:-20px 0 0 236px;
	width:auto;
	height:auto;
	border:0;
}
.ie7 #header-form textarea{
	margin:-53px 0px 0 0;
}
/************************** book **************************/
#header-book h3 { background:url(../images/ourbooks.png) 10px 0 no-repeat; }
#header-book .scrollable {
	height: 135px;
	overflow: hidden;
	position: relative;
	width: 360px;
	z-index:0;
	padding:14px 20px;
}
#header-book .scrollable img {
	float:left;
	margin:0 20px 0 6px;
}
/* single scrollable item */
#header-book .scrollable .items div {
	float: left;
	text-align: left;
	width: 400px;
	padding:0 0 0 6px;
}
#header-book h4 {
	font-size:16px;
	line-height:20px;
	padding:10px 0px 8px 0;
	font-weight:normal;
}
#header-book h4 a {
	color:#fff;
	text-decoration:none;
}
#header-book h4 a:hover { text-decoration:underline; }
#header-book .learnmore {
	background:url(../images/button-midsize.png) 50% 0 no-repeat;
	color:#fff;
	clear:both;
	font-weight:bold;
	font-size:18px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:10px 26px;
	cursor:pointer;
	display:inline-block;
	text-decoration:none;
}
#header-book .learnmore:hover { color:#000; }
/* prev, next, prevPage and nextPage buttons */
#header-book .scrollable-nav {
	text-align: center;
	padding:2px;
	margin:-24px 0 0 150px;
	position:relative;
	height:18px;
	border:1px solid #2f6591;
	width:140px;
}
#header-book a.browse {
	border:1px solid #e2dfd6;
	margin-right:5px;
}
#header-book a.right {
	float: left;
	background:url(../images/arrows.png) -21px 0 no-repeat;
}
#header-book .scrollable-nav a.more { color: #fff; }
/****************************** top navigation ******************************/
#nav {
	height:53px;
	background:url(../images/navbg.png) 0 0 no-repeat;
	padding:6px 0 0 20px;
}
#nav li {
	float:left;
	padding-right:2px;
	margin-left:-2px;
	background:url(../images/navdivider.gif) 100% 56% no-repeat;
}
#nav li:last-child { background:none; }
#nav a {
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 18px 7px 13px;
	text-decoration: none;
	white-space: nowrap;
}
#nav li:hover, #nav .current { background:url(../images/navbg-hover-right.gif) 100% 0 no-repeat; }
#nav li:hover a, #nav a:hover, #nav li.current a { background:url(../images/navbg-hover-left.gif) 0 0 no-repeat; }
/****************************** content containers ******************************/
#columns {
	clear:both;
	background:url(../images/columndividers.png) 1px 0 repeat-y;
	padding:10px 0px;
	width:980px;
	margin:0 auto;
}
/****************************** left column ******************************/
#leftcol, #rightcol {
	float:left;
	width:215px;
	text-align:left;
	font-size:12px;
}
#rightcol { float:right; }
/****************************** sidebar modules ******************************/
.mod {
	margin-bottom:7px;
	border:1px solid #e2dfd6;
	border-right:0;
	background:#fff url(../images/leftbg.gif) 100% 0 repeat-y;
	padding:2px 0 2px 2px;
}
#rightcol .mod {
	background:url(../images/rightbg.gif) 0 0 repeat-y;
	padding:2px 2px 2px 0;
	border:1px solid #e2dfd6;
	border-left:0;
}
/* header */
.mod h2 {
	clear:both;
	color:#fff;
	text-align:left;
	font-size:16px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	padding:11px 0 9px 31px;
	background:url(../images/sideheader.png) 0 0 no-repeat;
	margin-bottom:14px;
}
#rightcol .mod h2 {
	background:url(../images/sideheader-right.png) 0 0 no-repeat;
	padding-left:20px;
}
.mod h2 a { color:#fff; }
.mod h2 a:hover { color:#f2b373; }
.mod h2 img { margin-left:4px; }
/* subheader */
.mod h4 {
	color:#285d8b;
	font-size:13px;
	padding:0px 10px 0px 15px;
}
.mod h4 a { color:#285d8b; }
.mod p, .mod ul { margin:0 15px; }
.mod p, .mod li { padding:9px 0; }
.mod a {
	color: #333;
	text-decoration:none;
}
.mod a:hover { color:#285d8b; }
/* newsdate */
.mod .newsdate {
	font-size:12px;
	font-style:italic;
	display:block;
}
/* link more */
.mod p.more, #copy .more, #copy .top {
	font-size:11px;
	text-transform:capitalize;
	color:#fff;
	text-align:left;
	padding:2px 15px 4px 0;
	margin:0 0 0 15px;
	border-top:1px solid #e2dfd6;
}
#rightcol .mod p.more {
	text-align:right;
	margin:0 15px 0 0px;
	padding:2px 0 4px 0px;
}
#rightcol .mod p.more a {
	background-position:100% 4px;
	padding-right:24px;
}
.mod p.more a, #copy .more a, #copy .top a {
	background:url(../images/readall.png) 0 4px no-repeat;
	color:#333;
	padding:6px 4px 6px 8px;
	display:block;
	text-decoration:none;
	line-height:16px;
}
.mod p.more a:hover, #copy .more a:hover, #copy .top a:hover { text-decoration:underline; }
#copy .more, #copy .top { margin-left:0; }
/****************************** PA module ******************************/
#mod-practiceareas ul {
	margin:0 0 0 15px;
	padding:0;
}
#mod-practiceareas li a {
	font-size:14px;
	font-weight:bold;
	color:#004b78;
	display:block;
	padding:6px 0 6px 18px;
	margin-bottom:1px;
	border-top:1px solid #e2dfd6;
	background:#d4d4d4 url(../images/pabg.png) 0 0 no-repeat;
}
#mod-practiceareas li {
	clear:both;
	padding:0;
}
#mod-practiceareas li a:hover {
	color:#285d8b;
	text-decoration:none;
}
/* sublist */
#mod-practiceareas ul ul {
	background:none;
	margin:0;
}
#mod-practiceareas ul ul li {
	padding:0;
	margin:0;
}
#mod-practiceareas ul ul li a {
	padding:6px 10px 6px 30px;
	font-size:12px;
	background:url(../images/bullet.gif) 16px 11px no-repeat;
	color:#333;
	display:block;
}
/****************************** video module ******************************/
#mod-videos ul { margin:0 0 0 15px; }
#mod-videos li a {
	font-size:14px;
	font-weight:bold;
	color:#333;
	display:block;
	padding:6px 0 0 0;
	height:50px;
}
#mod-videos img {
	float:left;
	width:60px;
	height:44px;
	margin:-6px 14px 0px 0;
}
#mod-videos li {
	clear:both;
	height:50px;
	padding:0 8px 0 0;
	margin-bottom:6px;
	border-bottom:1px solid #e2dfd6;
}
#mod-videos li a:hover {
	color:#285d8b;
	text-decoration:none;
}
/********** Mod Order Form ************/
#mod-order li { padding:0; }
#mod-order li input { width:100%; }
#mod-order li.button { text-align:center; }
/****************************** scrollable book container ******************************/
#mod-reports .scrollable { height: 235px; }
#mod-reports.mod { border:0; }
.scrollable {
	height: 157px;
	overflow: hidden;
	position: relative;
	width: 210px;
	z-index:0;
}
.scrollable h5 {
	color:#004b78;
	font-size:13px;
	padding-bottom:10px;
}
.scrollable h5 a { color:maroon; }
.scrollable .items {
	clear: both;
	padding: 0px 0 0 0px;
	position: absolute;
	width: 20000em;
}
/* single scrollable item */
.scrollable .items div {
	float: left;
	text-align: center;
	width: 198px;
	padding:0 0 0 10px;
}
/* active item */
.scrollable .active {
	cursor: default;
	position: relative;
}
.scrollable a.learnmore {
	background:url(../images/button-midsize.png) 50% 0 no-repeat;
	color:#fff;
	display:block;
	clear:both;
	font-weight:bold;
	font-size:18px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:8px 10px;
	cursor:pointer;
	margin:10px 0 0 0;
}
.scrollable a.learnmore:hover { color:#000; }
/* prev, next, prevPage and nextPage buttons */
.scrollable-nav {
	text-align: center;
	padding:2px;
	margin:10px 20px;
	height:18px;
	border:1px solid #e2dfd6;
}
a.browse {
	cursor: pointer;
	display: block;
	height: 16px;
	text-indent: -999em;
	width: 21px;
	border:1px solid #e2dfd6;
}
a.right {
	float: right;
	background:url(../images/arrows.png) -21px 0 no-repeat;
}
a.left {
	float: left;
	background:url(../images/arrows.png) 0 0 no-repeat;
}
/* see more link within scrollbale container */
.scrollable-nav a.more {
	font-size: 11px;
	line-height: 18px;
	color: #333;
	text-decoration:none;
}
.scrollable-nav a.more:hover { text-decoration: underline; }
/****************************** miniform module ******************************/
#minicontact {
	padding:0px 20px 10px 18px;
	text-align:left;
	font-size:11px;
	line-height:14px;
	color:#333;
}
#minicontact input, #minicontact textarea, #minicontact select { width:166px; }
#minicontact input[type="submit"] {
	padding-left:0;
	padding-right:0;
	width:180px !important;
}
#minicontact p.contactinfo {
	padding:0px 8px 14px 10px;
	margin:0;
	border:0;
	color:#333;
	font-size:12px;
	line-height:18px;
}
#minicontact p.contactinfo a { color:#004b78; }
/****************************** search ******************************/
#mod-search {
	padding:8px;
	background: url(../images/copy-search.gif) 0 0 no-repeat;
	border:1px solid #e2dfd6;
	width:507px;
	height:70px;
	margin-left:-14px;
}
#copy #mod-search h3 {
	font-size:16px;
	color:#004b78;
	padding-bottom:4px;
}
#cse-search-box input {
	margin:0 10px 0 0 !important;
	padding:5px 0 5px 5px !important;
	height:28px !important;
	border:1px solid #c6c6c6 !important;
	width:376px;
	float:left;
}
#copy #cse-search-box input[type=submit] {
	width:110px !important;
	height:40px !important;
	padding:0 !important;
	border:0 !important;
	margin:0 !important;
	color:#fff;
	font-size:0;
	background: url(../images/searchbtn.gif) 0 0 no-repeat !important;
	cursor:pointer;
	text-indent:-999999px;
}
#copy #cse-search-results iframe { width:480px; }
/****************************** socialmedia module ******************************/
#mod-social {
	text-align:center;
	padding-bottom:20px !important;
}
#mod-social ul {
	padding: 0 0 30px 0px;
	height:30px;
}
#mod-social li {
	margin: 0;
	padding: 0;
	float: left;
}
#mod-social li a {
	display: block;
	height: 31px;
	margin: 0 15px;
	text-indent: -999em;
	width: 30px;
}
#mod-social a.facebook { background:url(../images/socialmediaicons.gif) 0 0 no-repeat; }
#mod-social a.facebook:hover { background:url(../images/socialmediaicons.gif) 0 -31px no-repeat; }
#mod-social a.linkedin { background:url(../images/socialmediaicons.gif) -30px 0 no-repeat; }
#mod-social a.linkedin:hover { background:url(../images/socialmediaicons.gif) -30px -31px no-repeat; }
#mod-social a.youtube { background:url(../images/socialmediaicons.gif) -60px 0 no-repeat; }
#mod-social a.youtube:hover { background:url(../images/socialmediaicons.gif) -60px -31px no-repeat; }
/****************************** center column ******************************/
#copy {
	line-height:21px;
	float:left;
	width:500px;
	margin-left:23px;
	padding:0px 0 20px 0px;
	text-align:justify;
}
#page { margin-bottom:20px; }
#copy .pagedescription { clear:both; }
#copy table {
	margin-bottom:15px;
	text-align:left;
}
.floatleft, .directions #copy p img, .reports #copy p img, .photo, #copy ul img {
	float:left;
	margin:0px 10px 10px 0px;
}
#copy h1 {
	color:#e87603;
	font-size:20px;
	text-align:left;
	line-height:26px;
	margin:0px 0 16px 0;
}
#copy h2 {
	color:#004b78;
	font-size:18px;
	line-height:24px;
	margin:20px 0 0 0;
}
#copy h2 a { color:#004b78; }
#copy h3 a:hover, #copy h4 a:hover, #copy h2 a:hover {
	color:#285d8b;
	text-decoration:none;
}
#copy h3, #copy h3 a {
	color:#236f6b;
	font-size:16px;
	line-height:18px;
	text-align:left;
	text-decoration:none;
}
#copy h4, #copy h4 a {
	color:#000;
	font-size:15px;
	margin: 10px 0px 0px 0;
	text-align:left;
}
p.dotted_divider {
	border-bottom:1px solid #e2dfd6;
	margin-bottom:10px;
}
#copy ul.bborder li {
	border-bottom:1px solid #e2dfd6;
	margin-bottom:5px;
	margin-top:5px;
}
#copy p, #copy blockquote { padding:5px 0px 5px 0px; }
#copy ul {
	list-style-type: none;
	margin:5px 0px 0 7px;
}
#copy ul li, #copy #cmp_container p.cmp {
	padding: 3px 5px 1px 17px;
	text-align:left;
	background:url(../images/bullet.gif) 0 12px no-repeat;
}
#copy ul ul { margin:0px 0 6px 10px; }
#copy ul ul li {
	padding:0px 5px 0px 17px;
	background:url(../images/bullet.gif) 0 10px no-repeat;
	margin:0;
}
#copy ol li {
	background:none;
	padding: 2px 5px 2px 0px;
}
#copy ol { margin-left:25px; }
#copy p.info {
	font-size:12px;
	font-style:italic;
	line-height:15px;
	width:320px;
}
input, textarea, select {
	border:1px solid #c6c6c6;
	background:#f0f0f0;
	padding:3px 0 3px 3px;
	margin-bottom:5px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input:focus, textarea:focus, select:focus { background:#fcfcfc; }

#copy input[type=submit], #rightcol input[type=submit], #copy input[type=button] {
	background:url("/images/button-midsize.png") 50% 0 no-repeat;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	padding:10px 12px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	cursor:pointer;
	text-align:center;
	border:0;
	width:150px;
}
#copy input[type="button"] {
	font-size:12px;
	padding:4px 10px;
	width:auto;
}
.directions #copy form, .messages #copy form table {
	background:#f1f1f1;
	padding:20px 8px 5px 8px;
	margin:10px 0;
}
#copy #contactform td { padding:2px 0px; }
.caseresults #copy ul p {
	font-size:12px;
	padding:0 0 0 18px;
	color:#900;
	font-weight:bold;
}
#copy .cmpadd {
	font-size:12px;
	line-height:13px;
}
#copy #cmp_container, .testimonial {
	background:#f1f1f1;
	border:0px solid #ccc;
	padding:10px 8px 5px 8px;
	margin:10px 0;
}
#copy h2.disclaimer {
	text-transform:uppercase;
	font-size:14px;
	line-height:16px;
}
#copy .testimonial h2 {
	font-size:18px;
	font-weight:bold;
	padding:10px 0 8px 0;
	margin:0;
	background:none;
	text-align:left;
	line-height:18px;
}
.testimonial { margin:0 0 10px 0; }
hr {
	background:#fff;
	border:0;
	color:#fff;
	height:1px;
}
.practiceareas div.subpracticesbox {
display:none;
}
/****************************** footer ******************************/
#footer {
	background:#dedfd1;
	text-align:center;
}
#footer ul {
	background:#e7e7dd;
	padding:20px 0;
	width:980px;
	margin:0 auto;
}
#footer li a:hover { color:#000; }
#footer li { display:inline; }
#footer li a {
	font-size:13px;
	color:#0a2243;
	font-weight:bold;
	text-decoration:none;
	padding:0 12px;
	border-right:1px solid #999;
}
#footer li.last a { border:0; }
#copyright {
	clear:both;
	padding:14px 15px;
	font-size:11px;
	color:#333;
	width:980px;
	margin:0 auto;
	line-height:18px;
}
#copyright a {
	color:#333;
	text-decoration:none;
}
#copyright a:hover { color:#5886bc; }
#copyright .copyright { padding-bottom:10px; }
#copyright .copyright img { padding-top:10px; }
