/* menu highlights */
.home #home, .home #home:hover, .member #member, .member #member:hover, .promoter #promoter, .promoter #promoter:hover, 
.potential #potential, .potential #potential:hover, .claim #claim, .claim #claim:hover, .contacts #contacts, 
.contacts #contacts:hover, .terms #termsOfUse, .terms #termsOfUse:hover, .privacy #privacy, .privacy #privacy:hover {
  background: #5D96CF url(../images/nav_page_highlight.png) repeat-x;
  color: #FFF;
}

h1 {
	background: url(../images/home.jpg) #EFEFEF no-repeat 229px 0;
}
h1 a {
	width: 229px;
	height: 118px;
	background: #EFEFEF url(../images/logo.jpg) no-repeat center center;
}

/* menus */
.menu {
  background: #369 url(../images/nav_background.png) repeat-x;
}
ul.menu a:hover, ul.menu a:active {
  background: #00558A url(../images/nav_highlight.png) repeat-x;
}

#nav_page dl dd a {
  color: #369;
}

#content a:visited, #content a:link, #content a {
	color: #1A334D;
}
#content h2 {
  color: #369;
}
#content form h2 {
  border-bottom: 1px solid #000;
  color: #369;
}
#content form h3 {
  border-bottom: 1px solid #000;
  background-color: #369;
  color: #FFF;
}
#content form fieldset {
	background-color: #EAEFF5;
}
#content form fieldset.submit {
	background-color: #CCD9E5;
}

#content table tbody td {
	border-color: #369;
}
#content_sub dl dt, #content table thead th, #content #cir {
  border-color: #369;
  background: #369 url(../images/nav_background.png) repeat-x;
  color: #FFF;
}
#content_sub dl dt a:hover {
  background-color: #556B93;
}
#content_sub dl dd a {
  border-color: #369;
  color: #369;
}
#content_sub dl dd a:hover {
  background-color: #EFEFEF;
}

#site_info {
  background-color: #EFEFEF; 
  color: #0072B8;
}