/* Site: Helping Credit */

* {
  margin: 0;
  padding: 0;
}

body{
  background: #bbced6 url(/_img/bg_body.gif) no-repeat center top;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
}

hr{
  display: none;
}

#skip{
  position: absolute;
  left: -9999px;
}

a{
  overflow: hidden;
}

/* =container
---------------------------------------------------------------------
*/

#container{
  position: relative;
  width: 860px;
  margin: 13px auto 0;
}

#container #flash{
  position: absolute;
  top: 78px;
  right: 16px;
  z-index: 25;
  width: 826px;
}

#container #flash h2{
  float: left;
  width: 525px;
  margin: 54px 0 0 50px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
}

#container #flash #flashbox img,
#container #flash object#flashbox{
  float: right;
}

/* =header
---------------------------------------------------------------------
*/

#header{
  height: 176px;
  background: url(/_img/bg_header.jpg) no-repeat;
}

body#home #header{
  height: 337px;
  background-image: url(/_img/bg_header_home.jpg);
}

#header h1{
  float: left;
  width: 284px;
  height: 53px;
  margin: 30px 0 0 56px;
  background: url(/_img/bg_h1.png) no-repeat;
  text-indent: -9999px;
}

#header h1 a{
  display: block;
  width: 284px;
  height: 53px;
}

#header p.tagline{
  float: left;
  margin: 52px 0 0 43px;
  color: #59889f;
  font-size: 18px;
}

/* =nav
---------------------------------------------------------------------
*/

#nav{
  clear: left;
  float: left;
  margin: 39px 0 0 217px;
  list-style: none;
}

body#home #nav{
  position: relative;
  z-index: 50;
  margin: 191px 0 0 68px;
}

#nav li{
  float: left;
  background: url(/_img/bg_nav_li.jpg) no-repeat right top;
  font-size: 15px;
  font-weight: bold;
}

#nav li a{
  display: block;
  height: 38px;
  padding: 14px 16px 0;
  background: url(/_img/bg_nav_li_a.jpg) no-repeat left top;
  color: #fafafa;
  text-decoration: none;
}

#nav li:hover{
  background-position: right bottom;
}

#nav li:hover a{
  background-position: left bottom;
}

#nav li ul{
  position: absolute;
  left: -999em;
  z-index: 999;
  width: 150px; /* Needs to be same as other 150px value */
  list-style: none;
  line-height: 1;
}

#nav li ul ul{
  margin: -25px 0 0 150px; /* the -25px and 150px need to be adjusted until the sub-sub-menu sits in the right place */
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
  left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
  left: auto;
}

#nav li li a{
  width: 150px; /* Needs to be same as other 150px value, less any padding or margin */
  background: #F00; /* Change to more appropriate value */
}

/* =containerInner
---------------------------------------------------------------------
*/

#containerInner{
  float: left;
  width: 860px;
  background: url(/_img/bg_container.gif) repeat-y center top;
}

/* =contentWrap
---------------------------------------------------------------------
*/



/* =content
---------------------------------------------------------------------
*/

#content{
  float: right;
  width: 541px;
  margin: 24px 98px 0 0;
}

body#home #content{
  float: left;
  margin: 37px 0 0 69px;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
  margin-bottom: 9px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d2dcdf;
  color: #006487;
  font-size: 25px;
  font-weight: normal;
}

body#home #content h2,
body#home #content h3,
body#home #content h4,
body#home #content h5,
body#home #content h6{
  font-size: 20px;
  border-bottom-color: #ffffff;
}

div.category_description{
  margin-bottom: 45px;
}

#content p,
#content li{
  margin-bottom: 1em;
  color: #59889f;
  font-size: 13px;
  line-height: 1.3846;
}

body#home #content p,
body#home #content li{
  margin-bottom: 19px;
}

#content ul,
#content ol{
  margin: 0 0 1em 3em;
}

#content ul#byline{
  display: inline; /* IE6 double margin float bug hack */
  float: left;
  margin-bottom: 10px;
  list-style: none;
}

#content li{
  margin: 0;
}

#content blockquote{
  margin-left: 3em;
}

#content hr{
  display: block;
  margin-bottom: 1em;
}

#content a{
  color: #00F;
}

#content a:hover{
  text-decoration: none;
}

#content #text{
  clear: both;
}

/* item */

#content .item{
  float: left;
  width: 541px;
  margin-bottom: 20px;
  background: url(/_img/bg_item.gif) no-repeat;
}

#content .item .itemInner{
  float: left;
  width: 517px;
  padding: 21px 0 8px 24px;
  background: url(/_img/bg_itemInner.gif) no-repeat left bottom;
}

#content .info{
  float: left;
  width: 303px;
}

#content .info p{
  margin-bottom: .5em;
}

#content .info p.edit a{
  margin: 0;
  color: #006487;
}

#content .other{
  float: right;
  width: 178px;
}

#content .other p{
  margin: 0;
}

#content .item h3{
  margin: 0 0 19px 0;
  padding: 0;
  border: 0;
  color: #006487;
  font-size: 20px;
}

#content .item a{
  display: block;
  margin: 25px 0 0;
}

#content .item img{
  display: block;
  margin: 7px auto;
  border: 0;
}

/* =sidebar
---------------------------------------------------------------------
*/

#sidebar{
  float: left;
  width: 136px;
  margin: 29px 0 50px 40px;
}

body#home #sidebar{
  float: right;
  width: 220px;
  margin: 142px 18px 16px 0;
  background: url(/_img/bg_sidebar_home.gif) repeat-y;
}

body#home #sidebar p{
  padding: 0 17px 1.5em 20px;
  color: #59889f;
  font-size: 12px;
  line-height: 1.5;
}

body#home #sidebar p.first{
  padding-top: 21px;
  background: url(/_img/bg_sidebar_home_first.gif) no-repeat;
}

body#home #sidebar p.last{
  background: url(/_img/bg_sidebar_home_last.gif) no-repeat left bottom;
}

#sidebar ul li{
  margin-bottom: 6px;
  padding: 0 5px 0 1px;
  border-bottom: 1px solid #d2dcdf;
  list-style: none;
}

#sidebar ul li.last{
  border: 0;
}

#sidebar ul li h3{
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: normal;
}

#sidebar ul li h3 a{
  color: #006487;
  text-decoration: none;
}

#sidebar ul li h3 a:hover{
  text-decoration: underline;
}

#sidebar ul li p{
  margin-bottom: 8px;
  color: #59889f;
  font-size: 12px;
  line-height: 1.5;
}

/* =footer
---------------------------------------------------------------------
*/

#footer{
  clear: both;
  height: 100px;
  padding-top: 16px;
  background: url(/_img/bg_footer.jpg) no-repeat;
  text-align: center;
}

#footer p{
  margin-bottom: 3px;
  color: #59889f;
  font-size: 11px;
}

#footer p a{
  color: #59889f;
  text-decoration: none;
}

#footer p a:hover{
  text-decoration: underline;
}