a { color: #08385D; }
h2, h3 { color: #08385D; }
p, .warranties, .privacy { color: #333; }


/* Navigation Styles */
/* Property Navigation Styles */
#pNav { background: #FFF; }
#pNav a, .propertyNav a, .propertyNav dt, #requirementsNav a { color: #FFF;  }
#pNav a:hover, #pNav a.active, .propertyNav a:hover, a.active,  #requirementsNav a:hover,  #requirementsNav a:active { background: #08385D; }
#pNav li, .propertyNav dt, .propertyNav li, #requirementsNav { background: #6B889E; }
#pNav li.last { background: transparent; }

#fNav a { color: #B0B0B0; }

/* Navigation Type Classes */
.navPrimary { color: Blue; }
.navToLet { color: Purple; }
.navForSale { color: Green; }
.navRequirments { color: Olive; }
.navFooter { color: Red; }



/* Primary Content Styles */
#content_primary ul { color: #333; }

.propertyThumb { background: #CCC; }
#content_primary #propertyTitle { color: #333; }

/* Secondary Content Styles */
#latestProjects dt a { color: #fff; background: #6B889E; }
#latestProjects dt a:hover { background: #08385D; text-decoration: none; }
#latestProjects dd img { background: #898989; }


/* Case Study Navigation Styles */
#caseStudyNav li a#studyLink { color: #fff; background: #6B889E;}
#caseStudyNav li a#studyLink:hover { background: #08385D;}
#caseStudyNav li img { background: #898989; }

/* Contact Details */
#contactDetails, #contactDetails a { color: #9F9F9F; }

/* Contact Form Styles */
#contactForm abbr { color: #F00; }
.submitBtn { color:#FFF; background: #6B889E; }
.submitBtn:hover { background: #08385D; }

#valid, #valid a { color: #B0B0B0; }
