/**
 * LINKS ANCHORS
 */
a {
	color:#91a;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

/**
 * BREAKS CLEARS
 */
br.clear_20 {
	font-size:20px;
	line-height:1;
	clear:both;
}

.clearfix {
	zoom:1;
}

.clearfix:after {
	clear:both;
	content: '.';
	display:block;
	height:0;
	visibility:hidden;
}

/**
 * LAYOUT
 */
body {
	background:url('/images/new/bg-body.gif') repeat-x #718;
	font-family:Arial,Helvetica,sans-serif;
}

div#container {
	background:url('/images/new/bg-content.gif') center repeat-y;
	width:990px;
	margin:0 auto;
	margin-top:16px;
}

div#head {
	background:url('/images/new/bg-head.gif') top no-repeat;
	padding:25px 25px 0 25px;
}

/**
 * H1 FOR SEO
 */
div#head h1 span {
	display:inline-block;
	text-indent:-2048px;
}

/**
 * SEARCH
 */
div#head div#search {
	float:right;
	text-align:right;
}

div#head div#search h2.phone {
	float: right;
	margin-bottom:0.8em;
	letter-spacing:-1px;
	font-size:17px;
	line-height:27px;
}

div#head div#search h2.phone span.purple {
	color:#91a;
}

div#head div#search h2.phone span.blue {
	color:#58b;
}

div#head div#search input {
	background:url('/images/new/bg-form.gif') top left no-repeat #f7f7f7;
	border-color:#eee;
	margin-bottom:4px;
	padding:6px;
	font-size:11px;
	color:#666;
}

div#head div#search h2.go {
	display:inline;
	font-size:12px;
	margin-left:12px;
}

div#head div#search h2.go a {
	background:#91a;
	color:#fff;
	padding:5px 9px;
}

div#content {
	padding:0 25px;
}

div#foot {
	clear:both;
	background:url('/images/new/bg-foot.gif') bottom no-repeat;
	margin-top:1.5em;
	padding:0 25px 25px 25px;
}

/**
 * NAV
 */
ul#nav {
	background:#ddd;
	font-size:13px;
	margin-bottom:3px;
}

ul#nav li {
	display:inline;
}

/* //IE6 doesn't support inline-block on non-inline elements, so do <li><span> and do inline-block on the span instead */
ul#nav li span {
	display:inline-block;
	position:relative;
	z-index:128;
}

ul#nav li span a {
	display:inline-block;
	padding:16px 11px;
	color:#333;
}

ul#nav li:hover span {
	background:#91a; /*#577cc1*/
}

ul#nav li:hover span a {
	color:#fff; /*#cef*/
}

ul#nav li:hover span ul {
	display:block;
}

/**
 * NESTED CHILDREN
 */
ul#nav > li:first-child a {
	padding:16px 20px;
}

ul#nav li span ul {
	display:none;
	position:absolute;
	top:45px;
	left:0;
	z-index:128;
	background:url('/images/new/bg-nav.gif') #91a; /*#359*/
	padding:16px;
}

ul#nav li span ul li:first-child {
	border-top:1px solid #fff; /*#68b*/
}

ul#nav li span ul li {
	display:list-item;
	border-bottom:1px solid #fff; /*#68b*/
}

ul#nav li span ul li a {
	padding:0;
	white-space:nowrap;
	color:#fff;
	padding:8px 16px 8px 0;
}

ul#nav li:hover span ul li a {
	color:#fff;
}

ul#nav li span ul li a:hover {
	color:#fff; /*#cef*/
}

/**
 * HERO
 */
div#hero {
	background:url('/images/new/banners/') center;
	color:#333;
	height:242px;
	padding:16px 0;
}

div#hero h2.line {
	background:#9c0ea9;
	color:#fff;
	font-size:2.25em;
	width:591px;
	padding:16px 21px;
	margin-bottom:16px;
}

div#hero p {
	/*background:#fff;
	font-size:13px;
	width:584px;
	padding:16px 16px 16px 20px;
	margin-bottom:16px;
	line-height:1.35;*/
	display:none;
}

div#hero h2.view {
	width:176px;
	background:#91a;
	font-size:17px;
	padding:12px 12px 12px 20px;
	background:url('/images/new/arrow-down.png') right no-repeat;
}

div#hero h2.view a {
	display:inline-block;
	color:#fff;
	/*background:url('/images/new/gifpng/?icon-resultset-next-down') 156px no-repeat;*/
	padding-right:24px;
	border-bottom:1px solid transparent;
}

div#hero h2.view a:hover {
	border-bottom:1px solid #fff;
}

/**
 * SIDEKICK
 */
div#sidekick {
	height:112px;
	min-height:112px;
}

/**
 * CONTENT AND LINKS
 */
div#content a:hover {
	
}

/**
 * PAGES
 */
div#page {
	margin:0 180px;
	font-size:13px;
	color:#666;
	padding:10px;
	line-height:1.4;
}

div#page_column_left {
	float:left;
	width:180px;
	margin-top:-28px;
	min-height:480px;
}

div#page_column_right {
	float:right;
	width:180px;
	margin-top:-28px;
	min-height:480px;
}

div#page h2 {
	color:#91a;
	font-size:16px;
	margin-bottom:0.8em;
}

div#page h3 {
	margin-top:1em;
	margin-bottom:0.8em;
	font-weight:bold;
	font-size:14px;
}

div#page div.site2go {
	float:right;
}

div#page a.site2goplus {
	background:url('/images/new/site2goplus.gif') center no-repeat;
	border:1px solid #ccc;
	padding:4px 0;
	width:72px;
	display:inline-block;
	margin-left:12px;
	float:right;
}

div#page p {
	margin-bottom:1em;
}

/**
 * WHO WE ARE QUOTE
 * Per Task#7679
 */
div#page p.wwaquote {
	border:1px solid #cef;
	background:#e0f7ff;
	margin:8px;
	padding:8px;
	width:42%;
	float:left;
	height:112px;
}
	

div#page ul li {
	list-style-position:inside;
	list-style-type:disc;
}

/**
 * PAGES NAV
 */
div#page_column_left ul {
	margin:3px 3px 0 0;
	font-size:13px;
	border-bottom:4px solid #91a;
	padding-bottom:2px;
}

div#page_column_left ul li {
	border-bottom:2px solid #fff;
	background:#ddd;
	font-weight:bold;
}

div#page_column_left ul li a {
	color:#666;
	display:block;
	padding:5px 5px 6px 4px;
}

/**
 * PAGES SUBNAV
 */
div#page_column_left ul li div.subnav a {
	padding:0;
	font-weight:normal;
	font-size:11px;
	line-height:1;
	padding:4px 0 4px 4px;
	background:#fff;
	border-left:1px solid #eee;
}

div#page_column_left ul li div.subnav a.current {
	color:#000;
}

div#page_column_left ul li div.subnav a:hover {
	text-decoration:underline;
	color:#333;
}

/**
 * SERVICES
 */
div#services {
	color:#666;
	overflow:hidden;
	position:relative; /* needed for //IE6 and cufon to work with overflow */
}

div#services div.service {
	float:left;
	width:260px;
	padding:20px;
	background:#ddd;
	margin:0 20px 20px 0;
	height:96px;
	cursor:pointer;
}

div#services div.right {
	float:right;
	margin-right:0;
}

div#services div.blue {
	background:#e4ebf9;
	color:#577cc1;
}

div#services div.aqua {
	background:#e3f8fb;
	color:#2696a9;
}

div#services div.purple {
	background:#f8eaf4;
	color:#993b7f;
}

div#services div.red {
	background:#faf0f0;
	color:#b44045;
}

div#services div.green {
	background:#f0f5cc;
	color:#8e9a16;
}

div#services div.yellow {
	background:#fdfae9;
	color:#c5a802;
}

div#services div h2 {
	margin-bottom:0.8em;
	font-size:17px;
}

div#services div p {
	font-size:13px;
	color:#666;
	line-height:1.25;
}

/**
 * CLOSE THIS PANEL
 */
div#services div.close {
	background:#91a;
}

div#services div.close h2 {
	margin-bottom:0;
	font-size:13px;
	padding:12px;
}

div#services div.close h2 a {
	color:#fff;
	margin:0;
	display:inline-block;
	background:url('/images/new/gifpng/?arrow-up') 108px no-repeat;
	border-bottom:1px solid #91a;
	padding-right:20px;
}

div#services div.close h2 a:hover {
	border-color:#fff;
}

/**
 * NEWS PANEL
 */
div#news {
	margin-top:20px;
	background:url('/images/new/bg-news.gif') center repeat-y;
	color:#666;
}

div#news h2 {
	font-size:20px;
}

/**
 * LATEST NEWS
 */
div#news div#blogs {
	width: 580px;
	margin-right:320px;
	padding:20px;
	overflow:auto; /* //FF fix prevents floats from all piling under bottom of right column */
}

div#news div#blogs h2 {
	font-size:20px;
	margin-bottom:0.8em;
}

div#news div#blogs a.rsslittle {
	background:url('/images/new/gifpng/?icon-rss') right no-repeat;
	font-size:12px;
	padding-right:24px;
	float:right;
	display:inline-block;
	padding:4px 20px 4px 0;
	color:#666;
}

div#news div#blogs a.button {
	display:inline-block;
	padding:8px 12px;
	color:#fff;
	background:#91a;
	font-weight:bold;
	font-size:13px;
	margin-right:12px;
}

div#news div#blogs a.rssbig {
	background-image:url('/images/new/gifpng/?icon-rss');
	background-position:84px;
	background-repeat:no-repeat;
	padding-right:32px;
}

/**
 * BLOGS
 */
div#news div#blogs div.blog {
	margin-bottom:20px;
	line-height:1.25;
}

div#news div#blogs div.blog div.image {
	float:left;
}

div#news div#blogs div.blog div.details {
	margin-left:120px;
}

div#news div#blogs div.blog div.details p.stats {
	font-size:11px;
}

div#news div#blogs div.blog div.details em {
	display:inline-block;
	padding:0 12px;
}

div#news div#blogs div.blog div.details h3 {
	font-weight:normal;
	color:#58b;
}

div#news div#blogs div.blog div.details p {
	margin-bottom:0.8em;
	font-size:13px;
}

/**
 * NEWS COLUMN
 */
div#news div#news_column {
	float:right;
	width:300px;
}

/**
 * WHO WE WORK FOR
 */
div#news div#news_column div#testimonials {
	color:#58b;
	background:#e4ebf9;
	padding:20px;
	font-size:13px;
	line-height:1.25;

}

div#news div#news_column div#testimonials h2 {
	font-size:20px;
	margin-bottom:0.8em;
}

div#news div#news_column div#testimonials h3 {
	font-weight:normal;
}

div#news div#news_column div#testimonials h3 a {
	color:#58b;
}

div#news div#news_column div#testimonials p {
	margin-bottom:0.8em;
	color:#666;
}

/**
 * LATEST MEDIA
 */
div#news div#news_column div#media {
	border-top:20px solid #fff;
	padding:20px;
	color:#e81;
	line-height:1.25;
}

div#news div#news_column div#media h2 {
	font-size:20px;
	margin-bottom:0.8em;
}

div#news div#news_column div#media img {
	margin:8px 12px 4px 0;
	float:left;
}

div#news div#news_column div#media h3 {
	font-weight:normal;
	font-size:16px;
	margin-bottom:0.8em;
}

div#news div#news_column div#media p {
	color:#666;
	font-size:13px;
	margin-bottom:0.8em;
}

div#news div#news_column div#media p a {
	display:inline-block;
	padding:8px 12px;
	color:#fff;
	background:#e81;
	font-weight:bold;
}

div#news div#news_column div#media .video {
	margin-bottom: 20px;
}

/**
 * FOOTER
 */
div#footer {
	background:#f6f6f6;
	color:#666;
	position:relative;
}

/**
 * CONTACT
 */
div#contact {
	margin-right:320px;
	padding:16px 0 16px 16px;
}

div#contact h2 {
	font-size:20px;
	margin-bottom:0.4em
}

div#contact p {
	margin-bottom:0.8em;
	font-size:13px;
}

/**
 * SOCIAL NETWORKING
 */

div#footer #social {
	overflow: hidden;
	margin-top: 10px;
}
 
div#footer #social a {
	display: block;
	float: left;
	width: 150px;
	padding: 10px 10px 10px 40px;
	margin-right: 20px;
	color: #5b5b5b;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #e3e3e3;
	border-radius: 5px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#footer #social a#twitter {
	background: #FFF url(/images/template/social.png) 6px 6px no-repeat;
}

div#footer #social a#youtube {
	background: #FFF url(/images/template/social.png) 6px -52px no-repeat;
}

div#footer #social a:hover {
	text-decoration: none;
	color: #333333;
}
 
/**
 * CONTACT COLUMN
 */
div#contact_column {
	width:300px;
	float:right;
}

/**
 * NEWSLETTER
 */
div#newsletter {
	padding:20px 20px 0 20px;
	line-height:1.25;
	font-size:13px;
}

div#newsletter h2 {
	font-size:20px;
	margin-bottom:0.4em;
}

div#newsletter p {
	margin-bottom:0.8em;
}

div#newsletter input {
	background:url('/images/new/bg-form.gif') top left no-repeat #fff;
	border-color:#f7f7f7;
	border-color:#eee;
	margin-bottom:14px;
	padding:6px 8px;
	font-size:11px;
}

div#newsletter .formLabel {
	color:#666;
}

div#newsletter .formField {
	color:#91a;
}

div#newsletter input#newsletterName, div#newsletter input#newsletterNameLabel {
	width:168px;
}

div#newsletter input#newsletterEmail, div#newsletter input#newsletterEmailLabel {
	width:168px;
}

div#newsletter h2.signup {
	display:inline;
	font-size:12px;
}

div#newsletter h2.signup a {
	background:#91a;
	color:#fff;
	padding:5px 8px;
	margin-left:8px;
}

/**
 * ADDRESS
 */
div#address h2 {
	color:#91a;
}

div#address p {
	font-size:12px;
}

div#address p.copyright {
	margin-top:1.6em;
}

/**
 * MINI NAV
 */
ul#navMini {
	font-size:12px;
	position:absolute;
	bottom:16px;
	left:16px;
}

ul#navMini li {
	display:inline;
	padding:0 4px;
	border-left:1px solid #ccc;
}

ul#navMini li:first-child {
	border-left:0;
}

ul#navMini li a {
	display:inline-block;
	padding:0 4px;
	color:#666;
}

ul#navMini li a:hover {
	text-decoration:underline;
}

/**
 * COLUMN RADII
 */
div#page_column_right {
	-webkit-border-top-left-radius:4px;
	-khtml-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
}

div#page_column_left {
	-webkit-border-top-right-radius:4px;
	-khtml-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
}

/**
 * SITE2GO BUTTONS
 */
/* Style the Site2go stuff
------------------------------------------------------------------*/
div.site2go {
	margin-bottom:10px;
}

div.site2go a.stg_button {
	float:right;
	display:block;
	width:85px;
	height:27px;
	overflow:hidden;
	text-indent: -5000px;
	background:url('/images/template/site2go.gif') 0 0;
}

div.site2go a.stg_button:hover {
	background:url('/images/template/site2go.gif') 0 -27px;
}

p.stg_button_added {
	float:right;
	margin:0;
	display:block;
	width:85px;
	height:27px;
	overflow:hidden;
	text-indent: -5000px;
	background:url('/images/template/site2go.gif') 0 -54px;
}


span.orange {
	color:#ec6704;
}

table.s2g_table th {
	background:#ec6704;
	color:#FFF;
	height:30px;
}

table.s2g_table td {
	text-align:center;
	background: #efefef ;
	padding:5px 0;
}

table.s2g_table td.summary {
	text-align:center;
	font-size:12px;
	padding:20px;
	background: #FFF ;
}

.s2g_loading {
	width:32px;
	height:32px;
	margin:0 auto 10px auto;
	background:#000 url('/images/site2go/blah.gif');
}

/**
 * LEFT LISTS SHOW / HIDE
 */
/* Show the <ul> is the page is set as on
--------------------*/

#page_column_left ul.show {	
	display:block;
}

#page_column_left ul.show li a:hover {
	color:#333;
}

#page_column_left a.button_on {
	color:#fff;
	background:#91a;
}

#page_column_left ul li ul {
	display:none;
	margin:0;
	padding:0;
}

#page_column_left ul li ul li {
	background:#fff;
}

#page_column_left ul li a:hover {
	background:#91a;
	color:#fff;
}

#page_column_left ul li ul li a:hover {
	background:0;
	color:auto;
}

#page_column_left ul li a.on {
	background:#91a;
	color:#fff;
}

/** SITE2GO POPUP **/
div#head div#site2go_dropdown {
float:right;
height:29px;
margin:0 0 0 12px;
overflow:visible;
position:relative;
width:74px;
z-index:999;
}

div#head div#site2go_dropdown a#site2go_dd_link {
background:url('/images/new/site2go.gif') center no-repeat #fff;
border:1px solid #ccc;
display:block;
line-height:19px;
overflow:hidden;
position:absolute;
padding:4px 0;
text-align:left;
text-indent:-999em;
width:72px;
z-index:20;
}

div#head div#search a.site2go_open {
border-bottom:1px solid #fff!important;
-moz-border-radius:2px 2px 0 0!important;
}

#site2go_cart {
display:block;
background-color:#fff;
border:1px solid #ccc;
color:#666;
font-family:verdana,sans-serif;
font-size:10px;
font-weight:400;
letter-spacing:0;
margin:-2px 0 0 0;
padding:10px 14px;
position:absolute;
right:0px;
text-align:left;
top:30px;
width:224px;
z-index:10;
}

#site2go_cart #cart {
color:#eb7800;
}

.noborder {
border:0!important;
}

.s2g_instr {
margin:2px 0 0 0;
}

div#page ul.complaints-list {
margin:0;
padding:0;
}

div#page ul.complaints-list li {
font-weight:700;
list-style:none;
margin:1em 0 1em 2.5em;
position:relative;
}

div#page ul.complaints-list li span {
display:block;
left:-2.5em;
position:absolute;
width:2.5em;
}

div#page ul.complaints-list li ul li {
font-weight:400;
}

div#page ul.complaints-list li ul li ul li {
margin-left:3.5em;
}

div#page ul.complaints-list li ul li ul li span {
display:block;
left:-3.5em;
position:absolute;
width:3.5em;
}
