@import url('group_2008/common.css');

body { color: #006699; }

/* Leave out the basic 'a' it should inherit the #333333 from common */
a:link,
a:active,
a:visited { color: #006699; }

a:hover { color: #FF8800; }

#header {
    color: white;
    background: white url('/images/blue_leaves/header.png') no-repeat left bottom; 
}

#headerLinks a,
#headerLinks a:active,
#headerLinks a:visited {
    color: #FFFFFF;
}

#headerLinks a:hover {
    color: #FFFFFF;
}

#leftBar ul.navigation li { 
    background: #545251 url('/images/group_2008/linkBar.png') no-repeat;
}

#leftBar ul.navigation a,
#leftBar ul.navigation a:active,
#leftBar ul.navigation a:visited { 
    color: #DDDDDD;
}

#leftBar ul.navigation a:hover { 
    color: #545251;
    background-color: #DDDDDD;
    border-left: 2px solid #545251;
    border-right: 2px solid #545251;
}

#leftBar ul.navigation li.first { 
    background: #545251 url('/images/group_2008/navTop.png') no-repeat;
}

#leftBar #leftNavBottom { 
    background: #545251 url('/images/group_2008/navBottom.png') no-repeat;
}

#leftNews {
    background: url('/images/blue_leaves/leftNewsletter.png') no-repeat;
    color: #999999; 
}

#leftNews a,
#leftNews a:active,
#leftNews a:visited { 
    color: #999999; 
}

#leftNews a:hover { 
    color: #cccc99; 
}

#leftNews .sideNewsLabel label {
    color: #000000;
}

#nearbySitesBox {
    border-color: #24567a;
}
#nearbySitesBox h2 {
    color: white;
    background-color: #24567a;
}

#footer {
    color: #C0C0C0; 
    background: url(/images/blue_leaves/footer.png);
}
#footer a,
#footer a:active,
#footer a:visited {
    color: white;
}
#footer a:hover {
    color: white;
}
#footerInactive {
    color: white;
    background-color: #24567a;
}
#footerInactive a,
#footerInactive a:active,
#footerInactive a:visited {
    color: white;
}
#footerInactive a:hover {
    color: white;
}

#newsletterSignUp {
    background: url('/images/blue_leaves/mainNewsletter.png') no-repeat;
}

.section {
}

#tlsArticle     .breadcrumbs,
#classifieds    .introduction,
#hobbies        .introduction,
#referrals      .introduction,
#localMerchants .introduction,
#photosDisplay  .introduction,
#newNeighbors   .introduction,
#hoa            .introduction,
#history        .introduction,
#recipes        .introduction {

  border-bottom: 1px solid #006699;
}

.mls h2.header {
    background: url('/images/blue_leaves/patternTile.png');
}

.iconCategoryList a:link,
.iconCategoryList a:active,
.iconCategoryList a:visited {
    color: #999999;
    text-decoration: none;
}
.iconCategoryList a:hover {
    color: #ff8800;
}

#realEstate ul.listings .title {
  color: #006699;
}

.articles h2 {
  color: #006699;
  border-color: #006699;
}

.article .title   { color: #006699; }
.article .title a { color: #006699; }

#services .article .title a:hover {
    color: #FF8800;
}

.newsletterInvitation a:hover {
  color: #006699;
}

.categorizedListing li.category h2 a {
    color: #333333;
}

#schools .schools li .schoolName {
    color: #006699;
}

.subSection h2 {
    background: #255A7F url('/images/blue_leaves/patternTile.png') repeat-x top left;
}

.standardFormStyle input[type="text"],
.standardFormStyle input.text,
.standardFormStyle textarea,
.standardFormStyle select {
    border: 1px solid #6699CC;
}

#servicesCoupon #coupon h2 {
  background-color: #4D749A;
}

#contests li.contest h2.title {
  background: white url('/images/blue_leaves/roundedTop500.png') no-repeat left top;
}

#contests li.contest .sponser h2 {
  border-color: #006699;
}
