/* 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: #5C607D url(../images/nav_page_highlight.png) repeat-x;
  color: #FFF;
}

h1 {
	background: url(../images/home.jpg) #EFEFEF no-repeat 181px 0;
}
h1 a {
	width: 181px;
	height: 118px;
	background: #FFF url(../images/logo.jpg) no-repeat center center;
}

/* menus */
.menu {
  background: #262B51 url(../images/nav_background.png) repeat-x;
}
ul.menu a:hover, ul.menu a:active {
  background: #5C607D url(../images/nav_highlight.png) repeat-x;
}

#nav_page dl dd a {
  color: #262B51;
}

#content a:visited, #content a:link, #content a {
	color: #131629;
}
#content h2 {
  color: #262B51;
}
#content form h2 {
  border-bottom: 1px solid #000;
  color: #262B51;
}
#content form h3 {
  border-bottom: 1px solid #000;
  background-color: #262B51;
  color: #FFF;
}
#content form fieldset {
	background-color: #E9E9ED;
}
#content form fieldset.submit {
	background-color: #C9CAD3;
}

#content_sub dl dt, #content table thead th, #content #cir {
  border-color: #262B51;
  background: #262B51 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: #262B51;
  color: #262B51;
}
#content_sub dl dd a:hover {
  background-color: #EFEFEF;
}

#site_info {
  background-color: #EFEFEF; 
  color: #262B51;
}