/*----------------------------------------------------------------------

COMPANY NAME - Master Screen Styles

BY: MIGHTY for Visualhero Design Co.

Author:		Andrew Philpott
Date Created:	09/10/2009
Last Modified:	09/10/2009

Copyright 2009, All Rights Reserved.

----------------------------------------------------------------------*/

/*----------------------------------------------------------------------

STYLE ORDER

width
height
overflow
padding
margin
position(absolute/relative, x&y, z-index)
float/clear
border
color
font-family
font-size
font-weight
font-style
typography (line-height etc)
text-decoration
text-align
text-indent
background
display
cursor

----------------------------------------------------------------------*/

@import url('reset.css');
@import url('sifr.css');


body {
	padding-bottom: 20px;
	color: #444;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 62.5%;
	background: url(../images/bg-body.png) repeat-x;
}

#header, #wrapper {
	width: 965px;
	margin: 0 auto;
}
#footer {
	width: 907px;
	margin: 0 auto;
}

h1 {
	padding: 19px 29px 4px;
	margin-bottom: 36px;
	color: #fff;
	font-size: 2.4em;
	background: url(../images/bg-h1.png) repeat-y;
}
h2 {
	font-size: 2.1em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	color: #3f71b1;
	font-size: 1.6em;
}
h5 {
	margin-bottom: 4px;
	color: #333;
	font-size: 1.4em;
	text-transform: uppercase;
}
h6 {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
}
h6 a {
	color: inherit;
}
h6 a:hover {
	text-decoration: underline;
}
#secondary h6 {
	margin-bottom: 4px;
	font-size: 1.1em;
}

a {
	text-decoration: none;
}



/* HEADER
  ============================================*/

#header {
	height: 151px;
	font-size: 1.1em;
}
#header a.brand {
	width: 309px;
	height: 140px;
	margin-left: -52px;
	display: block;
}

/* NAV */

#nav {
	margin-top: -43px;
	position: relative;
	z-index: 1;
	float: right;
}
#nav li {
	margin-right: 7px;
	float: left;
}
#corp-btn, #liti-btn,
#disc-btn, #res-btn {
	height: 43px;
	padding-top: 10px;
	margin-top: -10px;
	text-indent: -9999px;
	background: url(../images/btn-nav.png) no-repeat;
	display: block;
}
#corp-btn {
	width: 146px;
	background-position: 19px 10px;
}
#corp-btn:hover,
#corp #corp-btn {
	height: 33px;
	border-bottom: 10px solid #bebad0;
	background-position: 19px -43px;
}
#liti-btn {
	width: 135px;
	background-position: -135px 10px;
}
#liti-btn:hover,
#liti #liti-btn {
	height: 33px;
	border-bottom: 10px solid #c5ceab;
	background-position: -135px -43px;
}
#disc-btn {
	width: 192px;
	background-position: -274px 10px;
}
#disc-btn:hover,
#discovery #disc-btn {
	height: 33px;
	border-bottom: 10px solid #a7bdd8;
	background-position: -274px -43px;
}
#res-btn {
	width: 144px;
	background-position: -470px 10px;
}
#res-btn:hover,
#resources #res-btn {
	height: 33px;
	border-bottom: 10px solid #a7bdd8;
	background-position: -470px -43px;
}

/* SECONDARY NAV */

#secondary-nav {
	margin: -121px 0 0;
	position: relative;
	left: -20px;
	float: right;
	font-size: 1.1em;
}
#secondary-nav li {
	margin-right: 16px;
	float: left;
}
#secondary-nav li a {
	color: #868686;
}
#secondary-nav li a:hover {
	color: #416aa5;
	text-decoration: underline;
}




/* CONTENT
  ============================================*/

#content {
	width: 100%;
	margin-bottom: 32px;
	float: left;
	background: url(../images/bg-content.png) repeat-x;
}
.more {
	padding-right: 12px;
	background: url(../images/btn-read-more.gif) no-repeat right center;
	white-space: nowrap;
}
.back {
	padding-left: 12px;
	background: url(../images/btn-back.gif) no-repeat left center;
	white-space: nowrap;
}
.more:hover,
.back:hover {
	text-decoration: underline;
}



/* PRIMARY
  ============================================*/

#primary {
	width: 638px;
	padding-top: 11px;
	margin-top: -22px;
	float: left;
	background: url(../images/bg-primary.png) no-repeat right top;
}
#primary p {
	font-size: 1.3em;
	line-height: 20px;
}
#primary .more {
/*	font-size: 0.91667em; */
	font-size: 1.0em;
	color: #3f71b1;	
}
#primary ol.bullets {
	font-size: 1.3em;
	line-height: 18px;
	margin: 0px 10px 30px 80px;
	list-style-type: square;
}
#primary ol.bullets li {
	list-style-type: square;
}

/* BANNER */

#banner {
	height: 253px;
}
#banner h2,
#banner p {
	padding: 28px;
	position: relative;
	top: -190px;
	color: #fff;
	opacity: 0;
	display: none;
}
#banner h2 {
	width: 65%;
	margin-top: -30px;
	line-height: 1.2em;
}
#banner p {
	width: 65%;
	margin-top: -42px;
	font-size: 14px;
	line-height: 1.2em;
}




/* SECONDARY
  ============================================*/

#secondary {
	width: 257px;
	padding: 11px 33px 0;
	margin-top: -22px;
	float: left;
	color: #868686;
	background: url(../images/bg-sidebar.png) no-repeat;
}
#secondary div {
	height: 221px;
	margin-bottom: 37px;
}
#secondary h4 {
	margin: 19px 0 6px 0;
}
#secondary h4 + ul {
	padding-bottom: 11px;
}
#secondary div ul, #secondary div p {
	font-size: 1.2em;
	line-height: 18px;
}
#secondary div strong {
	font-weight: bold;
}
#secondary div hr {
	width: 318px;
	height: 1px;
	margin: 10px 0 0 -32px;
	border: 0;
	background: #dcdee2;
}
#secondary .container {
	height: 130px;
	display: table-cell;
	vertical-align: middle;
}
#secondary .container h4 {
	margin-top: 0px;
	width: 180px;
}
#secondary .container-EDG {
	height: 130px;
	display: table-cell;
	vertical-align: middle;
}
#secondary .container-EDG h4 {
	margin-top: 0px;
}
#secondary .twitfeed {
	background-color: #ececec;
	border: 1px solid #c3c3c3;
	padding: 10px;
	margin-top: 320px;
	height: auto;
}
#secondary .twitfeed a {
	font-size: 1.0em;
}
#secondary .twitfeed h5 {
	height: 18px;
	padding-top: 2px;
	padding-left: 22px;
	padding-bottom: 0px;
	background: url(../images/icn-social.png) no-repeat;
	background-position: 0 -18px;
	display: block;
}
#secondary .twitfeed .nobig {
	font-weight: normal;
	text-transform: none;
}
#secondary .twitfeed ul {
	margin-top: 10px;
	padding-bottom: 6px;
}
#secondary .twitfeed li {
	margin-bottom: 10px;
}
#secondary .twitfeed .follow {
	font-size: 1.2em;
	font-weight: bold;
}
#secondary p,
#secondary ul {
	font-size: 1.2em;
	line-height: 18px;
}
#secondary h6 + p {
	margin-bottom: 21px;
	font-size: 1.1em;
	line-height: 18px;
}
#secondary a {
	font-size: 1.1em;
	color: #3f71b1;
}
#secondary p a {
	font-size: 0.91667em;
}
#secondary a:hover {
	text-decoration: underline;
}
#secondary .social li a {
	color: #666666;
}
#secondary .social li a:hover {
	color: #416aa5;
}
#secondary .social li {
	margin-bottom: 5px;
}
#secondary ul #facebook, 
#secondary ul #twitter {
	height: 18px;
	padding-left: 22px;
	background: url(../images/icn-social.png) no-repeat;
	display: inline-block;
}
#secondary ul #twitter {
	background-position: 0 -18px;
}


/* FOOTER
  ============================================*/

#footer {
	padding: 40px 29px 10px;
	clear: left;
	font-size: 1.1em;
	line-height: 14px;
}
#footer p {
	float: left;
	margin-right: 10px;
}
#footer ul li {
	padding-right: 4px;
	margin-left: 4px;
	float: left;
/*	border-right: 1px solid #c7c7c7; */
}
#footer ul li + li {
	border: 0;
}
#footer a {
	color: #416aa5;
}
#footer a:hover {
	text-decoration: underline;
}




/* HOME
  ============================================*/

#secondary .vcard .org {
	display: none;
}
#secondary .vcard .tel {
	font-size: 1.1em;
}

#corp-blurb, #liti-blurb {
	width: 250px;
	min-height: 161px;
	padding: 12px 30px;
	margin-top: 23px;
	float: left;
	color: #868686;
}
#corp-blurb {
	background: url(../images/bg-corp.png) #f0f1f4 no-repeat 0 bottom;
}
#corp-blurb:before {
	content: ".";
	width: 310px;
	height: 1px;
	margin: -12px 0 12px -30px;
	text-indent: -9999px;
	background: url(../images/bg-corp-top.png) no-repeat 0 bottom;
	display: block;
}
#liti-blurb {
	margin-left: 18px;
	background: url(../images/bg-liti.png) #f0f1f4 no-repeat 0 bottom;
}
#liti-blurb:before {
	content: ".";
	width: 310px;
	height: 1px;
	margin: -12px 0 12px -30px;
	text-indent: -9999px;
	background: url(../images/bg-liti-top.png) no-repeat 0 bottom;
	display: block;
}
#corp-blurb h3, #liti-blurb h3 {
	padding: 4px 0 0px 16px;
	margin-left: -29px;
	border-left: 13px solid #000;
}
#corp-blurb h3 {
	border-color: #6a5ea8;
	color: #6a5ea8;
	padding-bottom: 5px;
}
#liti-blurb h3 {
	border-color: #8a9b56;
	color: #8a9b56;
	padding-bottom: 5px;
}
#corp-blurb p, #liti-blurb p {
	line-height: 20px;
}
#corp-blurb a, #liti-blurb a {
	width: 41px;
	height: 39px;
	margin: 0 -30px 0 0;
	position: relative;
	top: 13px;
	float: right;
	text-indent: -9999px;
	background: url(../images/btn-corp-more.png) no-repeat;
}
#corp-blurb a:hover {
	background-position: 0 -39px;
}
#liti-blurb a {
	background-position: -41px 0px;
}
#liti-blurb a:hover {
	background-position: -41px -39px;
}




/* CORPORATIONS/LITIGATORS LANDING
  ============================================*/

.landing #primary p,
.landing #primary h3, 
.landing #primary ul {
	padding: 0 28px;
}
.landing #primary li ul,
.landing #primary li p {
	padding: 0;
}
.landing #primary ol {
	width: 610px;
	min-height: 129px;
	padding: 14px;
	margin: 35px 0;
	float: left;
	border: 1px solid #ececec;
	background: url(../images/bg-process.png) no-repeat;
}
.landing #primary ol > li {
	width: 142px;
	float: left;
	color: #1d4076;
	font-size: 1.1em;
	line-height: 18px;
}
.landing #primary ol > li + li {
	margin-left: 13px;
	color: #5a536c;
}
.landing #primary ol > li + li + li {
	margin-left: 13px;
	color: #7c2f24;
}
.landing #primary ol > li + li + li + li {
	margin-left: 13px;
	color: #8c8c69;
}
.landing #primary > ol li h5 {
	height: 39px;
	text-indent: -9999px;
	background: url(../images/txt-process.png) no-repeat;
}
#liti #primary > ol li h5 {
	background-position: 0 -39px;
}
.landing #primary > ol li + li h5 {
	height: 39px;
	text-indent: -9999px;
	background-position: -155px 0;
}
#liti #primary > ol li + li h5 {
	background-position: -155px -39px;
}
.landing #primary > ol li + li + li h5 {
	height: 39px;
	text-indent: -9999px;
	background-position: -310px 0;
}
#liti #primary > ol li + li + li h5 {
	background-position: -310px -39px;
}
.landing #primary > ol li + li + li + li h5 {
	height: 39px;
	text-indent: -9999px;
	background-position: -465px 0;
}
#liti #primary > ol li + li + li + li h5 {
	background-position: -465px -39px;
}
.landing #primary > ol li ul {
	margin: 8px 0 0 9px;
}
.landing #primary > ol li ul li {
	text-indent: -5px;
	padding-left: 5px;
}
.landing #primary > ul {
	padding-right: 0;
	margin: 16px 0 0 -15px;
}
.landing #primary  > ul li {
	width: 282px;
	min-height: 46px;
	margin: 0 15px 16px 15px;
	float: left;
}
.landing #primary > ul li h6 {
	margin-bottom: 3px;
}
.landing #primary > ul li p {
	font-size: 1.3em;
	line-height: 16px;
}
.landing #primary h6 {
	line-height: 16px;
	font-size: 1.3em;
}
.landing #secondary h3 {
	padding-top: 17px;
	margin-top: 14px;
	margin-left: -1px;
	border-top: 1px solid #dde0e4;
}
.landing #secondary ul.served {
	padding-bottom: 21px;
	margin-bottom: 25px;
/*	border-bottom: 1px solid #dde0e4; */
}
.landing #secondary div ul {
	border: none;
}
.landing #secondary em {
	font-style: italic;
	display: block;
}
.landing #checklist {
	height: 25px;
	margin-top: 12px;
	text-indent: -9999px;
	display: block;
}
#corp #checklist {
	width: 181px;
	background: url(../images/btn-checklist.png) no-repeat;
}
#liti #checklist {
	width: 185px;
	background: url(../images/btn-case-checklist.png) no-repeat;
}
#corp #checklist:hover,
#liti #checklist:hover {
	background-position: 0 -25px;
}
#corp #checklist:active,
#liti #checklist:active {
	background-position: 0 -50px;
}




/* CORPORATIONS/LITIGATORS SUB PAGE
  ============================================*/

.sub #content {
	background: url(../images/bg-body-sub.png) repeat-x;
}
.sub #primary p,
.sub #primary h6,
.sub #primary em {
	padding: 0 28px;
}
.sub #primary h6 {
	margin-bottom: 4px;
}
.sub #primary em {
	color: #868686;
	font-size: 1.2em;
	font-style: italic;
	line-height: 18px;
}
.sub #primary em .news,
.sub #primary em .webinars,
.sub #primary em .releases,
.sub #primary em .events {
	padding-left: 17px;
	margin-left: 14px;
	background: url(../images/icn-news.png ) no-repeat;
}
.sub #primary em .news {
	background-position: 0 1px;
}
.sub #primary em .webinars {
	background-position: 0 -11px;
}
.sub #primary em .releases {
	padding-left: 14px;
	margin-left: 10px;
	background-position: 0 -25px;
}
.sub #primary em .events {
	padding-left: 14px;
	margin-left: 10px;
	background-position: 0 -39px;
}
.sub #primary em a {
	color: inherit;
}
.sub #primary em a:hover {
	color: #416aa5;
	text-decoration: underline;
}
.sub #primary p img {
	margin: 0 6px 0 0;
	float: right;
	border: 1px solid #bbc1cc;
}
.sub #primary article {
	margin-bottom: 39px;
	display: block;
}
.sub #primary .paginate {
	margin-left: 33px;
	position: relative;
	top: -14px;
	font-size: 1.1em;
	font-weight: bold;
}
.sub #secondary .container h4 {
	margin-top: 8px;
}


/* CORPORATIONS SUB PAGE
  ============================================*/
  
#sub-corp h1 {
	background: url(../images/bg-corp-sub-h1.png) repeat-y;
}
#sub-corp h3 {
	margin-left: 28px;
	margin-bottom: 16px;
}
#sub-corp p {
	margin-bottom: 16px;
}
#sub-corp strong {
	font-weight: bold;
}
#sub-corp p .quote {
	color: #6a5ea8;
	font-size: 1.4em;
	margin-left: 28px;
}




/* LITIGATORS SUB PAGE
  ============================================*/
  
#sub-liti h1 {
	background: url(../images/bg-liti-sub-h1.png) repeat-y;
}
#sub-liti h3 {
	margin-left: 28px;
	margin-bottom: 16px;
}
#sub-liti p {
	margin-bottom: 16px;
}
#sub-liti strong {
	font-weight: bold;
}
#sub-liti p .quote {
	color: #8a9b56;
	font-size: 1.4em;
	margin-left: 28px;
}




/* NEWS
  ============================================*/
  
#news h1,
#news-detail h1,
#discovery h1,
#about h1,
#contact h1,
#legal h1,
#resources h1 {
	background: url(../images/bg-news-h1.png) repeat-y;
}
#news-detail #primary p {
	margin-top: 21px;
}
#news-detail #primary .back {
	position: relative;
	left: 28px;
}
#news-detail #primary em {
	font-style: italic;
}

#news #primary #archive {
	/* margin-bottom: 32px; */
}
#news #primary #archive a {
	margin-right: 10px;
	margin-bottom: 8px;
	display: block;
	width: 100px;
}
#news #primary a {
	color: #416aa5;
}
#news #primary a:hover {
	color: #416aa5;
	text-decoration: underline;
}




/* WHAT IS E-DISCOVERY
  ============================================*/
  
#discovery h3 {
	padding: 0 28px;
}

#discovery #primary p {
	margin-bottom: 21px;
}
#discovery #primary img {
	margin-top: 8px;
}
#discovery cite a {
	position: relative;
	top: 11px;
	left: 28px;
	color: #6e6e6e;
	font-size: 1.1em;
}
#discovery cite a:hover {
	color: #416aa5;
	text-decoration: underline;
}




/* ABOUT
  ============================================*/

#about #primary h4 {
	padding: 0 28px;
	margin-bottom: 21px;
}
#about #primary p {
	margin-bottom: 21px;
}
#about #primary p img {
	margin: 0 0 8px 14px;
	float: right;
	border: 0px solid #bbc1cc;
}
#about #primary a {
	color: #416aa5;
}
#about #primary a:hover {
	color: #416aa5;
	text-decoration: underline;
}
#about #primary strong {
	font-weight: bold;
}




/* CONTACT
  ============================================*/

#contact #primary a {
	color: #416aa5;
}
#contact #primary a:hover {
	color: #416aa5;
	text-decoration: underline;
}
#contact #primary .office {
	width: 169px;
	margin: 0 21px;
	float: left;
}
#contact #primary .office img {
	margin-bottom: 10px;
	border: 1px solid #b7bdc9;
}
#contact #primary .office h3 {
	margin-bottom: 4px;
}
#contact #primary .office h6 {
	margin-top: 18px;
	padding: 0;
}
#contact #primary .office span {
	font-size: 1.2em;
	line-height: 18px;
	display: block;
}
#contact #primary .office .ph {
	margin-top: 0px;
	font-weight: bold;
}




/* LEGAL INFORMATION
  ============================================*/

#legal #primary h4 {
	padding: 0 28px;
	margin-bottom: 21px;
}
#legal #primary p {
	margin-bottom: 21px;
}
#legal #primary a {
	color: #416aa5;
}
#legal #primary a:hover {
	color: #416aa5;
	text-decoration: underline;
}
#legal #primary strong {
	font-weight: bold;
}




/* RESOURCES
  ============================================*/

#resources #primary h3,
#resources #primary #ol {
	padding: 0 28px;
}
#resources #primary #images {
	margin: -35px 15px 0 0;
	float: right;
}
#resources #primary #images li {
	margin-left: 6px;
}
#resources #primary p img {
	margin-top: 0px;
	margin-left: 10px;
	float: right;
	border: 1px solid #000;
}
#resources #primary a {
	color: #416aa5;
}
#resources #primary a:hover {
	color: #416aa5;
	text-decoration: underline;
}
#resources #primary p {
}
#resources #primary strong {
	font-weight: bold;
}
#resources #primary h6 {
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
}
#resources #primary ol.bullets {
	font-size: 1.3em;
	line-height: 18px;
	margin: 0px 10px 30px 80px;
	list-style-type: square;
}
#resources #primary ol.bullets li {
	list-style-type: square;
}
#resources #primary .buy-now {
	float: right;
	position: relative;
	margin-top: -60px;
	margin-right: 125px;
}
#resources #primary #subscribe {
	width: 90px;
	height: 25px;
	margin: 11px 0 30px 26px;
	text-indent: -9999px;
	background: url(../images/btn-subscribe.png) no-repeat;
	display: block;
}
#resources #primary #subscribe:hover {
	background-position: 0 -25px;
}
#resources #primary #subscribe:active {
	background-position: 0 -50px;
}
#resources #primary ol {
	margin: 0 0 8px 8px;
	float: left;
}
#resources #primary #newsletters li {
	width: 310px;
	margin-bottom: 8px;
	float: left;
	font-size: 1.2em;
	line-height: 18px;
}
#resources #primary #archive {
	color: #333;
	font-size: 1.0em;
	margin-bottom: 32px;
}
#resources #primary #archive a {
	font-size: 1.0em;
	margin-right: 8px;
	margin-bottom: 8px;
	/* display: block; */
	width: 100px;
}
#resources #primary ol li a,
#resources #primary ol li span {
	display: block;
}
#resources #primary #newsletters li a {
	padding-left: 20px;
	background: url(../images/icn-news.png) no-repeat 0 5px;
}
#resources #primary ol li span,
#resources #primary ol li a + a {
	margin-left: 20px;
	color: #868686;
	font-size: 0.91667em;
	line-height: 16px;
	background: none;
}
#resources #primary ol li a {
	color: #416aa5;
}
#resources #primary ol li a:hover {
	color: #416aa5;
	text-decoration: underline;
}
#resources #primary #newsletters + h3 {
	margin-bottom: 15px;
}
#resources #primary .holder {
	width: 310px;
	float: left;
}
#resources #primary .holder ol {
	width: 310px;
	margin-bottom: 18px;
	font-size: 1.2em;
	line-height: 18px;
}
#resources #primary .holder ol li {
	margin-bottom: 8px;
}
#resources #primary .holder .articles a,
#resources #primary .holder .documents a,
#resources #primary .holder .url a {
	padding-left: 20px;
	background: url(../images/icn-resources.png) no-repeat;
}
#resources #primary .holder .articles a {
	background-position: 0 4px;
}
#resources #primary .holder .documents a {
	background-position: 0 -12px;
}
#resources #primary .holder .url a {
	background-position: 0 -27px;
}
#resources #primary .holder .articles a + a,
#resources #primary .holder .documents a + a,
#resources #primary .holder .url a + a {
	background: none;
}
#resources #primary form {
	padding-top: 16px;
	margin-left: 20px;
}
#resources #primary a.detail {
	margin-left: 0px;
	background: none!important;
}
#resources #secondary div p a {
	font-size: inherit;
}




/* STAY INFORMED LIGHTBOX
  ============================================*/

#stay-informed {
	width: 270px;
	padding: 30px 15px 20px;
	background: #fff;
}
#stay-informed h3 {
	text-transform: uppercase;
}
#stay-informed p {
	padding: 0 9px;
	margin-bottom: 13px;
	color: #727884;
	font-size: 1.2em;
	line-height: 18px;
}
#stay-informed label {
	color: #4d4d4d;
	font-size: 1.1em;
	display: none;
}
#stay-informed #terms,
#stay-informed .shown {
	display: inline;
}
#fname, #lname, #title,
#comp, #zip, #phone, #email {
	padding: 7px 9px 6px;
	margin-bottom: 5px;
	border: 1px solid #dbdde1;
	color: #868686;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
}
#stay-informed input:focus {
	color: #4d4d4d;
}
#stay-informed #fname,
#stay-informed #title {
	width: 82px;
	margin-right: 4px;
}
#stay-informed #lname,
#stay-informed #comp {
	width: 140px;
}
#stay-informed select {
	width: 267px;
	margin: 2px 0 5px;
}
#stay-informed #zip {
	width: 58px;
}
#stay-informed #phone,
#stay-informed #email {
	width: 249px;
}
#stay-informed #email {
	margin-bottom: 35px;
}
#stay-informed span {
	margin-left: 10px;
	color: #868686;
	font-size: 1.1em;
	display: block;
}
#stay-informed .radio {
	margin: 10px 4px 32px 10px;
}
#stay-informed hr {
	margin-bottom: 8px;
	border-top: 1px solid #dbdde1;
	border-width: 1px 0 0 0;
}
#stay-informed label a {
	color: #416aa5;
	text-decoration: underline;
}
#stay-informed label a:hover {
	color: #444;
}
#stay-informed button {
	width: 62px;
	height: 25px;
	float: right;
	border: none;
	text-indent: -9999px;
	background: url(../images/btn-submit.png) no-repeat;
}
#stay-informed button:hover {
	background-position: 0 -25px;
}
#stay-informed button:active {
	background-position: 0 -50px;
}
#cboxOverlay {
	background: url(../images/bg-overlay.png);
}
#cboxClose {
	margin-top: -28px;
	position: relative;
	left: -90px;
	float: right;
	color: #416aa5;
	font-size: 1.1em;
	text-transform: capitalize;
}
#cboxClose:hover {
	text-decoration: underline;
}




/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;background: #fff}
#cboxLoadedContent{overflow:hidden;}/* this can be changed to auto to allow scrolling */
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
    in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/

	#colorbox{}
	#cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
	#cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
	#cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
	#cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
	#cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
	#cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}

	#cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
	#cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}

		#cboxLoadedContent{margin-bottom:0px;}
                #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
                #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
                #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
                #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxPrevious.hover{background-position:-75px -25px;}
                #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxNext.hover{background-position:-50px -25px;}
		#cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
                #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}