* {
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
html { min-height: 100%; margin-bottom: 1px; }

body {
  color: #8a8a8a;
  background: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 11px;

}
img {
  border: none;
}
a {
  color: #36c0ef;
}
h3 {
  font-weight: normal; 
}
h4 {
  font-weight: bold;
  color: #474747;
  font-size: 12px;
}
p {
  margin: 3px 0 10px 0;
  line-height: 15px;
}
/*** CLEARER ***/
.clearer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*** HEADER ***/
#header_wrap {
  width: 965px;
  margin: 0 auto;
}
#logo {
  width: 130px;
  float: left;
  margin: 20px 0 0 20px;
}
#nav_wrap {
  width: 660px;
  float: left;
  margin: 60px 0 0 20px;
}
#divider {
  background: url(images/divider.png) no-repeat;
  width: 962px;
  height: 15px;
  margin: 10px auto;
}
/*** navigation ***/
.basictab ul {
  margin: 4px;
  padding: 3px 0;
  margin-left: 0;
  list-style-type: none;
  text-align: left;
}
.basictab li {
  display: inline;
  margin: 0;
  border-right: 1px solid #8a8a8a;
}
.basictab li a {
  text-decoration: none;
  padding: 3px 0px;
  margin-right: 3px;
}

.tabcontainer {
  clear: left;
  width: 95%;
  height: 1.5em;
}
.tabcontent {
  display:none;
}
.tabcontent #sub_about {
  margin: -7px 0 0 42px;
  padding: 8px 0 0 3px;
  background: url(images/down_arrow.png) 30px 2px no-repeat;
}
.tabcontent #sub_work {
  margin: -7px 0 0 116px;
  padding: 8px 0 0 3px;
  background: url(images/down_arrow.png) 25px 2px no-repeat;
}
.tabcontent #sub_impact {
  margin: -7px 0 0 260px;
  padding: 8px 0 0 3px;
  background: url(images/down_arrow.png) 45px 2px no-repeat;
}

.basictab a span, #sub_about a span, #sub_work a span, #sub_impact a span {
  visibility: hidden;
}
.basictab a#nav_home {
  background: url(images/home.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 5px;
  border-bottom: 1px solid #fff;
}
.basictab a#nav_home:hover {
  background: url(images/home.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 5px;
}
.basictab a#nav_about {
  background: url(images/about_us.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 5px;
  margin: 0 10px 0 5px;
}
.basictab a#nav_about:hover {
  background: url(images/about_us.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 5px;
  margin: 0 10px 0 5px;
}
.basictab a#nav_work {
  background: url(images/work.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 5px;
  margin: 0 5px 0 5px;
}
.basictab a#nav_work:hover {
  background: url(images/work.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 5px;
  margin: 0 5px 0 5px;
}
.basictab a#nav_case {
  background: url(images/case_studies.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 12px 0 3px;
  margin: 0 5px 0 5px;
}
.basictab a#nav_case:hover {
  background: url(images/case_studies.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 12px 0 3px;
  margin: 0 5px 0 5px;
}
.basictab a#nav_impact {
  background: url(images/social_impact.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 17px 0 3px;
  margin: 0 5px 0 5px;
}
.basictab a#nav_impact:hover {
  background: url(images/social_impact.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 17px 0 3px;
  margin: 0 5px 0 5px;
}
.basictab a#nav_oppor {
  background: url(images/opportunities.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 22px 0 3px;
  margin: 0 5px;
}
.basictab a#nav_oppor:hover {
  background: url(images/opportunities.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 22px 0 3px;
  margin: 0 5px;
}
.basictab a#nav_share {
  background: url(images/share.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 8px 0 3px;
  margin: 0 5px;
}
.basictab a#nav_share:hover {
  background: url(images/share.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 8px 0 3px;
  margin: 0 5px;
}
.basictab a#nav_blog {
  background: url(images/blog.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 8px 0 3px;
  margin: 0 5px;
}
.basictab a#nav_blog:hover {
  background: url(images/blog.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 8px 0 3px;
  margin: 0 5px;
}
#sub_about a#nav_model {
  background: url(images/business_model.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 8px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_about a#nav_model:hover {
  background: url(images/business_model.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 8px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_about a#nav_people {
  background: url(images/people.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 8px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_about a#nav_people:hover {
  background: url(images/people.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 8px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_about a#nav_faq {
  background: url(images/faqs.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 3px;
  text-decoration: none;
}
#sub_about a#nav_faq:hover {
  background: url(images/faqs.png) no-repeat 0 -12px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 3px;
  text-decoration: none;
}
#sub_about a#nav_contact {
  background: url(images/contact.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 0px;
  text-decoration: none;
}
#sub_about a#nav_contact:hover {
  background: url(images/contact.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 0px;
  text-decoration: none;
}
#sub_work a#nav_workall {
  background: url(images/all.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_work a#nav_workall:hover {
  background: url(images/all.png) no-repeat 0 -12px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_work a#nav_web {
  background: url(images/web.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 2px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_work a#nav_web:hover {
  background: url(images/web.png) no-repeat 0 -12px;
  width: 81px;
  height: 9px;
  padding: 0 2px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_work a#nav_print {
  background: url(images/print.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_work a#nav_print:hover {
  background: url(images/print.png) no-repeat 0 -12px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_work a#nav_motion {
  background: url(images/motion.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_work a#nav_motion:hover {
  background: url(images/motion.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_work a#nav_branding {
  background: url(images/branding.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 8px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_work a#nav_branding:hover {
  background: url(images/branding.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_impact a#nav_socialall {
  background: url(images/social_all.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_impact a#nav_socialall:hover {
  background: url(images/social_all.png) no-repeat 0 -12px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_impact a#nav_projects {
  background: url(images/projects.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 7px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_impact a#nav_projects:hover {
  background: url(images/projects.png) no-repeat 0px -11px;
  width: 81px;
  height: 9px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_impact a#nav_subsidies {
  background: url(images/subsidies.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_impact a#nav_subsidies:hover {
  background: url(images/subsidies.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_impact a#nav_grants {
  background: url(images/grants.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_impact a#nav_grants:hover {
  background: url(images/grants.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 5px 0 3px;
  margin: 0 5px;
  text-decoration: none;
}
#sub_impact a#nav_train {
  background: url(images/trainings.png) no-repeat 0 2px;
  width: 81px;
  height: 9px;
  padding: 0 19px 0 3px;
  margin: 0 9px;
  text-decoration: none;
}
#sub_impact a#nav_train:hover {
  background: url(images/trainings.png) no-repeat 0 -11px;
  width: 81px;
  height: 9px;
  padding: 0 19px 0 3px;
  margin: 0 9px;
  text-decoration: none;
}
/*** end of navigation ***/
/*** END OF HEADER ***/ 

/*** INDEX CONTENT ***/
#index_banner {
  width: 938px;
  margin: 0 auto;
}
#index_banner img {
  position: relative;
  left: -20px;
}
#index_col_wrap {
  width: 940px;
  margin: 10px auto;
}
.index_col {
  width: 221px;
  float: left;
  margin: 0 13px 0 0;
}
.index_col h1 span {
  display: none;
}
.index_col #index_col_happening {
  background: url(images/index_col_happening.png) no-repeat;
  width: 114px;
  height: 11px;
  margin: 0 0 10px 0;
}
.index_col #index_col_work {
  background: url(images/index_col_work.png) no-repeat;
  width: 80px;
  height: 11px;
  margin: 0 0 10px 0;
}
.index_col #index_col_people {
  background: url(images/index_col_people.png) no-repeat;
  width: 170px;
  height: 11px;
  margin: 0 0 10px 0;
}
.index_col #index_col_featured {
  background: url(images/index_col_featured.png) no-repeat;
  width: 130px;
  height: 11px;
  margin: 0 0 10px 0;
}
/*** END INDEX CONTENT ***/

/*** ABOUT US CONTENT ***/
#about_us_conter_outer {
  width: 940px;
  margin: 0 auto;
}
#about_header {
  border-bottom: 2px solid #474747;
  width: 220px;
}
h1#about_us_head {
  width: 100px;
  height: 18px;
  background: url(images/about_us_head.png) no-repeat;
  margin: 0 0 5px 3px;
}
h1#about_us_head span, h2#about_us_model_head span, h2#about_us_contact_head span, h2#about_us_faqs_head span, h2#about_us_people_head span {
  display: none;
}
h2#about_us_model_head {
  width: 152px;
  height: 16px;
  background: url(images/about_us_model.png) no-repeat;
  margin: 0 0 5px 3px;
}
h2#about_us_contact_head {
  width: 81px;
  height: 16px;
  background: url(images/about_contact.png) no-repeat;
  margin: 0 0 5px 3px;
}
h2#about_us_faqs_head {
  width: 81px;
  height: 16px;
  background: url(images/about_faqs.png) no-repeat;
  margin: 0 0 5px 3px;
}
h2#about_us_people_head {
  width: 81px;
  height: 16px;
  background: url(images/about_people.png) no-repeat;
  margin: 0 0 5px 3px;
}
#about_3col_wrap, #about_contact_col_wrap, #about_4col_wrap {
  width: 940px;
  margin: 10px auto;
}
.about_3col, #about_contact_desc, .about_4col {
  width: 215px;
  float: left;
  margin: 0 20px 0 0;
}
#about_model, #about_googlemap {
  float: left;
}
.about_4col h5 {
  color: #11d3f7;
  margin: 5px 0 2px 0;
  font-size: 12px;
}
.about_4col h6 {
  color: #11d3f7;
  font-size: 11px;
}	
/*** END ABOUT US CONTENT ***/


/*** WORK CONTENT ***/
#work_outer {
  width: 940px;
  margin: 0 auto;
}
#work_header {
  width: 220px;
}
#work_header h1#work_branding, #work_header h1#work_web, #work_header h1#work_print, #work_header h1#work_motion {
  margin-left: 3px;
}
#work_header_divide {
  border-bottom: 2px solid #474747;
  margin: -5px 0 0 0;
}
h1#work_head {
  width: 100px;
  height: 18px;
  background: url(images/work_head.png) no-repeat;
  margin: 0 0 5px 3px;
}
h1#work_head span {
  display: none;
}
#work_4col_wrap {
  width: 940px;
  margin: 10px auto;
}
.work_4col_head {
  margin: -7px 0 5px 0;
  border-bottom: 2px solid #474747;
}
.work_4col {
  width: 215px;
  float: left;
  margin: 0 20px 0 0;
}
h1#work_web {
  width: 180px;
  height: 15px;
  background: url(images/work_web.png) no-repeat;
}
h1#work_print {
  width: 180px;
  height: 15px;
  background: url(images/work_print.png) no-repeat;
}
h1#work_motion {
  width: 180px;
  height: 15px;
  background: url(images/work_motion.png) no-repeat;
}
h1#work_branding {
  width: 180px;
  height: 15px;
  background: url(images/work_branding.png) no-repeat;
}
h1#work_web span, h1#work_print span, h1#work_motion span, h1#work_branding span {
  display: none;
}
#work_sidebar {
  width: 220px;
  float: left;
  margin: 0 20px 0 0;
}
#work_sidebar ul {
  width: 200px;
  margin: 10px 0 0 5px;
  list-style: none;
  line-height: 18px;
}
#work_sidebar ul li a{
  color: #8a8a8a;
}
a.work_active {
  color: #36c0ef !important;
  text-decoration: none;
  font-weight: bold;
}
#work_maincontent {
  width: 650px;
  float: left;
}
#navigate {
  margin: 10px 0;
}
/*** END OF WORK CONTENT ***/


/*** OPPORTUNITIES ***/
#oppor_outer {
  width: 940px;
  margin: 0 auto;
}
#oppor_header {
  width: 220px;
}
h1#oppor_head {
  width: 180px;
  height: 18px;
  background: url(images/opportunities_head.png) no-repeat;
  margin: 0 0 5px 3px;
}
h1#oppor_head span {
  display: none;
}
#oppor_4col_wrap {
  width: 940px;
  margin: 10px auto;
}
.oppor_4col_head {
  margin: -7px 0 5px 0;
  border-bottom: 2px solid #474747;
}
.oppor_4col {
  width: 215px;
  float: left;
  margin: 0 20px 0 0;
}
h1#oppor_vol {
  width: 180px;
  height: 15px;
  background: url(images/volunteer.png) no-repeat;
}
h1#oppor_job {
  width: 180px;
  height: 15px;
  background: url(images/jobs.png) no-repeat;
}
h1#oppor_intern {
  width: 180px;
  height: 15px;
  background: url(images/intern.png) no-repeat;
}
h1#oppor_vol span, h1#oppor_job span, h1#oppor_intern span {
  display: none;
}
/*** END OF OPPORTUNITIES ***/

/*** CASE STUDY CONTENT ***/
#case_outer {
  width: 940px;
  margin: 0 auto;
}
#case_header {
  width: 220px;
}
h1#case_head {
  width: 180px;
  height: 18px;
  background: url(images/case_studies_head.png) no-repeat;
  margin: 0 0 5px 3px;
}
h1#case_head span {
  display: none;
}
#case_header_divide {
  border-bottom: 2px solid #474747;
  margin: -5px 0 0 0;
}
#case_sidebar {
  width: 220px;
  float: left;
  margin: 0 20px 0 0;
}
#case_sidebar ul {
  width: 200px;
  margin: 10px 0 0 5px;
  list-style: none;
  line-height: 18px;
}
#case_sidebar ul li a{
  color: #8a8a8a;
}
a.case_active {
  color: #36c0ef !important;
  text-decoration: none;
  font-weight: bold;
}
#case_maincontent {
  width: 650px;
  float: left;
}
#case_maincontent ul {
  list-style: none;
  border-bottom: 2px solid #474747;
  padding-bottom: 5px;
  margin: -7px 0 10px 0;
  line-height: 15px;
}
#case_maincontent ul li a {
  color: #8a8a8a;
  text-decoration: none;
}
#case_inner_col_wrap {
  width: 650px;
}
#case_inner_left {
  width: 180px;
  float: left;
}
#case_inner_right {
  float: right;
  width: 460px;
}	
/*** END CASE STUDY CONTENT ***/

/*** SHARE CONTENT ***/
#share_outer {
  width: 940px;
  margin: 0 auto;
}
h1#share_head {
  width: 180px;
  height: 18px;
  background: url(images/share_head.png) no-repeat;
  margin: 0 0 5px 3px;
}
h1#share_head span {
  display: none;
}
#share_4col_wrap {
  width: 940px;
  margin: 0 auto;
}
.share_4col {
  width: 220px;
  float: left;
  margin: 0 12px 0 0px;
}
.share_4col h5 {
  padding-left: 5px;
}

/***----- Contact -----***/
#contact-area {
  width: 220px;

}
#contact-area label {
  width: 40px;
  float: left;
  padding: 5px;
  background: #898989;
  color: #fff;
  border-bottom: 3px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
 
}
#contact-area label, x:-moz-any-link {
  margin-bottom: 3px;
  border-bottom: 2px solid #898989;
}
#contact-area input, #contact-area textarea {
  width: 155px;
  background: #898989;
  float: right;
  border-bottom: 3px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 5px;
  color: #fff;
  position: relative;
  left: -5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#contact-area label#captcha {height: 13px;margin-top: 5px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#contact-area textarea { border-bottom: 1px solid #898989; margin-bottom: 5px;}
}
#contact-area #captcha {
  height: 12px;
}
#contact-area #contact_message {
  border-bottom: 77px solid #898989;
}
#contact-area #contact_message, x:-moz-any-link  {
  height: 12px;
}
#contact-area textarea {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  height: 89px;
}
#contact-area input.submit-button {
  width: 50px;
  float: right;
  background: #36c0ef;
  margin: 5px 0 0 5px;
  cursor: pointer;
}
.share_4col h5 {
  color: #11d3f7;
  margin: 5px 0 2px 0;
  font-size: 12px;
  line-height: 18px;
}
/***----- end of Contact -----***/
/*** END SHARE CONTENT ***/



/*** SOCIAL IMPACT CONTENT ***/
#social_outer {
  width: 940px;
  margin: 0 auto;
}
#social_header {
  width: 220px;
}

#social_header_divide {
  border-bottom: 2px solid #474747;
  margin: -5px 0 0 0;
}
h1#social_head {
  width: 180px;
  height: 18px;
  background: url(images/social_head.png) no-repeat;
  margin: 0 0 5px 3px;
}
h1#social_head span, h1#social_projects span, h1#social_sub span, h1#social_grants span, h1#social_trains span {
  display: none;
}
#social_header h1#social_projects, #social_header h1#social_sub, #social_header h1#social_grants, #social_header h1#social_trains	 {
  margin-left: 3px;
}
#social_4col_wrap {
  width: 940px;
  margin: 10px auto;
}
.social_4col_head {
  margin: -7px 0 5px 0;
  border-bottom: 2px solid #474747;
}
.social_4col {
  width: 215px;
  float: left;
  margin: 0 20px 0 0;
}
h1#social_projects {
  width: 180px;
  height: 15px;
  background: url(images/social_projects.png) no-repeat;
}
h1#social_sub {
  width: 180px;
  height: 15px;
  background: url(images/social_sub.png) no-repeat;
}
h1#social_grants {
  width: 180px;
  height: 15px;
  background: url(images/social_grants.png) no-repeat;
}
h1#social_trains {
  width: 220px;
  height: 15px;
  background: url(images/social_trains.png) no-repeat;
}
h1#work_web span, h1#work_print span, h1#work_motion span, h1#work_branding span {
  display: none;
}
#social_sidebar {
  width: 220px;
  float: left;
  margin: 0 20px 0 0;
}
#social_sidebar ul {
  width: 200px;
  margin: 10px 0 0 5px;
  list-style: none;
  line-height: 18px;
}
#social_sidebar ul li a{
  color: #8a8a8a;
}
a.social_active {
  color: #36c0ef !important;
  text-decoration: none;
  font-weight: bold;
}
#social_maincontent {
  width: 650px;
  float: left;
}
#navigate {
  margin: 10px 0;
}
#social_2col_wrap {
  width: 700px;
}
#social_left {
  float: left;
  width: 200px;
  margin: 0 10px 0 0;
}
#social_left ul li {
  list-style: none;
}
#social_left ul li a {
  color: #8a8a8a;
  font-weight: bold;
  text-decoration: none;
}
#social_right {
  float: right;
  width: 430px;
}
/*** END OF SOCIAL IMPACT CONTENT ***/






/*** FOOTER ***/
/* index footer */
#index_footer {
  width: 960px;
  height: 150px;
  margin: 10px auto;
}
#index_footer_lists {
  width: 960px;
  margin: 0 auto;
}
#index_footer_lists li, #inside_footer_lists li {
  display: block;
  float: left;
  padding: 0 5px 0 0px;
}
/* inside footer */
#footer_inside {
  width: 960px;
  height: 140px ;
  margin: 10px auto 0 auto;
  background: url(images/footer_inside.png) no-repeat top left;
}
#inside_footer_lists {
  float: right;
  margin: 125px 0 0 0;
}
#footer_divide {
  border-top: 1px solid #c5c5c5;
}
#footer_toggle {
  width: 960px;
  margin: 5px auto 60px auto;
}
#toggle_content {
  display: none;
  margin: 5px 0 0 0;
}
#toggle_content li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
}
#toggle_content li a {
  color: #8a8a8a;
}


/*** BLOCKQUOTE ***/
blockquote.style1 {
  padding: 8px;
  background-image: url(images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 20px;
}
blockquote.style1 span {
  display: block;
  background-image: url(images/closequote1.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}
			
/*** TWITTER ***/
#nav_twitter {
  position: relative;
  left: 425px;
}