/* CSS Document */


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

html, body, #wrap {
	height: 100%;
	background-color: #ffffff;
}

body > #wrap {
	background-image: url(../images/img-bg-full.gif);
	background-repeat: repeat-y;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	width: 1050px;
}

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

#footer {position: relative;
	margin-top: -10px; /* negative value of footer height */
	height: 10px;
	clear:both;
	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 */

/* common styles */

body {
	background-color: #ffffff;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#bgFill {
	margin: 0 auto;
	width: 1050px;
	}

#container {
	background-color: #ffffff;
	background-image:url(../images/img-bg-full.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 1050px;
	height: 100%;
}

#containerFooter {
	background-color: #ffffff;
	background-image:url(../images/img-bg-full.gif);
	margin: 0 auto;
	width: 1050px;
	height: 10px;
}

#spaceLeft {
	background-color: #ffffff;
	background-image:url(../images/img-bg-left.gif);
	background-repeat: repeat-y;
	margin: 0;
	height: 100%;
	width: 30px;
	float: left;
}

#spaceRight {
	background-color: #ffffff;
	background-image:url(../images/img-bg-right.gif);
	background-repeat: repeat-y;
	margin: 0;
	height: 100&;
	width: 30px;
	float: right;
}

#headerSection {
	height: 100px;
	width: 990px;
	margin: 0;
	padding: 0 30px;
}

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

#footerSection h1 {
	font-size: 9px;
	font-weight: normal;
	margin: 0;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
}

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

#footerInfo {
	color: #444444;
	float: left;
}

#footerNav a {
	text-decoration: none;
	color: #222222;
	font-size: 9px;
	padding: 0 8px;
	display: block;
	float: right;
}

#footerNav a:hover {
	text-decoration: underline;
}

#footerNav {
	color: #444444;
	float: right;
	text-align: right;
	width: 300px;
}

#footerSection {
	height: 55px;
	width: 930px;
	margin: 0 60px;
	padding: 0;
	font-size: 10px;
	color: #444444;
	clear: both;
}

#footerHolder {
	height: 55px;
	width: 914px;
	margin: 0;
	padding: 20px 8px 0 8px;
	font-size: 10px;
	color: #444444;
	clear: both;
	border-top: 1px solid #a8a8a8;
}

/* text styles */

h1 {
	color: #59bb5a;
	font-weight: bold;
	margin: 3px 0 13px 0;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
}

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

h2 {
	color: #1b85a4;
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0 13px 0;
	line-height: 20px;
}

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

h3 {
	color: #888888;
	margin: 8px 0;
	font-size: 13px;
	padding-left: 8px;
	line-height: 20px;
}

h4 {

}

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

a {
	color: #1b85a4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	line-height: 15px;
	font-size: 11px;
}

.smalltext {
	font-size: 10px;
}

.bigtext {
	font-size: 13px;
}

.colorBlue {
	color: #1b85a4;
}
.colorGreen {
	color: #59bb5a;
}
.colorRed {
	color: #b00000;
}
.colorGrey2 {
	color: #222222;
}
.colorGrey5 {
	color: #555555;
}
.colorGrey8 {
	color: #888888;
}

/* contentSection */

#contentSection {
	padding: 0 30px 30px 30px;
	width: 990px;
	height: 100%;
	min-height: 100%;
}

#contentSectionLeft {
	float: left;
	width: 170px;
	padding: 0;
	margin: 33px 0;
	height: 100%;
	min-height: 100%;
}

#contentSectionMidWrap {
	float: left;
	width: 583px;
	padding: 0;
	margin: -13px 0 0 0;
	border-right: 1px solid #a8a8a8;
}

#contentSectionMid {
	float: left;
	width: 571px;
	padding: 10px 0 33px 0;
	margin: 33px 0 0 0;
	height: auto;
	min-height: 100%;
	border-left: 1px solid #a8a8a8;
}


#contentSectionRight {
	float: right;
	width: auto;
	padding: 0;
	margin: -13px 0 0 0;
	height: auto;
	min-height: 100%;
}

/*  mainBox */

#mainBox {
	width: 543px;
	margin: 0 10px;
	padding: 0 10px;
}

#mainBox p {
	margin: 13px 0 4px 0;
	line-height: 16px;
	color: #555555;
}

#mainBox p a.keypersonnel {
	color: #59bb5a;
	text-decoration: none;
}

#mainBox p a.keypersonnel:hover {
	text-decoration: underline;
}

#mainBox p.participants {
	margin: 20px 0 4px 0;
	line-height: 20px;
	color: #555555;
}

#mainBox h1 {
	margin: 0;
	line-height: 25px;
}

#mainBox h2 {
	line-height: 28px;
	font-size: 13px;
	margin: 8px 0 -13px 0;
	color: #444444;
}

#mainBox h4 {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #a8a8a8;
}

#mainBox ul {
}

#mainBox li {
	line-height: 16px;
	font-size: 12px;
	padding: 3px 0;
	color: #333333;
}

#mainBox img.imgHero {
	margin: 0 0 20px -10px;
}

#mainBox img.imgPersonnel {
	margin: 20px 0 20px 20px;
}

#mainBox .first {
	margin: 0;
}

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

.mainBoxStory {
	border-top: 1px solid #e1e1e1;
	width: 543px;
	display: block;
	margin: 13px 0;
	padding: 20px 0 4px 0;
}

.mainBoxStory h2 {
	color: #1b85a4;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}

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

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

/*  contentBox */

#contentBox {
	width: 710px;
	min-height: 420px;
	margin: 0 10px;
	padding: 0 10px;
}

#contentBox h2 {
	color: #1b85a4;
	font-size: 15px;
	font-weight: normal;
	margin: 30px 0 -10px 0;
	line-height: 20px;
}

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

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

.contentBoxStory h2 {
	color: #1b85a4;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}

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

img.contentBoxImage {
	margin: 20px 10px;
}

img.contentBoxImageLeft {
	margin: 20px 20px 20px 0;
}

img.contentBoxImageRight {
	margin: 20px 0 20px 20px;
}


/* imageBox */

#imageBox {
	float: right;	
}

/* leftBox */

#leftBox {
	width: 130px;
	margin: 0 0 0 30px;
	padding: 0 0 0 3px;
	height: 100%;
}

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

#leftBox h2 {
	color: #1b85a4;
	font-weight: normal;
	margin: 10px 0;
	font-size: 13px;
	line-height: 13px;
}

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

#leftBox ul ul.subsubnav {
	padding: 2px 0 0 8px;
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 18px;
	width: 124px;
	background-color: #f5f5f5;
}

#leftBox ul ul.subsubnav li.listSpacer {
	line-height: 8px;
}

#leftBox ul ul.subsubnav a {
	margin: 0 0 8px 0;
	color: #000000;
	font-weight: normal;
	display: block;
	width: 122px;
	line-height: 13px;
}

#leftBox ul ul.subsubnav a:hover {
	color: #888888;
	border-right: 2px solid #888888;
	text-decoration: underline;
}

#leftBox ul ul.subsubnav ul.subsubnav {
	padding: 2px 0 2px 20px;
	margin-bottom: 5px;
	margin-left: -8px;
	font-size: 10px;
	line-height: 13px;
	width: 112px;
}

#leftBox ul ul.subsubnav ul.subsubnav a {
	margin: 0 0 8px 0;
	color: #000000;
	font-weight: normal;
	display: block;
	width: 110px;
	line-height: 13px;
}

#leftBox ul ul.subsubnav ul.subsubnav a:hover {
	color: #bbbbbb;
	border-right: 2px solid #bbbbbb;
	text-decoration: underline;
}

#leftBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 24px;
	width: 133px;
	height: 100%;
}

#leftBox li {
	line-height: 8px;
}

#leftBox p {
	margin: 10px 0;
	line-height: 16px;
	font-size: 12px;
}

#leftBox h2 a {
	color: #1b85a4;
	font-weight: normal;
	margin: 10px 0;
	font-size: 13px;
	line-height: 13px;
	display: block;
	width: 129px
}
#leftBox h2 a:hover {
	color: #1B85A4;
	text-decoration: underline;
	border-right: 8px solid #444444;
}

#leftBox ul a {
	margin: 0 0 8px 0;
	color: #444444;
	font-weight: normal;
	display: block;
	width: 133px;
	line-height: 16px;
}

#leftBox ul a:hover {
	color: #1B85A4;
	border-right: 4px solid #1b85a4;
	text-decoration: none;
}

#leftBox ul a.active {
	color: #1B85A4;
	border-right: 4px solid #1b85a4;
	text-decoration: none;
}

#leftBox ul a.active:hover {
	color: #1B85A4;
	border-right: 4px solid #1b85a4;
	text-decoration: underline;
}

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

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

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

/* rightBox */

#fade {
	display: none;
}

#rightBox {
	width: 188px;
	padding: 0 33px 0 10px;
}

#rightBox h1 {
	font-weight: normal;
	font-size: 20px;
	margin: 8px 0 13px 0;
	color: #555555;
}
.rightBox-bigText {
	font-weight: lighter;
	font-size: 24px;
}

#rightBox h2 {
	color: #1b85a4;
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0 0 0;
	line-height: 20px;
}

#rightBox p {
	margin: 10px 0;
	line-height: 15px;
	font-size: 11px;
}

#rightBox ul {
	margin-left: 0px;
	padding-left: 10px;
}

#rightBox li {
	line-height: 15px;
	font-size: 11px;
}

#rightBox a {
	margin: 0;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	color: #1b85a4;
}

#rightBox a:hover {
	color: #1b85a4;
}

#rightBox h3 {
	margin: 0;
	padding: 0;
	color: #888888;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
}

#rightBox h4 {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #a8a8a8;
}

#rightBox h4.first {
	margin: 0;
}

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

#rightBox h5 {
	color: #222222;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 13px 0px;
}

.rightBoxStory {
	margin: 10px 0;
}

/* scrollBox */

#scrollBox {
	height: 210px;
	width: 220px;
	margin: 0;
	padding: 0 10px 0 0;
	display: block;
	overflow: auto;
}


/* images */

/* images */

img.pdficon {
	margin: 2px;
}

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

a.mailLink {
	padding-left: 1px;
	padding-right: 20px;
	background: transparent url(../images/icon-mailto.png) no-repeat center right;
}

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

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

a.externalLink {
	padding-left: 1px;
	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%;
}

/* misc styles */
h2.listHeader {
	background-color: #f5f5f5;
	padding-left: 8px;
	margin-left: -8px;
}
#rightBox .quoteName {
	padding-left: 5px;
}
blockquote.quoteMain {
	background-color: #F5F5F5;
	padding: 20px 33px;
	margin: 0px;
}
blockquote.quoteMain h3 {
	font-size: 11px;
	color: #555555;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0px;
}
#footerNav p {
	color: #222222;
	font-size: 9px;
	padding: 0px;
	display: block;
	float: right;
	margin: 0px;
}
