@charset "utf-8";
/* CSS Document */

/********************************/
/*       Primary styles         */
/********************************/

/********************************/
/*      Top banner styles       */
/********************************/

.banner_container {
  background-image: url(../images/banner.jpg);
}

/********************************/
/*   Tier 1 navigation styles   */
/********************************/

.tier1_nav {
  background: url(/OJD/images/nav1county.png) repeat-x;
  background-color: #2A6782;
}

.tier1_nav a {
  background: url(/OJD/images/nav1county.png) repeat-x;
  background-color: #2A6782;
}

.tier1_nav a.selected,
.tier1_nav a:hover {
  background-color: #2A6782;
}

/********************************/
/*   Bread crumb bar styles     */
/********************************/

/********************************/
/*   Tier 2 navigation styles   */
/********************************/

/********************************/
/*   Tier 3 navigation styles   */
/********************************/

/********************************/
/*     Tier 3 bottom styles     */
/********************************/

/********************************/
/*     Content area styles      */
/********************************/

/********************************/
/*       List box styles        */
/********************************/

/********************************/
/*   Information box styles     */
/********************************/

/********************************/
/*        Footer styles         */
/********************************/



