@font-face {
font-family: 'Droid Sans', sans-serif; 
font-style: normal;
font-weight: normal;
}
/* --------------------------------------------
global
----------------------------------------------*/


/* reset */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, hr, blockquote, a, abbr, acronym, address, cite, em, img, a img, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, #aside, details, figcaption, figure, #footer-content, #header, hgroup, #nav, section {background: transparent; border: 0; margin: 0; outline: none; padding: 0;}
article, #aside, details, figcaption, figure, #footer-content, #header, hgroup, #nav, section {display: block;} /* html 5 */
/* 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;}
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;}
: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-footy li a, #mod-social ul, #mod-video li a, .scrollable .items, .scrollable .pane a, .scrollable-nav, #copy, .members.category #copy a, .members.single #copy .member, #footer, #footer-content, #mini-header, #aside .mod .heading, #mod-buckets .heading, .members.category #copy .member-list, .members.category #copy .member-list li a,  .videos.category #video-categories, .videos.category #video-categories ul, .videos.category .cat-container, .videopagelist, .videos.category .cat-container var.head-wrap
{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-footy li a:after, #mod-social ul:after, #mod-video li a:after, .scrollable .items:after, .scrollable .pane a:after, .scrollable-nav:after, #copy:after, .members.category #copy a:after, .members.single #copy .member:after, #footer:after, #footer-content:after, #mini-header:after, #aside .mod .heading:after, #mod-buckets .heading:after, .members.category #copy .member-list:after, .members.category #copy .member-list li a:after,  .videos.category #video-categories:after, .videos.category #video-categories ul:after, .videos.category .cat-container:after, .videopagelist:after, .videos.category .cat-container var.head-wrap: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 'Droid Sans', sans-serif;  
}
::-moz-selection {background: #006699; color:#fff; text-shadow: none;}
::selection {background:#006699; 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, input[type="text"], select, textarea {
background: #fff;
border: 1px solid #bbb;
clear: both;
font-size: 12px;
height: 20px;
padding: 4px;
margin: 0 0 10px;
}
.select, select {
height: 30px;
}
.button, button, input[type="button"], input[type="submit"] {
background: #1f1e1e;
border: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #fff;
display: block;
font-size: 14px;
height: auto;
padding: 4px 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
width: auto;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
background: #505050;
color: #fff;
text-decoration: none;
}

/* --------------------------------------------
utility #navigation
----------------------------------------------*/
#util-wrap{
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #fbfbfb 81%, #f2f4f8 91%, #e8edf5 96%, #dce4f1 99%, #dfe6f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(81%,#fbfbfb), color-stop(91%,#f2f4f8), color-stop(96%,#e8edf5), color-stop(99%,#dce4f1), color-stop(100%,#dfe6f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#fbfbfb 81%,#f2f4f8 91%,#e8edf5 96%,#dce4f1 99%,#dfe6f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbfbfb 0%,#fbfbfb 81%,#f2f4f8 91%,#e8edf5 96%,#dce4f1 99%,#dfe6f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#fbfbfb 81%,#f2f4f8 91%,#e8edf5 96%,#dce4f1 99%,#dfe6f2 100%); /* IE10+ */
	background: linear-gradient(top,  #fbfbfb 0%,#fbfbfb 81%,#f2f4f8 91%,#e8edf5 96%,#dce4f1 99%,#dfe6f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#dfe6f2',GradientType=0 ); /* IE6-9 */
}
#utility-nav {
color: #4b413b;
font-size: .65em;
padding-top: 10px;
margin: 0 0 21px;
}
#utility-nav .inner {
margin: 0 auto;
width: 980px;	
}
#utility-nav ul {
float: right;
}
#utility-nav li {
border-right: solid 0.0px #000027;
float: left;
}
#utility-nav li:last-child {
border-right: none;	
}
#utility-nav a {
color: #000027;
display: block;
font-weight: normal;
line-height: 2.5em;
padding: 0 8px 0 5px;
text-transform: uppercase;
}
#utility-nav a:hover {
text-decoration: underline;
}

/* --------------------------------------------
mini-header
----------------------------------------------*/
#mini-header {
height:86px;
margin: 0 auto;
position:relative;
width: 980px;
}
#mini-header > a{
position:absolute;top:-33px; left:0; display:block;
}
#logo {
width: 500px;
*width:auto;
}

.tagline {
color: #000027;
font-family: 'Droid Sans', sans-serif; 
font-size: .7em;
margin-top:9px;
padding-top:1px;
font-weight: normal;
text-align: left;
text-transform: uppercase;
line-height: .95em;
}

.tagline {letter-spacing:3px}

.firmname {
color: #000027;
font-family: 'Droid Sans', sans-serif; 
font-size: 1.15em;
margin-top:18px;
padding-top:1px;
font-weight: bold;
text-align: left;
text-transform: uppercase;
letter-spacing:3px;

line-height: .95em;
}


.phones {
background:url(img/bbphone.png) 0 0 no-repeat;
color: #000027;
float: right;
font-family: 'Droid Sans', sans-serif; 
font-size: .95em;
padding-top:62px;
/position:absolute;top:-33px;right:0;
text-align: right;
text-transform: uppercase;
width: 360px;
}
.phones span {
color: #000027;	
}
.break-skype{display:none;}



/* --------------------------------------------
#header
----------------------------------------------*/
#header {
padding: 10px 0;
}
#header #inner-wrap {
margin: 0 auto;	
width: 980px;
}
#header .inner {
margin: 0 auto;
width: 980px;
}
#header-left {
background: #fff url(header7.jpg) no-repeat left center;
float: left;
height: 360px;
position:relative;
width: 640px;
}
#header-right {
float: right;
margin-left: 15px;
width:320px;
}
#header-right .heading {
background: #000027;

color: #FFFFFF;
font-family: 'Droid Sans', sans-serif; 
font-size: 48px;
font-style: normal;
padding: 23px 0 18px;
text-align: center;
text-transform: uppercase;
}



/* --------------------------------------------
header callout
----------------------------------------------*/
#header-callout {
height: 100%;	
}
#header-callout .heading {
background: #5b6d81; /* Old browsers */
background: -moz-linear-gradient(top, #5b6d81 0%, #5b6c7e 1%, #5d6e80 1%, #5a6c80 1%, #5c6e84 2%, #5a6b7f 4%, #596a7e 12%, #536579 21%, #54667a 23%, #526478 24%, #506276 36%, #4f6273 36%, #425566 74%, #405364 75%, #405364 81%, #394c5d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b6d81), color-stop(1%,#5b6c7e), color-stop(1%,#5d6e80), color-stop(1%,#5a6c80), color-stop(2%,#5c6e84), color-stop(4%,#5a6b7f), color-stop(12%,#596a7e), color-stop(21%,#536579), color-stop(23%,#54667a), color-stop(24%,#526478), color-stop(36%,#506276), color-stop(36%,#4f6273), color-stop(74%,#425566), color-stop(75%,#405364), color-stop(81%,#405364), color-stop(100%,#394c5d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5b6d81 0%,#5b6c7e 1%,#5d6e80 1%,#5a6c80 1%,#5c6e84 2%,#5a6b7f 4%,#596a7e 12%,#536579 21%,#54667a 23%,#526478 24%,#506276 36%,#4f6273 36%,#425566 74%,#405364 75%,#405364 81%,#394c5d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5b6d81 0%,#5b6c7e 1%,#5d6e80 1%,#5a6c80 1%,#5c6e84 2%,#5a6b7f 4%,#596a7e 12%,#536579 21%,#54667a 23%,#526478 24%,#506276 36%,#4f6273 36%,#425566 74%,#405364 75%,#405364 81%,#394c5d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5b6d81 0%,#5b6c7e 1%,#5d6e80 1%,#5a6c80 1%,#5c6e84 2%,#5a6b7f 4%,#596a7e 12%,#536579 21%,#54667a 23%,#526478 24%,#506276 36%,#4f6273 36%,#425566 74%,#405364 75%,#405364 81%,#394c5d 100%); /* IE10+ */
background: linear-gradient(top, #5b6d81 0%,#5b6c7e 1%,#5d6e80 1%,#5a6c80 1%,#5c6e84 2%,#5a6b7f 4%,#596a7e 12%,#536579 21%,#54667a 23%,#526478 24%,#506276 36%,#4f6273 36%,#425566 74%,#405364 75%,#405364 81%,#394c5d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b6d81', endColorstr='#394c5d',GradientType=0 ); /* IE6-9 */
color: #fff;
font-family: 'Droid Sans', sans-serif; 
font-size: 48px;
padding: 26px 0 20px;
text-align: center;
text-transform: uppercase;
}
#header-callout .heading span {
color: #ffa126;
}
#header-callout a {
background: #fff;
border: dotted 1px #515b79;
border-top: none;
color: #1f1e1e;
display: block;
font-size: 22px;
font-weight: normal;
line-height: 71px;
margin: 0;
padding: 0 20px;
position: relative;
}
#header-callout a:hover {
color: #000027;
}
#header-callout a var {
background: url(callout-first.png) no-repeat center center;
display: block;
float: right;
height: 21px;
margin-top: -10px;
position: absolute; top: 50%; right: 5%;
width: 14px;	
}
#header-callout a var:hover {
background: url(callout.png) no-repeat center center;
}


/* --------------------------------------------
#header contact
----------------------------------------------*/

#header-contact .heading {
background: #000027;
color: #FFFFFF;
font-family: 'Droid Sans', sans-serif; 
font-size: 16px;
font-style: normal;
padding: 8px 12px 8px;
text-align: left;
text-transform: uppercase;
}

#header-contact {
border: solid 1px #d8d8d8;
margin-bottom:20px;
}
#header-contact span {
color:#999999;
}
#header-contact .intro {
color: #000027;
text-align: center;
font-size: 12px;
line-height: 1.5em;
margin: 10px 0 8px;
padding: 0 15px;
}
#header-contact form {
background: #fff;
border-top: none;
padding: 0 15px 15px 15px;	
position: relative;
text-align: center;
}
	.no-js #header-contact label {
	color: #333;
	display: block;
	font-size: small;
	line-height: 1.2em;
	}
#header-contact input, #header-contact .textarea {
background: #eee;
color: #000027;
float: left;
height: 21px;
margin-bottom:8px;
position: static;	
}
#header-contact input:focus, #header-contact .textarea:focus {
border: solid 1px #888;	
}


#header-contact .textarea {
height:65px;	
margin-bottom:5px;
}
	.no-js #header-contact .input, .no-js #header-contact .textarea {
	float: none;
	margin-bottom: 0;
	position: static; top: 0; left: 0;
	}
#header-contact button.button {
background: #dbdbdb;
color: #575757;
font-family: 'Droid Sans', sans-serif; 
clear: both;
font-size: 13px;
font-weight: bold;
margin: 0 auto;
padding: 10px 44px;
position: relative; top: 6px;
width: 280px;
}
#header-contact button.button:hover {
background: #d2d2d2;
color: #575757;
}
	.no-js #header-contact .button {
	margin-bottom: 8px;
	}





/* --------------------------------------------
#header offers
----------------------------------------------*/
#header-offers .heading {
background: #000027;

color: #FFFFFF;
font-family: 'Droid Sans', sans-serif; 
font-size: 48px;
font-style: normal;
padding: 23px 0 18px;
text-align: center;
text-transform: uppercase;
}
#header-offers {
margin-bottom:20px;
width:314px;
}
#header-offers .inner {
background: #fff;
border-bottom: none;
width: 314px;	
}
#header-offers .scrollable { /* wrapper "window" */
height: 170px; /* property required - value editable */
overflow: hidden; /* property required */
position: relative; /* property required */
width: 314px; /* property required - value editable */
}
#header-offers .scrollable .items { /* list of individual "item" panes */
clear: both;
position: absolute; top: 0; left: 0; /* property required */
width: 20000em; /* property required */
}
#header-offers .scrollable .pane { /* single item */
float: left; /* property required */
padding: 10px;
width: 284px; /* property required - value editable */
}
#header-offers .scrollable .pane img {
float: left;	
margin: 0 18px 20px 0;
max-width: 150px;
max-height: 150px;
}
#header-offers .scrollable .pane .title {
color: #1f1e1e;	
display: block;
}
#header-offers .scrollable .pane a .more {
display: inline-block;	
}
#header-offers .scrollable .button {
	
}
#header-offers .scrollable-nav {
background: none transparent;	
float: right;
padding: 0;
width: 320px;
text-align: center;
margin-top: 15px;
}
#header-offers .scrollable-nav a.browse {
background: url(header-next.png) no-repeat center center;
border: solid 1px #dadada;
float: right;
height: 23px;
padding: 6px 12px 6px 9px; 
text-indent: -9999em;
width: 17px;
}
#header-offers .scrollable-nav a.prev {
background: url(header-prev.png) no-repeat center center;
float: left;
}
#header-offers .scrollable-nav a.prev:hover {
background: url(header-prev-hover.png) no-repeat center center;	
position: relative; left: -1px;
}
#header-offers .scrollable-nav a.next:hover {
background: url(header-next-hover.png) no-repeat center center;		
}
#header-offers .scrollable-nav a.more {
background: #1f1e1e;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #fff;
display: inline-block;
font-family: 'Droid Sans', sans-serif; 
font-size: 15px;
font-style: normal;
font-weight: bold;
margin: 0 20px;
padding: 6px 25px;
text-transform: uppercase;	
}
#header-offers .scrollable-nav a.more:hover {
background: #505050;
color: #fff;	
}


/*-------------------------------------------
navigation menu
-------------------------------------------*/
#nav {
background: #000027;
color: #fff;
position:relative;
z-index:100;
}
#nav > ul {
border-right: solid 1px #4c4b4b;
margin: 0 auto;
padding: 0;
text-align: center;
width: 980px;
}
#nav > ul > li {
border-left: solid 1px #4c4b4b;
float: left;
display: inline-block;
position: relative /* for drop nav */
}
#nav li a {
color: #fff;
display: inline-block;
*display: block;
font-size: 0.8em;
font-weight: bold;
line-height: 1em;
padding: 19px 15px;
position: relative;
text-transform: uppercase;
}
#nav a:hover, #nav .current a {
background: #999999;
color:#ffffff;
}

/* drop down menu */
#nav .dropdown{
background: #000027;
border: solid 1px #777;
display: none;
/*float: none;*/
/*overflow: hidden;*/
position: absolute; /*top: 45px; left: 0;*/
*left:0;
*top:51px;
white-space: nowrap;
width: auto;
z-index: 100;
}
#nav .dropdown li {
border: 0;
float: none;
display: block !important;

}
#nav .dropdown li var{
	display: none !important;
}
#nav .dropdown li a {
color: #fff;
cursor: pointer;
display: block;
font-size: 12px !important;
height: 14px;
text-align: left;
width: auto;
*width:220px;
}
#nav .dropdown li a:hover {
background: #999999;
background-image: none;	
color:#000027;
}
#nav .dropdown li a{
float:none;
display:block;
padding: 10px;
}
#nav li.drop a var{
background: url(accordion-down.png) no-repeat center center;
display: block;	
float: right;
*float:left;
height: 5px;
margin: 3px 0 0 5px;
width: 9px;
}
#nav li.drop a:hover {
background: #999999;	
}
#nav .dropdown li a img {
display: none;	
}

#nav li.child{display:none;}

/* --------------------------------------------
columns - 600 - 30 - 350 = 980
----------------------------------------------*/
#columns {
background: #fff;
}
#columns-inner {
background: #fff;
margin: 20px auto;
*margin-bottom: 50px;
position: relative;
width: 980px;
}
#aside {
float: left;
margin: 0 0 20px 15px;
}

#copy {
float: left;

: 650px;
}

 


/* --------------------------------------------
sidebar modules - global
----------------------------------------------*/
.mod {
border: solid 1px #bbb;
margin-bottom: 20px;
}
.mod a {
color: #000027;
}
.mod a:hover {
color: #000027;

text-decoration: underline;
}
#aside .mod .heading, .footer-badges .mod .heading {
background: #000027;
color: #fff;
display: block;
font-family: 'Droid Sans', sans-serif;
font-size: 16px;
font-weight: normal;
padding: 9px 12px 9px;
text-transform: uppercase;
}
#aside .mod .heading a {
color: #fff;
display: block;
font-family: 'Droid Sans', sans-serif;
font-size: 25px;
font-weight: normal;
text-transform: uppercase;
}
.mod .heading a:hover {
color: #fff;
}
.mod .inner {
color: #000027;
font-size: 12px;
line-height: 1.35em;
}
.mod .cat, .mod li {
display: block;
padding: 12px 8px 0 12px;
}
.mod li {
border-bottom: solid 1px #e0e0e0;
padding: 12px 8px 12px 12px;
}
#aside .mod li:hover {
background: #f5f5f5;	
}
.mod .cat a {
color: #8B0000;
font-weight: bold;
}

/* view more buttons */
#aside .mod .mod-footer, #aside #mod-testimonials .more {
padding: 8px 10px;
}
.mod .mod-footer, .scrollable-nav, #aside #mod-testimonials .more {
background: #000027;
padding: 12px 10px;
text-align: left;
}
.mod .mod-footer a, .scrollable-nav a.more, .more, #aside #mod-testimonials .more a {
color: #ffffff;	
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: bold;
}
.date {
color: #000027;
display: block;	
font-weight: bold;
}

/* --------------------------------------------
sidebar modules - specific
----------------------------------------------*/
/* #mod-badges {} */

#nGageLH{position: fixed;left:0;bottom:0;margin:0;}
#mod-buckets .mod:nth-child(odd) {
margin-left: 0;
}
#mod-buckets .heading {
margin: 0;
padding: 5px;
}

#mod-buckets .mod .heading a{
background: #eee;
border-top: 0;
border-bottom: 8px solid #e5e5e5;
color: #000027;
display: block;
font-size: 14px;
height: 40px;
line-height: 3.2em;
margin: 0;
padding: 0 10px;
}





#mod-buckets .mod .heading img {
text-indent:-999em;
}
#mod-buckets .mod .inner {
margin: 0;
padding: 5px 15px;
overflow: hidden;
height: 20em;
}
#mod-buckets .mod .inner img{
background:#ccc;
height:145px;
margin:-5px 0 0 -14px;
width:315px;
}
#mod-buckets .mod ul {
margin: 0;
padding: 0;
}
#mod-buckets .mod li a {
color: #000027;
text-decoration:none;	
}
#mod-buckets .mod li a:hover{
color:#006699;
text-decoration:underline;
}
#mod-buckets .mod-footer a var {
background: url(sprites3.png) no-repeat -2px -0px; 
float: right;	
height: 7px;
margin-right: 10px;
position: relative; top: 5px;
width: 15px;
}

.footy.category #copy h2 a img {
display: none;	
}
.footy.single #mod-buckets .mod .heading {
background: #1f1e1e;	
}
.footy.single #mod-buckets .mod .heading a {
background: #1f1e1e;
border-bottom: none;
color: #fff;
font-size: 19px;
height: 50px;
line-height: 2.4em;
margin-left: 20px;
padding-top: 0;
text-align: left;
}
.footy.single #mod-buckets .mod .heading a.rss-feed img {
background: #1F1E1E;
border-bottom: none;
height: 11px;
margin-top: 18px;
width: 53px;
}

.footy.single #mod-buckets .mod .heading var {
display: none;	
}
/* hoverScroll base styles */
.hoverscroll {
position:relative;
}
.hoverscroll .listcontainer {
height: 100px;
overflow:hidden;
width: 286px;
}
.hoverscroll .fixed-listcontainer {
float: left;
overflow: hidden;
}
.hoverscroll .list {
list-style:none;
margin:0;
padding:0;
}
.hoverscroll .list .item {
display:block;
}
#aside #mod-contact {
font-family: 'Droid Sans', sans-serif; 	
}
#mod-contact {
border-bottom: none;
margin-bottom: 0;	
}
.directions #mod-contact {
border-bottom: solid 1px #bbb;
margin-bottom: 20px;	
}
#aside #mod-contact .inner {
padding: 13px;	
}
#aside #mod-contact .header {
color: #444;
margin-bottom: 14px;	
}
.landing.single #mod-contact {
border-bottom: solid 1px #bbb;
margin-bottom: 10px;	
}
#mod-contact form, #mod-contact .#header, 
#mod-contact .footer {
padding: 20px 20px 12px;
}
#mod-contact .input, #mod-contact .select, #mod-contact .textarea, #mod-contact input, #mod-contact select, #mod-contact textarea,  .messages #copy input, .messages #copy select, .messages #copy textarea, .reports.single #copy form input, .reports.single #copy select, .reports.single #copy textarea {
background: #f5f5f5;
border: solid 1px #ccc;
}
#mod-contact .textarea {
position: static;
margin-bottom: 10px;
}
#mod-contact .input:focus, #mod-contact .select:focus, #mod-contact .textarea:focus, #mod-contact input:focus, #mod-contact select:focus, #mod-contact textarea:focus,  .messages #copy input:focus, .messages #copy select:focus, .messages #copy textarea:focus, .reports.single #copy input:focus, .reports.single #copy select:focus, .reports.single #copy textarea:focus {
background: #f9f8f8;
border: solid 1px #bbb;	
}
#mod-contact .button, #mod-contact input[type="submit"], .messages #copy input[type="submit"], .reports.category #copy .button, .reports.single #copy input[type="submit"] {
background: #8B0000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; 
border: none;
clear: both;
color: #fff;
float: right;
font-family: 'Droid Sans', sans-serif;
font-size: 22px;
letter-spacing: 1px;
padding: 6px 20px 2px;
text-transform: uppercase;
width: auto;
}
#mod-contact .button:hover,  #mod-contact input[type="submit"]:hover, .messages #copy input[type="submit"]:hover, .reports.category #copy .button:hover, .reports.single #copy input[type="submit"]:hover {
background: #e7161f;
color: #fff;	
}
#mod-contact .location {
padding: 20px;
}
#mod-contact .location li {
padding: 0;
}

/* #mod-documents {} */

#mod-faqs .prefix {
color: #ff8800;
padding-right: 3px;
}

#aside #mod-locations {
font-family: 'Droid Sans', sans-serif; 
}
#aside #mod-locations .green {
color:#999999;
}
#mod-locations .location {
border-top:dashed 1px #ccc;
padding: 8px 0;
}
.landing #mod-locations .location h3{padding:0 15px;}
#mod-locations li {
padding-bottom: 0;
padding-top: 0;
}
/* --------------------------------------------
locations
----------------------------------------------*/
#mod-locations {
border-top: none;
}
#mod-locations .heading{
display: none;
}

#mod-locations .inner{
background:#fff;
border-top:1px solid #c5c5c5;
}
#mod-locations ul.location {
background: #f5f5f5;	
}
#mod-locations .inner .location span{
color: #000027;
}
#mod-locations li a:hover{
text-decoration:none;
}
#mod-locations .directions a {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;	
text-transform: lowercase !important;
}
#mod-locations .accordion-link{
background: #E1E1E1;
color:#000027;
font-size:12px;
font-weight: bold;
padding: 6px 14px;
text-transform:uppercase;
margin-bottom: 3px;
cursor: pointer;
}
/*#mod-locations .accordion-link:hover{
background:#242021;
}
#mod-locations .accordion-link var{
background:url(sprites3.png) no-repeat -55px -0px; 
display: block;
float: right;
height: 5px;
position:relative;
top: 5px;
width: 9px;
}
*/
#mod-locations .accordion-link.active, #mod-locations .accordion-link.active{
background: #fff;
}
/*#mod-locations .accordion-link.active var{
background:url(sprites3.png) no-repeat -0px -0px;
}*/
#mod-locations .inner ul li{
border:0;
padding:0 0 4px 0;
}
#mod-locations .inner ul{
font-size:12px;
line-height:16px;
padding:10px 15px 10px 15px;
}
#mod-locations .inner ul a{
color:#000027;
font-size:12px;
font-weight:bold;
}

#mod-footy ul {
padding: 6px 8px 0;
}
#mod-footy li {
padding: 0 0 6px;
}
#mod-footy li a {
background: #cc0000;
color: #fff;
display: block;
font-size: 14px;
padding: 15px 20px 15px 15px;
}
#mod-footy li a:hover {
background: #ff8800;
font-weight: bold;
text-decoration: none;
}
#mod-footy li img { /* thumbnail */
border: 1px solid #fff;
float: left; /* required */
height: 40px;
margin: -8px 8px -8px -8px; /* xxxxxxxxxxxxx */
width: 60px;
}

/* #mod-resources {} */
#mod-social .heading {
display: none;	
}
#mod-social ul {
padding:15px 0;
}
#mod-social li {
border-right:solid 1px #d8d8d8;
border-bottom: none;
float: left;
padding:0;
}
#aside #mod-social li:hover {
background: none transparent;	
}
#mod-social li:first-child{
margin-left:0;
}
#mod-social li:last-child {
border-right:none;
margin-right: 0;
}
#mod-social li span{
border:solid 3px #D8D8D8;
-webkit-box-shadow: 2px 2px 2px 0px #555;
-moz-box-shadow: 2px 2px 2px 0px #555;
box-shadow: 2px 2px 2px 0px #555;
display:block;
height: 40px;
margin: 0 14px;
padding: 1px;
text-indent: -999em;
width: 40px; 
}
#mod-social .facebook span:hover{
border-color: #3B5997;
}
#mod-social .linkedin span:hover{
border-color: #1A6297;
}
#mod-social .twitter span:hover{
border-color: #50C3DC;
}
#mod-social .youtube span:hover{
border-color: #F92326;
}
#mod-social a {
background:url(sprites3.png) 0 0 no-repeat;
border:solid 1px #afafaf;
display: block;
height: 38px;
width: 38px;
}
#mod-social .facebook a {
background-position: -31px -40px;
}
#mod-social .linkedin a {
background-position: -71px -40px;
}
#mod-social .twitter a {
background-position: -111px -40px;
}
#mod-social .youtube a {
background-position: -151px -40px;
}
#mod-social .facebook span:hover a{
background-position: -31px -0px;
}
#mod-social .linkedin span:hover a{
background-position: -71px 0;
}
#mod-social .twitter span:hover a{
background-position: -111px -0px;
}
#mod-social .youtube span:hover a{
background-position: -151px -0px;
}
#aside #mod-testimonials .heading {
background: url(quote.png) no-repeat 14px 14px;
border-top: none;
padding: 14px 0 0 65px;
}
#aside #mod-testimonials .heading a {
background: none transparent;
color: #8B0000;	
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 22px;
font-style: italic;
line-height: 2em;
text-transform: lowercase;
}
#aside #mod-testimonials .inner ul {
padding: 4px 14px 24px;	
}
#aside #mod-testimonials li {
border-bottom: none;
padding: 0;	
}
#aside #mod-testimonials li:hover {
background: none transparent;	
}
#aside #mod-testimonials li a {
font-size: 16px;
font-style: italic;	
}
#aside #mod-testimonials .more {
border-top: solid 1px #e0e0e0;
display: block;	
padding: 8px 10px;
}


/* collapse links */
#copy .read-more, #copy .read-less {
border-top: 1px solid #ccc;
clear:both;
color:#fff;
display:block;
margin:16px 0 0;
padding-bottom:20px;
text-align: center;
}
#copy .read-more a, #copy .read-less a{
background: url(show.png) no-repeat center center;
color: #006699;
display:inline-block;
font-size:10px;
font-weight:bold;
height: 24px;
padding: 0 10px;
text-transform:uppercase;
width: 176px;
}
#copy .read-more a:hover, #copy .read-less a:hover{
color: #006699;
}

/* --------------------------------------------
copy - global
----------------------------------------------*/
#copy p.more a {
font-size: 12px;
text-transform: lowercase;	
}
#copy {
color: #000027;
font-size: 14px;
line-height: 1.7em;
}
#copy a {
color: #000027;
text-decoration: none;
}
#copy a:hover {
	color: #000027;
	font-weight: bold;
        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: 7px;
}
#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: #333;
font-family: georgia,serif;
font-style: italic;
padding-bottom: 12px;
padding-top: 12px;
}
#copy cite {
color: #888;
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: #1f1e1e;
font-size: 22px;
}
#copy h2, #copy h2 a  {
color: #000027;
font-size: 15px;
}
#copy h3, #copy h3 a {
color: #1f1e1e;
font-size: 18px;
}
#copy h4, #copy h4 a {
color: #bc1820;
font-size: 16px;
}
#copy h5, #copy h5 a, #copy h6, #copy h6 a {
color: #444;
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  {
margin-top: 20px;
margin-bottom: -15px;
}

#copy ul li {
padding-left: 12px;
}

#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, #copy input[type="text"], #copy select, #copy textarea {
clear: none;
float: none;
width: auto;
}
#copy .textarea, #copy textarea {
height: 120px;
position: relative;
}
#copy .button, #copy button, #copy input[type="submit"], #copy input[type="button"] {
display: inline;
margin: 10px auto 0;
}

/* mod-footer and back to top links */
#copy .mod-footer, #copy .top {
clear: both;
padding: 20px 0;
text-align: right;
}
#copy .mod-footer a, #copy .top a {
color: #000027;
font-size: 12px;
padding: 5px 10px;
}

/* collapse links */
#copy .read-more a, #copy .read-less {
padding-right: 10px;
text-align: center;
}

/* nav content links */
#copy .nav-content {
padding-top: 20px;
}
#copy .nav-content a, #copy .nav-content a:hover {
color: #fff;
text-decoration: none;
}

/* --------------------------------------------
footer
----------------------------------------------*/
footer {
color: #333;
font-size: 13px;
line-height: 1.4em;
}

/* --------------------------------------------
footer navigation menu
----------------------------------------------*/
#footernav #nav {
background: #000027;
color: #ccc;
}
#footernav #nav ul {
border-right: none;
margin-top: -2px;
padding: .5em 0;
text-align: center;
width: 980px;
}
#footernav #nav li {
display: inline;
float: none;
}
#footernav #nav a {
color: #ccc;
display: inline;
margin: 0 5px;
padding: 0 9px;
}
#footernav #nav li:first-child {
border-left: none;	
}
#footernav #nav a:hover, #footernav #nav .current a {
background: none transparent;
background-image: none;
color: #fff;
height: 1em;
line-height: 1em;
margin-bottom: 0;
}
#footernav #nav .current a {
cursor: default;
}
#footernav #nav ul.dropdown {
display: none !important;	
}
#footernav #nav li.drop a var {background-image: none !important;}

/* --------------------------------------------
footer
----------------------------------------------*/
#footer-content {
background: #fbfbfb; /* Old browsers */
background: -moz-linear-gradient(top,  #fbfbfb 0%, #fbfbfb 81%, #f2f4f8 91%, #e8edf5 96%, #dce4f1 99%, #dfe6f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(81%,#fbfbfb), color-stop(91%,#f2f4f8), color-stop(96%,#e8edf5), color-stop(99%,#dce4f1), color-stop(100%,#dfe6f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fbfbfb 0%,#fbfbfb 81%,#f2f4f8 91%,#e8edf5 96%,#dce4f1 99%,#dfe6f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fbfbfb 0%,#fbfbfb 81%,#f2f4f8 91%,#e8edf5 96%,#dce4f1 99%,#dfe6f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fbfbfb 0%,#fbfbfb 81%,#f2f4f8 91%,#e8edf5 96%,#dce4f1 99%,#dfe6f2 100%); /* IE10+ */
background: linear-gradient(top,  #fbfbfb 0%,#fbfbfb 81%,#f2f4f8 91%,#e8edf5 96%,#dce4f1 99%,#dfe6f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#dfe6f2',GradientType=0 ); /* IE6-9 */
color: #fff;
text-align: center;
}
#footer-content .mod .inner {
background: none transparent;	
}
#footer-content .mod {
border: none;	
}
#footer-content .footer-inner {
color:#fff;
line-height:18px;
margin:0 auto;
padding:17px 0;
overflow:hidden;
text-align:left;
max-width:980px;
}
/* heading */
#footer-content .heading{
border-bottom:1px solid #BCBCBC;
background: none transparent;
color:#000027;
font-family: 'Droid Sans', sans-serif;
font-size:18px;
font-weight:normal;
margin-bottom:17px;
padding:30px 0 12px 0;
text-transform:uppercase;
}
#footer-content .heading span {
color: #000027;	
}
#footer-content .heading a{
color:#000027;
}
#footer-content .heading a:hover{
color: #999;
text-decoration:none;
}
#footer-content .heading span {
color: #fff;	
}
#footer-content .heading a:hover span {
color:#f25600;
}
#footer-content li{
border: none;
padding:0 0 9px 0;
line-height: 1.1em;
}
#footer-content a{
color:#000027;
}
#footer-content a:hover{
color:#999;
}

/* footy module */
#footer-content #footy{
float:left;

}

#footer-content #footy ul li {
background: url(bbullet.gif) no-repeat left 4px;
padding-left: 14px;
}

#footer-content #footy ul{
float:left;
margin-bottom: 20px;
}
#footer-content #footy li a {
background: none transparent;
color: #000027;	
padding: 0;
}
#footer-content #footy li a img{
display:none;
}
#footer-content #footy li a:hover {
background: none transparent;	
color: #999;
text-decoration: none;
}

/* footy2 module */
#footer-content #footy2{
float:left;

}
#footer-content #footy2 ul{
float:left;
margin-bottom: 20px;
}
#footer-content #footy2 li a {
background: none transparent;
color: #000027;	
padding: 0;
}
#footer-content #footy2 li a img{
display:none;
}
#footer-content #footy2 li a:hover {
background: none transparent;	
color: #999;
text-decoration: none;
}


/* footy3 module */
#footer-content #footy3{
float:left;
}

#footer-content #footy3 ul li {
background: url(bbullet.gif) no-repeat left 4px;
padding-left: 14px;
}

#footer-content #footy3 ul{
float:left;
margin-bottom: 20px;
}
#footer-content #footy3 li a {
background: none transparent;
color: #000027;	
padding: 0;
}
#footer-content #footy3 li a img{
display:none;
}
#footer-content #footy3 li a:hover {
background: none transparent;	
color: #999;
text-decoration: none;
}

/* --------------------------------------------
footer - credits
----------------------------------------------*/
#footer-credits {
border-top: solid 1px #BCBCBC;
clear: both;
color: #000027;
padding-bottom: 20px;
}
#footer-credits a {
color: #000027;
}
#footer-credits a:hover {
color: #999;
text-decoration: underline;
}
#footer-credits p {
color: #000027;
font-size: .85em;
line-height: 1.6em;
margin: 0 auto;
padding-top: 1em;
text-align: left;
}
#footer-credits table {
background: none transparent !important;	
}

/* --------------------------------------------
Browser styles
---------------------------------------------- */
.chrome #mini-header #mod-search .gsib_a {
padding: 0;
}
/*.chrome #nav .dropdown {
top: 48px;	
}
.chrome #header-contact button.button {
display: inline-block;	
}

.safari #nav .dropdown {
top: 48px;	
}
.safari #header-contact button.button {
display: inline-block;	
}

.ie #mod-contact button.button {
line-height: 1em;
}
.ie8 #header-contact button.button {
display: inline-block;	
}
.ie8 .reports.single #copy input {
float: left;
}
.ie7 #mini-header {
padding-bottom: 20px;	
}

.ie7 #mod-contact input, .ie7 #mod-contact textarea {
width: 230px;	
}
.ie7.reports.single #mod-contact .inner {
clear: both;
}
.ie7.reports.single #mod-contact .inner h2 {
display: none !important;
}
.mac #nav a:last-child {
padding: 12px 14px;
}*/

/* --------------------------------------------
printer styles
----------------------------------------------*/
@media print {
    /* hide */
    #utility-nav, #header, #nav, #aside, object, embed, #mod-buckets, #mod-videos, .mod-footer, .top, .share-buttons, #footer #nav, #footer-content, #mod-search, #mini-header, #share-buttons, #nGageLH {
    display: none;
    }
#copy .extract .details{
display: block !important;	
}
    /* reset */
    html, body, a, a:visited, #top, #columns, #columns-inner, #copy, #footer, #footer-credits, #footer-credits p, #footer-credits a {
    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;
    margin-bottom: 2em;
	padding-bottom: 2px;
    }
    #top a {
	display: none;
    }
    #top img {
	display: block;
	max-width: 300px;
    }
    #top .phone {
	clear: right;
	float: right;
	font-size: 16pt;
    font-weight: bold;
    text-align: right;
	width: 300px;
    }
    /* footer credits */
    #footer-credits {
    border-top: 1px solid gray;
    margin: 2em auto 0;
	width: 6in;
    }
    #footer-credits, #footer-credits p, #footer-credits a {
    color: gray;
    font-size: 9pt;
	line-height: 1.4em;
    text-align: center;
    }
	#footer-credits p {
	padding-top: 1.4em;
    }
}


img
{
opacity: .99;
filter:alpha(opacity=99); /* For IE8 and earlier */
}

img:a
{
opacity: .85;
filter:alpha(opacity=85); /* For IE8 and earlier */
}

.sidebar {
position: relative; 
float: right;
background-color: #dedede;
margin-right:15px; 
margin-top:2px;
margin-bottom:10px;
width: 200px;
height: 485px;
}

.sidebarhead {
color: #000027;
float: center;
font-family: 'Droid Sans', sans-serif; 
font-size: 1.03em;
margin-top:10px;
margin-bottom:5px;
padding-top:1px;
padding-left:12px;
letter-spacing: 4px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
text-decoration: none;
width: 175px;
line-height: 1.25em;
}

.sidebartext {
color: #000027;
float: left;
font-family: 'Droid Sans', sans-serif; 
font-size: .85em;
margin-top:1px;
margin-bottom:10px;
margin-left:15px;
margin-right:15px;
padding-top:1px;
font-weight: normal;
text-align: left;
width: 175px;
line-height: 1.25em;
}

.sidebarfooter {
color: #000027;
float: right;
font-family: 'Droid Sans', sans-serif; 
font-size: .68em;
margin-top:10px;
margin-bottom:10px;
margin-left:15px;
margin-right:15px;
padding-top:1px;
font-weight: normal;
text-align: right;
width: 175px;
letter-spacing: 3px;
line-height: 1.75em;
}

.contentlevelhead {
color: #000027;
float: left;
font-family: 'Droid Sans', sans-serif; 
font-size: 1.33em;
margin-top:10px;
margin-bottom:10px;
padding-top:1px;
font-weight: bold;
text-align: left;
text-decoration: none;
width: 390px;
line-height: 1.25em;
}

.contentleveltext {
color: #000027;
float: left;
font-family: 'Droid Sans', sans-serif; 
font-size: .92em;
margin-top:1px;
margin-bottom:45px;
padding-top:1px;
font-weight: normal;
text-align: left;
width: 390px;
line-height: 1.25em;
}

.contentleveldate {
color: #000027;
float: left;
font-family: 'Droid Sans', sans-serif; 
font-size: .62em;
margin-top:-3px;
margin-bottom:15px;
letter-spacing: 2px;
padding-top:1px;
font-weight: normal;
text-align: justify;
width: 390px;
line-height: 1.25em;
}

hr {
border: 0;
color: #dedede;
background-color: #dedede;
height: 1px;
width: 350px;
margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

.testimonials {
color: #000027;
float: left;
font-family: 'Droid Sans', sans-serif; 
font-size: .91em;
margin-top:1px;
margin-bottom:15px;
padding-top:1px;
font-weight: normal;
text-align: left;
width: 390px;
line-height: 1.25em;
}
