/* v1.0 | 20080212 – http://meyerweb.com/eric/tools/css/reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font: 13px/20px Arial, sans-serif;
	background: #3c302b;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* give divs hasLayout for IE */
div { zoom: 1; }

/** ELEMENTS **/

a {
  color: #0095cb;
}
a:hover {
  color: #54bee0;
  text-decoration: none;
}

.prose { color: #120b07; }

.prose h1,
.prose h2,
.prose h3 {
  color: #0095cb;
  line-height: normal;
  margin-bottom: .5em;
  font-family: Tahoma, Verdana, Geneva;
}

.prose h2,
.prose h3 {
  margin-top: 1em;
  font-weight: normal;
}

.prose h1 { font-size: 140%; }
.prose h2 { font-size: 120%; }
.prose h3 { font-size: 100%; }

.prose p,
.prose blockquote,
.prose ul,
.prose ol { margin-bottom: 1em; }

.prose blockquote {
  background: #f6f6f6;
  padding: 10px;
}

.prose ul,
.prose ol { margin-left: 25px; }

.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }



/** MISC **/

.page-width {
  width: 1000px;
  margin: 0 auto;
}

.align-left { text-align: left; }
.align-right { text-align: right; }

img.align-left {
  display: block;
  float: left;
  margin-right: 10px;
}
img.align-right {
  display: block;
  float: right;
  margin-left: 10px;
}

div.align-left { float: left; }
div.align-right { float: right; }

.content {
  padding: 10px 20px;
  background: white;
}
#main .content {
  padding-top: 40px;
}

.hide { display: none; }

/** STRUCTURE **/

#header {
  background: url(images/masthead.png) right center no-repeat white;
  border-top: 3px solid #0095cb;
  height: 150px;
}

#page {
  position: relative;
  margin-top: 15px;
}
.front #page {
}
.not-front #page {
  background: #e6e6e6;
  padding: 10px 0;
}

#footer {
  font-size: 80%;
  padding-top: 40px;
  background: url(images/footer_mark.png) top left no-repeat #e6e6e6;
  color: #3c302b;
}
#footer a {
  color: #3c302b;
}
#footer a:hover {
  color: #797668;
}

.front #footer {
  background-image: url(images/footer_mark_front.png);
  background-color: transparent;
  color: #797668;
  padding-top: 60px;
  padding-bottom: 15px;
}
.front #footer a {
  color: #797668;
}
.front #footer a:hover {
  color: #cfccbe;
}

#footer p {
  text-align: right;
}
.not-front #footer p {
  margin: 10px;
}


/** HEADER ELEMENTS **/

#site-title a {
  display: block;
  width: 280px;
  height: 150px;
  text-indent: -10000px;
  background: url(images/blank.gif);
}

#slogan {
  text-indent: -10000px;
  font-size: 140%;
  color: #3c302b;
}

/** COLUMNS **/

.column {
  float: left;
  position: relative;
  left: 100%;
}
#main {
  width: 100%;
  margin-left: -100%;
}
#main .column-inner { padding: 0 190px 0 170px; }
#left-sidebar {
  margin-left: -100%;
  width: 170px;
  position: relative;
  z-index: 10;
}
#right-sidebar { margin-left: -190px; }
#left-sidebar .column-inner,
#right-sidebar .column-inner { padding: 0 10px; }


/** NAVIGATION **/

#navigation {
  background: #cfccbe;
  color: #3c302b;
}

#primary-menu {
  float: left;
  font-weight: bold;
  font-size: 115%;
}
#primary-menu li { float: left; }
#primary-menu a {
  display: block;
  float: left;
  margin: 5px 0 0 10px;
  padding: 5px 10px 10px;
  color: #3c302b;
  text-decoration: none;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}
#primary-menu a:hover { background-color: #afaca2; }

#primary-menu .active a,
#primary-menu a.active {
  background: #3c302b;
  color: #cfccbe;
}

#locations-menu {
  font-size: 110%;
  float: right;
  background: #3c302b;
  color: #cfccbe;
  font-style: italic;
  border-left: 5px solid #797668;
}
#locations-menu li { float: left; }
#locations-menu a {
  display: block;
  margin: 10px 0;
  padding: 0 15px;
  border-left: 1px solid #797668;
  color: #cfccbe;
  text-decoration: none;
}
#locations-menu li.first a { border-width: 0; }
#locations-menu a:hover {
  color: #eeeada;
  text-decoration: underline;
}

#local-menu {
  font-size: 90%;
  background: white;
  color: #3c302b;
}
#local-menu li { padding: 3px; }
#local-menu a {
  display: block;
  padding: 5px 10px;
  color: #3c302b;
  text-decoration: none;
  font-weight: bold;
}
#local-menu a:hover { background: #f3f3f3; }
#local-menu .active a,
#local-menu a.active { color: #0095cb; }


/** CONTENT **/

/** frontpage features **/

#features {
  position: relative;
  width: 1000px;
  height: 375px;
  overflow: hidden;
}

#featurettes {
  /* this is for IE 6/7's z stack */
  position: relative;
  z-index: 10;
}
.featurette {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 375px;
  /* start of by hiding so cycle can randomize */
  display: none;
}
.featurette-image {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  border-left: 5px solid #eeeada;
  border-right: 5px solid #3c302b;
  z-index: 10;
  
}

.featurette-content {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 230px;
  height: 355px;
  padding: 10px;
  background: transparent;
}

h2.featurette-title {
  background: #e6e6e6;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
}
.featurette-excerpt {
  font-size: 115%;
  color: #797668;
  padding: 10px;
  height: 250px; /* extend all the way, overflow:hidden will crop it */
  background: url(images/article_gradient.png) repeat-x white;
}

#featurette-white-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 250px;
  height: 375px;
  background: white;
}

#features-menu {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 735px;
  height: 24px;
  z-index: 15;
  background: #797668;
  padding-left: 5px;
  opacity: .8;
}
#features-menu li {
  float: left;
}
#features-menu a {
  display: block;
  width: 8px;
  height: 8px;
  text-indent: -1000px;
  background: url(images/bullets-sprite.png) top left no-repeat;
  margin: 8px;
}
#features-menu a.active {
  background-position: bottom left;
}


/** news **/

.article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e6e6e6;
}
.article:last-child { border-bottom-width: 0; }

.article-title { }
.article-teaser { }

/* for teasers that are separated from article-content */
.article-teaser-hidden { display: none; }

/* start hidden, javascript handles visibility */
.article-content { display: none; }
.show-full .article-content { display: block; }

/* generated by javascript on news page */
.article-excerpt {
  color: #797668;
  font-size: 90%;
}
.show-full .article-excerpt { display: none; }

a.more-link,
a.less-link {
  font-size: 85%;
  font-weight: bold;
  text-decoration: none;
}
a.more-link { margin-left: 10px; }

.article-image {
  float: left;
  width: 400px;
  margin-right: 10px;
}

/* on front page */

a#news-link {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  text-decoration: none;
}


/** frontpage pullquote **/

#pullquote {
  width: 725px;
  height: 100px;
  background: url(images/frontpage_pullquote.png) 5px 15px no-repeat;
  font-size: 150%;
  text-indent: -10000px;
}
#pullquote {
  padding: 30px 0 0 20px;
  color: #afaca2;
}
#pullquote strong {
  font-weight: normal;
  text-transform: uppercase;
  color: #eeeada;
}

/** naa logo **/
#naalogo{
width: 100px;
height: 100px;
float: right;
position: relative;
top: -110px;
left: -80px;
}

/** sidebar **/

.showcase { margin-bottom: 10px; }
.showcase img { display: block; }


/** leadership */

ul.profiles {
  list-style: none; /* it's in the .prose cascade, disable list style */
  margin-left: 0;
}

.profiles li {
  background: url(images/leadership-gradient.png) center left repeat-y white;
  margin-bottom: 3px;
  border-color: #797668;
  border-style: solid;
  border-width: 2px 0 2px 5px;
}

a.profile-link {
  color: #3c302b;
  text-decoration: none;
  padding: 5px;
}
a.profile-link:hover { color: #120b07; }

.profiles span.name,
.profiles span.title { display: block; }

.profiles span.name {
  float: left;
  font-weight: bold;
}
.profiles span.title {
  float: right;
  font-size: 85%;
}

div.bio {
  /* div.bio to override clear-block's display setting */
  background: #3c302b;
  padding: 10px;
  color: #cfccbe;
  display: none;
}
.bio strong { color: #eeeada; }
.bio p { margin-bottom: 0; }
.bio img {
  padding: 2px;
  border: 1px solid #eeeada;
}

/* temporary: will change with addition of javascript */
/*.profiles div.bio { display: none; }*/


/** GRAPHICS **/

#blue-band {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 1;
  background: url(images/blue_band.png) no-repeat;
  width: 750px;
  height: 50px;
}

/** CLEARING **/

.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block { display: inline-block; }

/* Hides from IE-mac \*/
* html .clear-block { height: 1%;}
.clear-block { display: block; }
/* End hide from IE-mac */


