@import url(/css/reset.css);

section, footer {display:block}

body {
  background: #fff;
  font: 100%/1.27em Arial, Helvetica, sans-serif;
  position: relative;
  color: #333;
}

/* Generic container to limit page width */
.wrapper {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#content {
  overflow: hidden;
}

a {
  color: #00546e;
  text-decoration: none;
}

/*#content a {
  color: #00546e;
}*/

p {
  margin: 0 0 14px 0;
  font-size: 0.875em;
}

article ul {
  margin-bottom: 14px;
}

article li {
  background: url(/img/site/inter_nav_icon.png) left 7px no-repeat;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 0.875em;
}

article li a {
  color: #00546e;
  font-weight: bold;
}

article li a:hover {
  border-bottom: dotted 1px #00546e;
}

#home article {
  line-height: 1.35em;
}


/**************/
/*** HEADER ***/
/**************/

#header {
  height: 180px;
  position: relative;
  background: url(/img/site/header_bg.jpg) center top no-repeat;
  margin: 0 auto 40px auto;
  z-index: 1000;
  width: 1060px;
}

#header .wrapper {height: auto;}

#logo {
  width: 399px;
  height: 64px;
  background: url(/img/site/logo.png) no-repeat;
  text-indent: -9000px;
  position: absolute;
  left: 0px;
  top: 33px;
}

#logo a {
  width: 399px;
  height: 64px;
  display: block;
}

#header nav {
  position: absolute;
  left: 0;
  top: 126px;
  width: 100%;
}

#header nav .top-nav {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#header nav .top-nav li {
  float: left;
  font-weight: bold;
  font-size: 1em;
  line-height: 54px;
  position: relative;
}

#header nav .top-nav li img {vertical-align: middle;}

#header nav a {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 2px #555;
  padding: 0 44px;
  display: block;
  border-right: solid 1px rgb(255, 255, 255);
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}

#header nav a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#header nav .top-nav li span {

}

#header nav li:last-child a {border-right: none;}

#header nav .sub-nav {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 54px;
  width: 100%;
  visibility: hidden;
  box-shadow: 1px 1px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  opacity: 0.95;
  -moz-opacity: 0.95;
  filter:alpha(opacity=95);
}

#header nav .sub-nav li {
  float: none;
  border: 1px solid #ccc;
  border-top-width: 0;
  line-height: normal;
  font-size: .875em;
}

#header nav .sub-nav li a {
  color: #7a9359;
  text-decoration: none;
  text-shadow: none;
  padding: 18px 22px;
  display: block;
  border: none;
  background-color: #fff;
}

#header nav .sub-nav li a:hover {
  background-color: #f9f9f9;
}


/**************/
/*** FOOTER ***/
/**************/

footer {
  background: #f9f9f9 url(/img/site/footer_border.gif) center top repeat-x;
  padding: 40px 0 50px 0;
  clear: both;
  width: 1060px;
  margin: 0 auto;
}

footer a {
  text-decoration: none;
  color: #666;
}

footer a:hover {border-bottom: dotted 1px #999;}

footer .nav, footer .site-info {position: absolute;}

footer .nav {
  left: 5px;
  font-weight: bold;
}

footer .site-info {right: 5px;}

footer li {font-size: .75em;}

footer .nav li,
footer .site-info li {
  float: left;
  margin: 0 35px;
}

footer .nav li {margin-left: 0;}
footer .site-info li {margin-right: 0;}


/********************/
/*** MAIN CONTENT ***/
/********************/

#main-content {
  width: 755px;
  float: left;
}

.panel {
  padding: 20px 0 20px 20px;
  margin: 30px 0 40px 0;
  overflow: hidden;
  position: relative;
}

.inter-nav {
  overflow: hidden;
  margin-bottom: 30px;
}

.inter-nav li {
  background: url(/img/site/inter_nav_icon_off.png) left center no-repeat;
  padding-left: 10px;
  font-size: .75em;
  float: left;
  margin-right: 45px;
}

.inter-nav a {
  color: #999;
}

.inter-nav a:hover {
  border-bottom: dotted 1px #999;
}

.inter-nav .selected {
  background-image: url(/img/site/inter_nav_icon.png);
}

.inter-nav .selected a {
  color: #00546E;
  font-weight: bold
}

.inter-nav .selected a:hover {
  border-bottom: none;
}

.article-image {
  float: right;
  text-align: center;
  width: 308px;
}

.view-more {
  color: #50c6d8;
  background: url(/img/site/view_more_icon.png) left center no-repeat;
  padding-left: 10px;
  font-size: 0.75em;
  font-weight: bold;
}

.view-more a {
  color: #50c6d8;
}

.view-more a:hover {
  border-bottom: dotted 1px #50c6d8;
}


/*************/
/*** ASIDE ***/
/*************/

aside {
  width: 205px;
  float: right;
}

.box {
  background-color: #f5f5f5;
  padding: 18px 10px 18px 18px;
  margin-bottom: 40px;
  overflow: hidden;
}

aside .box li a {
  font-size: 0.75em;
}

aside .box li {
  margin: 15px 0;
  line-height: 1em;
}

aside .box ul ul {
  margin-top: 5px;
}

aside .box li li {
  margin: 0 0 4px 0;
}

aside .search .group-title {
  color: #678441;
}

aside .search .input-text {
  width: 90px;
  float: left;
}

aside .search .bt {
  float: left;
  margin-left: -2px;
  margin-right: -10px;
  width: 80px;
}

aside .box .view-all {
  font-size: 1em;
  font-weight: bold;
  float: none;
}

aside .box .view-all a {
  color: #f7941e;
}

aside .box .view-all a:hover {border-bottom: dotted 1px #f7941e;}


/*************/
/*** FORMS ***/
/*************/

.input-text {
  border: none;
  background-color: #fff;
  padding: 5px 8px;
  height: 16px;
}

input.label-on {color: #999;}

button {
  cursor: pointer;
}


/***************/
/*** BUTTONS ***/
/***************/

.bt {
  border: none;
  font-size: 0.814em;
  background: transparent;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

.bt:hover {
  opacity: 0.85;
  border: none;
}

.bt .label {
  padding: 3px 12px 3px 16px;
  color: white;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  float: left;
}

.bt .tip {
  border-color: transparent transparent transparent transparent;
  border-style: solid;
  border-width: 12px;
  height: 0;
  width: 0;
  float: left;
  font-size: 0;
}

.bt-browse-by .label {background-color: #f7941e;}
.bt-browse-by .tip {border-left-color: #f7941e;}

.bt-form .label {background-color: #678441;}
.bt-form .tip {border-left-color: #678441;}

.bt-opening {margin: 7px 0; font-size: .875em;}
.bt-opening .label {background-color: #00546e; padding: 8px 18px 8px 20px;}
.bt-opening .tip {border-left-color: #00546e; border-width: 17px;}

.bt-more .label {background-color: #50c6d8; padding: 2px 16px 2px 18px;}
.bt-more .tip {border-left-color: #50c6d8; border-width: 11px}

.bt-details .label {background-color: #cbdb2a;}
.bt-details .tip {border-left-color: #cbdb2a;}


/****************/
/*** HEADINGS ***/
/****************/

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {text-decoration: none;}

.page-title {
  font-size: 1.250em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #00546e;
}

.search-title {
  color: #678441;
  font-size: 1.250em;
  font-weight: bold;
  margin-bottom: 14px;
}

.group-title {
  font-size: 1.064em;
  font-weight: bold;
  margin-bottom: 18px;
}

.item-title {
  font-size: 0.875em;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.item-title a {color: #50c6d8}

.item-title a:hover {border-bottom-style: dotted; border-bottom-width: 1px}

.small-title {
  font-weight: bold;
  font-size: .75em;
}

.small-title a {
  background: url(/img/site/small_title_icon.png) center right no-repeat;
  padding-right: 10px;
  color: #333;
}

.article-title {
  color: #50c6d8;
  font-size: 1.125em;
  margin-bottom: 14px;
}


/********************/
/*** PARTNERS BOX ***/
/********************/

.partners {
  width: 465px;
  height: 115px;
  float: left;
}

.partners ul {
  background: url(/img/site/logo_partners.png) no-repeat;
  width: 452px;
  height: 65px;
  margin-top: -3px;
  margin-bottom: 8px;
}

.partners li {
  text-indent: -9000px;
  float: left;
  width: 33%;
  height: 65px;
}

.partners li a {
  display: block;
  height: 65px;
}


/***************/
/*** FAQ BOX ***/
/***************/

.faq {
  width: 218px;
  height: 115px;
  float: right;
}

.faq h2 {
  font-size: .875em;
  font-weight: bold;
  color: #666;
  margin: 20px 0 30px 0;
}

.faq h2 a {
  color: #666;
}


/******************/
/*** ITEMS LIST ***/
/******************/

.hat {
  text-transform: uppercase;
  font-size: .75em;
  color: #999;
}

.umbrella {
  font-size: 1em;
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: solid 1px #ddd;
  color: #00546e;
}

.umbrella a {
  text-decoration: none;
  color: #00546e;
}

.meta {
  font-size: x-small;
  color: #666;
  font-style: italic;
  line-height: normal;
  margin-bottom: 15px;
}


/************************/
/*** ITEMS LIST PANEL ***/
/************************/

.items-panel {
  background-color: #eff9fb;
  width: 735px;
  overflow: hidden;
  height: 585px;
}

.items-panel .group-title {color: #50c6d8;}

.items-list {margin-top: -18px;}

.items-list li {
  float: left;
  background: #fff none;
  width: 186px;
  margin: 18px 18px 0 0;
  padding: 20px;
  overflow: hidden;
  font-weight: normal;
}

.items-panel .items-list li {
  height: 225px;
  position: relative;
}

.items-list li p {
  font-size: .813em;
  line-height: 1.35em;
}

.items-list img {
  margin-bottom: 10px;
}

.recent-items {height: auto;}

.recent-items .items-list li {
  height: 473px;
}

.recent-items .hat {
  font-size: x-small;
}

.items-panel .item-title {color: #50c6d8;}

.items-panel .item-title a {color: #50c6d8;}

.items-panel .item-title a:hover {border-bottom-color: #50c6d8;}

.items-list-nav,
.view-all {
  font-weight: bold;
  font-size: 0.75em;
  line-height: 14px;
  padding-right: 12px;
  float: right;
}

.items-panel .items-list-nav,
.items-panel .view-all {
  position: absolute;
  right: 60px;
  top: 24px;
}

.items-panel .items-list-nav {
  
}

.items-panel .view-all {
  right: 10px;
}

.items-list-nav li {
  float: left;
  margin-left: 10px;
  padding-right: 10px;
  border-right: solid 1px #50c6d8;
}

.items-list-nav .selected {
  color: #1f9bae;
}

.items-list-nav a, .view-all a {color: #50c6d8;}

.items-list-nav a:hover, .view-all a:hover {color: #1f9bae;}

.items-panel .items-list .bt {
  position: absolute;
  bottom: 20px;
}


/***********************/
/*** FREE ITEMS LIST ***/
/***********************/

.free-items-list {
  
}

.free-items-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: dotted 1px #eee;
}

.free-items-list li:last-child {
  border-bottom: none;
}

.free-items-list .item-title {
  margin-bottom: 0;
}

.free-items-list p {
  font-size: .75em;
  margin: 5px 0;
}


/***********************/
/*** BROWSE ARTICLES ***/
/***********************/

.browse-articles .group-title {
  color: #f7941e;
}

.browse-articles ul a {
  font-weight: bold;
  color: #999;
}

.browse-articles ul a:hover {
  border-bottom: dotted 1px #999;
}

.browse-articles .bt:hover {
  border-bottom: none;
}



/**********************/
/*** MORE RESOURCES ***/
/**********************/

.more-resources {
  margin-top: 18px;
}

.more-resources li {
  overflow: hidden;
  height: 40px;
  margin-bottom: 10px;
  background: none;
  padding: 0;
  font-size: medium;
}

.more-resources .bt {
  float: left;
  margin-right: 5px;
}

.more-resources .url {
  font-weight: bold;
  font-size: .75em;
  float: left;
  width: 620px;
  word-wrap: break-word;
}

.more-resources .url a {
  color: #999;
}

.more-resources .url a:hover {
  border-bottom: dotted 1px #999;
}