/* Basic document layout */
html {margin: 0; padding: 0;}
body {
  background: #fff;
  font: 75%/1.5 arial, helvetica, sans-serif;
  margin: 0 0 4em;
  padding: 0;
  text-align: center;
}
.section {
  margin: 0 auto;
  text-align: left;
  width: 725px;
}
hr {
  background: #ddd;
  border: 0;
  color: #ddd;
  clear: both;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* Header */
#header {margin: 1em auto 0; position: relative;}
h1 {
  height: 120px;
  padding: 0;
  line-height: 0;
  position: relative;
  margin: 0;
  right: 0;
  width: 725px;
}
h1 a {
  background: url(/images/logo.gif);
  display: block;
  height: 120px;
  position: absolute;
  overflow: hidden;
  right: 0;
  text-indent: -9999px;
  top: 10px;
  width: 144px;
}

/* Navigation */
#navigation { line-height: 1; z-index: 9998; }

#navigation a {
  color: #900;
	display: block;
	padding: .15em .5em;
}



#navigation li { float: left; position: relative;}
* html #navigation li * { position: relative; }
#navigation li, #navigation ul { list-style: none; margin: 0; padding: 0; }
	

/*--- Dropdowns ---*/
#navigation li:hover ul, #navigation li.over ul { left: 0; display: block;}
#navigation li li { float: none; position: static; width: 100%; }

#navigation li li a, #navigation li li a:hover, #navigation li li a:active {
	background: none;
	height: auto;
	line-height: 1.2;
	padding: .5em 12%;
	text-indent: 0;
	width: 76%;
}

#navigation li li a:hover {background: #ddd url(/images/subnav.gif) 6% center no-repeat; width: 76%;}

#navigation li ul {
	background: #eee;
	border-bottom: 1px solid #ccc;
	display: none;
	line-height: 1.5;
	padding: 5px 0;
	position: absolute;
	width: 200px;
	z-index: 9999;
}


/* Content */
#content {
  margin: 0 auto 1em;
}
h2 {
  color: #900;
  font: 2.25em/1 normal georgia, "Times New Roman", times, serif;
  line-height: 1;
  margin: 1em 0 .5em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

/* Columns */

.column {padding-bottom: 1em;}
#main, #left, #image {float: left;}
#sub, #right, #service {float: right;}
#main {width: 500px;}
#sub {width: 210px;}
#left, #right {width: 350px;}
#image {width: 200px;}
#service {width: 510px;}

#services-navigation {font-size: .9em; padding: 0 0 1.5em; text-align: center;}

#sub img {border: 5px solid #ddd;}

.sub-item {
  border: 1px solid #ddd;
  font-size: .9em;
  padding: 1em;
}
.sub-item h4 {font-size: 1.2em; line-height: 1; margin: .5em 0;}
.sub-item p {margin: 0 0 1em;}

#main h3, #left h3 {
  color: #600;
  margin: 0 0 1em;
}
#content div.full {
  width: 100%;
}

/* Footer */

#footer {margin: .75em auto 1em; line-height: 1.3; text-align: right;}
#copyright {color: #999; font-size: .85em; font-weight: bold; margin: 0;}
#footer_navigation {list-style: none; margin: 0 -5px 0 0;}
#footer_navigation li {display: inline; line-height: 1.5;}
#footer_navigation li a {color: #666; padding: 5px; text-decoration: none;}
#footer_navigation li a:hover,
#footer_navigation li a:active {color: #900;}

/* HTML tags */

a {font-weight: bold;}
a:link {color: #900; text-decoration: none;}
a:visited {color: #600; text-decoration: none;}
a:hover {color: #a00; text-decoration: underline;}
a:active {color: #a00; text-decoration: underline;}

p {margin: 0 0 1.5em 0;}

ul {list-style: square;}
li {line-height: 2;}

/* Home page */
body.home #content {
  padding-left: 90px;
  width: 815px;
}
#welcome object {
  float: right;
  margin: 0 0 1em;
  position: relative;
  z-index: 5;
}
#welcome p {
  color: #666 ;
  font: 1.5em/1.3 georgia, serif;
  float: left;
  margin: 1.5em 0 1em;
  width: 360px;
}
#welcome a {
  font-size: .8em;
  font-style: italic;
  font-weight: normal;
}

/* Contact us (hCard microformat) */
.vcard {margin-bottom: 1.5em;}
.vcard .tel {margin-bottom: 1em;}
#contact {border: 1px solid  #ddd; padding: 1.5em;}

/* Services */
body.services h2 {
  margin-left: 215px;
}
body.index h2 {
  margin-left: 0;
}
body.services #image {
  margin-top: -3em;
}

/* Team */
.person_summary {
  margin: 0 0 1.5em;
}

/* News */
.release_listing {
  margin: 0 0 2em;
}
.release_listing h4 {
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 .5em;
}
.release_listing p {margin: 0;}

/* Above the Fold */

#above-the-fold {
  padding-bottom: 0;
}
#above-the-fold h3 {
  font-size: 1.5em;
  margin: 0 0 1em;
  text-transform: uppercase;
}
#above-the-fold h5 {
  color: #777;
  font-size: 1em;
  margin: 0;
}
#above-the-fold h4 {
  font-size: 1.3em;
  line-height: 1.2;
  margin: 0 0 1em;
}
#above-the-fold .clip {
  margin: 0 0 2em;
}

/* Citations */
.citation {
  line-height: 1;
  margin: 0 0 3em;
}
.citation h3, h5 {margin: .3em 0;}
.citation h3 {font-size: 1.75em;}
.citation h5 {
  color: #999;
  font-size: .85em;
  text-transform: uppercase;
}
.citation ul {
  margin: 1em 0 0 .75em;
  padding: 0 0 0 .75em;
}
.citation ul li {
  line-height: 1.3;
  margin: .25em 0;
  padding: 0;
}
.citation p {line-height: 1.5;}

ul#citations_list {margin: 1em 0; padding: 0;}
ul#citations_list li {
  font-size: 1.25em;
  line-height: 1.2;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
ul#citations_list li .publication {
  color: #999;
  display: block;
  font-size: .8em;
}



/* Admin */
tr.draft, tr.completed, tr.unapproved {color: #666;}
tr.draft a, tr.completed a, tr.unapproved a {color: #666;}
#state {
  background: #eee;
  border: 2px solid #ccc;
  line-height: 1;
  margin: 1em 0;
  padding: 1em;
}
#state p, #state form, #state form div {margin: .5em 0;}
#state strong {font-size: 2.5em;}

#administration {
  background: #333;
  border-bottom: 1px solid #000;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000; }
  #administration h4 {
    color: #fff;
    display: inline;
    margin: 0;
    padding: 0 2em; }
  #administration ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0; }
    #administration ul li {
      display: inline;
      margin: 0;
      padding: 0 1em; }
      #administration ul li a {
        color: #cc9;
        font-size: .9em;
        line-height: 2em; }
table.admin {
  border-collapse: collapse;
  margin: 1em 0;
}
table.admin th, table.admin td {
  border: 1px solid #ccc;
  padding: 5px;
}

/* Forms */

.field {
  margin: 0 0 1em;
}
.field label {
  display: block;
  margin: 1em 0 0;
}

/* News */

.article_summary {margin: 0 0 1.5em;}
.article_summary * {margin: 0;}
.article_summary h3 {font-size: 1.2em;}
.article_summary .meta, .dateline {font-size: .9em; color: #666;}
h2 + h3 {margin-top: -1em;}


/* Misc. */

.highlight {
  color: #000;
  font: 1.3em/1.3 georgia, times, serif;
  font-style: italic;
  font-weight: bold;
}