/*
-----------------------------------------------
Missionaries.com Header
Author:   Jeremy Boles
Version:  Jan 26 2009
----------------------------------------------- */

#header {
  background: #ececec url(/images/header/bg.png) left top repeat-x;
  border-bottom: 1px #dadada solid;
  height: 44px;
  margin-bottom: 20px;
}
#header .hook {
  line-height: 40px;
  margin: 0 auto;
  width: 996px;
}

/* Logo
----------------------------------------------- */
#header h1 { float: left; }
#header h1 a {
  background: transparent url(/images/header/logo.png) left top no-repeat;
  display: block;
  float: left;
  height: 0;
  margin-top: 13px;
  overflow: hidden;
  padding-top: 14px;
  width: 143px;
}

/* Navigation
----------------------------------------------- */
#navigation {
  background: transparent url(/images/header/divider.png) left center no-repeat;
  float: left;
  list-style: none;
  margin-left: 10px;
  padding-left: 2px;
}
#navigation li {
  display: block;
  float: left;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
#navigation a {
  color: #4a4a4a;
  text-decoration: none;
}
#navigation a:hover { color: #242424; }

/* Search Form
----------------------------------------------- */
#search {
  background: transparent url(/images/header/divider.png) left center no-repeat;
  float: right;
  padding-left: 12px;
}
#search input {
  font-size: 16px;
  width: 175px;
}
#search input.empty { color: #999; }

/* Account Links
----------------------------------------------- */
#account-links {
  float: right;
  list-style: none;
}
#account-links li {
  float: right;
  font-size: 11px;
  margin-right: 10px;
}
#account-links a {
  color: #242424;
  text-decoration: none;
}
#account-links a:hover {
  text-decoration: underline;
}
#account-links img {
	border-bottom: 1px #eee solid;
	border-left: 1px #999 solid;
	border-right: 1px #fff solid;
	border-top: 1px #555 solid;
	float: left;
	margin-right: 5px;
	margin-top: 7px;
}