@import url("reset-fonts-grids-min.css");
/* Imported Styles */
html,
body {
  height: 100%;
}
html {
  background: transparent url(../images/banner-bg-right.gif) repeat-x scroll 0 0;
}
body {
  background: transparent url(../images/banner-bg-left.gif) no-repeat scroll 0 0;
  font-family: Arial, Helvetica, "Lucida Grande", Verdana, sans-serif;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
a {
  color: #3d5f99;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
#custom-doc {
	width: 100%;
	min-width: 250px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;

  *margin: 0 auto -1em;
}
#hd,
.wrapper,
.yui-g.promo,
.ft-wrapper,
.share {
  min-width: 974px;
  width: 73.074em;
  margin: 0 auto;
}
#hd {
  position: relative;
}
.acsLogo {
  padding-top: 30px;
}
.downloadHandbook {
  float: right;
}
.tr-btn {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 10px 10px 5px 10px;
  background: url(../images/top-btn-bg.png) repeat-x;
  /* IE*/

  background: -moz-linear-gradient(center top, #6183c3 10%, #ffffff 100%);
  background: -webkit-gradient(linear, 0% 10%, 0% 100%, from(#6183c3), to(#ffffff));
}
/* Title and Headings Styles */
h1 {
  font-size: 180%;
  text-transform: uppercase;
}
h2 {
  font-size: 160%;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 110%;
  font-weight: bold;
}
h5 {
  font-size: 95%;
}
h6 {
  font-size: 90%;
}
.title-acs {
  color: #e6b300;
}
.title-text {
  color: #3d5f99;
}
.title-acs,
.title-text {
  font-family: 'Molengo', serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 0.9;
}
.main-title {
  float: right;
  position: relative;
  top: -25px;
}
.main-title .title-acs {
  float: left;
  margin-right: 10px;
}
.main-title .title-text {
  float: left;
  width: 280px;
}
.content-main-title .title-acs,
.content-main-title .title-text {
  font-size: 42px;
}
/** Carousel **/
#carousel {
  width: 974px;
  height: 300px;
  margin-bottom: 15px;
  float: left;
  overflow: hidden;
}
#carousel dl {
  width: 974px;
  height: 300px;
}
.easy-accordion {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.easy-accordion dt,
.easy-accordion dd {
  position: absolute;
  margin: 0;
  padding: 0;
}
.easy-accordion dt {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -moz-transform-origin: 173px -107px;
  height: 30px;
  z-index: 5;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  padding: 10px 15px;
  color: #ffffff;
}
.easy-accordion dd {
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}
.easy-accordion dt.active {
  opacity: 1;
}
.easy-accordion dd.active {
  z-index: 3;
  opacity: 1;
}
.easy-accordion dd.no-more-active {
  z-index: 2;
  opacity: 1;
}
.easy-accordion dd.plus {
  z-index: 4;
}
.easy-accordion .tab-arrow {
  background: transparent url(../images/sprite.png) no-repeat scroll 0px -44px;
  *background: transparent url(../images/tab-arrow.png) no-repeat scroll 0 0;
  /* IE7 and below */

  background: transparent url(../images/tab-arrow.png) no-repeat scroll 0 0\0/;
  /* IE8 */

  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -moz-transform-origin: 10px 10px;
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
}
.easy-accordion dd {
  background-color: #ffffff;
  background-image: url(../images/slide-bg.jpg);
  background-repeat: no-repeat;
  padding: 15px 20px;
}
dd.slide-lead {
  background-position: right 0px;
}
dd.slide-collaborate {
  background-position: right -300px;
}
dd.slide-advance {
  background-position: right -600px;
}
dd.slide-learn {
  background-position: right -900px;
}
dd.slide-benefit {
  background-position: right -1200px;
}
#carousel dd p {
  width: 230px;
}
#carousel dd ul {
  margin: 10px 0 20px;
}
#carousel dd ul li {
  background: transparent url(../images/bullet-arrow.png) no-repeat scroll 0 4px;
  margin: 5px 0;
  padding-left: 15px;
}
.tab-lead {
  background-color: #888888;
}
.tab-collaborate {
  background-color: #555555;
}
.tab-advance {
  background-color: #154481;
}
.tab-learn {
  background-color: #6d98ab;
}
.tab-benefit {
  background-color: #e7a522;
}
.slide-lead h1,
#navLead {
  color: #888888;
}
.slide-collaborate h1,
#navCollaborate {
  color: #555555;
}
.slide-advance h1,
#navAdvance {
  color: #154481;
}
.slide-learn h1,
#navLearn {
  color: #6d98ab;
}
.slide-benefit h1,
#navBenefit {
  color: #e7a522;
}
/* Carousel Dot Navigation */
#carouselNav {
  float: left;
}
#carouselNav a {
  background-image: url(../images/navstates.png);
  background-position: 0 -44px;
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
  display: inline-block;
  text-decoration: none;
}
#carouselNav a:hover {
  text-decoration: none;
}
#carouselNav a.active {
  background-position: 0 -22px;
  width: 22px;
}
#carouselNav a.navLead {
  background-color: #888888;
}
#carouselNav a.navCollaborate {
  background-color: #555555;
}
#carouselNav a.navAdvance {
  background-color: #154481;
}
#carouselNav a.navLearn {
  background-color: #6d98ab;
}
#carouselNav a.navBenefit {
  background-color: #e7a522;
}
/* Promo boxes */
.promo-wrapper {
  background: url(../images/promo-bg-grad.png) repeat-x;
  /*IE*/

  background: -moz-linear-gradient(center top, #cccccc 0%, #ffffff 100%);
  background: -webkit-gradient(linear, 0% 10%, 0% 100%, from(#cccccc), to(#ffffff));
  padding: 15px 0;
  margin-top: 15px;
}
.promo-box-shadow {
  background: transparent url(../images/promo-bg-shadow.png) no-repeat scroll 0 0;
  width: 17px;
  height: 211px;
  position: absolute;
  top: 0;
  left: -17px;
}
.promo-box {
  position: relative;
}
.promo-box img {
  margin-bottom: -5px;
}
.promo-box-text {
  background-color: #3D5F99;
  color: #fff;
  min-height: 120px;
  *height: 140px;
}
.promo-box-text h4,
.promo-box-text p {
  padding: 10px 12px 5px;
}
.promo-box-text h4 {
  text-align: center;
}
/* second level top navigation */
#top-nav {
  float: right;
  position: relative;
  top: -25px;
  z-index: 9999;
}
#top-nav li {
  float: left;
  border-right: 1px solid #CCCCCC;
}
#top-nav li:last-child {
  border: none;
}
#top-nav li h4 {
  padding: 0 10px 0 8px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1.7em;
  _margin-bottom: -4px;
  /*IE6*/
}
#top-nav li h4 span {
  background-image: url(../images/navstates.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  float: left;
}
#top-nav li.selected h4 span {
  background-position: 0 -66px;
  margin-right: 6px;
  height: 32px;
}
#top-nav li a {
  text-decoration: none;
  color: #000;
}
#navHome span {
  background-color: #333333;
}
#navLead span {
  background-color: #888888;
}
#navCollaborate span {
  background-color: #555555;
}
#navAdvance span {
  background-color: #154481;
}
#navLearn span {
  background-color: #6d98ab;
}
#navBenefit span {
  background-color: #e7a522;
}
/* Sub navigation */
#top-nav ul.subnav {
  position: absolute;
  width: 180px;
  background-color: #555;
  color: #fff;
  line-height: 1.25em;
  font-size: 13px;
  margin-top: 6px;
  *margin-left: -30px;
  /*IE6+7*/

  padding: 10px 0;
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 4px #999;
  -webkit-box-shadow: 2px 2px 4px #999;
  box-shadow: 2px 2px 4px #999;
}
#top-nav ul.subnav li {
  float: none;
  border-right: none;
  padding: 3px 10px 3px 15px;
}
#top-nav ul.subnav li a,
ul.top-nav ul.subnav li.selected a:hover {
  color: #fff;
  text-decoration: none;
}
#top-nav ul.subnav li a:hover {
  text-decoration: underline;
  color: #FED222;
}
#top-nav ul.subnav li.selected {
  background: transparent url(../images/subnav-arrow.png) no-repeat scroll 0 2px;
}
#top-nav ul.subnav li.selected a {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}
/* second level page styles */
#main-content {
  position: relative;
  z-index: 5;
}
#main-content .content-main-title {
  margin: 20px 0 10px 0;
}
#main-content p {
  margin: 0;
  padding: 10px 0;
}
#main-content p.text-medium {
  font-size: 115%;
  line-height: 1.4em;
}
#main-content p.header2 {
  font-size: 115% !important;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 0;
  color: #000;
}
#main-content p.text-medium.text-blue {
  color: #2E4088;
}
#main-content ul.services {
	list-style: none;
	margin: 0px 30px 0 0;
	_margin: 0px 20px 0 0;
	padding: 0;
	zoom: 1;
}
#main-content ul.services li {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 10px 0px 20px 0px;
  zoom: 1;
}
#main-content ul.services li p {
  color: #000;
  margin: 0px 0px 5px 0px;
  zoom: 1;
}
#main-content ul.services li a:hover {
  color: #BC740E;
}
#main-content ul.services li.last {
  border: none;
}
#main-content ul.services li ul {
  list-style: none;
  margin: 0 0 0 10px;
}
#main-content ul.services li ul.services {
  margin: 0px 0 0 10px;
}
#main-content ul.services li ul.services li {
  background: url(../images/bullet.gif) no-repeat 0 15px;
  margin: 10px 0 0 0;
  padding: 0px 0px 20px 18px;
}
#main-content ul.services li ul.services li.last {
  padding-bottom: 0;
}
#main-content ul.services ul.normal {
  margin: 0 0 10px 10px;
}
#main-content ul.services ul.normal li {
  border: none;
  padding: 0;
  list-style: disc;
}
#main-content ul.services ul.normal li p {
  margin: 0;
  padding: 2px 0;
}
#main-content ul.normal {
  width: 325px;
}
#main-content ul.normal li {
  list-style: disc;
  margin-left: 15px;
}
#main-content ul.normal li p {
  margin: 0;
  padding: 2px 0;
}
/* second level video */
.video-wrapper {
	position: relative;
	width: 100%;
	min-height: 155px;
	margin-top: 75px;
	margin-bottom: 30px;
}
.video-wrapper p {
  position: absolute;
  z-index: 3;
}
.video-shadow {
  position: absolute;
  left: -19px;
  background: transparent url(../images/video-shadow.png) no-repeat scroll 0 0;
  width: 272px;
  height: 160px;
  z-index: 2;
}
/* 2nd level right column background */
#rc-bg {
  position: relative;
  left: -70px;
  _position: absolute;
  /*IE6*/

  _top: 380px;
  /*IE6*/

  _right: 0;
  /*IE6*/

  _left: auto;
  /*IE6*/

  z-index: 2;
  background-image: url(../images/2ndlevelbg.jpg);
  background-repeat: no-repeat;
  background-position: 0 1000px;
  width: 365px;
  height: 320px;
}
.lead_outreach {
  background-position: 0 0 !important;
}
.lead_education {
  background-position: 0 -320px !important;
}
.lead_governance {
  background-position: 0 -640px !important;
}
.lead_code {
  background-position: 0 -960px !important;
}
.lead_support {
  background-position: 0 -1280px !important;
}
.advance_careers {
  background-position: 0 -1600px !important;
}
.advance_professional {
  background-position: 0 -1920px !important;
}
.advance_grants {
  background-position: 0 -2240px !important;
}
.learn_CEN {
  background-position: 0 -2560px !important;
}
.learn_CAS {
  background-position: 0 -2880px !important;
}
.learn_meetings,
.collaborate_meetings {
  background-position: 0 -3200px !important;
}
.learn_green {
  background-position: 0 -3515px !important;
}
.collaborate_network {
  background-position: 0 -3840px !important;
}
.collaborate_local {
  background-position: 0 -4155px !important;
}
.collaborate_international {
  background-position: 0 -4430px !important;
}
.benefit_finance {
  background-position: 0 -4725px !important;
}
.benefit_insurance {
  background-position: 0 -5005px !important;
}
.benefit_travel {
  background-position: 0 -5360px !important;
}
.benefit_other {
  background-position: 0 -5700px !important;
}
/* Footer */
#ft {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  background-color: #3D5F99;
  color: #fff;
  padding: 10px;
  font-size: 95%;
  margin-top: 15px;
  z-index: 99999;
}
#ft a {
  color: #fff;
}
.ft-links {
  float: left;
}
.ft-links ul li {
  display: inline;
  margin-right: 20px;
}
.copyright {
  float: right;
}
.push {
  height: 0em;
  *height: 2em;
}
/* Buttons */
div.btn-green {
  background: #69941d;
  background: -moz-linear-gradient(top, #98ba40 0%, #4d7910 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#98ba40), to(#4d7910));
  /* For Internet Explorer 5.5 - 7 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98BA40', endColorstr='#4D7910',GradientType=0);
  /* For Internet Explorer 8 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98BA40', endColorstr='#4D7910',GradientType=0);
  max-height: 16px;
  *height: 16px;
  *width: 185px;
  _overflow: hidden;
  /*IE6*/

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 0 0 #c4d892 inset, 0px 1px 2px #999999;
  -webkit-box-shadow: 0 1px 0 0 #c4d892 inset, 0px 1px 2px #999999;
  box-shadow: 0 1px 0 0 #c4d892 inset, 0px 1px 2px #999999;
  border: 1px solid #608925;
  text-shadow: 0px -1px 0px #2e4b07;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 12px 6px 6px;
  cursor: pointer;
}
div.btn-green:hover {
  background-color: #4d7910;
  background: -moz-linear-gradient(top, #69941d 0%, #2e4b07 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#69941d), to(#2e4b07));
  /* For Internet Explorer 5.5 - 7 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69941D', endColorstr='#2E4B07',GradientType=0);
  /* For Internet Explorer 8 */

  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69941D', endColorstr='#2E4B07',GradientType=0);
  -moz-box-shadow: 0 1px 0 0 #9fb24c inset, 0px 1px 0px #999999;
  -webkit-box-shadow: 0 1px 0 0 #9fb24c inset, 0px 1px 0px #999999;
}
div.btn-green:active {
  background-color: #2e4b07;
  background: -moz-linear-gradient(top, #2e4b07 0%, #69941d 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2e4b07), to(#69941d));
  -moz-box-shadow: 0 -1px 0 0 #9fb24c inset, 0px 1px 0px #999999;
  -webkit-box-shadow: 0 -1px 0 0 #9fb24c inset, 0px 1px 0px #999999;
}
.btn-green a {
  color: #fff;
  text-decoration: none;
}
a.learnmore {
  background: url(../images/learnmore.gif) no-repeat scroll left top;
  display: block;
  height: 19px;
  width: 83px;
  text-indent: -9999px;
}
a.participate {
  background: url(../images/participate.gif) no-repeat scroll left top;
  display: block;
  height: 19px;
  width: 84px;
  text-indent: -9999px;
}
a.giveonline {
  background: url(../images/giveonline.gif) no-repeat scroll left top;
  display: block;
  height: 25px;
  width: 110px;
  text-indent: -9999px;
}
a.learnmore:hover,
a.participate:hover,
a.giveonline:hover {
  background-position: left bottom;
}
/* Network Discuss Page */
#discuss {
  float: left;
  margin: 20px 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #cccccc;
}
/* Social icons */
.share ul {
  float: right;
  position: relative;
  z-index: 9997;
}
.share ul li {
  float: left;
  margin-left: 20px;
  cursor: pointer;
}
.share ul li a span {
  text-decoration: none;
}
.icons {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
}
.icon-person,
.icon-download {
  height: 30px;
  width: 30px;
}
.share .icons {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.icon-network {
  background-position: 0 0;
}
.icon-facebook {
  background-position: -16px 0;
}
.icon-twitter {
  background-position: -32px 0;
}
.icon-person {
  background-position: 0 -16px;
  position: relative;
  top: -5px;
}
.icon-download {
  background-position: -30px -16px;
  position: relative;
  top: -5px;
  margin-right: 7px;
}
/* Other */
.first {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.float-left {
  float: left !important;
  display: inline !important;
}
.float-right {
  float: right !important;
  display: inline !important;
}
.clear {
  clear: left;
}
.financetext {
	width: 570px;
}

.indent {
	width: 400px;
	margin-left: 40px;
}
.indent li
{
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}

#citation {
	font-style: italic;
	font-size: 11px;
}


#columns {
	width: 670px;
	float: left;
}
#columnLeft{
	width: 315px;
	float: left;
}
#columnRight {
	width: 305px;
	float: left;
	padding-left: 20px;
	padding-right: 30px;
}
#sidebar {
	float: right;
	width: 277px;
}
.hrLine hr {display: none}
.hrLine {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  padding-top: 15px;
}
