/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */


html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #444; }

body { margin: 0; font-size: 1em; line-height: 1.3;background:#eeefef; }

html, body {
    height: 100%;
}

/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; text-decoration:none;}
a:visited { color: #065384; }
a:hover { color: #06e; }
a:focus { }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
h4, h5, h6 {
	color: #4a5768;
	font-weight: 700; 
	font-style: normal; 
	text-align: left;
	}
	
h1, h2, h3 {
	color: #fff;
	font-weight: 700; 
	font-style: normal; 
	text-align: left;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 1.8em; line-height: 35px; margin-bottom: 8px;}
h2 { font-size: 1.4em; line-height: 30px; margin-bottom: 6px; }
h3 { font-size: 1.3em; line-height: 28px; margin-bottom: 5px; }
h4 { font-size: 1.4em; line-height: 26px; margin-bottom: 4px; }
h5 { font-size: 1.1em; line-height: 24px; }
h6 { font-size: 1em; line-height: 21px; }
	
h1.h1Header{
	color: #CCE479;
    margin: 10px 0 11px 33px;}	

blockquote{
	padding-left: 15px;
    margin: .5em;
}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { 
	list-style-type: none;
    list-style-position: outside;
}
li { line-height: 19px;} 

ol.searchOL {
display: block;
list-style-type: decimal;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
ol.pNumberingOL{
display: block;
list-style-type: decimal;
margin-left: 3em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
ul.showBullets {
    list-style-type: disc;
    margin-left: 15px;
}
/* =============================================================================
   Forms
   ========================================================================== */


button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; }
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #ffffff -moz-linear-gradient(top, rgba(228,234,242,.7) 0%, rgba(157,182,207,.9) 100%); /* FF3.6+ */
		background: #ffffff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,234,242,.9)), color-stop(100%,rgba(157,182,207,.9))); /* Chrome,Safari4+ */
		background: #ffffff -webkit-linear-gradient(top, rgba(228,234,242,.7) 0%,rgba(157,182,207,.9) 100%); /* Chrome10+,Safari5.1+ */
		background: #ffffff -o-linear-gradient(top, rgba(228,234,242,.7) 0%,rgba(157,182,207,.9) 100%); /* Opera11.10+ */
		background: #ffffff -ms-linear-gradient(top, rgba(228,234,242,.7) 0%,rgba(157,182,207,.9) 100%); /* IE10+ */
		background: #ffffff linear-gradient(top, rgba(228,234,242,.7) 0%,rgba(157,182,207,.9) 100%); /* W3C */
		-pie-background: linear-gradient(#e4eaf2, #9db6cf); /*PIE*/	
	    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	    border: 1px solid #a9bfd5;
	    border-top: 1px solid #a9bfd5;
	    border-left: 1px solid #a9bfd5;
	    padding: 4px 12px;
	    -moz-border-radius: 3px;
	    -webkit-border-radius: 3px;
	    border-radius: 3px;
	    color: #306289;
	    display: inline-block;
	    font-size: 11px;
	    font-weight: bold;
	    text-decoration: none;
	    cursor: pointer;
	    line-height: normal;
	    padding: 8px 10px;
	    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #306289;
		background: #ffffff -moz-linear-gradient(top, rgba(228,234,242,.3) 0%, rgba(157,182,207,.9) 100%); /* FF3.6+ */
		background: #ffffff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,234,242,.3)), color-stop(100%,rgba(157,182,207,.9))); /* Chrome,Safari4+ */
		background: #ffffff -webkit-linear-gradient(top, rgba(228,234,242,.3) 0%,rgba(157,182,207,.9) 100%); /* Chrome10+,Safari5.1+ */
		background: #ffffff -o-linear-gradient(top, rgba(228,234,242,.3) 0%,rgba(157,182,207,.9) 100%); /* Opera11.10+ */
		background: #ffffff -ms-linear-gradient(top, rgba(228,234,242,.3) 0%,rgba(157,182,207,.9) 100%); /* IE10+ */
		background: #ffffff linear-gradient(top, rgba(228,234,242,.3) 0%,rgba(157,182,207,.9) 100%); /* W3C */
		-pie-background: linear-gradient(#F4F7F7, #9db6cf); /*PIE*/	
	    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	    border-radius: 3px;
	    -moz-border-radius: 3px;
	    -webkit-border-radius: 3px;
	    border: 1px solid #a9bfd5;
	  }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #a9bfd5;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(228,234,242,.9) 0%, rgba(157,182,207,.9) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,182,207,.9)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(228,234,242,.9) 0%,rgba(157,182,207,.9) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(228,234,242,.9) 0%,rgba(157,182,207,.9) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(228,234,242,.9) 0%,rgba(157,182,207,.9) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(228,234,242,.9) 0%,rgba(157,182,207,.9) 100%); /* W3C */ 
		-pie-background: linear-gradient(#e4eaf2, #9db6cf); /*PIE*/	
		border-radius: 3px;
	   -moz-border-radius: 3px;
	   -webkit-border-radius: 3px;
}
/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
body > #wrapper {
    height: auto !important;
    min-height: 100%;
	margin: 0 auto -212px;
    position: relative;
	min-width: 960px;	
	font-size: .8em;
}
.push{
	height: 212px;
}
#content {
    overflow: auto;
}
	p {  }	

	a, a:visited { color: #02458B; outline: 0; }
	a:hover, a:focus { color: #2259D2; }
	p a, p a:visited 
	{ 
		line-height: inherit; 
	}
	a.linkHTML {
        background: url("../images/linkoffIcon.png") right bottom no-repeat;
		padding-right: 23px;
	}
	a.linkPDF {
		background: url("../images/pdf-icon.png") right bottom no-repeat;
		padding-right: 22px;
        padding-top:2px;
	}
    a.linkDOC {
		background: url("../images/doc_icon.gif") right bottom no-repeat;
		padding-right: 22px;
        padding-top:2px;
	}
        a.linkZIP {
		background: url("../images/ZIP_icon.gif") right bottom no-repeat;
		padding-right: 22px;
        padding-top:2px;
	}
        a.linkXML {
    	background: url("../images/xml_icon.gif") right bottom no-repeat;
		padding-right: 22px;
        padding-top:2px;
	}
        a.linkXLS {
    	background: url("../images/xls-icon.png") right bottom no-repeat;
		padding-right: 22px;
        padding-top:2px;
	}
.ie7 a.linkHTML {
		background-image: none;
	}
.ie7  a.linkPDF {
    	background-image: none;
	}
.ie7  a.linkZIP {
    	background-image: none;
	}
.ie7  a.linkXML {
    	background-image: none;
	}
.ie7  a.linkXLS {
    	background-image: none;
	}
.ie7  a.linkDOC {
    	background-image: none;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		border: 1px solid #8ea1bb;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius:4px;
		font-size: .8em;
		color: #0264a4;
		margin: 0;
		width: 424px;
		display: block;
		margin-bottom: 7px;
		background: #fcfcfd; /* for non-css3 browsers */
		background: -webkit-gradient(linear, left bottom, left top, from(#f3f6f8), color-stop(0.50, #fdfdfe), to(#f3f6f8));/* Safari 4-5, Chrome 1-9 */ 
		background: -webkit-linear-gradient(bottom, #e6e8ec, #f3f6f8 45%, #fdfdfe 10%, #f3f6f8 45%);/* Safari 5.1+, Chrome 10+ */ 
		background: -moz-linear-gradient(bottom, #e6e8ec, #f3f6f8 45%, #fdfdfe 10%, #f3f6f8 45%);/* Firefox 3.6+ */ 
		background: -ms-linear-gradient(bottom, #e6e8ec, #f3f6f8 45%, #fdfdfe 10%, #f3f6f8 45%);/* IE 10 */ 
		background: -o-linear-gradient(bottom, #e6e8ec, #f3f6f8 45%, #fdfdfe 10%, #f3f6f8 45%);/* Opera 11.10+ */ 
		-pie-background: linear-gradient(#e6e8ec, #f3f6f8); /*PIE*/	

}
		

	select {
		border: 1px solid #8ea1bb;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font-size: .9em;
		margin: 0;
		width: 424px;
		display: block;
		margin-bottom: 7px;
		background: #fcfcfd; /* for non-css3 browsers */
		background: -webkit-gradient(linear, left bottom, left top, from(#D6D6D6),  to(#F8F8F8 ));/* Safari 4-5, Chrome 1-9 */ 
		background: -webkit-linear-gradient(bottom, #D6D6D6, #F8F8F8  95%,#f4f6f6 5% );/* Safari 5.1+, Chrome 10+ */ 
		background: -moz-linear-gradient(bottom, #D6D6D6,  #f4f6f6 100%);/* Firefox 3.6+ */ 
		background: -ms-linear-gradient(bottom, #D6D6D6, #F8F8F8  95%, #f4f6f6 5%);/* IE 10 */ 
		background: -o-linear-gradient(bottom, #D6D6D6, #F8F8F8  95%,  #f4f6f6 5%);/* Opera 11.10+ */ 
		}

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2);		
		}
		
	.pad10TopBottom {
		padding: 10px 0;
	}
	.pad10Top {
		padding-top: 10px;
	}
	.pad1Top {
		padding-top: 1em;
	}
/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0;  hasLayout: true;

												  }
		
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
	.overrideColumn                         { float: left; display: inline; width:100%; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .conainer .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 290px; }
    .container .two-thirds.column               { width: 620px; }
	
	.container .one-half.column                { width: 455px; }



.ie6 .container .two.columns                     { width: 70px !important; }
.ie6 .container .six.columns                     { width: 320px !important; }
.ie6 .container .seven.columns                   { width: 370px !important; }
.ie6 .container .sixteen                 { width: 900px !important; }
.ie6 .container .two-thirds.column               { width: 590px !important; }
 
 .ie6 h1 { font-size: 1.5em !important;}
 .ie6 h4{ font-size: 1.2em !important;}
 .ie6 h5 { font-size: .9em !important;}

.ie6 ul.our-vision li {
    font-size: .9em !important;
}
.ie6  div.threeColumns {
    position: relative;
}
.ie6 .container {
    width: 900px  !important;
}
.ie6 div.rrContent {
    width: 900px !important;
}
.ie6 div.contentArea {
    width: 900px !important;
}
.ie6 div.fullContent {
    width: 890px !important;
}
.ie6 div#contactContent {
    width: 890px !important;
}
.ie6 div#boardContent {
    width: 200px !important
}
.ie6 div#mainContent {
    width: 625px  !important
}
.ie6 div#footer2  div.container  .two {
	width: 100px !important;
}
.ie6 div#boardMemberContent {
    width: 890px !important;
}
.ie6 div#bmmContent {
    width: 890px !important;
}
.ie6 div#searchContent {
    width: 890px !important;
}
.ie6 div#empLoginContent {
    width: 890px !important;
}
.ie6  div#privacyContent {
    width: 890px !important;
}
.ie6 div.template {
    width: 890px !important;
}
.ie6 div.loginBox {
    width: 840px !important;
    margin: 10px 20px !important;
}
.ie6   div.topWhite  .container .one-half {
    width: 300px !important;
}
.ie6 div#leftBorder {
	display: inline !important;
}
.ie6 input[type="text"], input[type="password"], input[type="email"], textarea {
    width: 100px !important;
	display: inline !important;
}
.ie6 div#leftBorder {
    border-left: 1px solid #F6F4F4;
    margin-left: 5px;
	width: 400px !important;
}
.ie6 div#search {
    float: none !important;
}
.ie6 div#search div.six{
	display: inline !important;
}
.ie6 div#magnify{
	display: none;
}
.ie6 input#magnifyie6{
	display:inline !important;
	width: 100px !important;
	float: left !important;
}
.ie6 input#q {
	display: inline !important;
	width: 230px !important;
	float: left !important;
}
.ie6 div#careerContent div {
    margin: 0 40px 0 -4px !important;
	float: left !important;
	width: 418px !important;
}
.ie6 div.left-banner{
	display: inline !important;
}
.ie6 div.rrContent {
    width: 890px !important;
}
.ie6 div#careerContent {
    position: relative !important;
    width: 890px !important;
}


 
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
	
/* #Site Styles
================================================== */
h4.underlineSolid {
    border-bottom: solid .5px;
    margin-top: -5px;
}
li.tab-nav{
	font-size: .8em;
} 
li.tab-nav > span {
    display: block;
}
li.tab-nav  strong {
    font-weight: bold;
}
img#tspAd{
	cursor: pointer;
}
h4.underline{
    border-bottom: 1.5px dotted #D9DBDB;
}
.primary-nav {
	border-top: 1px solid #E4E4E4;
}
#primary-nav li {
    float: left;
    margin-left: 20px;
}
#primary-nav a {
    color: #c26726;
	font-weight: 700;  
	font-style: normal; 
}
.primary-nav ul.menu li {
    display: block;
    float: left;
    margin: 5px -1px 0 0;
    padding: 0.5em 2em;
    position: relative;
}

#primary{
	float: left;
    margin: 3.7% 10px 0;
    width: 65%;
}
#tspLink{
	font-size:120%;
	color:#c26726;
}

ul li.last {
    border: medium none;
}
#empAccess {
    background-color: #CCE479;
    height: 24px;
	font-size: .8em;
	padding-left: 17px;
	margin-bottom: 5px;
    line-height: 22px;
    position: relative;
	left: 50%;
    width: 48.8%;
}

.empRound {
    background-color: #293A43;
    display: block;
    float: right;
    height: 4px;
    position: relative;
    width: 4px;
    z-index: 99;
}

.empRound-cover {
    background-color: #F7F7F7;
    border-radius: 2px 2px 2px 2px;
    display: block;
    height: 6px;
    width: 6px;
}
.empRound-cover1 {
    margin-left: -2px;
}
input.search, textarea {
    color: #959595;
    padding: 4px 8px;
	height:47px;
	width:425px;
}
input.search, textarea, select {
    background-color: #FFFFFF;
    border: 1px solid #F8F8F8;
    border-radius: 3px 3px 3px 3px;	
}
input.search, textarea {
    box-shadow: -3px 3px 4px #a7a7a7 inset;
	border:1px solid #F8F8F8;

}
#search{
	margin:7px 0px 0px 0px;	
}
div#magnify{
	margin-left: 45px;
    margin-top: 5px;
}
input#magnifyie6{
	display:none;
}
.emp{
	font-size:.8em;
	text-decoration:none !important;
	padding-left: 40%;
	color:#000;
}


#board{
	background: #dddddc;
}
div#leftBorder{
	border-left: 1px solid #f6f4f4;
	margin-left: 5px;
}
ul#leftList label, ul#rightList label{
        font-size: .8em;
        padding-bottom: 3px;
}
span.smallLabel{
	font-size: .8em;
	padding-bottom: 3px;
	display: block;
}
ul#leftList{
	position:relative; 
	display:inline; 
	float:left;
	margin: 10px 15px 0px 0px;
}
ul#rightList{
	margin: 10px;
}
li.narrowSearch{
	color:#0264A4;
}
li.narrowSearch span{
	font-size: .8em;
}
div.topWhite{
	background-color:#fff;
	min-width: 960px;
}
div.secondContainer{
	background-color:#4a5768;
	min-height: 634px;
}
div.contentArea{
	min-height: 489px;
	hasLayout: true;
}
img#tspAd{
	float: right;
    margin: 10px 0;
}
img#careerAd{
	float: right;
}

div#mainContent{
	background-color: #EEEFEF;
    margin: 0 0 10px 10px;
    padding: 15px 0 0 15px;
    width: 636px;
}
div#boardContent{
	background-color: #CCE479;
    margin-bottom: 10px;
    padding: 17px 15px 0;
    width: 249px;
	height: 620px;
}
div#boardContent h5{
    padding-top: 28px;
}

img.videoImages{
	float:left;
}
a.footerVideo img{
	vertical-align: middle;
}
div.frtib-menu  {
    font-size: 1em;
    border-top: 1px solid #E4E4E4;
    z-index: 910;
}
.contentColumn{
	display: inline;
    float: left;
    padding: 0 15px 0 0;
    width: 46%;
}
.boardBios{
	margin-bottom: 3px;
	font-size:.9em;
	line-height: 16px;
}
.marginTop{
        margin-top:10px;
}
.marginBottom{
	margin-bottom:10px;
}
.marginBottom2{
	margin-bottom:36px;
}
.marginTopNone {
    margin-top: 0px;
}
.rightAlign{
	float: right;
}
.centerImage {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
div#bmcontent_short{
	padding-top:15px;
}
div.searchAgainButton a{
	font-size: .9em;
	padding-left: 10px;
}
.position-relative{
	position: relative;
}
div.button-box{
	text-align: center;
	margin-top: 45px;
}
.error-text{
    color: #4A5768;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 25px;
}
a.cursor{
	cursor: pointer;
}
span.strong {
    font-weight: bold;
}
/* #Footer
================================================== */

div#footer{
    position: relative;
    height: 150px;
    clear: both;
	background-color: #f5f5f5;
	color:#51667d;
}
div#footer2 img{
	padding-right: 15px;
}
div#footer span.smallerType{
	font-size: .7em;
	float: left;
}
div#footer2{
	background-color: #ffffff;
    clear: both;
    color: #51667D;
    padding: 14px 0 48px 0;
    position: relative;
	font-size: 0.8em;
}
p.footerP{
	padding-bottom:10px;
}
span.footerText{
	font-weight: bold;
	color:#4a5768;
}
div.lastUpdated{
	color: #ffffff;
	font-size: .8em;
	padding-left: 9px;
}
div.smallestType{
	font-size: .7em;
}
ul.our-vision li {
    color: #4A5768;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 35px;
}
ul li.last-li{
	line-height: 22px;
}

/* #reading room
================================================== */
div.topLink{
	float: right; 
	margin: -44px 14px 0 0;
	background: #ffffff; /*non-CSS3 browsers will use this*/
	background: #ffffff -moz-linear-gradient(top, rgba(228,234,242,.7) 0%, rgba(157,182,207,.9) 100%); /* FF3.6+ */
	background: #ffffff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,234,242,.9)), color-stop(100%,rgba(157,182,207,.9))); /* Chrome,Safari4+ */
	background: #ffffff -webkit-linear-gradient(top, rgba(228,234,242,.7) 0%,rgba(157,182,207,.9) 100%); /* Chrome10+,Safari5.1+ */
	background: #ffffff -o-linear-gradient(top, rgba(228,234,242,.7) 0%,rgba(157,182,207,.9) 100%); /* Opera11.10+ */
	background: #ffffff -ms-linear-gradient(top, rgba(228,234,242,.7) 0%,rgba(157,182,207,.9) 100%); /* IE10+ */
	background: #ffffff linear-gradient(top, rgba(228,234,242,.7) 0%,rgba(157,182,207,.9) 100%); /* W3C */
	-pie-background: linear-gradient(#E4EAF2, #9DB6CF); /*PIE*/
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #a9bfd5;
    border-top: 1px solid #a9bfd5;
    border-left: 1px solid #a9bfd5;
    border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #306289;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  padding: 1px 10px;	
  position: relative;
}
div.topLink img{
	vertical-align: middle;
    width: 39px;
}
.ie6 div.topLink img{
	display: none;
}
.ie6 div.topLink {
	padding: 7px 10px !important;
}
div.leftContent{
	width:48% !important; 
	float:left; 
	margin-right:2%;
	padding: 1%;
}
div.rightContent{
	padding: 1%;
	width: 43% !important;
}
div.fullContent{
	width: 99% !important; 
}
div#rrContent{
	background-color: #EEEFEF;
    margin: 0 0 10px 10px;
    padding: 15px 0 15px 15px;
    width: 96%;
}
div#rrContent p{
    margin-top: 10px;
}
div.rrRow ~ h5 {
    margin: 1.5em 0 .2em 0;
}
div.rrContent{
	background-color: #EEEFEF;
    margin: 0 0 10px 10px;
    padding: 15px 11px 15px 11px;
    width: 95%;
}
div.rrOuterRow span.fullRRSpan {
    font-weight: bold;
}
div.rrOuterRow span.fullRRSpan ~ div.rrInnerRow {
    margin-left: 2.5em;
}
div.rrInnerRow{
    display: inline-block;
    margin: 7px 0;
}
a.rrAsset{
    margin: 0 1.6em 0 0;
    line-height: 1.9em;
    white-space: nowrap;
}
a.rrAssetLong{
    margin: 0 1.6em 0 0;
    line-height: 1.9em;
}
button.rrAsset{
    height: 25px;
    margin-right: 10px;
}
button.rrAsset a.rrAsset{
    margin-right: 0px;
}
p.careerParagraph{
    margin: 15px 15px 0 0;
}
div#empLoginContent{
	background-color: #EEEFEF;
    margin: 0 0 10px 10px;
    padding: 15px 0 15px 15px;
    width: 96%;
}
div#accordion{
	border-left: 0.5px solid #F7F7F7;
    border-right: 0.5px solid #F7F7F7;
    width: 98%;
}
.accordionButton {
    background: url("../images/module_row_bg.png") repeat-x scroll left top transparent;
    border-spacing: 0;
    cursor: pointer;
    line-height: 57px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-pie-border-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 9px 0 4px;
	border: 0px;	
}
#accordionJobs{
	margin-bottom: 2em;
}
div#accordionJobs h6{
	border-bottom: 1px solid #DCE5E5;
}
div.accordionContentJobs{
	margin: .7em 0 1em 1em;
}
div.accordionContent{
    margin-top: 10px;
}
div.accordionButton img{
	float:left;
	margin: 5px 15px 15px;
}
div.accordionButton h5{
	margin:1px 0 0px 37px;
}
div.accordionContent{
	background: #f4f4f4;
	border-right:1px solid #e1dede;
	border-left:1px solid #e1dede;
	border-bottom:1px solid #e1dede;
	padding: 10px 37px;
}
.ui-helper-reset { 
	margin: 0; 
	border: 0; 
	outline: 0; 
	line-height: 1.3; 
	text-decoration: none; 
	font-size: 100%; 
	list-style: none; 
}
img.rrImage{
	padding-left: 10px;
}
/*!
 * jQuery UI Accordion 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 97%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { font-weight: bold; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #0A52AF; text-decoration: none; }
.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus { font-weight: bold; color: #0A52AF; }
.ui-state-hover a, .ui-state-hover a:hover { color: #0A52AF; text-decoration: none; }
/*.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {  font-weight: bold; color: #0A52AF; } */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #4A5768; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
 }

select#selectYear{
	width: 180px !important;
	display: inline !important;
	margin-right: 41px;
}
select#selectMonth{
	width: 180px !important;
	display: inline !important;
}
table.typeButtons td{
	line-height: 24px;
    padding: 6px 5px 0 0;
}
table.paddedTable{
	margin: 10px 15px 0 15px;
}
table.paddedTable td{
	line-height: 25px;
    padding: 0 4px;
}
ul  {
    margin-top:15px;
}
ul.careers-bullets {
	list-style-type: disc !important;
}
ul.careers-bullets li a {
    display: inline-block;
}
ul.bullets li {
    font-size: 1em !important;
    margin: 8px 9px 7px 18px;
}
ul.bullets label{
    font-weight:bold;
    margin-left:15px;
	color: #4A5768;
}
p.bullets  {
    margin-top:15px;
}
p.bullets la{
    font-size: 1em !important;
    margin: 8px 9px 7px 18px;
}
p.bullets label{
    font-weight:bold;
    margin-left:15px;
	color: #4A5768;
}

p.marginBelowP{
	margin-bottom: 10px;
}
input.bmmButton{
	display:inline; 
	margin-left: 30px;
}
div.threeColumns{
    padding-left: 8px;
}
div.threeColumns p{
	padding-top:5px;
}
p.columnHead{
	padding-bottom: 10px;
}
div.padding-right{
	padding-right: 12px;
}

/* #board members
================================================== */
div#boardMemberContent{
	background-color: #EEEFEF;
    margin: 0 0 10px 10px;
    padding: 15px 0 15px 15px;
    width: 96%;
}
h4.h4Header{
	margin-top: 15px;
	font-weight:bold;
	font-size: 1.4em;
	color:#4A5768;
}
div.allBoardContent{
	margin:33px 66px;
}
div.allBoardContent span{
	font-weight:bold;
	font-size: 1.3em;
	color:#4A5768;
}
div.headerBG{
	border-bottom: 1px solid #cccccc;
}
div.headerBG span{
	font-weight:bold;
	font-size: 1.4em;
	color:#4A5768;
}
/* #careers
================================================== */
div.careerLink{
	text-align: right;
}
h6.topJob{
	padding-top: 15px;
}
div#careerContent div {
	display: inline;
    float: left;
    margin: 0 37px 0 -4px;
    width: 409px;
}
div.left-banner p {
    margin-top: .5em;
}
.ie6 div#careerContent div {
	 margin: 0 8px 0 -4px !important;

}
div#images{
	margin: 0 10px 10px 19px;
}
div#images img {
    margin: 0 3px;
}
div#searchTips{
	font-size: .8em;
}
/* #board meeting minutes
================================================== */
div#mminutesContent {
    line-height: 1.8;
    margin: 0;
}
/*
div#bmmContent img{
	float: left;
	padding-right: 10px;
}
div#bmmContent {
	background-color: #EEEFEF;
    margin: 0 0 10px 10px;
    padding: 15px;
    width: 95%;
}
div#bmmContent table {
    margin-left: 23px;
}
*/
div.accordionButtonMM{
    background: none;
	border-bottom:1px solid #CBD6D6;
	border-top:1px solid #CBD6D6;
}
td.colMM1{
	width: 14em;
	padding-right: 15px;
}
td.colMM2{
	width: 14em;
	padding-right: 15px;
}
td.colMM3{
	width: 14em;
	padding-right: 15px;
}


/* #contact
================================================== */
div#contactContent img{
	float: left;
	padding-right: 10px;
}
div#contactContent {
	background-color: #EEEFEF;
    margin: 0 0 10px 10px;
    padding: 15px 0 15px 15px;
    width: 96%;
}
div.leftDiv{
	float: left;
	width: 37%;
	padding-right: 5%;
}
.ie6 div.leftDiv {
    padding-right: 2% !important;
}
div.rightDiv{
	float: right;
	width: 55%;
	padding-right: 3%;
}
div.rightDiv > div {
    padding-bottom:1em;
}
p.greenText{
	font-weight: bold;
	color: #5F711E;
    margin: .1em 0 .5em 0;
}
div.leftDiv img{
	padding-bottom: 10px;
}
ul.contactList li{
	 padding-bottom: 1.5em;
}
ul.contactList{
	font-size: 1.2em; 
	padding:20px ;
}

/* #links
================================================== */

ul.linksList{
	 list-style: square outside none;
	 font-size: 1.2em;
}
ul.linksList p{
	 line-height: 20px;
}
ul.linksListSub{
	 font-size: 1.2em;
	 list-style: square outside none;
}
ul.linksList li{
	 margin-left: 31px;
	 line-height: 32px;
	 padding-top: 15px;
}
ul.linksListSub li{
	padding-top: 0px;
}
/* #privacyPolicy
================================================== */
div.template{
    margin: 0 0 10px 10px;
    padding: 15px 0 15px 15px;
    width: 96%;
}
div.template p{
    margin-top: 10px;
}
/* #employeelogin
================================================== */
div.empLoginButton{
	margin: 2em 34%;
	padding: 9px 13px;
}
.ie6 div.empLoginButton{
	padding: 9px 33px !important;
	margin-left: 30% !important;
	width: 25%;
}
.ie7 div.empLoginButton{
	margin: 2em 40%;
}
div.loginBox{
	margin: 1em 20%; 
	background-color: #f4f4f4; 
	border: 1px solid #ffffff;
	padding: 1em 1em 5em 1em;
}
.ie6 div.loginBox {
    margin: 1% 1% !important;
    padding: 1% !important;
	width: 40%;
}
/* #procurement
================================================== */
form#tess_request {
    width: 87%;
}
form.registration-form td.form-label {
text-align: right;
vertical-align: middle;
width: 20%;
}
form.registration-form label {
font-weight: bold;
}
form.registration-form td.input-wrapper {
font-size: 1.2em;
padding-left: 10px;
}
form.registration-form td.certify {
padding-top: 10px;
}
input.agree-checkbox {
margin: 2px 8px 0px 0px;
}

/* #search
================================================== */
a#tips{
	padding-left: 10px;
}
a.tips{
	padding-left: 10px;
}
div.tipsBox{
	display:inline;
}
div#searchContent {
    width: 96%;
	margin: 0 2% 2% 2%;
}
form.formborder {
    line-height: 33px;
    padding: 15px 21px 2px 21px;
}
form.formborder p{
    font-size: .9em;
	padding-bottom: 10px;
}
form.formborder input{
	float:left;
}
form.formborder input.search-field{
	font-size: 1.2em;
}
input.searchButton{
	margin-left: 2%;
}
.inline{
	display: inline;
}
div#searchTips{
	border: 1px solid #CCCCCC;
    padding: 10px;
    width: 50%;
}
table.searchResults{
	margin: 10px 0;
    width: 100%;
}
table.searchResults td{
	padding: 2px 24px;
	background-color: #CCE479;
	vertical-align: baseline;
	height: 24px;
	line-height: 23px;
}
table.searchResults td.alignRight{
	text-align: right;
	font-size: .8em;
}
table.searchResults td.alignRight a{
	padding-left: 10px;
}
div.mainSearchDiv{
	padding: 2px 24px;
}
div.mainSearchDiv li{
	padding-top: 10px;
}
div.mainSearchDiv td{
	border-bottom: 1px solid #CCE479;
    padding-bottom: 10px;
    vertical-align: top;
}
.green{
	color: #677D14;
    float: left;
}
span.right{
	float: right;
	color: #677D14;
    text-align: right;
}

.tooltip {
	background-color:#EDEDED;
	border:1px solid #003099;
	padding:10px 15px;
	width:360px;	
	display:none;
	color:#4A5768;
	text-align:left;
	font-size: 1em;
	z-index: 2;
	-pie-border-radius:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
}

.tooltip2 {
	background-color:#EDEDED;
	border:1px solid #003099;
	padding:10px 15px;
	width: 640px;	
	display:none;
	font-size: 1em;
	color:#4A5768;
	text-align:left;
	z-index: 2;
	-pie-border-radius:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
h9{
	font-size: 14px;
	color:#4A5768;
	font-weight: bold;
	padding-bottom: 10px;
}
.tooltip  h3 {
	margin-top: 0px; 
	color: #4A5768;
}

.tooltip a {
	color:red; 
	text-decoration: none;
}
.tooltip a:hover{
	color: red;
	text-decoration: underline;
}
iframe.bgiframe {
	background-color:#000044;
	border:1px solid #000044;	
	color:#4A5768;
}
div.noResults{
	padding: 10px 35px;
}
div.noResults ol{
	font-size: 1.2em;
    list-style: circle outside none;
    margin: 9px 45px;
    width: 70%;
}
.ie7 div.noResults ol{
	list-style-type: circle;
	display: inline;
	margin-left: 0px;
}
div.mainSearchDiv ol li table{
	width: 100%;
}

span.footer-link1{
    font-size: .7em; 
    float: right; 

}
span.footer-link{
	font-size: .7em; 
    float: right; 
	margin-right: 8em;

}


.pad20Top{
	padding-top:20px;
}
span.highlight{
	background:#FCFFCD;
}
.ie7 input.searchButton{
	margin-left: 30px;
	padding: 8px 10px 8px 10px;
}
.ie7 form.formborder {
	line-height: 0px !important;
	padding:  0px !important;
	margin: 10px 0 0 10px;
	overflow: hidden;
}
.ie7 form.formborder p {
	line-height: 1.3em;
}
.ie7 form.formborder div.position-relative {
	margin-bottom: 1em;
}
.ie7 div.fix-ie {
	overflow: hidden;
}

.ie7 a.tips {
	padding: 10px 10px 15px 0;
	line-height: 1.3em;
}
.ie8 input.searchButton{
	margin-left: -20px;
}
/* #footer
================================================== */
img.videoImages{
	cursor: pointer;
}
  /* ========================================================================== */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/* used by callouts on Home page */
.calloutBox {
    background-color: #ffffff;
    width: 259px;
    float: right;
    padding: 10px;
}

.calloutHeader {
    color: #666666;
    display: inline-block;
}


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}