/* CSS Document */

a.txCreative {
	color: #000;
	text-decoration: none;
}
a.txCreative:hover {
	color: #000;
	text-decoration: underline;
}
.txRed { color: #B00000; }

body {
	background-color: #e1e1e1;
	background-image:url(../images/img-bg-left.jpg);
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#bgFill {
	background-image:url(../images/img-bg-left.jpg);
	margin: 0 auto;
	height: 100%;
}

#container {
	background-color: #FFFFFF;
	background-image:url(../images/img-bg-mid.jpg);
	margin: 0 auto;
	width: 1000px;
}

#headerSection {
	background-image:url(../images/img-header-bg.jpg);
	height: 100px;
	width: 1000px;
	margin: 0;
}

#headerLogo {
	float: left;
	margin: 0;
	width: 250px;
	height: 100px;
}

#headerInfo {
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 8px;
	color: #BBB;
}

#headerInfo h1 {
	font-size: 9px;
	font-weight: normal;
	margin: 0;
	color: #BBB;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#headerInfo h2 {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 3px 0;
	color: #BBB;
}

#headerInfo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #BBB;
	font-size: 10px;
	padding: 0 10px;
}

#headerInfo a:hover {
	color: #FFF;
}

#headerInfo a.headerInfo-last {
	padding-right: 0px;
}

#footerSection {
	width: 1000px;
	margin: 0 auto 10px auto;
	font-size: 10px;
	clear: both;
	color: #555;
	text-align: right;
}

/* text styles */

h1 {
	color: #BBBBBB;
	font-weight: lighter;
	margin: 3px 0 13px 0;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1.spaced {
	letter-spacing: 4px;
}

h2 {
	color: #0259b0;
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0 13px 0;
	line-height: 30px;
}

h2.larger {
	font-size: 18px;
}

h3 {
	color: #888;
}

h4 {

}

h6 {
	font-size: 9px;
	font-weight: normal;
	color: #666;
	margin-bottom: 5px;
}

p {
	line-height: 20px;
}

a {
	color: #6b8fb0;
	text-decoration: none;
}

a:hover {
	color: #444;
}

.smalltext {
	font-size: 10px;
}

.bigtext {
	font-size: 16px;
}

/* midSection */

#midSection {
	background-color: #2c6ebc;
	background-image:url(../images/img-mid-bg.jpg);
	width: 1000px;
	height: 280px;
}

#navBar {
	background-image:url(../images/img-nav-bg.jpg);
	float: left;
	width: 250px;
	height: 280px;
}

#heroBar {
	float: left;
	width: 750px;
	height: 280px;
	background-image: url(../images/img-hero-bg.jpg);
}

#heroLeft {
	float: left;
	width: 250px;
	height: 280px;
	background-image:url(../images/img-heroContent-left.jpg);
}

#heroRight {
	float: left;
	width: 500px;
	height: 280px;
	background-image:url(../images/img-heroContent-right.jpg);
}

/* slideshow */
.ssTeam { height: 280px; width: 750px; padding:0; margin:0; overflow: hidden; }
.ssTeam img { height: 280px; width: 250px; padding: 0; margin: 0; border: none; background-color: #888; }

/* contentSection */

#contentSection {
	padding: 20px 0 42px 0;
	background-color: #FFF;
	width: 1000px;
	min-height: 200px;
}

#contentSectionLeft {
	background-image:url(../images/img-content-left.jpg);
	float: left;
	width: 250px;
}

#contentSectionMid {
	background-image:url(../images/img-content-mid.jpg);
	float: left;
	width: 500px;
}

#contentSectionMidRight {
	background-image:url(../images/img-content-midright.jpg);
	float: right;
	width: 750px;
}

#contentSectionRight {
	background-image:url(../images/img-content-right.jpg);
	float: left;
	width: 250px;
}

/*  mainBox */

#mainBox {
	width: 460px;
	min-height: 210px;
	margin: 0 10px;
	padding: 0 10px;
	text-align: justify;
}

#mainBox h3 {
	color: #444;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 -10px 0;
	line-height: 24px;
}

.mainBoxStory {
	border-top: 1px solid #e3e3e3;
	height: 100px;
	width: 460px;
	display: block;
	margin: 0;
}

.mainBoxStory h2 {
	color: #0259b0;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	line-height: 30px;
}

.mainBoxStory p {
	font-weight: normal;
	margin: 3px 0;
}

img.mainBoxImage {
	float: left;
	margin-right: 10px;
}

/*  contentBox */

#contentBox {
	width: 700px;
	min-height: 420px;
	margin: 0 10px;
	padding: 0 20px 0 10px;
	text-align: justify;
}

#contentBox h2 {
	color: #0259b0;
	font-size: 15px;
	font-weight: normal;
	margin: 20px 0 10px 0;
	line-height: 30px;
	text-align: left;
}

#contentBox h3 {
	color: #444;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 -8px 0;
	line-height: 24px;
}

#contentBox h4 {
	margin: 13px 0;
	text-align: left;
}

#contentBox h5 {
	display: block;
}

.contentBoxStory {
	border-top: 1px solid #e3e3e3;
	width: 650px;
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	clear: both;
}

#contentBox .first {
	margin: 0;
}

#contentBox .last {
	border-bottom: 1px solid #e3e3e3;
	margin: -10px 0;
}

.contentBoxStory h4 {
	color: #0259b0;
	font-size: 15px;
	font-weight: normal;
	margin: 30px 0 0 0;
	line-height: 20px;
}

.contentBoxStory a {
	color: #0259b0;
	font-size: 15px;
	font-weight: normal;
}

.partnersLink {
	font-size: 13px;
	font-weight: normal;
	color: #555;
}

.contentBoxStory p {
	font-weight: normal;
	margin: 20px 0 42px 0;
	padding-left: 13px;
}

img.contentBoxImage {
	margin: 2px;
	background-color: #e3e3e3;
	border: none;
}

img.contentBoxImageLeft {
	margin: 2px;
	background-color: #e3e3e3;
	border: none;
}

img.contentBoxImageRight {
	margin: 2px;
	background-color: #e3e3e3;
	border: none;
}


/* imageBox */

#imageBox {
	padding: 20px 10px;
	margin: 0;
}

#imageBoxleft {
	float: left;
	padding: 20px 42px 42px 0;
	margin: 0;
}

#imageBoxRight {
	float: right;
	padding: 20px 0 88px 42px;
	margin: 0;
}

/* featureBox */

#featureBox {
	min-height: 210px;
	width: 210px;
	margin: 0 10px;
	padding: 0 10px;
}

#featureBox h1 {
	font-weight: normal;
	font-size: 20px;
	margin: 3px 0 13px 0;
}

#featureBox h2 {
	color: #0259b0;
	font-size: 15px;
	font-weight: normal;
	margin: 4px 0 13px 0;
	line-height: 30px;
}

#featureBox h3 {
	margin: 10px 0 0 0;
	color: #212121;
}

#featureBox h4 {
	margin: 4px 0 0 0;
}

#featureBox p {
	margin: 0;
	line-height: 16px;
}

#featureBox a {
	margin: 0;
	color: #000;
	font-weight: bold;
}

#featureBox a:hover {
	color: #0259b0;
}

#featureBox p.steps {
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #DDD;
}

#featureBox p.first {
	border-top: 1px solid #DDD;
	margin-top: 8px;
}

.featureBoxStory {
	margin: 10px 0 40px 0;
}

/* pressBox */

#fade {
	display: none;
}

#pressBox {
	min-height: 210px;
	width: 230px;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

#pressBox h1 {
	font-weight: normal;
	font-size: 20px;
	margin: 3px 0 13px 0;
}

#pressBox h2 {
	color: #0259b0;
	font-size: 15px;
	font-weight: normal;
	margin: 4px 0 0 0;
	line-height: 30px;
}

#pressBox h2 a {  
	display: block;  
} 

#pressBox p {
	margin: 0;
	line-height: 16px;
	text-transform: uppercase;
}

#pressBox a {
	margin: 0;
	color: #0259b0;
	font-weight: normal;
	text-transform: none;
}

#pressBox a:hover {
	color: #0259b0;
}

#pressBox h3 {
	margin: 0;
	padding: 0;
	color: #888;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
}

#pressBox h4 {
	margin: 10px 0;
	border-bottom: 1px solid #DDD;
}

#pressBox h4.first {
	margin: 0;
}

#pressBox h4.last {
	margin: 0;
	border-bottom: 0px;
	border-top: 1px solid #DDD;
}

.pressBoxStory {
	margin: 10px 0;
	padding-right: 10px;
}

/* scrollBox */

#scrollBox {
	height: 210px;
	width: 210px;
	margin: 0;
	padding: 0 10px 0 0;
	display: block;
	overflow: hidden;
}
#scrollBox.paused  div.pressBoxStory {
background-color: #f5f5f5;
}

/* Splash Page */

#splashBanner {
	height: 77px;
}

.splashTable {
	margin-bottom: 20px;
}

/* Content Page */

#pageContent {
	background-image: url(../images/img-content-bg.jpg);
	background-repeat: repeat-y;
}

#leftNav {
	float: left;
	width: 200px;
}

#mainContent { 
	margin: 0;
	float: left;
	width: 650px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	padding-left: 30px;
}

#mainContent h1 {
	color: #684c43;
}

#mainContent h2 {
	color: #333;
}

#mainContent p {
	color: #333;
	line-height: 16px;
}

#mainContentWide { 
	text-align: left;
	width: 820px;
	margin: 0 auto;
}

#mainContent #inFocus {
	width: 600px;
	margin: 20px auto;
}

.trail {
	color: #666666;
}


/* Tool tip */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #212121;
	background-color: #e3e3e3;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

/* regular lists */

#mainContent ul li {
}

#mainContent ul li h6{
	margin: 0;
}

/* stylized lists */

ul.styledList {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 415px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #EBEBEB;
	text-align: left;
}

ul.styledList li {
	padding: 10px;
}

ul.styledList li strong{
	font-size: 14px;
	color: #684c43;
	font-weight: normal;
}

ul.styledList li strong a{
	color: #684c43;
}

ul.styledList li strong a:hover {
	color: #6b8fb0;
}

ul.styledListWide {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 620px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	background-color: #EBEBEB;
}

ul.styledListWide li {
	padding: 4px;
}

ul.styledListWide li strong{
	font-size: 14px;
	color: #684c43;
	font-weight: normal;
}

ul.styledListWide li strong a{
	color: #684c43;
}

ul.styledListWide li strong a:hover {
	color: #6b8fb0;
}

/* sidebars */

.sidebarRight {
	width: 175px;
	float: right;
	margin: 0 0 20px 20px;
	background-color: #EBEBEB;
	padding: 10px;
}

ul.styledListSidebar {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #EBEBEB;
}

ul.styledListSidebar li {
	padding: 10px;
	text-align: left;
}

ul.styledListSidebar li strong{
	font-size: 14px;
	color: #684c43;
	font-weight: normal;
}

ul.styledListSidebar li strong a{
	color: #684c43;
}

ul.styledListSidebar li strong a:hover {
	color: #6b8fb0;
}

ul.sidebarLinkList {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.sidebarLinkList li {
	list-style: none;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #CCC;
}

/* images */

img.pdficon {
	margin: 2px;
}

a.pdfLink {
  	padding-left: 2px;
  	padding-right: 13px;
  	background: transparent url(../images/icon-pdf.png) no-repeat center right;
}

a.popLink {
  	padding-left: 2px;
  	padding-right: 13px;
  	background: transparent url(../images/icon-popup.png) no-repeat center right;
}

a.boxLink {
  	padding-left: 2px;
  	padding-right: 13px;
  	background: transparent url(../images/icon-popup.png) no-repeat center right;
}

a.externalLink {
  	padding-left: 13px;
  	padding-right: 20px;
  	background: transparent url(../images/icon-external.png) no-repeat 100% 100%;
}

a.externalLink:hover {
	text-decoration: underline;
}

a.externalImageLink {
  	padding: 20px 4px;
  	background: transparent url(../images/icon-external.png) no-repeat 100% 100%;
}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 5px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -5px; /* negative value of footer height */
	height: 5px;
	clear:both;
	background-image: url(../images/img-bg-left.jpg);
	background-repeat: no-repeat;	} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
