/*-  palette
----------------------------------------------------------------------
links = 0065aa
blue = 277a9b
*/


/*-  structural
----------------------------------------------------------------------*/
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  font-size: 1em;
}

h1 {
  font-size: 2.3em;
  font-weight: bold;
  margin-bottom: 0.2em;
  color: #277a9b;
} 

h2 {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: normal;
  margin-bottom: 1.4em;
}

a {
  color: #0065aa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header .inner {
  width: 1106px;
  margin: 0 auto;
}

#main {
  width: 1065px;
  margin: 1.4em auto;
}

#content {
  width: 728px;
  float: left;
}

aside {
  width: 300px;
  padding: 10px;
  margin-top: 1em;
  float: right;
  background-color: #e8f4f6;
}

/*-  navigation
----------------------------------------------------------------------*/
nav {
  background: #E9F4F6; /* old browsers */
  background: -moz-linear-gradient(top, #E9F4F6 0%, #DBF2F8 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E9F4F6), color-stop(100%,#DBF2F8)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9F4F6', endColorstr='#DBF2F8',GradientType=0 ); /* ie */
  border-top: solid 1px #a0c7db;
  height: 44px;
  line-height: 44px;
  padding: 0 1em;
  position: relative;
}

nav ul li {
  position: relative;
  height: 44px;
  display: block;
  float: left;
}

nav ul li.home img {
  position: relative;
  top: 7px;
}

nav ul li a {
  display: block;
  height: 44px;
  padding: 0 1em;
}

nav ul li#nav-glossary {
  margin-right: 0.7em;
  background: #FCE99F; /* old browsers */
  background: -moz-linear-gradient(top, #FCE99F 0%, #FCCE1D 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCE99F), color-stop(100%,#FCCE1D)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCE99F', endColorstr='#FCCE1D',GradientType=0 ); /* ie */
  border-top: solid 1px #836b0f;
  border-left: solid 1px #836b0f;
  border-right: solid 1px #836b0f;
  position: relative;
  top: -1px;
}

nav ul li.current,
nav ul li#nav-glossary.current {
  background: #74b4da url(/images/bg/active-tab.png) 0 0 repeat-x ! important;
  border-top: solid 1px #007ab8 ! important;
  border-right: solid 1px #007ab8 ! important;
  border-left: solid 1px #007ab8 ! important;
  filter: none;
  position: relative;
  top: -1px;
}

nav ul li.current div.mask {
  height: 2px;
  width: 100%;
  background: #74b4da url(/images/bg/active-tab.png) bottom left repeat-x;
  position: absolute;
  bottom: -2px;
  z-index: 999;
}

nav ul li.current a {
  color: #fff ! important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5) ! important;  
}

nav ul li#nav-glossary a {
  color: #604e09;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7); 
  padding-right: 50px;
  background: transparent url(/images/bg/glossary-tab-inactive.png) top right no-repeat;
}

nav ul li#nav-glossary.current a {
  background: transparent url(/images/bg/glossary-tab.png) top right no-repeat ! important;
}

nav ul #more-links {
  display: none;
  position: absolute;
  z-index: 100;
  top: 44px;
  right: -1px;
  width: 330px;
  padding: 1em 1em 0.4em 1em;
  background-color: #d5e9ed;
  font-size: 0.85em;
  border-left: solid 1px #007ab8;
  border-bottom: solid 1px #007ab8;
  border-right: solid 1px #007ab8;
  -webkit-box-shadow: 0 2px 3px #bbb;
  -moz-box-shadow: 0 2px 3px #bbb;
  box-shadow: 0 2px 3px #bbb;
}

nav ul #more-links ul {
  width: 50%;
  float: left;
}

nav ul #more-links ul li {
  height: 1.6em;
  float: none;
}

nav ul #more-links ul li a {
  height: 1em;
  line-height: 1em;
  padding: 0;
}

nav ul #more-links ul li.guides a {
  font-weight: bold;
}


nav ul #member-links {
  display: none;
  position: absolute;
  z-index: 100;
  top: 44px;
  right: -1px;
  width: 120px;
  padding-top:10px;
  padding-left:8px;
  padding-bottom:5px;
  background-color: #d5e9ed;
  font-size: 0.85em;
  border-left: solid 1px #007ab8;
  border-bottom: solid 1px #007ab8;
  border-right: solid 1px #007ab8;
  -webkit-box-shadow: 0 2px 3px #bbb;
  -moz-box-shadow: 0 2px 3px #bbb;
  box-shadow: 0 2px 3px #bbb;
}

nav ul #member-links ul {
  width: 90%;
  float: left;
}

nav ul #member-links ul li {
  height: 1.6em;
  float: none;
}

nav ul #member-links ul li a {
  height: 1em;
  line-height: 1em;
  padding: 0;
}


nav ul #member-links ul li a {
  height: 1em;
  line-height: 1em;
  padding: 0;
}
/*-  masthead
----------------------------------------------------------------------*/
section#masthead {
  border-top: solid 1px #007ab8;
  border-bottom: solid 1px #1b6cad;
  background: #3e8fb4 url(/images/bg/masthead.jpg) 0 0 repeat-x;
  padding: 0.6em 1em;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 5px #aaa;
  -moz-box-shadow: 0 2px 5px #aaa;
  box-shadow: 0 2px 5px #aaa;
}

section#masthead .inner {
  padding-left: 80px;
  min-height: 100px;
  position: relative;
  width: 985px;
}

section#masthead .inner img#dog {
  position: absolute;
  top: 5px;
  left: 0;
}

section#masthead h3 {
  color: #fff;
  font-weight: bold;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  font-size: 1.4em;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5) ! important;  
}

section#masthead p.section-summary {
  line-height: 1.4em;
  color: #e4f4f7; 
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5) ! important;  
  width: 640px;
  margin-bottom: 0;
}

section#masthead #free-study-guide {
  position: absolute;
  bottom: -11px;
  left: 840px;
} 

section#masthead p.alphabet {
  margin-bottom: 0;
}

section#masthead p.alphabet a {
  color: #c3e9fc;
  font-size: 0.9em;
  padding: 0 0.34em;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5) ! important;  
}

section#masthead p.alphabet a:hover {
  color: #fff;
}

/*-  search form
----------------------------------------------------------------------*/
form#search {
  width: 572px;
  height: 59px;
  background: transparent url(/images/bg/search-box.png) 0 0 no-repeat;
  margin-bottom: 0.3em;
  position: relative;
  left: -6px;
}

form#search input#query {
  background-color: transparent;
  position: absolute;
  top: 9px;
  left: 9px;
  font-size: 1.4em;
  padding: 0.4em 0.4em 0.2em 0.6em;
  border: none;
  width: 500px;
}

form#search input#search-btn {
  width: 53px;
  height: 46px;
  position: absolute;
  top: 7px;
  right: 7px;
}

/*-  glossary
----------------------------------------------------------------------*/
section#top-ad {
  margin: 1em 0 1em 0;
  padding-bottom: 1em;
  position: relative;
  border-top: solid 1px #e4e4e4;
  background: #fff url(/images/bg/quick-jump-bottom-border.png) left bottom repeat-x;
}

section#top-ad #glossary-quick-jump {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 206px;
  padding-top: 6px;
  padding-left: 6px;
}

section#top-ad #glossary-quick-jump p {
  margin-bottom: 0.4em;
}

section#top-ad #glossary-quick-jump p.quick-jump-links {
  width: 195px;
  margin-bottom: 0.8em;
}

section#top-ad #glossary-quick-jump p.quick-jump-links a {
  border: solid 1px #c0d4d9;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #f7fbfc;
  margin-left: -1px;
  margin-top: -1px;
}

section#top-ad #glossary-quick-jump p.quick-jump-links a:hover {
  background-color: #eef3f4;
}





/*-  glossary - QS
----------------------------------------------------------------------*/
section#top-adQS {
  margin: 1em 0 1em 0;
  padding-bottom: 1em;
  position: relative;
}

section#top-adQS #glossary-quick-jump {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 206px;
  padding-top: 6px;
  padding-left: 6px;
}

section#top-adQS #glossary-quick-jump p {
  margin-bottom: 0.4em;
}

section#top-adQS #glossary-quick-jump p.quick-jump-links {
  width: 195px;
  margin-bottom: 0.8em;
}

section#top-adQS #glossary-quick-jump p.quick-jump-links a {
  border: solid 1px #c0d4d9;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #f7fbfc;
  margin-left: -1px;
  margin-top: -1px;
}

section#top-ad #glossary-quick-jump p.quick-jump-links a:hover {
  background-color: #eef3f4;
}









/*-  sidebar
----------------------------------------------------------------------*/
aside a {
  display: block;
  padding-bottom: 10px;
}

aside a:last-child {
  padding-bottom: 0;
}

/*-  footer
----------------------------------------------------------------------*/
footer {
  width: 1065px;
  margin: 1em auto 2em auto;
  color: #999;
  font-size: 0.9em;
  line-height: 1.3em;
  border-top: solid 1px #ccc;
  padding-top: 1em;
}

/*-  misc
----------------------------------------------------------------------*/
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

a.more {
  padding-right: 20px;
  background: transparent url(/images/icons/down-arrow.png) 85% center no-repeat;
}

a.more.active {
  background-color: #d5e9ed;
}
a.member{
  padding-right: 25px ! important;
  background: transparent url(/images1/icons/down-arrow.png) 85% center no-repeat;
}

a.member.active {
  background-color: #d5e9ed;
}
