/* ============================================================
Global CSS file for Home Depot Foundation
Notes:
================

In This CSS:
================
+Main Elements
+Top Bar
+Grids
+Headers
+Text
+Links
+Lists
+Home Page
+Page Specific
+Footer
+Clearing
============================================================ */

/* ------------------------------------------------------------
+Main Elements
------------------------------------------------------------ */
html {
  overflow-y:scroll;
  min-height:100.1%
}
body {
  font: normal 11px/15px "Trebuchet MS",Arial,Helvetica,clean,sans-serif;
  color: #818181;
  margin: 0;
}
#frame {
  position: relative;
  width: 1000px;
  margin: 15px auto;
  background: #fff;
}
#header {
  position: relative;
  z-index: 2;
  height: 98px;
  width: 1000px;
  background: url('../images/site/bg_border_vert.gif') 100% 44px no-repeat;
}
#container {
  position: relative;
  width: 928px;
  margin-left: 70px;
  border: 1px solid #9a9a9a;
  background: url('../images/site/bg_container.gif') 0 0  repeat-y;
}

/* ------------------------------------------------------------
+Links
------------------------------------------------------------ */
a {
  outline: none;
  color: #f58320;
  text-decoration: none;
}
a:hover {
  color: #8dc169;
}
a.pdf {
  padding-right: 16px;
  background: url('../images/site/icon_pdf_small.gif') 100% 0 no-repeat;
}
a.nodec {
  text-decoration: none;
}
:focus {
  outline: none;
}

/* ----------------------------------------------------------------
+Grids: total width of 2-cols = 927px (930 screen - 3 * 1px borders
------------------------------------------------------------------*/
#main {
  float: left;
  /*border-right: 1px solid #9a9a9a;*/
}
/* home page: full width main */
body.grid0 #container {
  background-image: none;
}
body.grid0 #main {
  border-right:none;
}
body.grid0 #sidebar {
  display: none;
}

/* section landing */
body.grid1 #container {
  background-position: 637px 0;
}
body.grid1 #main {
  width: 637px;
}
body.grid1 #sidebar {
  width: 290px;
}

body.grid1 #sidebar #section_sidebar {

  padding: 20px 25px;

}

body#classroom #sidebar {
  padding-top: 40px;
}

/* class topic */
body.grid2 #container {
  background-position: 597px 0;
}
body.grid2 #main {
  width: 597px;
}
body.grid2 #sidebar {
  width: 280px;
  padding: 40px 25px 20px;
}

/* feature detail */
body.grid3 #container {
  background-position: 747px 0;
}
body.grid3 #main {
  width: 747px;
}
body.grid3 #sidebar {
  width: 150px;
  padding: 40px 8px 20px;
}
body.grid3 div.main_left {
 float: left;
  width: 350px;
}
body.grid3 div.main_right {
 float: right;
 width: 280px;
}

/* non-class infotype overview */
body.grid4 #container {
  background-position: 290px 0;
}
body.grid4 #main {
  width: 290px;
}
body.grid4 #sidebar {
  padding:20px 25px;
  width: 587px;
}
body.grid4 #sidebar .section {
  padding: 20px 25px;
}

/* non-class topic */
body.grid5 #container {
  background-position: 414px 0;
}
body.grid5 #main {
  width: 414px;
}
body.grid5 #sidebar {
  width: 463px;
  padding: 10px 25px 20px;
}

/* account, search, buzz topics pages */
body.grid6 #container {
  background-position: 330px 0;
}
body.grid6 #main {
  width: 330px;
}
body.grid6 #sidebar {
  width: 547px;
  padding: 10px 25px 25px;
}

/* iframe pages */
body.grid7 {
  width: 100%;
}
body.grid7 #frame {
  width: 100%;
}
body.grid7 #header {
  border: none;
  width: 1000px;
  margin: auto;
}
body.grid7 #cms_toolbar {
  display: none;
}
body.grid7 #container {
  width: 100%;
  position: relative;
  margin: 0;
  border: none;
}
body.grid7 #main {
  float: none;
  width: 100%;
  height: 90px;
  border: none;
}
body.grid7 #main
body.grid7 #sidebar {
  float: none;
  width: 100%;
  height: 500px;
  border: none;
}
body.grid7 #nav ul, body.grid7 #footer {
  display: none !important;
}
.main_frames {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#frames_logo {
  position: absolute;
  top: -6px;
  left: 0px;
  height: 53px;
  width: 81px;
  background: transparent url('../images/site/logo_main_bottom.gif') 0 0 no-repeat;
  z-index: 1000;
}
.main_frames_content {
  width: 700px;
  padding: 18px 0 0 120px;
  color: #fff;
}
.main_frames h1 {
  margin: 0 0 5px 0;
  line-height: 24px;
}

/* ------------------------------------------------------------
+Logo
------------------------------------------------------------ */
#logo {
  position: absolute;
  z-index: 1000;
  height: 152px;
  width: 260px;
  background: transparent url('../images/site/logo_main_sci.gif') 0 0 no-repeat;
}
#logo a {
  display: block;
  width: 260px;
  height: 96px;
}
#print_logo {
  display: none;
}


/* ----------------------------------------------------------------
+Main Column Framing Elements
------------------------------------------------------------------*/
.main_box {
  padding: 15px 25px;
}
.main_box_inner {
  background: #fff;
  border: 1px solid #9a9a9a;
}
.main_content {
  padding: 10px 20px 20px;
}

.main_content ul, .main_content ol, .city_content ul, .city_content ol, #buzz_content_description ul,  #buzz_content_description ol {
  margin: 10px 0px;
}

.main_content ul li, .city_content ul li, #buzz_content_description ul li {
  list-style-type: disc;
  margin: 0px 40px;
}

.main_content ol li, .city_content ol li,  #buzz_content_description ol li {
  list-style-type: decimal;
  margin: 0px 40px;
}

.poll ul li {
  list-style-type: none;
  margin: 0px 20px;
}

.poll ul li input {
  margin-right: 5px;
}

.main_content em {
  font-style: italic;
}

.main_box_left {
  float: left;
  width: 610px;
  margin-right: 25px;
  padding: 10px 25px 10px 25px;
  background: #fff;
}
.main_box_right {
  float: left;
  width: 170px;
  padding: 10px;
  background: #fff;
}
.main_content p, #sidebar p {
  margin: 0 0 1em;
}

.main_content .panes .charts {
  margin-top: 1em;
  text-align: center;
}

.main_content .panes .pdfs {
  margin-top: 1em;
}

/* ----------------------------------------------------------------
+List Exceptions
------------------------------------------------------------------*/

ul.tabs li {
  list-style: none !important;
}

/* ----------------------------------------------------------------
+Headers
------------------------------------------------------------------*/
h1 {
  font-size: 22px;
  color: #fff;
}
.main_box h1 {
  line-height: 1em;
  margin: 0 0 5px 20px;
  text-transform: uppercase;
}

#sidebar h1 {
  color: #77b053;
  margin-bottom: 8px;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

div.account h1, div.about h1 {
  color: #6d6d6d;
}

div.admin h1,
div.account h1,
div.profile h1 {
  color: #5A5A5A;
}

h2 {
  font-size: 16px;
}
.main_content h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #8dc169;
}
.main_content h2.about {
  margin: 6px 0;
}
.main_content h2.shead {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  margin: 0 0 8px;
}
h3 {
  font-size: 14px;
}
.main_content h3.intro {
  margin-top: 0.4em;
}
.main_content h3.intro, #sidebar h3.subone {
  font-size: 19px;
  margin-bottom: 0.6em;
}
.main_content h3 {
  font-size: 14px;
  font-weight: bold;
  color: #8dc169;
}
#sidebar h3.subzero {
  color:#8DC169;
  font-size:18px;
  font-weight: bold;
  line-height: 1.2em;
}
h3.subone {
  font-size: 22px;
  line-height: 1.2em;
  color: #8dc169;
  margin: 0 0 1.4em;
}
h3.subtwo, li.date_head {
  font-size: 14px;
  line-height: 1.2em;
  color: #8dc169;
}
div.homepage h3.subtwo {
  border-top: 1px solid #9a9a9a;
  margin: 1.5em 0 1em;
  padding: 1em 0 0;
}
#sidebar h3 {
  font-size: 14px !important;
  font-weight: bold;
  margin: 0 0 1em;
}
#sidebar h3.subtwo {
  font-size: 15px;
  margin: 1em 0 0.4em;
  color: #8dc169;
}
#sidebar h3.intro {
  font-size: 15px;
  line-height: 1.3em;
  color: #8dc169;
  margin: 0 0 1em;
}
#sidebar h3.intro a {
  color: #f58320;
}

/* ----------------------------------------------------------------
+Page Specific: Home
------------------------------------------------------------------*/
div.homepage #container {
  background: url('../images/site/bg_home_container.gif') 282px 0 repeat-y;
}
div.homepage #main {
  width: 283px;
}
div.homepage #sidebar {
  width: 645px;
  padding: 0;
}
div.homepage #sidebar {
  width: 645px;
  padding: 0;
}
div.homepage h1 {
  font-size: 20px;
  margin: 16px 0 10px;
  color: #f58320;
  text-transform: none;
}
#home_flash_main {
  width: 645px;
  height: 270px;
  background: url('../images/site/tmp_home_flash.jpg') no-repeat;
}
#home_bottom {
  width: 645px;
  border-top: 1px solid #9a9a9a;
}
#home_left {
  float: left;
  width: 325px;
  padding: 20px;
}
#home_flash_left {
  width: 325px;
  min-height: 210px;
  height: auto !important;
  height: 325px;
  background: url('../images/site/tmp_bghomeflash.gif') no-repeat;
}

#home_feedback {
  height: 37px;
  margin: 20px 0 0 40px;
  width: 285px;
  padding-top: 18px;
  background: url('../images/site/icon_feedback_sm.png') 0 50% no-repeat;
}
#home_feedback a {
  display: block;
  height: 19px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 64px;
  background: url('../images/site/bg_link_arrow.gif') 97% 0 no-repeat;
}
#home_feedback a:hover {
  background-position: 97% -19px;
}

#home_right {
  float: left;
  width: 232px;
  padding: 20px 0 20px 22px;
}

#home_right #sponsors {
  margin: 0 0 20px;
  width: 232px;
}
#home_right #sponsors h2 {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  color: #f58320;
  margin: 0 0 1em;
}
#sponsor_logos {
  height: 80px;
  width: 232px;
}
#sponsor_logos a {
  display: block;
  width: 232px;
  height: 80px;
  text-align: center;
  cursor: pointer;
  text-indent: -10000em;
}

#buzz_topics_frame {
  float: left;
  width: 234px;
  border: 1px solid #9a9a9a;
}
#buzz_topics_frame h2 {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 0 44px;
  line-height: 40px;
  background: #8dc169 url('../images/site/icon_buzz_small.png') 4px 4px no-repeat;
  border-bottom: 1px solid #9a9a9a;
}
body#home #buzz_topics {
  width: 232px;
  height: 100px;
}
#feature_mix_frame {
  float: left;
  margin-right: 24px;
  padding: 0 17px 0 0;
  border-right: 1px solid #9a9a9a;
  width: 310px;
  height: 245px;
  /*background: #fff url('../images/site/tmp_home_recents.jpg') 0 40px no-repeat;*/
}
#feature_mix_frame h2 {
  margin-bottom: 20px;
}
#feature_mix a {
  float: left;
  border: 1px solid #9a9a9a;
  margin: 0 5px 5px 0;
}
#feature_mix a:hover {
  opacity: 0.4;
}


/* ----------------------------------------------------------------
+Page Specific: Class Topic
------------------------------------------------------------------*/
.class_overview {
  margin-top: 5px;
  height: 70px;
}
.class_overview h3 {
  font-size: 18px;
  line-height: 55px;
  color: #8dc169;
  margin-left: 70px;
}
.class_overview img, .topic_overview img {
  float: left;
}
ul.tabs li {
  list-style-type: none;
}
#class_tabs {
  padding-bottom: 1em;
}
select.topic_menu, select.city_menu, select.enewsletters_menu {
  text-transform: uppercase;
  color: #f58320;
  border: 1px solid #9a9a9a;
}
.topic_overview p {
  margin-left: 70px;
}

/* ----------------------------------------------------------------
+Page Specific: Subtopic
------------------------------------------------------------------*/
.subtopic_features {
  border: 1px solid #9a9a9a;
  padding: 12px 12px 6px;
  margin: 0 0 20px;
}

/* ----------------------------------------------------------------
+Page Specific: Section Landing
------------------------------------------------------------------*/
#landing_flash {
  width: 585px;
  height: 200px;
}
#sidebar ul.lg_list {
}
#sidebar ul.lg_list li {
  margin-bottom: 6px;
  padding-left: 12px;
  background: url('../images/site/bg_caret_orange.gif') 0 6px no-repeat;
}
#sidebar ul.lg_list li a {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

div.sidebar_hr {
  border-top: 1px solid #9a9a9a;
  margin: 20px -25px;
}
div.feature_menu {
  margin-bottom: 5px;
}
div.feature_menu img {
  vertical-align: middle;
  margin-right: 5px;
}
select.menu_feature_list {
  width: 200px;
  border: 1px solid #9a9a9a;

}

/* ----------------------------------------------------------------
+Page Specific: Infotype Landing
------------------------------------------------------------------*/
h3.feature_header {
  color: #f58320;
}
p.info_intro {
  font-size: 13px;
}


/* ----------------------------------------------------------------
+Feature Boxes & Subtopic Tooltip Rollover
------------------------------------------------------------------*/

div.subtopic_rollover {
  float: none;
  width: 281px;
  height: auto !important;
  margin: 0 !important;
  border: none;
  border-top: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
}
div.subtopic_rollover h4 {
  color: #f58320 !important;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 1.0;
  width: 280px;
  padding: 0 5px 5px 0;
  background: transparent url('../images/site/bg_menu290.png') 0 100% no-repeat;
}
#tooltip h3, #tooltip div { margin: 0; }

div.feature_boxes {
  padding: 20px 25px;
  background: #fff;
}
div.fbox {
  float: left;
  width: 279px;
  height: 126px;
  border: 1px solid #9a9a9a;
  margin-bottom: 25px;
  background: #fff;
  position: relative;
}

div.feature_boxes div.fbox {
  margin-bottom: 0;
}
div.fbox_img {
  float: left;
  width:  97px;
  height: 126px;
}
div.fbox_img img {
  border-right: 1px solid #9a9a9a;
}
div.txt_large div.fbox_img {
  display: none;
}
div.fbox_txt {
  float: left;
  height: 110px;
  overflow: hidden;
  padding: 8px 8px 8px 10px;
  background: #fff;
}
div.subtopic_rollover div.fbox_txt{
  min-height: 94px;
  height: auto !important;
  padding-bottom: 10px;
}
div.txt_large div.fbox_txt {
  width: 261px;
}
div.txt_small div.fbox_txt {
  width: 164px;
}
div.fbox_txt p {
  margin-bottom: 0 !important;
}
div.fbox h4 {
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  color: #8dc169;
  margin: 0 0 4px;
}
div.fbox h4 a {
  color: #8dc169;
}
div.fbox h4 a:hover {
  text-decoration: underline;
}
div.fbox h5 {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0px;
}
div.fbox_link {
  position: absolute;
  right: 5px;
  bottom: 0px;
}
div.flink_noimg {
  padding-left: 255px !important;
}
div.fbox_link a, a.feedback_link {
  display: block;
  height: 19px;
  width: 18px;
  text-indent: -1000em;
  margin-bottom: 5px;
  background: url('../images/site/bg_link_arrow.gif') 0 0 no-repeat;
}
div.fbox_link a:hover, a.feedback_link:hover {
  background-position: 0 -19px;
}
a.feedback_link {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
div.submit_box {
  position: relative;
  border: 1px solid #9a9a9a;
  padding: 5px 5px 20px 76px;
  margin: 1em 0 0;
}
div.submit_box h5 {
  font-size: 12px;
  font-weight: bold;
  color: #f58320;
  margin: 0 0 2px;
}
div.feedback_form {
  background: url('../images/site/icon_feedback_sm.png') 10px 50% no-repeat;
}
div.expert_form {
  background: url('../images/site/icon_expert_sm.png') 10px 50% no-repeat;
}
/* for about section Ask Expert */
div.about div.submit_box {
  bottom: 68px;
  width: 135px;
  padding-left: 10px;
}
div.about div.submit_box h5 {
  font-size: 15px;
  line-height: 1.2em;
  font-weight: bold;
  color: #f58320;
  margin: 12px 0 0;
  width: 80px;
  height: 55px;
  padding-left: 65px;
}
div.about div.submit_box p {
  /*width: 130px;*/
}
div.about div.expert_form {
  background: url('../images/site/icon_expert_sm.png') 8px 8px no-repeat;
}

#about_feedback {
  float:right;
  height: 37px;
  margin: 20px;
  width: 285px;
  padding-top: 18px;
  background: url('../images/site/icon_feedback_sm.png') 0 50% no-repeat;
}
#about_feedback a {
  display: block;
  height: 19px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 64px;
  background: url('../images/site/bg_link_arrow.gif') 97% 0 no-repeat;
}
#about_feedback a:hover {
  background-position: 97% -19px;
}


/* ----------------------------------------------------------------
+Page Specific: Feature Detail
------------------------------------------------------------------*/
.feature_image_box {
  float: right;
  margin: 0 0 10px 20px;
  border: 1px solid #9a9a9a;
}
div.feature_image_box img.bdr_bottom {
  border-bottom: 1px solid #9a9a9a;
}
div.feature_image_box p {
  width: 180px;
  padding: 5px;
  margin: 0 !important;
  font-size: 10px;
  line-height: 12px;
}
#detail_footer {
  margin: 2em 0 1em;
}
#detail_links, #detail_rating {
  float: left;
}
#detail_icons {
  clear: both;
  padding-top: 20px;
}
#detail_icons img {
  vertical-align: middle;
}
#detail_links a {
  color: #818181;
  font-size: 9px;
  line-height: 28px;
}
#detail_links a:hover {
 color: #f58320;
}

#buzz_content #detail_links {
  clear: both;
}

/* ----------------------------------------------------------------
+Page Specific: News
------------------------------------------------------------------*/
body#news .main_content {
  padding: 0;
}
#article_listing {
  height: 400px;
  padding: 10px 0 10px 20px;
  overflow: auto;
}
.article_box {
  margin: 0 20px 5px 0;
  padding: 5px 0 1em;
  border-bottom: 1px solid #9a9a9a;
}
.article_pic {
  float: left;
  width: 60px;
}
.article_txt {
  float: left;
  width: 536px;
}
.article_txt p {
  margin: 0 0 0.4em;
  line-height: 1.6em;
}
.article_txt strong {
  font-size: 15px;
  font-weight: bold;
}
.article_txt p.source {
  line-height: 1em;
  text-transform: uppercase;
}


/* ----------------------------------------------------------------
+Page Specific: Glossary
------------------------------------------------------------------*/
#glossary_frame {
  padding: 0 15px 400px;
  border: 1px solid #9a9a9a;
  height: 210px;
  overflow: auto;
}
div.glossary_box {
  clear: both;
  padding-top: 8px;
  border-bottom: 1px solid #9a9a9a;
}
div.glossary_box h4 {
  font-size: 12px;
  font-weight: bold;
  color: #8dc169;
  text-transform: uppercase;
  margin: 0 0 2px;
}
div.glossary_box p {
  margin: 0 0 1em;
}
div.glossary_image {
  float: right;
  padding: 0 0 10px 10px;
}
div.glossary_image img {
  border: 1px solid #9a9a9a;
}
#glossary_index {
  border: 1px solid #9a9a9a;
  margin: 10px 0 20px;
}
#glossary_index h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  background: #8dc169;
  color: #fff;
  padding: 0 14px;
  border-bottom: 1px solid #9a9a9a;
}
#glossary_listing {
  font-size: 10px;
  padding: 4px 0 0;
  height: 420px;
  overflow: auto;
}
#glossary_listing h5 {
  font-size: 10px;
  font-weight: bold;
  padding: 0 10px;
  color: #f58320;
  cursor: pointer;
  border-top: 1px solid #9a9a9a;
}
#glossary_listing h5.on {
  background: #d9e8ae;
}
#glossary_listing h5:hover, #glossary_listing h5.selected {
  background: #f58320;
  color: #fff;
}
div.glossary_entries a {
  display: block;
  font-weight: bold;
  padding: 0 20px;
  color: #f58320;
  text-transform: uppercase;
  border-top: 1px solid #9a9a9a;
}
div.glossary_entries a:hover {
  color: #f58320;
}
span.noentry {
  padding: 0 20px;
  display: block;
  border-top: 1px solid #9a9a9a;
  color: #818181;
}


/* ----------------------------------------------------------------
+Page Specific: Calendar & Webinars
------------------------------------------------------------------*/
#calendar_index {
  border: 1px solid #9a9a9a;
  margin: 10px 0 20px;
}
#calendar_index h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  background: #65a3bd;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #9a9a9a;
}
#calendar_index h4 a {
  color: #fff;
}
#calendar_listing {
  font-size: 12px;
  padding: 4px 10px;
}
#calendar_listing a {
  display: block;
  border-top: 1px solid #9a9a9a;
  line-height: 20px;
}
#calendar_frame {
  padding: 0 0 200px;
  border: 1px solid #9a9a9a;
  height: 400px;
  margin-top: 10px;
  overflow: auto;
}
h5.date_head {
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  background: #65a3bd;
  padding: 0 10px;
  color: #fff;
  border-bottom: 1px solid #9a9a9a;
}

div.event_box {
  clear: both;
  padding: 8px 10px 0;
  border-bottom: 1px solid #9a9a9a;
}
div.event_box h6 {
  font-size: 15px;
  font-weight: bold;
  color: #f58320;
  margin: 0 0 2px;
}
div.event_box h6 span {
  font-size: 10px;
  color: #818181;
}
div.event_box p {
  margin: 0 0 1em;
}
div.event_image {
  float: right;
  padding: 0 0 10px 10px;
}
div.event_image {
  color: #818181;
  font-size: 10px;
  text-align: center;
}
div.event_image img {
  border: 1px solid #9a9a9a;
  margin-bottom: 2px;
}

div.webinar_player {
  display: none;
  margin: 1em 0;
  width: 500px;
}
p.view_link {
  font-size: 14px;
}

select.enewsletters_menu {
  margin-top: 25px;
  width: 150px;
}

select.city_menu {
  margin: 2em 0;
  width: 198px;
}
p.city_links {
  margin-top: -0.5em;
}


/* ----------------------------------------------------------------
+Page Specific: City Profile Listing & Detail
------------------------------------------------------------------*/

#buzz_frame {
  margin: 10px 0 20px;
  background: #ccc;
  border: 1px solid #9a9a9a;
}
#buzz_frame h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  background: #f58320;
  color: #fff;
  padding: 0 10px;
  border-bottom: 1px solid #9a9a9a;
}

#buzz_words {
  width:236px;
  height:98px;
}

#buzz_topic_details {
  border: 1px solid #9a9a9a;
  padding: 20px;
}

#buzz_topic_details h2 {
  font-size: 19px;
  line-height: 32px;
  font-weight: bold;
  color: #8dc169;
  margin-bottom: 10px;
  padding-left: 40px;
  background: url(../images/site/icon_buzz_small.png) no-repeat;
}
#buzz_content {
  padding-left: 42px;
}
.buzz_nav {
  text-align: right;
  margin: 20px 2px 10px 0;
  text-transform: uppercase;
}
.buzz_nav a {
  line-height: 14px;
}
#prevBuzz {
  padding-right: 20px;
  background: url(../images/site/btn_arrowstates.gif) 100% 0 no-repeat;
}
#prevBuzz:hover {
  color: #f58320;
  background-position: 100% -24px;
}
#nextBuzz {
  padding-left: 22px;
  background: url(../images/site/btn_arrowstates.gif) 2px -48px no-repeat;
}
#nextBuzz:hover {
  color: #f58320;
  background-position: 2px -72px;
}

/* ----------------------------------------------------------------
+Page Specific: About Section
------------------------------------------------------------------*/
#ask_frame {
  position: relative;
  height: 100px;
}
#partner_list, #advisor_list {
  margin: 0 0 20px;
  border-top: 1px solid #9a9a9a;
}
.partner_box, .advisor_box {
  clear: both;
  margin: 10px 0 0;
  border-bottom: 1px solid #9a9a9a;
}
.partner_img  {
  float: left;
  width: 100px;
  text-align: right;
  margin: 0 20px 10px 0;
}
.partner_txt, .advisor_txt {
  float: left;
  width: 530px;
}
.advisor_txt h4 {
  font-size: 15px;
  font-weight: bold;
  color: #8dc169;
  margin: 0;
}
.advisor_img {
  float: left;
  width: 100px;
  margin: 2px 0 10px;
}
.advisor_img img {
  border: 1px solid #9a9a9a;
}
div.about .main_content {
  padding-top: 20px;
}
#about_the_institute h2 {
  margin: 0 0 4px;
  text-transform: uppercase;
}

#about_the_institute h3 {
  margin: 0 0 4px;
}

#hdflogo {
  display: block;
  width: 150px;
  height: 112px;
  text-indent: -1000em;
  background: url('../images/site/logo_hdf_large.gif') 0 25px no-repeat;
}
#hdflink a {
  clear: both;
  display: block;
  height: 19px;
  line-height: 19px;
  padding-left: 24px;
  background: url('../images/site/bg_link_arrow.gif') 0 0 no-repeat;
}
#hdflink a:hover {
  background-position: 0 -19px;
}
body#privacy h2 {
  color: #f58320;
}


/* ----------------------------------------------------------------
+Page Specific: The City Program
------------------------------------------------------------------*/

#city_program #container .main_content {
  padding: 0;
  border: solid #9a9a9a 1px;
}

#city_program .main_box {
  height:287px;
}

#city_program .main_content .feature_image_box,
#city_program .main_box_inner {
  float: none;
  border: none;
  margin: 0;
}

#city_program #about_content {
}

#city_program #about_content > img {
  float: left;
  margin: 14px 20px 0;
}

#city_program #about_content p {
  color: #f58320;
  padding: 12px 12px 0;
}

#city_program #newest_initiative {
  background-color: #fff;
  padding: 12px 45px;
  font-weight: bold;
  font-size: 14px;
}

#newest_initiative a{
  color: #8DC169;
}

#city_program #sidebar h3{
  color: #f58320;
  line-height: 16px;
  margin: 0;
  padding: 20px 20px 0px 20px;
}

#city_program #sidebar h3 span {
  display: block;
  float: left;
  height: 24px;
  margin-right: 8px;
}

#city_program #sidebar {
  width: 291px;
}

#city_program #sidebar object {
  margin-top: 13px;
  margin-left: 1px;
}

/* ----------------------------------------------------------------
+Page Specific: SCI city program
------------------------------------------------------------------*/


#sci_pilot_program #main {
  float: none;
  width: auto;
}

#sci_pilot_program .main_box {
  float: left;
  width: 240px;
  height: 700px;
}

#sci_pilot_program #sidebar {
  float: left;
  min-height: 730px;
  width: 638px;
  padding: 0;
}

/* ----------------------------------------------------------------
+Page Specific: SCI Pilot City Finalists
------------------------------------------------------------------*/

.pilot_city_program .main_content {
  padding: 0;
}

.pilot_city_program .main_content p {
  margin: 12px 20px;
}

.pilot_city_program .main_box ul li {
  list-style: none;
  margin: 12px 20px;
}

.pilot_city_program .main_content p strong {
  color: #00826b;
}

.finalists-header {
  height: 100px;
  background-color: #fff;
}

#sidebar .finalists-header h1 {
  color: #00826b;
  padding: 36px 20px 30px 100px;
  background: url(../images/site/icon_city_prog_large.png) 17px 14px no-repeat;
  float: left;
  font-size: 25px;
}

.finalists-header p {
  color: #f58320;
  font-size: 13px;
  line-height: 18px;
  padding: 12px 14px;
}

#sidebar .section img.city-image {
  border: solid gray 1px;
  float: right;
  margin: 0 12px 12px;
}

#sidebar .section h2 {
  margin: 12px 0;
  color: #00826b;
  font-weight: bold;
}

#sidebar .section h2 > span {
 color: #f58320;
}

#sidebar .section p {
  margin-right: 12px;
}

#sidebar .section p .label {
  color: #00826b;
}


/* ----------------------------------------------------------------
+Page Specific: Sustainable Community Neighborhood Initiatives
------------------------------------------------------------------*/

.sustainable_community_initiatives .main_box {
  background-color: #8dc169;
}

.sustainable_community_initiatives .main_box h1 {
  background: url(../images/site/tmp_sustainable_logo_small.gif) 20px 0 no-repeat;
  margin: 0;
  padding: 2px 0 12px 60px;
  font-size: 24px;
}

.sustainable_community_initiatives .main_box h2 {
  color: #00826b;
  margin: 0 0 10px;
  font-size: 15px;
}

.sustainable_community_initiatives .main_box .community {
  border-top: solid #9a9a9a 1px;
  margin-top: 16px;
  padding-top: 20px;
  position: relative;
}

.sustainable_community_initiatives .main_box .community.with-image > div {
  margin-right: 160px;
}

.sustainable_community_initiatives .main_box .community:first-child {
  border-top: none;
  padding-top: 0;
}

.sustainable_community_initiatives .related-links h3,
.sustainable_community_initiatives .related-links li,
.sustainable_community_initiatives .related-links a:hover {
  color: #f58320;
}

.sustainable_community_initiatives .related-links a {
  color: #9a9a9a; 
}


/* ----------------------------------------------------------------
+Sidebar General
------------------------------------------------------------------*/
#sidebar {
  float: left;
}
#sidebar h3.head, #main h3.head {
  font-size: 12px;
  color: #f58320;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.banner a {
  font-size: 9px;
}
#sidebar .usdn ul {
  padding-left: 14px;
}
#sidebar .usdn ul li{
  list-style: disc;
}
#sidebar .usdn ol ul li{
  list-style: disc;
}
#sidebar .usdn ol {
  padding-left: 20px;
}
#sidebar .usdn ol li{
  list-style: decimal;
}
#city_profile .banner {
  border: 1px solid #9A9A9A;
  padding: 10px;
}


/* ----------------------------------------------------------------
+Lists
------------------------------------------------------------------*/
ul.related, #announcements ul, ul.login-form, ul.login-form li {
  list-style-type: none;
}
ul.related li, .subtopic_features li, #announcements li {
  margin: 0 0 0.8em;
  padding-left: 12px;
  background: url('../images/site/bg_caret_orange.gif') 0 4px no-repeat;
}
ul.related li a, .subtopic_features li a {
  text-decoration: none;
  color: #818181;
}
ul.related li a:hover, .subtopic_features li a:hover {
  color: #f58320;
}
.subtopic_features ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.subtopic_features li {
  list-style: none !important;
  margin: 0 0 2px !important;
  padding-bottom: 4px;
  border-bottom: 1px solid #9a9a9a;
  background-position: 0 6px;
}
.subtopic_features li.last {
  border: none;
}

ul.topics {
  list-style-type: none;
  margin: 1em 0;
}
ul.topics li {
  margin: 0 0 0.5em;
  list-style-type: none;
}
ul.topics li a {
  color: #818181;
  text-transform: uppercase;
}
ul.topics li a:hover {
  color: #f58320;
}
ul.topics li img {
  vertical-align: middle;
  padding-right: 6px;
}
div.homepage ul.topics {
  padding: 0;
}

/* quick links */
ul.quick_links_list {
  list-style-type: none;
  margin: 1em 0;
}
ul.quick_links_list li {
  margin: 0 0 10px;
  list-style-type: none;
}
ul.quick_links_list li a {
  display: block;
  line-height: 20px;
  padding-left: 24px;
  color: #818181;
  background: url(../images/site/bg_qlink_arrow.gif) 0 0 no-repeat;
}
ul.quick_links_list li a:hover {
  background-position: 0 -200px;
  color: #F58320;
}

/* subtopic widget */
#subtopics_listing {
  border: 1px solid #9a9a9a;
}
#subtopics_listing h3 {
  font-size: 11px !important;
  font-weight: normal;
  margin: 0;
  border-top: 1px solid #ccc;
  color: #db6b24;
  text-transform: uppercase;
  padding: 3px 10px 3px 22px;
  background: transparent url(../images/site/bg_arrows_about.gif) 10px 6px no-repeat;
}

#subtopics_listing h3.ui-state-hover {
  color: #8DC169;
}

#subtopics_listing h3.ui-state-active {
  color: #8DC169;
  background-position:7px -23px;
}

#subtopics_listing a.more {
  display: block;
  float: right;
  text-transform: lowercase;
  padding-left: 10px;
  /*margin-left: 20px;*/
  background: transparent url('../images/site/bg_caret_orange.gif') 0 5px no-repeat;
  font-style:italic;
}

#subtopics_listing .more:hover {
  color: #db6b24;
}

#subtopics_listing div.tip {
  display: none;
}

#subtopics_listing ul {
  margin: 0 0 10px 10px;
}
#subtopics_listing ul li {
  margin: 0 0 2px;
}
#subtopics_listing ul li a {
  text-decoration: none;
  color: #818181;
  border: none;
  display: block;
  text-transform: none;
  padding-left: 12px;
  background: url('../images/site/bg_caret_orange.gif') 0 4px no-repeat;
}

#subtopics_listing ul li a:hover {
  color: #db6b24;
  text-decoration: none;
}

#subtopics_listing ul.orphan {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-left: 0;
}
#subtopics_listing ul.orphan li {
  margin-left: 10px;
}





/* ----------------------------------------------------------------
+Footer
------------------------------------------------------------------*/
#footer {
  text-align: right;
  padding: 20px 0;
  color: #f58320;
}
#footer a {
  padding: 16px 0;
  color: #b4b4b4;
  text-decoration: none;
}
#footer a:hover {
  color: #f58320;
}
#footer a#hdf {
  padding-right: 72px;
  background: url('../images/site/logo_hdf_footer.gif') 100% 4px no-repeat;
}
#footer img {
  padding-right: 5px;
}

#footer a:hover {
  color: #db6b24;
}

#footer img {
  position: relative;
  top: 4px;
  padding: 0;
}

.link_info {
  display: none;
}

.link_info_box {
  float: none;
  width: 281px;
  height: auto !important;
  margin: 0 !important;
  border: none;
  border-top: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  color: #f58320 !important;
}

.link_info_box h5 {
  padding-left: 5px;
}

/* ----------------------------------------------------------------
+Form Elements
------------------------------------------------------------------*/
input.form_btn {
  font: bold 10px/10px "Trebuchet MS",Arial,Helvetica,clean,sans-serif;
  text-transform: uppercase;
  height: 18px;
  padding: 0 0 2px;
  color: #fff;
  border: none;
  background: url(../images/site/bg_formbtn_med.gif) no-repeat;
}
input.btn_med {
  width: 67px;
}
.btn_over {
  color: #818181 !important;
}


/* ----------------------------------------------------------------
+Misc. Formatting
------------------------------------------------------------------*/
strong {
  font-weight: bold;
}
.float_left {
 float: left;
}
.float_right {
 float: right;
}
.float_none {
 float: none;
}

.mright25 {
  margin-right: 25px;
}
.mright20 {
  margin-right: 20px;
}
.mtop25 {
  margin-top: 25px;
}
.padTop20 {
  padding-top: 20px;
}
.notopbdr {
  border-top: none !important;
}
.nobtmbdr {
  border-bottom: none !important;
}
.embold {
  font-weight: bold;
}
.w190 {
  width: 190px;
}
.void {
  cursor: default;
}
a.stbutton {background:none !important;padding:0 !important;}

div#please_login {
  background-color:white;
}

div#please_login p {
  margin: 0.5em 0;
}

div#please_login ul {
  padding: 0.5em 1em;
}

div#please_login ul li {
  list-style: inside disc;
}

/* ------------------------------------------------------------
+Clearing
------------------------------------------------------------ */
/* Thanks to http://www.positioniseverything.net/easyclearing.html */

.clear, .clearAll, .clearBoth {
  clear: both;
}
.clearfix {
  *height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  border: 1px solid red;
}

/* ----------------------------------------------------------------
+Colors
------------------------------------------------------------------*/
/* Classroom : Orange */
div.classroom div.bg_section,
div.pilot_city_program div.bg_section,
#city_program #container,
body.grid7 div.classroom #main,
div.classroom #container,
.bg_orange {
  background-color: #f58320;
}
.txt_orange {
  color: #f58320;
}
.dk_orange { /* text */
  background-color: #eb9c18;
}

/* Library : Green */
div.library div.bg_section,
body.grid7 div.library #main,
div.library #container,
div.homepage #container,
div.pilot_city_program #sidebar,
.bg_green {
  background-color: #8dc169;
}
.txt_green {
  color: #8dc169;
}

/* Communications Lab : Yellow */
div.communications_lab div.bg_section,
body.grid7 div.communications_lab #main,
div.communications_lab #container,
.yellow {
  background-color: #ffc635;
}

/* Planning Center : Dk Green */
div.planning_center div.bg_section,
body.grid7 div.planning_center #main,
div.planning_center #container,
.dk_green {
  background-color: #00826b;
}

/* Meeting Hall : Blue */
div.meeting_hall div.bg_section,
body.grid7 div.meeting_hall #main,
div.meeting_hall #container,
 .bg_blue {
  background-color: #65a3bd;
}

 /* About, Account: Yellow */
div.about #container,
div.profile div.bg_section,
div.profile #container,
div.admin div.bg_section,
div.admin #container {
  background-color: #efefef;
}

body#classroom #container,
body#library #container,
body#communications_lab #container,
body#planning_center #container,
body#meeting_hall #container {
  background-color: #fff;
}

a.library, a.library:visited, li.library label {color: #8dc169;font-weight:bold;}
a.communications_lab, a.communications_lab:visited, li.communications_lab  label {color:#ffc635;font-weight:bold;}
li.communications_lab label {color: #f0bf26;}
a.classroom, a.classroom:visited, li.classroom  label {color:#f58320;font-weight:bold;}
a.meeting_hall, a.meeting_hall:visited, li.meeting_hall  label {color:#65a3bd;font-weight:bold;}
a.planning_center, a.planning_center, li.planning_center  label {color: #00826b;font-weight:bold;}

/* Undefined: Gray */
.bk_section {
  background: #f00 !important;
}
.bk_gray {
  background: #9a9a9a;
}
.bdr_gray {
  border: 1px solid #9a9a9a;
}
.bdr_white {
  border: 1px solid #fff;
  border-top: none;
}

/* ------------------------------- */
/*	PRINT STYLES									 */
/* ------------------------------- */
@media print {
	body {
		background: #fff;
		color: #000;
		margin: 0;
		padding: 0;
		font: normal 11px/15px "Trebuchet MS",Arial,Helvetica,clean,sans-serif;
	}
  #frame {
    width: 610px !important;
    margin: 0 !important;
  }

  #logo {
    position: relative;
    height: 90px !important;
    width: 128px !important;
    background: none !important;
  }
  #print_logo {
    display: block;
    border: none;
  }
  #header {
    position: relative !important;
    height: 120px !important;
    width: 600px !important;
    background: none !important;
    z-index: 10;
  }
  #breadcrumb {
    text-align: left !important;
    padding-bottom: 20px;
  }
  #container {
    background: #fff !important;
    border: none !important;
    margin: 0 !important;
    width: 600px !important;
  }
  div.bg_section {
    background-color: #fff !important;
  }
  h1 {
    color: #333;
    padding: 0 !important;
    margin: 1em 0 !important;
  }

  /* grid 3: feature detail */
  body.grid6 #main {
    float: none;
    width: 600px;
  }
  body.grid3 #sidebar {
    display: none;
  }
  body.grid3 div.main_box, body.grid3 div.main_content {
   padding: 0;
  }
  body.grid3 div.main_box_inner {
    border: none;
  }
  div.feature_image_box {
    float: none;
    margin: 20px 0 !important;
    border: none !important;
  }
  div.feature_image_box img {
    border: none !important;
  }
  body.grid3 #detail_footer, body.grid4 #detail_footer, body.grid6 #detail_footer {
    display: none;
  }

  /* grid 4: city profile */
  body.grid4 #main {
    float: none;
    width: 600px;
  }
  body.grid4 #sidebar {
    float: none;
    width: 600px;
  }
  body.grid4 .main_box {
    padding: 0;
  }
  body.grid4 .main_box_inner {
    border: none;
  }
  body.grid4 .main_box_inner form {
    display: none;
  }
  body.grid3 #detail_footer {
    display: none;
  }

  /* grid 6: buzz topics */
  body.grid6 #sidebar {
    float: none;
    width: 600px;
  }
  body.grid6 div.main_content, div.buzz_nav {
    display: none;
  }
  body.grid6 .main_box_inner {
   display: none !important;
  }
  body.grid6 .main_box {
    padding: 0;
  }
  #buzz_topic_details {
    border: none;
  }
  body.grid6 #detail_links, body.grid6 #detail_rating {
    display: none;
  }

  /* DONT DISPLAY */
  #cms_toolbar, #utils, #nav, #ksearch_form {
    display: none !important;
  }


}













