DIV#divBodyContent DIV.Left {
  width: 560px;
}

DIV#divBodyContent DIV.Right {
  width: 350px;
  margin-left: 35px;
}

DIV#divBookPromo {
  width: 560px;
  height: 275px;
  
  background-image: url('/images/home/bookpromo-bg.png');
  background-repeat: no-repeat;
  
  margin: 0 0 15px 20px;  
}

DIV#divBookPromo H2 {
  display: block;
  
  text-indent: -999em;
  width: 555px;
  height: 170px;
  
  background-image: url('/images/home/intro-from-ryan-allis.png');
  background-repeat: no-repeat;
  background-position: 20px 20px;
  margin: 0 0 0 0;
}

/* Book Promo Buttons */

DIV#divBookPromo A.bpButton {
  display: block;
  float: left;
  background-repeat: no-repeat;
  text-indent: -999em;
  
  margin-top: 10px;
}

A#lnkBookPromoIntroVideo {
  width: 105px;
  height: 40px;
  background-image: url('/images/home/bookpromo-introvideo.png');
  
  margin: 0 5px 0 22px;
}

A#lnkBookPromoTheBook {
  width: 405px;
  height: 40px;  
  background-image: url('/images/home/bookpromo-thebook.png');
}

/* Book Promo Links */

UL#ulBookPromoLinks {
  margin: 0;
  padding: 0;
  
  display: block;
  width: 525px;
  min-height: 16px;
  
  margin: 22px 20px 0 15px;
}

UL#ulBookPromoLinks LI {
  display: block;
  min-height: 16px;
  float: left;
  
  border-right: 1px solid #72baff;
}


UL#ulBookPromoLinks LI A {
  display: block;
  width: 100%;
  height: 100%;
  
  text-indent: 32px;
  font-size: 8.5pt;
  background-repeat: no-repeat;
  background-position: 10px 0;
  
  padding: 0 15px 0 0;
}

UL#ulBookPromoLinks LI.adjust-smaller-width { width: 20%; }
UL#ulBookPromoLinks LI.adjust-larger-width { width: 28%; }

/* Category List */

DIV.HomeCategoryList {
  background-image: url('/images/home/categories-bottom-bg.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 560px;
  height: 300px;
  
  margin: 0 0 15px 20px;
}

DIV.HomeCategoryList-Top {
  
  background-image: url('/images/home/categories-top-bg.png');
  background-repeat: no-repeat;
  
  width: 560px;
  height: 6px;
}

DIV.HomeCategoryList UL {
  list-style-type: none;
  margin: 0;
  padding: 0;
  
  margin: 0 7px;
  padding: 0 7px;
}

DIV.HomeCategoryList UL LI {
  display: block;
  
  width: 165px;
  height: 20px;
  
  float: left;
  padding: 2px;
  
  margin-right: 2px;
  background-color: #FFF;
}

DIV.HomeCategoryList UL LI A {
  display: block;
  
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  
  
  width: 165px;
  height: 20px;

  background-color: #E6F0F5;
  padding-left: 20px;
  
  background-image: url('/images/icons/folder-16x16.png');
  background-repeat: no-repeat;
  background-position: left top;
}

DIV.HomeCategoryList UL LI A:hover {
 background-position: left -20px; 
 background-color: #dcedf5;
  
}
DIV.HomeCategoryList H2 {  
  margin: 10px 0 0 20px;
}

DIV.HomeCategoryList P {
  
  line-height: 140%;
  margin: 10px 20px;
}

/* Shortcut List */

DIV#divShortcutList {
  width: 350px;
  height: 100px;
}

DIV#divShortutList UL {
  margin: 0;
  padding: 0;
  }

DIV#divShortutList UL LI {
  list-style-type: none;
  
  width: 175px;
  height: 36px;
  
  float: left;
  
  background-image: url('/images/home/shortcut-button-bg.png');
  background-repeat: no-repeat;
  background-position: 3px 2px;

  margin: 0 0 5px 0;
  padding: 0;

}

DIV#divShortutList UL LI A {
  display: block;
  height: 32px;

  font-size: 9pt;
  text-decoration: none;
  
  padding: 7px 0 0 40px;
  margin: 0;
  background-repeat: no-repeat;
  
}

/* Tag Cloud */

DIV#divTagCloud H4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 7pt;
  font-weight: normal;

  margin: 0;
}

DIV#divTagCloud H4 A {
  color: #269;
  letter-spacing: 0;
  font-size: 7pt;
  font-weight: normal;
  text-transform: none;
  text-decoration: underline;
}

DIV#divTagCloud A {
  color: #777;
  text-decoration: none;
  
  line-height: 165%;
}

.tag1 { font-size: 14pt; }
.tag2 { font-size: 13pt; }
.tag3 { font-size: 10pt; }
.tag4 { font-size: 9pt; }
.tag5 { font-size: 8pt; }


/* Tab Group */

DIV#divHomePageTabs {
  background-image: url('/images/home/tabgroup-bottom-bg.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 350px;
  
  margin: 0 0 20px 0;
  padding: 0px 0 10px 0;
}

DIV#divHomePageTabs-Top {
  
  background-image: url('/images/home/tabgroup-top-bg.png');
  background-repeat: no-repeat;
  
  width: 350px;
  height: 8px;
  
  margin-top: -6px;
}

UL#ulHomePageTabs {
  display: block;
  
  width: 315px;
  height: 35px;
  
  margin: 10px 0 0 5px;
  padding: 0 0 0 5px;
}

UL#ulHomePageTabs LI {
  
  display: block;
  float: left;
  
  width: 100px;
  height: 35px;
  
  background-image: url('/images/home/tab-unselected.png');
  background-repeat: no-repeat;
  list-style-type: none;
  
  margin: 0 5px 0 0 !important;
}

UL#ulHomePageTabs LI.TabSelected {
  background-image: url('/images/home/tab-selected.png');
}

UL#ulHomePageTabs LI A {
  display: block;
  height: 16px;
  
  font-size: 8pt;
  
  margin: 5px 0 0 5px;
  padding: 2px 0 0 20px;
  background-repeat: no-repeat;
  
  text-decoration: none;
}

DIV#divHomePageTabs H3 {
  
  display: block;
  height: 20px;
  
  font-size: 10pt;
  color: #269;
  
  padding-left: 20px;
  margin: 5px 10px 0 12px;
  background-repeat: no-repeat;
}

DIV#divHomePageTabs H3 SPAN {
  font-size: 8pt;
  font-weight: normal;
}

DIV#divHomePageTabs P {
  font-size: 9pt;
  line-height: 140%;
  margin: 5px 10px 10px 12px;
}

DIV#divHomePageTabs P A {
  font-size: 9pt;
  padding-left: 5px;
}

/* Featured Content */

DIV#divFeaturedContent {
  margin: 0 0 0 20px;
}

DIV#divFeaturedContent DIV.Left {
  width: 215px;
  margin: 0;
}

DIV#divFeaturedContent DIV.Right {
  width: 330px;
  margin: 0 0 0 10px;
}

/* Entrepeneur's Chronical */

DIV#divEntrepeneursChronical {
  width: 215px !important;
  height: 315px;
  
  background-image: url('/images/home/chronicle-signup-bottom-bg.png');
  background-repeat: no-repeat;
  background-position: left bottom;
      
  }

DIV#divEntrepeneursChronical-Top {
  width: 215px;
  height: 8px;
  
  background-image: url('/images/home/chronicle-signup-top-bg.png');
  background-repeat: no-repeat;
}

DIV#divEntrepeneursChronical H2 {
  margin: 0;
  font-size: 11pt;
  padding: 5px 0 5px 15px;
}

DIV#divEntrepeneursChronical FORM DIV {
  margin: 5px 0 0 15px;
}

DIV#divEntrepeneursChronical INPUT#txtECemail-address {
  width: 180px;
}

DIV#divEntrepeneursChronical LABEL {
  display: block;
  
  width: 200px;
  font-family: "Times New Roman", Times, serif;
  font-variant:small-caps;
  font-size: 8pt;
  
  letter-spacing: 1px;
  margin: 4px 0 4px 0;
}

DIV#divEntrepeneursChronical A {
  display: block;
  width: 215px;  
  text-align: center;
  font-size: 9pt;
  
  margin-left: -15px;
}

/* Featured Authors */

DIV#divFeatured-Columns DIV.Column {
  width: 150px;
  margin: 0 0 0 15px;
}

DIV#divFeaturedAuthors {
  width: 335px; 
  height:220px;
  
  background-image: url('/images/home/contributors-bottom-bg.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  
  margin: 0;
  }
  
DIV#divFeaturedAuthors-Top {
  width: 335px;
  height: 8px;
  
  background-image: url('/images/home/contributors-top-bg.png');
  background-repeat: no-repeat;

}

DIV#divFeaturedAuthor H2, DIV#divTopContributors H2 {
  font-size: 10pt;
  margin: 5px 0 5px 0;
}

DIV#divFeaturedAuthor IMG {
  float: left;
  margin-right: 5px;
}

DIV#divFeaturedAuthor SPAN {
  font-size: 10pt;
  font-weight: bold;
}

DIV#divFeaturedAuthor P {
  margin: 5px 0 5px 0;
  font-size: 8pt;
}

DIV#divFeaturedAuthor A {
  display: inline;
  font-family: "Times New Roman", Times, serif;
  font-variant:small-caps;
  font-size: 8pt;
  letter-spacing: 1px;
  color: #777;
}

DIV#divTopContributors {
   margin: 0 10px 0 0;
}

DIV#divTopContributors DL DT {
  font-size: 7pt;
  padding: 3px 0 3px 0px;
  width: 120px;
  
  clear: left;
}

DIV#divTopContributors DL DD {
  font-size: 8pt;
  float: right;
  height: 1.5em;
  
  width: 2em;
  text-align: right;
}

/* Featured Author Links */

DIV#divFeaturedAuthorInvite {
  border-top: 1px solid #7bbeff;
  margin: 10px 0;
  padding: 5px 0 5px 0;

}

DIV#divFeaturedAuthorInvite A {
  display: block;
  
  padding-left: 36px;
  
  font-size: 7.5pt;
  text-decoration: none;
  color: #444;
  font-weight: bold;
  
  background-image: url('/images/icons/brunette-32x32.png');
  background-repeat: no-repeat;
  background-position: left 3px;
}


DIV#divFeaturedAuthorLinks {
  border-top: 1px solid #7bbeff;
  border-bottom: 1px solid #7bbeff;
  
  margin: 5px 0;
  padding: 10px 0 5px 0;
}
DIV#divFeaturedAuthorLinks UL {
  margin: 0;
  padding: 0;
}

DIV#divFeaturedAuthorLinks UL LI {
  list-style-type: none;
}

DIV#divFeaturedAuthorLinks UL LI A {
  display: block;
  height: 24px;
  
  text-indent: 22px;
  
  font-size: 8pt;  
  background-repeat: no-repeat;
}

/* Top Contributors Table */

TABLE#tblTopContributors {
  border: 0;
  width: 100%;
}

TABLE#tblTopContributors THEAD TR TH {
  display: none;
}

TABLE#tblTopContributors TR TD {
  height: 20px;
  background-color: #EFF3F5;
}

TABLE#tblTopContributors TD, TABLE#tblTopContributors TD A {
   font-size: 8pt;
}

TABLE#tblTopContributors TD A {
  display: block;
  height: 16px;
  
  padding-left: 20px;
  
  background-image: url('/images/icons/contributor-16x16.png');
  background-repeat: no-repeat;
}

/* Ad Blocks */

DIV#divAdBlockBottomRow {
  margin: 10px 0 0 20px;
}




