/* ----- HTML definitions  */

* { 
  margin: 0;
  padding: 0;
}

/* 
   this forces a scroll bar on Firefox on all pages
   to avoid the shifting of content when a scrollbar
   appears and disappears on different pages.
*/
HTML { 
  min-height: 101%;
}

BODY { 
  font-family : Arial, Helvetica, sans-serif;
  font-size : 0.8em;
  margin: 0;
  color: black;
  background-color: white;
}

TABLE {
  font-size : 1.0em;
}

IMG { 
  border : 0;
}

P { 
  margin: 0.5em auto;
}

A:hover { 
  background-color: #999;
  color: #fff;
  text-decoration: none;
}

UL, OL { 
  margin-top: 1.0em;
  margin-bottom: 1.0em;
}

UL LI, OL LI { 
  margin-right: 4.0em;
  margin-bottom: 0.5em;
  margin-left: 2.5em;
}

H4 { 
  margin-top: 1.5em;
  margin-bottom: -0.5em;
}

/* for special print-related text */

#printheader, .printtitle, #printfooter { 
  display: none;
}

/* ----- Site definitions  */

#container { 
  width: 851px;
  position: relative;
  left: 50%;
  margin-left: -425px;
  color: black;
  background: #fff url(../images/bg851.png) repeat-y center;
}

#header {
  width: 851px; 
  height: 80px;
  margin:0; 
  color: black; 
  background: white url(../images/banner851.png) no-repeat top left;
}

.navbar {
  width: 851px; 
  position: relative;
  top: 50px;
  height: 30px;
  color: black; 
  background: white url(../images/navbar851.png) no-repeat top left;
}	

.navbar UL {
  position: relative;
  top: 7px;
  left: 35px;
  display : inline;
}

.homenavbar UL {
  left: 91px !important; 
}

.navbar UL li {
  display : inline;
  margin: 0;
  padding: 0;
  color : white;
  background-color: transparent;
}

.navbar UL li A {
  font-family: "Lucida Grande", Helvetica, Sans-Serif;
  font-size: 0.9em;
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
  color : white;
  background-color: transparent;
  padding-left: 0.4em;
  padding-right: 0.4em;
}	

.feedlogo { 
  display: inline;
  position: relative;
  top: 7px;
  right: -105px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 0.9em;
  font-variant: small-caps;
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.homefeedlogo { 
  right: -161px !important;
}

.feedlogo A { 
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.feedlogo IMG { 
  vertical-align: middle;
}


.dropcap {
  margin-top: 1.0em;
}

.homedropcap {
  margin-top: 0em;
}

.dropcap:first-letter, .homedropcap:first-letter {
  float: left;
  margin-top: 0;
  color: #333365;
  background-color: transparent;
  padding-top: 0.1em;
  font-size: 3em;
  line-height: .8em;
  font-weight: bold;
  font-family: "Times New Roman", Times, Serif;
}

.standout { 
  font-weight: bold;
  font-style: italic;
}

/* ----- side bar  */

#side1 { 
  position: absolute;
  top: 86px;
  left: 25px;
  width: 200px;
  font-size: 0.85em;
  padding: 0em 1.0em 1.0em 0em;
  border-right: 1px solid #cfcfcf;
}

#side1 #quote { 
  padding: 0.25em;
  margin-bottom: 0.5em;
  color: black;
  background-color: #ecf1f6;
  border: 1px solid #666666;
}

#side1 #quote A { 
  color: black;
  background-color: transparent;
}

#side1 #quote .title { 
  font-size: 1.2em;
  font-weight: bold;
}

#side1 #whatsnew { 
  background-color: #ecf1f6;
  border: 1px solid #666666;
  border-bottom: 1;
/*  padding-right: 1.25em; */
}

#side1 #whatsnew .title { 
/*  background-color: #fff500; */
/*  background-color: #071552; */
  background-color: #273572;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid black;
}

#side1 #whatsnew .body { 
  padding: 0.25em;
  color: black;
}

#side1 UL { 
  margin: 0;
  padding: 0;
}

#side1 UL LI { 
  margin: 0 0 .5em 2em;
  padding:0;
/*
  list-style: none;
*/
}

/* menu items */

#isemenu { 
  color: black;
  background-color: #ecf1f6;
  margin-bottom: 1.0em;
  border: 1px solid #666666;
}

#isemenu .menutitle { 
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0.1em;
  color: black;
  background-color: #ddd;
  padding: 2px 5px;
}

#isemenu .notfirst { 
  margin-top: 1.0em;
}

#isemenu A { 
  color: black;
  background-color: #ecf1f6;
  text-decoration: none;
}

#isemenu A:hover { 
  color: white;
  background-color: #999;
}

#isemenu .isemenu1 { 
  padding: 0;
  margin: 0 .25em .25em 1em;
}

#isemenu .isemenu2 { 
  padding: 0;
  margin: 0 .25em .25em 2.0em;
}

#isemenu LI.isemenu2 { 
  margin-left: 2.5em;
}

/* ----- content  */

/* content for 1-column pages */
#content1 {
  padding: 5px 75px 1.0em 75px;
  text-align: left;
}

/* content for 2-column pages */
#content2 {
  padding: 5px 2.5em 1.0em 252px;
  text-align: left;
}

#homegraphic .img { 
  border: 2px solid #666666; 
  vertical-align: top;
  margin: 0.5em 0.5em 0.25em auto;
}

#homegraphic .caption { 
  font-size: 0.9em;
  font-style: italic;
  margin: 0em auto auto 0em;
  width: 450px;
}

.leftgraphic { 
  float: left;
  border: 0px solid #999; 
  margin: 0em 1em 0em 0em;
}

.rightgraphic { 
  float: right;
  border: 0px solid #999; 
  margin: 0em 0em 0em 1em;
}

#hometagline { 
  width: 98%;
  color: #263471;  /* 38,52,113 */
  background-color: white;
  border: solid #263471;
  border-width: 7px 0;
  padding: 0.25em 0.5em;
  margin: 0.25em 1em 1em 0;
  text-align: center;
}

#hometagline .head { 
  font-size: 1.5em;
  font-weight: bold;
  margin: 0em;
}

#hometagline .tail { 
  font-size: 1.3em;
  margin: 0em;
  font-style: italic;
}

#homecommunities {
/* margin-left: 5em; */
 margin: 1em auto 1em 3em;
}

.rpullquote, .lpullquote { 
  width: 50%;
  color: #263471;  /* 38,52,113 */
  background-color: white;
  border: solid #263471;
  border-width: 7px 0;
  padding: 0.25em 0.5em;
  margin: 0.25em 0em;
}

.rpullquote .title, .lpullquote .title{ 
  background-color: #fff500;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.rpullquote { 
  float: right;
  margin-left: 1em;
}

.lpullquote { 
  float: left;
  margin-right: 1em;
}

#footer {
  position: relative;
  left: 25%;
  width: 50%;
  font-size: 1em; 
  text-align: center; 
  margin-top: 0.5em;
  padding-top: 1.0em;
  border-top: 1px solid #cfcfcf;
}

/* this is required! */
#footer #bottom { 
  width: 851px;
  height: 42px;
  position: relative;
  left: 50%;
  margin-left: -426px;
  color: black;
  background: white url(../images/bottom851.png);
}


#validated { 
  position: relative;
  top: 55px;
  left: 642px;
  width: 190px;
  z-index: 99;
}


.tbg {
  padding:0;
  margin:0;
  border: 1px;
  height: 28px;
  float: left;
}

.tbg1 {
  background-image: url("../images/tabfront.jpg");
  width: 1px;
}

.tbg2 {
  background-image: url("../images/tabBG.jpg");
  font-size: 1.2em;
  font-weight: bold;
  color: #333365;
  background-color: white;
  padding-left: 0.25em;
  padding-right: 0.5em;
}

/* must have separate container for padding within tbg2 */
.ttext { 
  padding-top: 6px;
}

.tbg3 {
  background-image: url("../images/tabend.jpg");
  width: 18px;
}

.tbg4 {
  clear: both;
}

#embeddedbox {
  position: relative;
  top: -2px;
  left: -2px;
  width: 80%; 
  margin: 2.0em auto auto 2.0em;
  color: black;
  background-color: #ecf1f6; 
  padding: 0.5em 1em;
  border: 2px solid #ccc;
}

#embeddedbox #title {
  text-align: center;
  font-weight: bold;
  font-size : 1.3em;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #bbbbbb;
  margin-bottom: 1.0em;
}

#embeddedbox OL {
  padding: 0;
  margin: 0.5em 2.0em;
}

#embeddedbox OL LI {
  margin-bottom: 0.4em;
}

#embeddedbox .biglinks { 
  text-align: center;
  font-weight: bold;
  font-size : 1.3em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

/* perf measures pages */

#perfmandates { 
  width: 700px;
  background-color: #a5b9ca;
  padding-bottom: 1.0em;
  margin-top: 1.0em;
}

#perfmandates .title { 
  width: 700px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
}

#mandatelist { 
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#mandatelist .listbox { 
  font-size: 0.9em;
  text-align: center;
  background-color: white;
  width: 115px;
  float: left;
  height: 2.8em;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: middle;
  display: table;
}

#mandatelist .listbox P { 
  vertical-align: middle;
  display: table-cell;
}

#perfarrows { 
  height: 20px;
}

#perffw { 
  width: 700px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  background-color: #5f8cac;
}

#perfmeasures { 
  width: 700px;
  background-color: #a5b9ca;
}


#perfmeasures .perfc { 
  width: 149px;
  float: left;
  margin: 5px 12px 0px 12px;
}

.perfc { 
  height: 490px;
}

.perfc .perfarea { 
  background-color: white;
  height: 2.8em;
  border: 1px solid #333;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px;
}


.perfc .perftext { 
  height: 230px;
}

.perflinklist .perflink { 
  background-color: #0d4774;
  color: white;
  border: 1px solid #333;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px;
  width: 132px;
  float: left;
  margin-top: 0.5em;
}

.perflink A { 
  text-decoration: underline;
}

#supportingdata .funcarea { 
  font-weight: bold;
  margin-top: 2.0em;
  border-top: 1px solid #ddd;
  padding-top: 1.0em;
}

#supportingdata .measure { 
  font-style: italic;
}

#supportingdata .measurestat { 
  float: right;
  margin: 0.5em 1em auto 2em;
}

#measuredata { 
  position: absolute;
  top: 505px;
  left: 100px;
  width: 600px;
  display: none;
  margin-top: 2.0em;
  padding: 0.5em 1.0em;
  background-color: #eee;
  border: 4px;
  border-style: solid inset inset solid;
  border-color: #444 #666 #666 #444;
}

#stackedboxes { 
  margin: 2.0em auto;
}

#stackedboxes .header { 
  font-size: 1.1em;
  font-weight: bold;
}

#stackedboxes #box1 { 
  padding: 0.5em 1.0em;
  background-color: #bbe0e3; 
}

#stackedboxes #box2, #stackedboxes #box4 { 
  padding: 0.5em 1.0em;
  background-color: #e7f3f4;
}

#stackedboxes #box3 { 
  padding: 0.5em 1.0em;
  background-color: #f3f9fa; 
}

#stackedboxes UL { 
  margin: 0;
  padding: 0;
}

/* contactus page specific  */

#sitecomment { 
  margin-top: 2.0em;
  padding: 0em 1em 0.5em 1em;
  width: 40em;
  color: white;
  background-color: #eee;
  border: 1px solid black;
}

#sitecomment p#instructions { 
  margin-bottom: 1.5em;
}

#sitecomment #regarding .title { 
  display: inline;
  margin-right: 0.5em;
}

#sitecomment #comment .title { 
  margin: 0.25em auto;
}

#sitecomment #comment .title #remaining { 
  border: 0;
  width: 2.1em;
  text-align: right;
  background-color: transparent;
}

#sitecomment #comment #msg { 
  height: 10em;
  width: 38em;
  margin-bottom: 1em;
}


/* privacy pages specific */

.privacy { 
/* having problems with the bg image in IE6 so just removed it for now
  background-image : url(../images/privacyglobebg.png);
  background-image : url(../images/privacyglobebg.gif);
  background-position: 30% 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
*/
}

.privacyfocus { 
  margin: 2em 7%;
  border: 2px solid #ddd;
  padding: 0.25em 1.0em;
}

#privacytitle { 
  font-weight: bold;
  margin-top: 1.0em;
  border-top: 1px solid #ddd;
}

#privacytabs {
  float: right;
  color: black;
  background-color: #ecf1f6;
  margin: 1.0em 1.0em;
  border: 1px solid #666666;
  font-size: 0.85em;
  width: 15em;
}

#privacytabs li {
  margin: 1em 0;
  padding: 0 1em;
  list-style: none;
}

#privacytabs li.menutitle { 
  font-weight: bold;
  font-style: italic;
  margin-top: -1em;
  margin-bottom: 0.1em;
  color: black;
  background-color: #ddd;
  padding: 2px 5px;
}

#nsisquote { 
  margin: 1em 250px 1em 1em; 
  padding: 0.5em 1em; 
  border: 1px solid #bbb;
}

/* archives page specific */

#archives .date { 
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  margin-top: 1.5em;
  margin-bottom: -0.5em;
}

/* for organization page only */

#orgchart {
/* doesn't work in IE
  position: relative;
  left: 50%;
  margin-left: -240px;
*/
  margin-left: 30px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eee;
}

/* for timeline */

#timeline { 
  margin-top: 1.5em;
}

#timeline .container { 
  margin: 0.25em auto 0.5em 1.0em;
}

#timeline .when {
  float: left;
  width: 5em;
  font-family: "Times New Roman", Serif;
  font-weight: bold;
}

#timeline .what { 
  width: 33em;
  margin-left: 5em;
}

/* in the news page */

.monthofnews { 
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  margin-top: 1.0em;
}

/* pages with lists of document links */

#documentcontainer { 
  margin-top: 1.0em;
  margin-left: 2.0em;        
}

#documentcontainer .section { 
  margin-bottom: 1.0em;
}

#documentcontainer .listofdocs { 
  margin-top: 0em;
}

#documentcontainer .listofdocs LI { 
  margin-bottom: 0em;
}

#documentcontainer .title { 
  font-weight: bold;
  font-size: 1.0em;
}

/* sitemap */

#sitemap { 
  margin-top: 2.0em;
}

#sitemap .sm1 { 
  font-size: 1.4em;
  margin: 1.0em auto 0.5em 1.0em;
}

#sitemap .sm2 { 
  font-size: 0.9em;
  margin: auto auto 0.5em 1.0em;
}

#sitemap .sm3 { 
  font-size: 0.9em;
  margin: auto auto 0.5em 2.5em;
}

#quickindex { 
  position: absolute;
  top: 140px;
  margin-left: 350px;
  width: 320px;
  border: 2px solid #ccc;
  color: black;
  background-color: #eee;
  padding: 0em 1em;
}

#quickindex UL { 
  margin: 0;
  padding: 0;
  list-style: none;
}

#quickindex LI { 
  margin: 0;
  padding: 0;
  margin-bottom: 1.0em;
  
}

/* works only for Gecko (CSS2-compliant) browsers */
#quickindex LI:before { 
  content: "\00BB \0020"
}

/* HTTP 404 page */

#page404 { 
  font-family: "Courier New", Courier, mono, sans-serif;
  font-size: 1.3em;
}

#page404 #title { 
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em auto;
}


/* google search page */

#searchbox { 
  margin: 1.0em auto 0em auto;
  text-align: center;
}

#searchresults {
  padding: 5px 20px 0em 30px;
  text-align: left;
}

/* title background */

.titlecontainer { 
  margin-bottom: 0em;
}

.maintitle { 
  font-size: 1.2em;
  font-weight: bold;
  color: #333365;
  background-color: white;
  padding-left: 0.25em;
  padding-right: 0.5em;
}

#ctisspubs { 
  float: right;
  width: 60%;
  color: #263471;  /* 38,52,113 */
  background-color: white;
  border: solid #263471;
  border-width: 7px 0;
  padding: 0.25em 0.5em;
  margin: 0.25em 1em;
}

#usingctisr {
  float: right;
  width: 60%;
  color: #263471;  /* 38,52,113 */
  background-color: white;
  border: solid #263471;
  border-width: 7px 0;
  padding: 0.25em 0.5em;
  margin: 0.25em 1em;
}

