/* --------------------------------------------
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: none; padding: 0;}
/* form elements */
button, .button, input[type="button"], input[type="image"], input[type="submit"], label {cursor: pointer;}
button, input, select, textarea {margin: 0;}
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}
input, select {vertical-align: middle;}
option {background-color: #fff;}
/* basic elements */
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 {outline: none; text-decoration: none;}
hr {clear: both; display: block; height: 0; padding-bottom: 1em;}
acronym, abbr {cursor: help; border-bottom: 1px dashed;}
del {text-decoration: line-through;}
ins {text-decoration: none;}
:focus, input {outline: none;}
html {overflow-y: scroll;}
ol, ul {list-style: none;}
textarea {overflow: auto;}

/* float clear-fix */
.group, form, form div, #utility-nav, #header, .inner, #nav, #nav ul, #columns-inner, #mod-practiceareas li a, #mod-social ul, #mod-video li a, .items, .scrollable-nav, #copy, .members.category #copy a, .members.single #copy .member, #footer
{zoom: 1;} /* lte ie7 */
.group:after, form:after, form div:after, #utility-nav:after, #header:after, .inner:after, #nav:after, #nav ul:after, #columns-inner:after, #mod-practiceareas li a:after, #mod-social ul:after, #mod-video li a:after, .items:after, .scrollable-nav:after, #copy:after, .members.category #copy a:after, .members.single #copy .member:after, #footer:after
{content: ""; height: 0; clear: both; display: block;} /* compliant */

html {
background-color: #fff;
}
body {
background-color: #fff;
height: 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;
}
::-moz-selection {background: #ff8800; color:#fff; text-shadow: none;}
::selection {background:#ff8800; color:#fff; text-shadow: none;}

/* back to top */
#top, .remove {position: absolute; top: -999em; left: -999em;}

/* --------------------------------------------
form elements
----------------------------------------------*/
form {
position: relative;
}
label {
position: absolute; top: -999em; left: -999em;
}
	.no-js label {
	position: static; top: 0; left: 0;
	}
input, select, textarea {
background: #eee;
-webkit-box-shadow: inset 0px 0px 6px 1px #ccc;
-moz-box-shadow: inset 0px 0px 6px 1px #ccc;
box-shadow: inset 0px 0px 6px 1px #ccc; 
border: 1px solid #bbb;
clear: both;
font-size: 12px;
height: 20px;
padding: 4px;
margin: 0 0 5px;
}
select {
height: 30px;
}
textarea {
height: 90px;
margin: 0;
position: absolute; top: 0; right: 0;
}
input[type="submit"], input[type="button"], button, .button {
background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(top, #ff0000 0%, #9d0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#9d0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff0000 0%,#9d0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff0000 0%,#9d0000 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ff0000 0%,#9d0000 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#9d0000',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ff0000 0%,#9d0000 100%); /* W3C */
border-radius: 6px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px;
border: solid 1px #fe0000;
box-shadow: none;
color: #fff;
display: block;
font-size: 14px;
height: auto;
padding: 4px 20px;
text-align: center;
text-decoration: none;
width: auto;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover {
background: #9d0000; /* Old browsers */
background: -moz-linear-gradient(top, #9d0000 0%, #ff0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d0000), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #9d0000 0%,#ff0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #9d0000 0%,#ff0000 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #9d0000 0%,#ff0000 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #9d0000 0%,#ff0000 100%); /* W3C */
color: #fff;
text-decoration: none;
}

/* --------------------------------------------
utility navigation
----------------------------------------------*/
#utility-nav {
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #210538 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#210538)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#210538 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#210538 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#210538 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#210538',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #000000 0%,#210538 100%); /* W3C */
color: #fff;
font-size: .7em;
height: 180px;
padding: 10px 0 0 0;
}
#utility-nav ul {
margin: 0 auto;
text-align: right;
width: 980px;
}
#utility-nav li {
border-right: 1px solid #fff;
display: inline;
}
#utility-nav li:last-child {
border-right: 0;
}
#utility-nav a {
color: #fff;
padding: 0 10px 0 7px;

}
#utility-nav a:hover {
color: #fff;
text-decoration: underline;
}

/* --------------------------------------------
header
----------------------------------------------*/
#header {
margin: -140px 0 15px 0;
}
#header .inner {
background: #0f0f0f url("/images/header.jpg") no-repeat center top;;
border-radius: 6px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px; 
border: solid 2px #612668;
margin: 0 auto;
position: relative;
width: 980px;
z-index: 1;
}
#header-left {
float: left;
height: 288px;
width: 512px;
}
#header-right {
float: right;
padding: 0 20px 15px 20px;
width: 428px;
}

/* --------------------------------------------
header callout
----------------------------------------------*/
#header-callout .phones, #header-logo .phones {
background: url("/images/phone.png") no-repeat 1px 7px;
color: #fff;
font-size: 1.4em;
padding: 5px 0 7px 25px;
}
#header-callout .heading {
border-top: solid 1px #612668;
color: #fff;
font-size: 22px;
letter-spacing: 2px;
margin: 0 0 20px;
padding: 8px 0 0 0;
text-transform: uppercase;
}
#header-callout a, #header-logo .callout4 {
background: #cc0000;
border-radius: 48px; 
-moz-border-radius: 48px; 
-webkit-border-radius: 48px; 
color: #fff;
display: block;
font-size: 16px;
font-weight: normal;
margin: 0 0 12px 0;
padding: 7px 5px;
text-transform: uppercase;
}
#header-callout a:hover {
background: #78317b; /* Old browsers */
background: -moz-linear-gradient(top, #78317b 0%, #220b2c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78317b), color-stop(100%,#220b2c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78317b 0%,#220b2c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78317b 0%,#220b2c 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #78317b 0%,#220b2c 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78317b', endColorstr='#220b2c',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #78317b 0%,#220b2c 100%); /* W3C */
border-radius: 48px; 
-moz-border-radius: 48px; 
-webkit-border-radius: 48px; 
color: #fff;
}
#header-callout a var, #header-logo .callout4 var {
background: url('/images/callout-icon.png') no-repeat;
display: block;
float: left;
height: 29px;
padding: 0 8px 0 0;
position: relative; top: -2px;
width: 29px;
}

/* --------------------------------------------
header contact
----------------------------------------------*/
#header-contact {
width: 100%;
}
#header-contact .heading {
color: #333;
font-size: 22px;
}
#header-contact .intro {
color: #333;
font-size: 12px;
line-height: 1.5em;
margin: 0 0 8px;
}
	.no-js #header-contact label {
	color: #333;
	display: block;
	font-size: small;
	line-height: 1.2em;
	}
	.no-js #header-contact input, .no-js #header-contact textarea {
	float: none;
	margin-bottom: 0;
	position: static; top: 0; left: 0;
	}
#header-contact .button {
float: right;
margin: 2px 0 0;
}
	.no-js #header-contact .button {
	margin-bottom: 8px;
	}
	
/* --------------------------------------------
header logo
----------------------------------------------*/
#header-logo {
padding: 25px 0 0 0;
text-align: center;
text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
}
#header-logo .logo {
color: #fff;
font-size: 2.5em;
margin: 0 0 15px 0; 
}
#header-logo .highlight {
color: #f00;
}
#header-logo .intro {
border-bottom: solid 1px #612668;
border-top: solid 1px #612668;
color: #ccc;
display: block;
font-size: .9em;
margin: 0 0 36px 0;
}
#header-logo .callout4 {
font-weight: bold;
margin: 0 auto 10px auto;
text-indent: -37px;
text-shadow: none; /* override */
text-transform: none; /* override */
width: 62%;
}
#header-logo .phones-wrap {
display: block;
margin-left: 25px; /* centers .phones */
}
#header-logo .phones {
text-align: left;
margin: 0 auto;
width: 60%;
}

/* --------------------------------------------
header offers
----------------------------------------------*/
#header-offers {
width: 100%;
}
#header-offers .heading {
color: #333;
font-size: 22px;
}
/* scrollable */

/* --------------------------------------------
header video
----------------------------------------------*/

/* --------------------------------------------
navigation menu
----------------------------------------------*/
#nav {
color: #333;
text-align: center;
}
#nav ul {
background: #666666; /* Old browsers */
background: -moz-linear-gradient(top, #666666 0%, #050505 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#050505)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #666666 0%,#050505 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #666666 0%,#050505 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #666666 0%,#050505 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#050505',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #666666 0%,#050505 100%); /* W3C */
border-radius: 6px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px;
display: inline-block;
padding: 0 20px;
text-align: center;
width: 950px;
}
#nav li {
display: inline;
}
#nav a {
border-right: solid 1px #686868;
color: #fff;
float: left;
padding: 9px 52px;
}
#nav a:hover {
background: #78317b; /* Old browsers */
background: -moz-linear-gradient(top, #78317b 0%, #220b2c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78317b), color-stop(100%,#220b2c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #78317b 0%,#220b2c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #78317b 0%,#220b2c 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #78317b 0%,#220b2c 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78317b', endColorstr='#220b2c',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #78317b 0%,#220b2c 100%); /* W3C */
color: #fff;
}
#nav li:last-child a { /* removes border from last nav button */
border-right: none;
}
#nav .current a {
cursor: default;
}

/* --------------------------------------------
columns - 220 - 25 - 500 - 25 - 220 = 990
----------------------------------------------*/
#columns {
background: #fff;
}
#columns-inner {
margin: 0 auto;
width: 990px;
}
.sidebar {
padding-top: 10px;
width: 220px;
}
.sidebar.left {
float: left;
}
.sidebar.right {
float: right;
}
#copy {
float: left;
padding: 25px;
width: 500px;
}

/* --------------------------------------------
sidebar modules - global
----------------------------------------------*/
.mod {
margin-bottom: 10px;
}
.mod a {
background-position: top: 2px; left: -6px;
color: #333;
}
.mod a:hover {
color: #562060;
text-decoration: underline;
}
.mod .heading {
background: #562060; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #845c8b 30%, #5c2364 60%, #320d42 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(30%,#845c8b), color-stop(60%,#5c2364), color-stop(100%,#320d42)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#845c8b 30%,#5c2364 60%,#320d42 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#845c8b 30%,#5c2364 60%,#320d42 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#845c8b 30%,#5c2364 60%,#320d42 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#320d42',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#845c8b 30%,#5c2364 60%,#320d42 100%); /* W3C */
border-radius: 6px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px;
border: solid 1px #622669;
color: #fff;
font-size: 16px;
font-weight: normal;
padding: 4px 6px 4px 12px;
}
.mod .heading var {
background: url('/images/heading-icon.png') no-repeat;
display: block;
float: left;
height: 19px;
position: relative; top: 3px; left: -6px;
width: 19px;
}
.mod .heading a {
color: #fff;
}
.mod .inner {
background: #fff;
font-size: 12px;
line-height: 1.4em;
}
.mod .cat, .mod li {
display: block;
padding: 10px;
}
.mod .cat a {
font-weight: bold;
}
.mod li {
border-bottom: solid 1px #9f59ac;
padding-left: 15px;
}

/* view more buttons */
.mod .more {
padding: 12px 0 12px 10px;
text-align: right;
}
 
.mod .more a {
background: url('/images/mod-arrow.png') no-repeat;
background-position: 0 8px;
color: #cc0000;
font-size: 11px;
padding: 5px 0 5px 15px;
}
.mod .more a:hover {
text-decoration: underline;
}
/* list arrow in mods */
#mod-blog li, #mod-documents li {
padding-left: 0;
}
#mod-blog li a, #mod-documents li a, #mod-faqs li a, #mod-news li a {
background: url('/images/mod-arrow.png') no-repeat;
background-position: 10px 4px;
display: block;
padding: 0 5px 0 25px;
}


/* --------------------------------------------
sidebar modules - specific
----------------------------------------------*/
/* #mod-badges {} */

#mod-blog .rss-feed { /* rss image in mod header */
float: right;
padding-top: 7px;
}

#mod-contact .heading {
background: #de0000; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f14444 30%, #de0000 60%, #a30000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(30%,#f14444), color-stop(60%,#de0000), color-stop(100%,#a30000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f14444 30%,#de0000 60%,#a30000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f14444 30%,#de0000 60%,#a30000 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f14444 30%,#de0000 60%,#a30000 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a30000',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#f14444 30%,#de0000 60%,#a30000 100%); /* W3C */
border: solid 1px #ff0000;
color: #fff;
}
#mod-contact img {
float: left;
margin: 7px 7px 0 0;
}
#mod-contact form, #mod-contact .header, #mod-contact .footer {
padding: 20px 20px 12px;
}
#mod-contact .header {
margin: 0 0 0 5px;
padding-top: 15px;
}
#mod-contact .sub-header {
color: #c00;
font-weight: bold;
}
#mod-contact td.input-label {
clear: both;
}
#mod-contact label {
display: block;
}
#mod-contact input, #mod-contact textarea {
width: 170px;
}
#mod-contact input:focus, #mod-contact textarea:focus {
background: #fff;
}
#mod-contact [id="right-default-mc3"], #mod-contact [id="right-default-mc6"], #mod-contact [id="right-default-mc7"], #mod-contact [id="right-default-mc8"],  #mod-contact [id="right-default-mc9"] {
margin-bottom: 12px;
}
#mod-contact .checkbox {
float: left;
height: 65px;
margin-right: 12px;
width: auto;
}
#mod-contact [type="checkbox"] {
width: auto;
}
#mod-contact .checkbox-text {
display: block;
}
#mod-contact textarea {
position: relative;
}
#mod-contact .inner {
border-radius: 6px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px;
border: solid 1px #9f59ac;
margin: 2px 0 0 0;
}
#mod-contact .button {
clear: both;
float: none;
margin: 10px auto 0;
width: auto;
}
/* #mod-contact .button:hover {} */
#mod-contact li {
border-bottom: none;
}
/* #mod-documents {} */

#mod-faqs .prefix {
color: #ff8800;
display: none;
padding-right: 3px;
}

/* #mod-locations {} */

#mod-news .date {
color: #666;
display: block;
font-size: 11px;
font-style: italic;
}

/* #mod-offers {} */

/* #mod-offer-bio {} */

#mod-practiceareas ul {
padding: 6px 8px 0;
}
#mod-practiceareas li {
padding: 0 0 6px;
}
#mod-practiceareas li a {
background: #cc0000;
color: #fff;
display: block;
font-size: 14px;
padding: 15px 20px 15px 15px;
}
#mod-practiceareas li a:hover {
background: #ff8800;
font-weight: bold;
text-decoration: none;
}
#mod-practiceareas li img { /* thumbnail */
border: 1px solid #fff;
float: left; /* required */
height: 40px;
margin: -8px 8px -8px -8px; /* required - apply negative margins to "undo/lessen" padding applied to "#mod-practiceareas li a" element above */
width: 60px;
}

/* #mod-resources {} */

/* #mod-search {} */

#mod-social ul {
padding: 20px 12px 12px;
}
#mod-social li {
border-bottom: none;
float: left;
height: 30px;
margin: 0 10px 0 0;
padding: 0;
text-indent: -999em;
width: 30px;
}
#mod-social li:last-child {
margin-right: 0;
}
#mod-social a {
background: url('/images/sprites-icons.png') no-repeat;
display: block;
height: 100%;
width: 100%;
}
#mod-social a:hover {
opacity:0.7
}
#mod-social .facebook a {
background-position: -221px -28px;
}
#mod-social .linkedin a {
background-position: -353px -28px;
}
#mod-social .twitter a {
background-position: -265px -28px;
}
#mod-social .youtube a {
background-position: -309px -28px;
}

/* #mod-testimonials {} */

/* #mod-testimonials-text {} */

#mod-video img {
border: 1px solid #bbb;
float: left;
height: 60px;
margin: 0 8px 0 0;
padding: 3px;
width: 90px;
}

/* #mod-video-slider {} */

/* --------------------------------------------
copy - global
----------------------------------------------*/
#copy {
color: #000;
font-size: 14px;
line-height: 1.7em;
}
#copy a {
color: #cc0000;
}
#copy a:hover {
text-decoration: underline;
}

/* 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, 
#copy .page-intro, .testimonials #copy .testimonial {
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 {
margin-left: 12px;
margin-right: 12px;
padding-left: 20px;
padding-right: 20px;
}

/* basic element specific styles */
#copy blockquote {
background-color: #eee;
color: #1E568A;
font-family: georgia,serif;
font-style: italic;
padding-bottom: 12px;
padding-top: 12px;
}
#copy cite {
color: #999;
display: block;
font: normal 13px arial, helvetica, sans-serif;
padding-top: 6px;
text-align: right;
}
/* #copy dl {} */
#copy dt {
font-weight: bold;
}
#copy dd {
padding: 0 15px 12px;
}
/* #copy em {} */
/* #copy h1, #copy h1 a, #copy h2, #copy h2 a, #copy h3, #copy h3 a, #copy h4, #copy h4 a, #copy h5, #copy h5 a, #copy h6, #copy h6 a {} */
#copy h1, #copy h1 a {
color: #cc0000;
font-size: 22px;
}
#copy h2, #copy h2 a  {
color: #572661;
font-size: 20px;
}
#copy h3, #copy h3 a {
color: #cc0000;
font-size: 18px;
}
#copy h4, #copy h4 a {
color: #333;
font-size: 16px;
}
#copy h5, #copy h5 a, #copy h6, #copy h6 a {
color: #333;
font-size: 16px;
}
#copy img {
float: left;
height: auto;
margin: 5px 15px 8px 0;
max-width: 490px;
}
#copy ol {
list-style-type: decimal;
margin-left: 15px;
margin-right: 15px;
}
/* #copy ol li {} */
#copy ol ol {
list-style-type: lower-alpha;
margin-left: 8px;
}
/* #copy ol ol li {} */
/* #copy p {} */
/* #copy strong {} */
/* #copy table */
/* #copy tr */
/* #copy td */
#copy ul {
margin-left: 0;
margin-right: 0;
}
#copy ul li {
background: url('/images/mod-arrow.png') no-repeat;
background-position: 6px 8px;
padding-left: 20px;
}
#copy ul ul {
list-style-type: disc;
margin-left: 5px;
}
#copy ul ul li {
background: none;
padding-left: 5px;
}

/* form elements */
#copy input, #copy select, #copy textarea {
clear: none;
float: none;
width: auto;
}
#copy textarea {
height: 120px;
position: relative;
}
#copy input[type="submit"], #copy input[type="button"], #copy button, #copy .button {
display: inline;
margin: 10px auto 0;
}

/* view all and back to top links */
#copy .more, #copy .top {
clear: both;
padding: 20px 0;
text-align: right;
}
#copy .more a, #copy .top a {
color: #cc0000;
font-size: 11px;
padding: 5px 10px;
}
/* #copy .more a:hover, #copy .top a:hover {} */

/* --------------------------------------------
blog section
----------------------------------------------*/
.blog .blogcategory {
margin-bottom: 20px;
}
.blog .blogentry {
background-color: #eee;
margin: 0 0 30px;
padding: 10px;
}
.blog.single .blogentry {
background-color: #fff;
border: 0;
}
.blog .info {
background: #fff;
border: 1px solid #bbb;
box-shadow: 1px 1px 2px #888;
color: #888;
clear: none;
float: right;
font-size: 10px;
font-style: italic;
font-weight: normal;
line-height: 1.6em;
padding: 4px 8px;
}
.blog #copy .blogentry h3 {
padding-top: 8px;
}
.blog .bloglabel a {
font-size: smaller;
padding: 0 8px;
}
.blog .bloglabel a b {
font-weight: normal;
}

/* --------------------------------------------
members/bio section
----------------------------------------------*/
.members #copy li {
background-image: none;
}
.members #copy li img {
float: left;
}
.members #copy .name {
clear: none;
float: left;
margin: 20px 0 0;
width: 50%;
}
.members.category #copy .button {
float: left;
}
.members.single #copy div {
clear: both;
}
.members.single #copy .member {
padding-bottom: 2em;
}
.members.single #copy .info {
clear: none;
float: left;
margin: 1em 0 0;
padding: 0;
}
.members.single #copy li {
margin: 0;
padding: 0;
}

/* --------------------------------------------
messages/contact section
----------------------------------------------*/
.messages #copy form, .reports.single #copy form {
background: #eee;
margin: 0 auto;
padding: 20px 0;
width: 100%;
}
.messages #copy dl, .messages #copy dd {
margin: 0;
padding: 0;
}
.messages #copy dl {
margin: 0 auto;
width: 308px;
}
.messages #copy input, .messages #copy select, .messages #copy textarea {
width: 300px;
}
.messages #copy select {
width: 308px;
}
.messages #copy input[type="submit"] {
width: auto;
}

/* --------------------------------------------
reports section
----------------------------------------------*/
.reports.category #copy .button, .reports.category #copy .button:hover {
color: #fff;
float: left;
margin-top: 20px;
text-decoration: none;
}
.reports.single #copy h1 {
clear: none;
}
.reports.single #copy form {
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #210538 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#210538)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#210538 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#210538 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#210538 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#210538',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #000000 0%,#210538 100%); /* W3C */
color: #fff;
border: 1px solid #9F59AC;
border-radius: 6px 6px 6px 6px;
float: left;
margin-top: 20px;
padding: 20px;
width: 86%;
}
.reports.single #copy form input {
margin-left: 5px;	
width: 330px;	
}
.reports.single #copy form input:focus {
background: #fff;	
}
.reports.single #copy form select {
margin-left: 5px;	
}
.reports.single #copy form input[type="submit"] {
display: block;
float: none;
margin: 10px auto 0 auto;
width: auto;	
}
.reports.single #copy input[value="Back"] {
clear: left;
float:left;	
margin: 20px 0 20px 0;
}
.reports.single #copy input[value="See All"] {
float: left;
margin: 20px 0 20px 20px;	
}

/* LANDING */

.landing #utility-nav {
height: 50px;	
}

.Contact #copy form#contactform {
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #210538 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#210538)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#210538 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#210538 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#210538 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#210538',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #000000 0%,#210538 100%); /* W3C */
color: #fff;
border-radius: 6px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px;
border: solid 1px #B00000;	
padding: 20px;
}
.Contact #copy form#contactform input {
border-radius: 6px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px;	
width: 240px;
}
.Contact #copy form#contactform input:focus {
background: #fff;	
}
.Contact #copy form#contactform input.btn {
display: block;
}

/* --------------------------------------------
footer
----------------------------------------------*/
#footer {
color: #333;
font-size: 13px;
line-height: 1.4em;
}

/* --------------------------------------------
footer navigation menu
----------------------------------------------*/
#footer-nav {
color: #333;
}
#footer-nav ul {
background: #662669;
border-radius: 6px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px;
margin: 0 auto;
padding: 15px 0;
text-align: center;
width: 990px;
}
#footer-nav li {
display: inline;
}
#footer-nav a {
color: #fff;
margin: 0 5px;
padding: 0 50px;
}
#footer-nav a:hover {
color: #fff;
text-decoration: underline;
}
#footer-nav .current a {
cursor: default;
}

/* --------------------------------------------
footer - fineprint
----------------------------------------------*/
#footer-fineprint {
background: #fff;
color: #999;
padding-bottom: 2em;
}
#footer-fineprint a {
color: #999;
}
#footer-fineprint a:hover {
color: #cc0000;
text-decoration: underline;
}
#footer-fineprint p {
font-size: .8em;
line-height: 1.4em;
margin: 0 auto;
padding-top: 1em;
text-align: center;
width: 900px;
}
/* --------------------------------------------
IE7
----------------------------------------------*/
/* alignment */
.ie7 body {
text-align: center;
}
.ie7 #columns-inner, .ie7 #utility-nav, .ie7 sidebar.left {
text-align: left;
}
/* header */
.ie7 #header-callout {
text-align: left;
}
.ie7 #header-callout a:hover {
background: #78317b;
}
.ie7 #header-logo .callout4 {
text-indent: 0;
}
.ie7 #header-logo .phones {
width: 70%;
}
/* nav */
.ie7 #nav ul {
width: 980px;
}
.ie7 #nav a {
padding: 9px 49px;
}
/* mods */
.ie7 .mod .heading {
background: #562060;
}
.ie7 .mod .heading a:hover {
color: #fff;
}
.ie7 #mod-contact .heading {
background: #de0000;
}


/* --------------------------------------------
IE9
----------------------------------------------*/
.ie9 input[type="submit"], .ie9 input[type="button"], .ie9 button, .ie9 .button {
filter: none;
}
.ie9 input[type="submit"]:hover, .ie9 input[type="button"]:hover, .ie9 button:hover, .ie9 .button:hover {
background: #78317b;
border: solid 1px #78317b;
}

.ie9 #header-callout a:hover {
filter: none;
}


.ie9 #header-logo .logo {
background: transparent;
}
.ie9 #nav ul {
background: #151515;
filter: none;
}
.ie9 .mod .heading {
filter: none;
}
.ie9 #mod-blog .rss-feed {
padding: 0;
}
.ie9 #mod-contact .heading {
filter: none;
}
.ie.Contact #copy form#contactform {
background: #1F0534;
filter: none;
}
.ie.Contact input.btn, .ie #mod-contact .button {
background: #C60000;	
}
.ie.Contact input.btn:hover, .ie #mod-contact .button:hover{
background: #F90000;
border: solid 1px #F90000;
filter: none;
}

/* --------------------------------------------
printer styles
----------------------------------------------*/
@media print {
    /* hide */
    #utility-nav, #header, #nav, .sidebar, object, embed, .more, .top, .addthis_toolbox, #footer-nav {
    display: none;
    }
    /* reset */
    html, body, a, a:visited, #columns, #columns-inner, #copy, #footer, #footer-fineprint p {
    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; top: 0; left: 0;
    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; top: 0; left: 0;
    width: auto;
    }
    /* print masthead */
    #top {
    border-bottom: 1px solid gray;
    position: static; top: 0; left: 0;
    margin-bottom: 2em;
	padding-bottom: 2px;
	text-align: left;
    text-indent: -999em;
	width: 650px;
    }
    #top img {
    display: block;
	height: auto;
	width: 278px;
    }
    /* footer fineprint */
    #footer-fineprint {
    border-top: 1px solid gray;
    color: gray;
    font-size: 9pt;
    margin: 2em auto 0;
    text-align: center;
	width: 6in;
    }
    #footer-fineprint a {
    color: gray;
    font-size: 9pt;
    }
	#footer-fineprint p {
	border-top: 0;
	width: 6in;
	}
}
