/****************************** global ******************************/
/* reset --------------------- */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, a img, ins,
kbd, samp, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{background: transparent; border: 0; margin: 0; outline: 0; padding: 0; /* vertical-align: baseline; */}
table {border-collapse: collapse; border-spacing: 0;} /* include 'cellspacing="0"' in markup */
blockquote {quotes: none;} blockquote:before, blockquote:after {content: ''; content: none;}
a:link, a:visited, a:hover, a:active {text-decoration: none;}
acronym, abbr {cursor: help; border-bottom: 1px dashed;}
ins {text-decoration: none;} /* style below */
del {text-decoration: line-through;}
:focus, input {outline: 0;}
ol, ul {list-style: none;}
hr {clear: both; display: block; height: 0; padding-bottom: 1em;}
#top, .invisible {position: absolute; top: -999em; left: -999em;} /* back to top and accessibility anchors */
#top img {display: none;} /* print masthead */
.clear {clear: both;}

/* float clear-fix --------------------- */
.group, form, form div, #header, .inner, #header-right, #header-book, #nav, #nav ul, #columns, #copy, #footer-nav ul
{zoom: 1;} /* lte ie7 */
.group:after, form:after, form div:after, #header:after, .inner:after, #header-right:after, #header-book:after, #nav:after, #nav ul:after, #columns:after, #footer-nav ul:after
{content: ""; height: 0; clear: both; display: block;} /* compliant */

html {
background-color: #985819;
}
body {
background-color: #fff;
height: 100%;
text-align: center;
width: 100%;
}
body, input, label, option, select, textarea {
color: #333;
font-size: 62.5%; /* resets 1em to 10px */
font: 1em/1.6em Arial, Helvetica, sans-serif;
}

input[type="text"], select, textarea {
background-color: #F0F0F0;
border: 1px solid #C1BEB5;
color: #555;
font-size: 11px;
padding: 5px;
}
input[type="submit"] {
background: url('/images/forms.png') 0 bottom no-repeat;
border: 0;
display: block;
height: 25px;
text-indent: -999em;
width: 98px;
}
input[type="submit"]:hover {
background-position: -98px bottom;
}
input[type="submit"]:hover, input[type="button"]:hover {
cursor: pointer;
}

/****************************** utility links ******************************/
#utilbar {
background-color: #333;
color: #bbb;
font-size: .7em;
line-height: 25px;
width: 100%;
}
#utilbar ul {
margin: 0 auto;
text-align: right;
width: 980px;
}
#utilbar li {
display: inline;
}
#utilbar a {
color: #bbb;
padding: 0 5px;
}
#utilbar a:hover {
color: #eee;
text-decoration: underline;
}

/****************************** header ******************************/
#header {
background: #5C350E url('/images/header-bg.png') 0 0 repeat-x;
clear: both;
width: 100%;
}
#header .inner {
background: url('/images/header1.png') center -163px no-repeat;
margin: 0 auto;
width: 980px;
}

/****************************** header left - logo and video ******************************/
#header-left {
background: url('/images/logo1.png') 72px 125px no-repeat;
float: left;
height: 288px;
width: 520px;
}
#header #page, #header #player {
background-color: transparent !important;
border: 0 !important;
height: 288px !important;
margin: 0 !important;
padding: 0 !important;
width: 512px !important;
}

/****************************** header right ******************************/
#header-right {
float: right;
text-align: left;
width: 455px;
}

/****************************** header right - phone numbers ******************************/
#header-phones {
background: url('/images/header1.png') right 0 no-repeat; /* toll free number */
float: right;
height: 37px;
margin-top: 12px;
text-indent: -999em;
width: 245px;
}

/****************************** header right - call to action ******************************/
#header-callout {
clear: both;
}
#header-callout h2 {
background: url('/images/header1.png') 0 0 no-repeat; /* i am here because */
height: 37px;
margin: 58px 0 24px;
text-indent: -999em;
width: 340px;
}
#header-callout a {
background: url('/images/header1.png') no-repeat; /* call-out buttons */
display: block;
height: 42px;
margin-bottom: 10px;
text-indent: -999em;
width: 442px;
}
#header-callout a.callout1 {background-position: 0 -37px;}
#header-callout a.callout1:hover {background-position: right -37px;}
#header-callout a.callout2 {background-position: 0 -79px;}
#header-callout a.callout2:hover {background-position: right -79px;}
#header-callout a.callout3 {background-position: 0 -121px;}
#header-callout a.callout3:hover {background-position: right -121px;}

/****************************** header right - contact ******************************/
#header-form {
padding-left: 30px;
}
#header-form h2 {
background: url('/images/header1.png') -400px 0 no-repeat; /* start now */
height: 37px;
margin: 29px 0 20px;
text-indent: -999em;
width: 212px;
}
#header-form p {
color: #fff;
font-size: 14px;
line-height: 1.4em;
margin: 10px 0 15px;
width: 400px;
}
#header-form form {
color: #555;
position: relative;
width: 382px;
}
#header-form input[type="text"], #header-form textarea {
background: #F0F0F0 url('/images/forms.png') 0 -90px no-repeat; /* form fields */
border: 0;
color: #555;
font-size: 12px;
height: 16px;
margin: 0 2px 2px 0;
width: 180px;
}
#header-form textarea {
background-position: 0 -116px; /* form fields */
height: 72px;
margin: 0;
position: absolute; top: 0; right: 0;
}
#header-form input[type="submit"] {
background: url('/images/forms.png') 0 bottom no-repeat; /* submit button */
clear: both;
float: right;
height: 25px;
position: absolute; top: 90px; right: 0;
width: 98px;
}
#header-form input[type="submit"]:hover {
background-position: -98px bottom; /* submit button */
}

/****************************** top navigation ******************************/
#nav {
background: #3E3D29 url('/images/nav2.png') 0 0 no-repeat; /* green top with reflection */
border-top: 6px solid #ccc;
clear: both;
margin-bottom: 7px;
}
#nav ul {
background: url('/images/nav2.png') -980px bottom no-repeat; /* green bottom rounded corners */
padding-left: 10px;
}
#nav li {
float: left;
}
#nav a {
color: #fff;
display: block;
font: bold 16px 'times new roman', times, serif;
margin: 3px 0;
padding: 12px 17px;
}
#nav a:hover, #nav li.current a {
background: url('/images/nav-hover.png') 0 0 repeat-x; /* dark green transparent faded bg */
color: #FFCC00;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
#nav li.current a {
cursor: default;
    /* pointer-events: none; */
}
#reports #columns{padding-top:7px;}

/****************************** columns ******************************/
#columns {
clear: both;
margin: 0 auto;
text-align: left;
width: 980px;
}

#leftcol, #rightcol {
float: left;
font-size: 12px;
line-height: 16px;
width: 210px;
}
#rightcol {
float: right;
}

/****************************** sidebar modules - global ******************************/
.mod {
background-color: #E7E1D3;
color: #333;
margin-bottom: 10px;
}
.mod a {
color: #333;
}
.mod a:hover {
color: #FF9900;
}

.mod h2 {
background: #3E3D29 url('/images/mods-arrow1.png') 0 0 no-repeat; /* green header */
clear: both;
color: #FFCC00;
font: bold 16px 'times new roman', times, serif;
line-height: 1.8em;
padding: 2px 34px 3px 12px;
}
.mod h2 a {
color: #FFCC00;
}
.mod h2 a:hover {
color: #fff;
}

.mod h4 {
color: #AF651C;
font-size: 13px;
font-weight: bold;
padding: 12px;
}
.mod h4 a {
color: #AF651C;
}
.mod h4 a:hover {
color: #FF9900;
}

.mod li {
background: url('/images/mods-arrow1.png') -194px -481px no-repeat; /* orange arrow */
padding: 8px 12px 8px 26px;
}

.mod .more {
border-top: 1px solid #DAD0BA;
font-size: 11px;
margin: 8px 12px 0;
padding: 10px 4px;
text-align: right;
}
.mod .more a {
color: #FF9900;
}
.mod .more a:hover {
color: #AF651C;
}

/****************************** sidebar modules - specific ******************************/
#mod-blog h2 {
position: relative;
}
#mod-blog a.rss-feed {
background: url('http://fosterwebmarketing.com/images/rssfeedsmall.gif') 0 0 no-repeat; /* rss feed block */
border: 1px solid #fff;
display: block;
height: 9px;
position: absolute; top: 12px; right: 36px;
text-indent: -999em;
width: 51px;
}
#mod-badges .inner{
margin:15px;
text-align:center;
}
#mod-contact h2 {
background: #5C350E url('/images/mods-arrow1.png') 0 -200px no-repeat; /* brown header */
}
#mod-contact form {
color: #555;
font-size: 11px;
padding: 10px;
}
#mod-contact input[type="text"], #mod-contact textarea, #mod-contact select {
background: url('/images/forms.png') 0 0 no-repeat; /* form fields */
border: 0;
height: 16px;
width: 180px;
}
#mod-contact select{height:26px;}
#mod-contact textarea {
background-position: 0 -26px; /* form fields */
height: 54px;
}
#mod-contact input[type="submit"]{
background: url('/images/forms.png') 0 bottom no-repeat; /* submit button */
float: right;
height: 25px;
width: 98px;
}
#mod-contact input[type="submit"]:hover{
background-position: -98px bottom; /* submit button */
}
#mod-contact .contactinfo {
color: #AF651C;
font-size: 12px;
line-height: 20px;
padding: 15px 15px 10px;
text-align: left;
}
#mod-contact .contactinfo b, #mod-contact .contactinfo b a {
color: #AF651C;
}
#mod-contact .contactinfo b a {
display: block;
margin: 10px 0 -18px;
}
#mod-contact .contactinfo b a:hover {
color: #FF9900;
}

#mod-faqs strong {
font-weight: normal;
}

#mod-news ul {
padding-top: 15px;
}
#mod-news .newsdate {
color: #666;
display: block;
font-size: 11px;
}

#mod-practiceareas ul {
padding: 5px 10px 12px;
}
#mod-practiceareas li {
background: none;
border-bottom: 1px solid #DAD0BA;
padding: 8px 0;
}
#mod-practiceareas li a {
/* background: url('/images/practice-areas.png') no-repeat; graphic thumbnails */
color: #AF651C;
display: block;
font-size: 12px;
font-weight: bold;
line-height: 17px;
min-height: 30px;
padding: 4px 0 0 55px;
position: relative;
}
#mod-practiceareas li a img {
position: absolute; top: 0; left: 0;
}
/* #mod-practiceareas .pa1 a {background-position: 0 0;}
#mod-practiceareas .pa2 a {background-position: -210px 0;}
#mod-practiceareas .pa3 a {background-position: -420px 0;}
#mod-practiceareas .pa4 a {background-position: -630px 0;}
#mod-practiceareas .pa5 a {background-position: -840px 0;}
#mod-practiceareas .pa6 a {background-position: -1050px 0;} */
#mod-practiceareas li a:hover {
color: #FF9900;
}

#mod-video img {
height: 60px;
width: 90px;
float: left;
margin: 0 6px -5px 0;
padding: 0;
}
#mod-video li {
background: none;
}

/****************************** center column - copy ******************************/
#copy {
color: #333;
float: left;
font-size: 15px;
line-height: 1.5em;
margin: 20px 0 20px 20px;
width: 520px;
}
#copy a {
color: #7B7B17;
text-decoration: underline;
}
#copy a:hover {
color: #FF9900;
text-decoration: none;
}

/* basic element global styles */
#copy blockquote, #copy dl, #copy h1, #copy h2, #copy h3, #copy h4, #copy h5, #copy h6, #copy li, #copy ol, #copy p, #copy ul {
margin-bottom: 20px;
}
#copy blockquote, #copy dl, #copy h1, #copy h2, #copy h3, #copy h4, #copy h5, #copy h6, #copy ol, #copy ul {
clear: both;
}
#copy blockquote, #copy dl, #copy ol, #copy ul {
padding-left: 15px;
padding-right: 15px;
}

/* basic element specific styles */
#copy blockquote {
background-color: #e7e1d3;
color: #4F572D;
font-family: georgia, serif;
font-style: italic;
margin-left: 15px;
margin-right: 15px;
padding-top: 12px;
padding-bottom: 12px;
}
/* #copy cite {} */
/* #copy dl {} */
#copy dt {
color: #4F572D;
font-weight: bold;
}
#copy dd {
padding: 0 15px 12px;
}
#copy em {
color: #4F572D;
}
#copy h1, #copy h1 a {
color: #AF651C;
font-size: 20px;
text-decoration: none;
}
#copy h2, #copy h2 a {
color: #AF651C;
font-size: 18px;
text-decoration: none;
}
#copy h3, #copy h3 a {
color: #4F572D;
font-size: 18px;
text-decoration: none;
}
#copy h4, #copy h4 a, #copy h5, #copy h5 a, #copy h6, #copy h6 a {
color: #4F572D;
font-size: 15px;
text-decoration: none;
}
#copy h5, #copy h5 a, #copy h6, #copy h6 a {
margin-bottom: 0;
text-decoration: none;
}
#copy h1 a:hover, #copy h2 a:hover, #copy h3 a:hover, #copy h4 a:hover, #copy h5 a:hover, #copy h6 a:hover {
color: #FF9900;
text-decoration: underline;
}
#copy img {
border: 8px solid #e7e1d3;
float: left;
margin: 5px 15px 8px 0;
max-width: 504px;
}
#copy a img {
border-color: #e7e1d3;
}
#copy a:hover img {
border-color: #FF9900;
}
#copy ol {
list-style-type: upper-roman;
margin-left: 15px;
margin-right: 15px;
}
/* #copy ol li {} */
#copy ol ol {
list-style-type: lower-roman;
margin: 0;
}
/* #copy ol ol li {} */
/* #copy p {} */
#copy strong {
color: #4F572D;
}
/* #copy table */
/* #copy tr */
/* #copy td */
#copy ul {
margin-left: 0;
margin-right: 0;
}
#copy ul li {
background: url('/images/mods-arrow1.png') -205px -485px no-repeat; /* orange arrow */
padding-left: 15px;
}
#copy ul ul {
list-style-type: circle;
margin-left: 0;
}
#copy ul ul li {
background: none;
padding-left: 0;
}

/* view all and back to top links */
#copy .more, #copy .top {
clear: both;
font-size: 11px;
padding: 0 30px 15px;
text-align: right;
}
#copy .more a, #copy .top a {
background: url('/images/mods-arrow1.png') -205px -489px no-repeat; /* orange arrow */
color: #FF9900;
padding-left: 10px;
}
#copy .more a:hover, #copy .top a:hover {
color: #AF651C;
text-decoration: underline;
}

/****************************** sections - specific ******************************/
#caseresults #copy form[name="form1"] input[type="submit"] {
float: left;
font-size: 14px;
margin-right: 10px;
padding: 6px 12px;
}
#caseresults #copy li {
margin-bottom: 0;
margin-top: 18px;
}
#caseresults #copy p { /* awarded text */
padding-left: 6px;
}

#contact #columns {
padding-top: 10px;
}

#directions #copy .dotted_divider {
padding-top: 18px;
}
#directions #copy .dotted_divider img {
border: 0;
}
#directions #copy table {
margin: 0 auto;
width: 75%;
}
#directions #copy td p {
padding-right: 5px;
position: relative; top: 10px; left: 0;
text-align: right;
}
#directions #copy input[type="text"], #directions #copy textarea, #directions #copy select {
width: 95%;
}
#directions #copy select {
width: 100%
}
#directions #copy option {
padding: 2px 0 2px 4px;
}

#faqs #copy p.question {
margin-top: -60px;
}

#links #cmp_container {
background-color: #e7e1d3;
border: 0; /* override inline style */
margin: 25px 15px; /* override inline style */
padding: 14px 18px; /* override inline style */
}
#links #copy img {
max-width: 438px;
}
#links #copy .top {
color: #FF9900;
margin: 0;
padding: 0;
}
#links #copy .top a {
background: none;
padding-left: 0;
}

#members #copy h2 {
display: none;
}
#members #copy td h2 {
display: block;
background: none;
line-height: 2em;
text-align: left;
}
#members #copy .member {
margin-bottom: 20px;
}
#members #copy .member h2 {
margin: 0;
}

#messages #copy form {
width: 480px;
}
input, textarea, select{
margin: 0 0 6px 0;
}
#messages #copy option {
line-height: 18px;
padding: 2px 0 2px 4px;
}
#messages #copy textarea {
height: 160px;
}
#messages #copy input[type="submit"] {
margin-top: 10px;
}

#sitemap #copy li {
margin-bottom: 0;
margin-top: 18px;
}
#sitemap #copy p { /* awarded text */
padding-left: 6px;
}
.flash{text-align:center;}

/****************************** blog ******************************/
#Blog #copy .pagination {
background: #F0F0F0;
border: 1px solid #C1BEB5;
color: #999;
font-size: 11px;
margin: 10px 0;
padding: 5px;
text-align: center;
}
#Blog #copy .pagination a {
background-color: #E7E1D3;
border: 1px solid #999933;
font-weight: bold;
padding: 4px 6px;
}
#Blog #copy .pagination a:hover {
background-color: transparent;
border-color: #FF9900;
}
.blogcategory {
color: #4F572D;
margin-bottom: 8px;
padding: 12px 0;
text-align: center;
}
.blogentry, .blogcontent {
border-bottom: 1px solid #DAD0BA;
margin: 60px 20px 20px;
padding: 80px 0 20px;
position: relative;
}
.blogentry .info, .blogcontent .info { /* date, author, comment count */
background: #F0F0F0;
border: 1px solid #C1BEB5;
color: #999;
float: right;
font-size: 10px;
line-height: normal;
margin: 0 0 15px 15px;
padding: 5px;
position: absolute; top: 0; right: 0;
text-align: right;
width: 15%;
}
.blogentry h3, .blogcontent h3 {
position: absolute; top: 0; left: 0;
width: 80%;
}
.blogentry p, .blogcontent p {
clear: both;
}
.bloglabel {
font-size: 11px;
}
.blogcomment {
font-size: 10px;
line-height: 150%;
margin-bottom: 1em;
padding: .5em 0;
}
.blogcomment .info {
border-bottom: 1px dashed #ddd;
font-size: 10px;
line-height: 150%;
margin-bottom: 1em;
padding: .5em 0;
text-align: right
}
.blogcontent {
border-bottom: 0;
font-size: 12px;
line-height: 150%;
margin-bottom: 0;
padding-bottom: 1em;
}
#mod-reports {
	padding-bottom:5px;
}
#mod-reports .pane{text-align:center; padding:8px; position:relative;}
#mod-reports h5{padding:8px 0;font-size:14px;}

#mod-reports a.seemore {
	background: #3E3D29 url('/images/mods-arrow1.png') -10px -10px no-repeat; /* green header */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;

	color:white;
	display:block;
	font-weight:bold;
	height:25px;
	line-height:25px;
	margin:5px auto;
	text-align:center;
	width:120px;
}
/****************************** footer navigation ******************************/
#footer-nav {
background: #3E3D29 url('/images/nav2.png') right top no-repeat; /* green rounded corners with reflection */
border-bottom: 6px solid #ccc;
clear: both;
margin-top: 20px;
}
#footer-nav ul {
padding-left: 10px;
}
#footer-nav li {
float: left;
}
#footer-nav a {
color: #fff;
display: block;
font: bold 13px 'times new roman', times, serif;
padding: 12px 23px;
}
#footer-nav a:hover, #footer-nav li.current a {
color: #FFCC00;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
#footer-nav li.current a {
cursor: default;
    /* pointer-events: none; */
}

/****************************** footer ******************************/
#footer {
background: url('/images/header-footer-bg.png') 0 0 repeat-x; /* brown gradient */
color: #fff;
font-size: 11px;
line-height: 1.5em;
padding: 12px 0 40px;
text-align: center;
}
.copyright, .footer-global  {
clear: both;
margin: 0 auto;
padding: 12px 0 0;
width: 700px;
}
.copyright a, .footer-global a {
color: #fff;
}
.copyright a:hover, .footer-global a:hover {
color: #FF9900;
}



/****************************** @media print  ******************************/
@media print {

/* hide */
#utilbar, #header, #nav, #leftcol, #rightcol, object, embed, .more, .top, #copy img[alt="Bookmark and Share"], .addthis_toolbox, #footer-nav, .footer-global {
display: none;
}
/* reset */
html, body, a, a:visited, #columns, #copy, #footer, .copyright {
background-color: white;
background-image: none;
border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
color: black;
clear: both;
height: auto;
float: none;
font: normal normal 12pt/1.6em "times new roman", times, serif;
letter-spacing: normal;
margin: 0;
padding: 0;
position: static;
text-align: left;
text-indent: 0;
    text-shadow: none;
width: auto;
}
a {
display: inline;
}
img {
background-color: white;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
border: 0 !important;
display: inline;
float: none;
height: auto;
margin: 0;
padding: 0;
position: static;
width: auto;
}
/* print masthead */
#top {
position: static;
margin-bottom: 2em;
text-indent: -999em;
}
#top img {
display: block;
}
/* copyright */
.copyright {
border-top: 1px solid gray;
color: gray;
font-size: 8pt;
margin-top: 2em;
padding: 1em 5em;
text-align: center;
}
.copyright a {
color: gray;
font-size: 8pt;
}

}


