body {
  font-family: Trebuchet MS, Trebuchet, Verdana, Helvetica, sans-serif;
  margin: 0px;
}

img {
  border: 0px;
}

a {
  outline: none;
}

#oneCol, #twoCol, #mast, #nav {
  width: 900px;
  margin: 0px auto;
  clear: both;
}
#border {
  width: 860px;
  border-width: 20px 20px 0px;
  border-color: #dae5eb;
  border-style: solid;
  padding: 22px 0px 30px;
}

#oneCol #content {
  width: 100%;
}

#twoCol #content {
  width: 501px;
  float: left;
  padding-right: 20px;
}
#border #content {
  width: 501px;
  padding: 0px 20px;
  position: relative;
}

#twoCol #sidebar {
  width: 379px;
  float: left;
  text-align: right;
}
#border #sidebar {
  width: 319px;
  text-align: left;
}

#stretch {
  clear: both;
  font-size: 1px;
}

img.padBot {
  margin-bottom: 20px;
}

/* Masthead and Navigation */
#mast {
  height: 179px;
  padding-top: 10px;
}
#logo {
  float: left;
  height: 179px;
}
#staffNav {
  float: right;
  margin-top: 68px;
}
#staffNav .line {
  padding: 0 10px;
  float: left;
}
#staffNav .staff1, #staffNav .staff2 {
  display: block;
  float: left;
  height: 10px;
  width: 242px;
  margin-top: 2px;
  background: transparent url(/images/nav/staff.png) no-repeat 0 0;
  text-indent: -9999px;
  font-size: 0;
}
#staffNav .staff2 {
  background-position: 0 -10px;
  width: 297px;
}

#nav {
  height: 29px;
  padding: 29px 0px 13px;
  z-index: 200;
}

#nav div {
  float: left;
  height: 29px;
  z-index: 200;
}

  #nav div div {
    float: none;
  }

#nav a {
  display: block;
  height: 29px;
  /*width: 100%;*/
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 26px;
  text-align: left;
  padding: 0 0 0 5px;
}

  #nav a:hover {
    color: #ebae11;
  }

#nav #navHome a {
  padding-left: 0;
  /*width: 60px;*/
}
#nav #navHome a {
  /*background: transparent url(/images/nav/home.gif) no-repeat center left;*/
}

#nav #navHistory {
  /*width: 205px;*/
}
#nav #navHistory a {
  /*background: transparent url(/images/nav/history.gif) no-repeat center center;*/
}

#nav #navServices {
  /*width: 100px;*/
}
#nav #navServices a {
  /*background: transparent url(/images/nav/services.gif) no-repeat center center;*/
}

#nav #navPeople {
  /*width: 84px;*/
  position: relative;
}
#nav #navPeople a {
  /*background: transparent url(/images/nav/people.gif) no-repeat center center;*/
}

#nav #navMission {
  /*width: 198px;*/
  position: relative;
}
#nav #navMission a {
  /*background: transparent url(/images/nav/mission.gif) no-repeat center center;*/
}

#nav #navNews {
  /*width: 157px;*/
}
#nav #navNews a {
  /*background: transparent url(/images/nav/news.gif) no-repeat center center;*/
}

#nav #navContact {
  /*width: 90px;*/
}
#nav #navContact a {
  /*background: transparent url(/images/nav/contact.gif) no-repeat center right;*/
}

#nav .line { 
  margin-top: 8px;
  margin-left: 5px;
}

#nav .sub-nav-item {
  color: #80A4B8;
  line-height: 16px;
  padding-left: 8px;
  text-transform: none;
  font-weight: bold;
}

/* People subnav */
#nav #navPeople:hover #subnavPeople, #nav #navPeople a:hover #subnavPeople,
#nav .hover #subnavPeople {
  display: block;
}

#nav #subnavPeople {
  display: none;
  position: absolute;
  top: 29px;
  margin-left: -3px;
}

#nav #subSponsorship, #nav #subMinistry, #nav #subCorporate {
  width: 175px;
  height: 25px;
  background-color: #ffffff;
  padding: 3px 0px;
}

#nav #subnavPeople a {
  width: 175px;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  background-position: 6px top;
}

#nav #subnavPeople a:hover {
  /*background-position: 6px bottom;*/
  color: #ebae11;
}

/*#nav #subSponsorship a {
  background-image: url(/images/nav/people-sponsorship.gif);
}

#nav #subMinistry a {
  background-image: url(/images/nav/people-designee.gif);
}

#nav #subCorporate a {
  background-image: url(/images/nav/people-corporate.gif);
}*/

#nav #subnavPeople .shadBottom {
  height: 10px;
  width: 175px;
  padding-left: 3px;
}

#nav #subnavPeople .shadBottom img {
  float: left;
}

#nav #subnavPeople .shadBottom div {
  height: 10px;
  margin-left: 7px;
  width: 165px;
  background: transparent url(/images/navShadow/bottom.png) repeat-x top left;
}

#nav #subnavPeople .shadRight {
  width: 10px;
  height: 75px;
  position: absolute;
  left: 175px;
  top: 0px;
  padding-top: 3px;
}

#nav #subnavPeople .shadRight img {
  display: block;
  float: left;
}

#nav #subnavPeople .shadRight div {
  width: 10px;
  height: 80px;
  background: transparent url(/images/navShadow/right.png) repeat-y top left;
  margin-top: 10px;
}

/* Mission subnav */
#nav #navMission:hover #subnavMission, #nav #navMission a:hover #subnavMission,
#nav .hover #subnavMission {
  display: block;
}

#nav #subnavMission {
  display: none;
  position: absolute;
  top: 29px;
}

#nav #subMission, #nav #subSponsor {
  width: 198px;
  height: 25px;
  background-color: #ffffff;
  padding: 3px 0px;
}
#nav #subRoles {
  width: 198px;
  height: 55px;
  background-color: #ffffff;
  padding: 3px 0px;
}

#nav #subnavMission a {
  width: 198px;
  display: block;
  background-repeat: no-repeat;
  background-position: 6px top;
}

#nav #subnavMission a:hover {
  /*background-position: 6px bottom;*/
  color: #ebae11;
}

/*#nav #subMission a {
  height: 25px;
  background-image: url(/images/nav/mission-mission.gif);
}

#nav #subSponsor a {
  height: 25px;
  background-image: url(/images/nav/mission-ministries.gif);
}

#nav #subRoles a {
  height: 55px;
  background-image: url(/images/nav/mission-roles.gif);
}*/

#nav #subnavMission .shadBottom {
  height: 10px;
  width: 198px;
  padding-left: 3px;
}

#nav #subnavMission .shadBottom img {
  float: left;
}

#nav #subnavMission .shadBottom div {
  height: 10px;
  margin-left: 7px;
  width: 188px;
  background: transparent url(/images/navShadow/bottom.png) repeat-x top left;
}

#nav #subnavMission .shadRight {
  width: 10px;
  height: 105px;
  position: absolute;
  left: 198px;
  top: 0px;
  padding-top: 3px;
}

#nav #subnavMission .shadRight img {
  display: block;
  float: left;
}

#nav #subnavMission .shadRight div {
  width: 10px;
  height: 110px;
  margin-top: 10px;
  background: transparent url(/images/navShadow/right.png) repeat-y top left;
}


/* Home */
#homeContent {
  width: 571px;
  height: 493px;
  float: left;
  margin-right: 20px;
}
#homeContent img {
  display: block;
}

#homeSidebar {
  width: 309px;
  height: 493px;
  float: left;
}
#homeSidebar img {
  display: block;
}

#homeLegal {
  clear: both;
  padding: 14px 0px 20px;
  color: #5d87a1;
  font-size: 10px;
  letter-spacing: 0.5px;
}


/* Sidebar */
#sidebar div {
  margin-bottom: 15px;
}

#sidebar .thinBorder {
  border: 3px solid #d1d2d4;
}

#sidebar .thickBorder, img.thickBorder {
  border: 13px solid #d1d2d4;
}

#sidebar .caption {
  position: relative;
  top: -10px;
  padding-right: 20px;
  color: #808285;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
}

#sidebar .fsiSymbol, .photo .fsiSymbol {
  background: transparent url(/images/fsi-symbol.gif) no-repeat center center;
  height: 91px;
}


/* Content */
img.header {
  display: block;
  margin-bottom: 15px;
}

#content {
  font-size: 13px;
}

#content .headline {
  color: #eaad12;
  letter-spacing: 1.5px;
  font-size: 14px;
}

#content .subhead {
  color: #5d87a1;
  letter-spacing: 1.5px;
  line-height: 25px;
}

#content .text {
  color: #808285;
  margin-bottom: 20px;
  line-height: 20px;
  letter-spacing: 0.3px;
}

#content .compress .text {
  margin-bottom: 5px;
}
#content .compress .break {
  margin-top: 20px;
}

#content .bullet1 {

}
#content .bullet1 .subBullet {
  color: #eaad12;
}

#content .bullet2 {
  margin-left: 20px;
  color: #5d87a1;
}
#content .bullet2 .subBullet {
  color: #808285;
}
#content .single .spacer {
  font-size: 1px;
  line-height: 0px;
}
#content .double .spacer {
  font-size: 12px;
}

#content a {
  color: #eaad12;
  text-decoration: none;
}
#content a.blue {
  color: #5d87a1;
  text-decoration: none;
  letter-spacing: 0.6px;
  line-height: 20px;
}

/* People */
#content .peopleList {
  margin-bottom: 15px;
}

#content .person {
  clear: both;
  width: 860px;
}

#content .person .data {
  width: 491px;
  float: left;
  padding: 0px 30px 40px 0px;
}

#content .person .name {
  color: #5d87a1;
  font-size: 16px;
  letter-spacing: 0.5px;
}

#content .person .photo {
  width: 300px;
  float: left;
  padding-bottom: 40px;
}

#content .person .photo img {
  margin-bottom: 10px;
}

#content .person .first {
  position: absolute;
  top: 0px;
  left: 541px;
}

#border .news .subhead {
  letter-spacing: 0.35px;
}

/* Staff Access */
#access-form p {
	margin: 0 0 5px 0;
}
#access-form label {
	float: left;
	width: 60px;
	padding-right: 7px;
	line-height: 23px;
	text-align: right;
}
#access-form button {
	margin: 0 0 20px 70px;
}
#access-logout {
	position: absolute;
	top: 12px;
	left: 780px;
	width: 60px;
}
#file-access {
	min-height: 500px;
	height: auto;
	padding-left: 0;
	list-style: none;
}
#file-access h4 {
	margin: 10px 0 0 0;
	padding-top: 10px;
	color: #808285;
	border-top: 1px solid #EEE;
	cursor: pointer;
}
#file-access li:first-child h4 {
	border-top: 0;
}
#file-access ul.file-listing,
#file-access ul.folder {
	display: none;
	padding-left: 0;
	list-style: none;
	margin-top: 5px;
	background: url(/images/dotted_folder_line.gif) bottom left no-repeat;
}
#file-access ul.file-listing li,
#file-access ul.folder li {
	padding-left: 15px;
}
#file-access ul.folder {
	background: none;
	border-left: 1px dotted #CCC;
}
#file-access ul.file-listing {
	margin-top: 0;
}
#file-access ul.file-listing li {
	padding-top: 3px;
	background: url(/images/dotted_file_line.gif) 0 12px no-repeat;
}
#file-access ul.file-listing li:first-child {
	padding-top: 7px;
	background-position: 0 16px;
}
#file-access ul.folder h4 {
	margin-top: 5px;
	padding-top: 0;
	border: 0;
}
#file-access .root-folder {
	margin: 10px 0 0 0;
	border-top: 1px solid #EEE;
}
#file-access .root-folder ul.file-listing {
	display: block;
	margin-top: 0;
	padding-top: 5px;
	background: none;
}
#file-access .root-folder ul.file-listing li {
	padding-left: 0;
	background: none;
}
