
/**
 * HTML Selectors
 */

a {
  color: #0f034e;
  outline: 0;
  text-decoration: underline;
}

a:hover {
  color: #0f034e;
}

body, html {
  background: #eee9e5 url(../images/bgs/body.jpg) left top repeat-x;
}

body {
  color: #666;
  font-family: Georgia, Times, serif;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
}

code, pre {
  font-family: 'Courier';
  font-size: 12px;
}

form {
  border: 0;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #005030;
  font-family: Georgia, Times, serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3em;
}

h2 {

}

h1 em,
h2 em,
h3 {
  color: #97c0e6;
  font-size: 20px;
  font-style: italic;
}


hr {
  height: 1px;
  border: 0;
  border-top: 1px dotted #d1d1d0;
  margin: 10px 0;
}

img {
  border: 0;
}

input {
  outline: none;
}

object, embed {
  outline: none;
}

p {
  margin: 18px 0;
}


/**
 * Wrapper
 */

#wrapper {
  position: relative;
  width: 970px;
  margin: 0 auto;
  text-align: left;
}


/**
 * Header
 */

#header {
  position: relative;
  height: 200px;
}


/**
 * Nav
 */

#nav {
  width: 970px;
  height: 45px;
  background: url(../images/bgs/nav.png) center top no-repeat;
  margin-bottom: 20px;
}

#nav ul {
  width: auto;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px;
}

#nav ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #5c508e;
  border-right: 1px solid #22175c;
}

#nav ul li a {
  display: block;
  color: #d4d2df;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  padding: 0 14px;
  text-decoration: none;
}

#nav ul li.home {
  border-left: none;
}

#nav ul li.home a {
  float: left;
  width: 48px;
  height: 40px;
  padding: 0;
}

#nav ul li.management-proposal-request {
  border-right: none;
}

#nav ul li.management-proposal-request a {
  background: url(../images/bgs/arrow.gif) 14px center no-repeat;
  border-right: none;
  padding-left: 42px;
}

#nav ul li a:hover {
  color: #fff;
}

#nav ul li.active {
  background: #0f034e;
  border-right: 1px solid #0f034e;
}

#nav ul li.active a,
#nav ul li.active a:hover {
  color: #fff;
}


/**
 * Nav > Menus
 */

#nav ul li ul {
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}

#nav ul li:hover > ul {
  display: block;
  width: auto;
  height: auto;
  border-top: 1px solid #5c508e;
  border-right: 1px solid #22175c;
  border-bottom: 1px solid #22175c;
  border-left: 1px solid #5c508e;
  margin-left: -1px;
}

#nav ul li:hover > ul li {
  float: none;
  width: auto;
  height: auto;
  border: none;
}

#nav ul li:hover > ul li a {
  background: #3e3571;
  border-top: 1px solid #22175c;
  border-bottom: 1px solid #5c508e;
  color: #d4d2df;
  line-height: 28px;
}

#nav ul li:hover > ul li a:hover {
  color: #fff;
}


/**
 * Logo
 */

#logo {
  float: left;
  padding-left: 57px;
  padding-right: 20px;
}

#logo img {
  width: 102px;
  height: 126px;
}


/**
 * Tagline
 */

#tagline {
  float: left;
  border-left: 1px solid #97c0e6;
  margin-top: 25px;
  padding: 15px 20px;
}

#tagline img {
  width: 274px;
  height: 53px;
}


/**
 * Mission
 */

#mission {
  position: absolute;
  width: 390px;
  height: 95px;
  color: #878a8e;
  font-family: Georgia, Times, serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
  top: 75px;
  right: 0;
}

#mission p {
  margin: 0;
}

#mission strong {
  color: #005030;
  font-size: 30px;
  font-weight: normal;
}

#mission img {
  vertical-align: middle;
}

#mission img:first-child {
  vertical-align: top;
  margin-left: -26px;
}

/**
 * Announcements
 */

#announcementListWrap ul li {
  float: left;
}

/**
 * Testimonials
 */

#testimonialListWrap {
  background: url("../images/bgs/gradient.jpg") repeat-x 0 2px;
  border-top: 2px solid #e0ecf7;
}
#testimonialListWrap a {
  bottom: 10px;
  float: right;
  font-style: normal;
  position: relative;
  right: 20px;
  text-decoration: none;
}
#testimonialListWrap a span {
  font-size: 10px;
}
#testimonialListWrap ul {
  background: url("../images/testimonials/testimonial-bubble.png") no-repeat 40px 12px;
  border-bottom: 1px solid #e0ecf7;
  font-style: normal;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 10px 0 40px 90px;
}
#testimonialListWrap blockquote {
  position: relative;
}
#testimonialListWrap blockquote img.top-quote {
  position: absolute;
  top: 0;
  left: -25px;
}
#testimonialListWrap blockquote img.bottom-quote {
  position: relative;
  top: 4px;
  left: 2px;
}
#testimonialListWrap p {
  font-size: 15px;
  line-height: 1.3em;
  font-style: italic;
}
#testimonialListWrap strong {
  color: #005030;
  font-size: 20px;
  font-weight: normal;
}
#testimonialListWrap ul li.t-title {
  font-size: 14px;
}
#testimonialListWrap a.toggle {
  position: absolute;
  bottom: 0;
  right: 0;
}

/**
 * Container
 */

#container {
  background: url(../images/bgs/container.png) center top repeat-y;
}


/**
 * Content
 */

#content {
  float: left;
  width: 620px;
  margin-left: 55px;
  padding: 5px 0 15px 0;
}


/**
 * Sidebar
 */

#sidebar {
  float: right;
  width: 210px;
  margin-right: 55px;
}


/**
 * Sidebar > Subnav
 */

#sidebar ul.subnav {
  background: url(../images/bgs/gradient.jpg) center 1px repeat-x;
  border-top: 2px solid #e0ecf7;
  list-style: none;
  margin: 20px 0 30px 0;
  min-height: 125px;
  padding: 10px;
}

#sidebar ul.subnav li {
  background: url(../images/subnav/arrow.gif) 6px center no-repeat;
  border-bottom: 1px solid #e0ecf7;
  margin: 0;
  padding: 0;
}

#sidebar ul.subnav li a {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  text-indent: 32px;
  text-decoration: none;
}

#sidebar ul.subnav li a.active {
  background: url(../images/subnav/active.gif) left center no-repeat;
  color: #fff;
}


/**
 * Sidebar > Buttons
 */

#sidebar ul.buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar ul.buttons li {
  margin: 15px 0;
  padding: 0;
}

#sidebar ul.buttons li a {
  display: block;
  width: 210px;
  height: 80px;
  background: url(../images/bgs/button.gif) no-repeat;
  color: #666;
  font-size: 10px;
  text-decoration: none;
}

#sidebar ul.buttons li a strong {
  display: inline-block;
  color: #160b53;
  font-size: 12px;
  margin-top: 18px;
}

#sidebar ul.buttons li a img {
  float: left;
  margin-right: 2px;
}


/**
 * Footer
 */

#footer {
  background: url(../images/bgs/footer.png) center top no-repeat;
  color: #948fb0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 40px;
  padding-top: 5px;
  text-align: center;
}

#footer address {
  font-style: normal;
  font-weight: normal;
}

#footer ul {
  float: right;
  list-style: none;
  margin: 8px 12px;
  padding: 0;
}

#footer ul li {
  float: left;
  margin: 0 0 0 5px;
  padding: 0;
}

#footer ul li img {
  width: 24px;
  height: 24px;
}


/**
 * Classes
 */

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.highlight {
  background-color: yellow;
}


/**
 * Unordered List - Downloads
 */

ul.downloads {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}

ul.downloads li {
  background: url(/images/icons/pdf.gif) left center no-repeat;
  padding-left: 22px;
  line-height: 20px;
}

ul.downloads li.doc {
  background-image: url(/images/icons/doc.gif);
}

ul.downloads li.htm,
ul.downloads li.html {
  background-image: url(/images/icons/htm.gif);
}

ul.downloads li.pdf {
  background-image: url(/images/icons/pdf.gif);
}

ul.downloads li.rss {
  background-image: url(/images/icons/pdf.gif);
}

ul.downloads li.xls {
  background-image: url(/images/icons/xls.gif);
}

ul.downloads li.zip {
  background-image: url(/images/icons/zip.gif);
}


/**
 * Unordered List - Errors
 */

ul.errors {
  background: #fff url(/images/alert.png) 10px 8px no-repeat;
  border: 1px solid #cc0000;
  list-style: none;
  margin: 15px 14px 15px 0;
  padding: 5px 5px 5px 38px;
}

ul.errors li {
  color: #cc0000;
  font-size: 11px;
  line-height: 22px;
}



/**
 * Packet
 */

.packet {
  border-top: 2px solid #e0ecf7;
  background: url(../images/bgs/gradient.jpg) left 1px repeat-x;
  padding: 0 25px 25px 25px;
}


/**
 * Images
 */

img.framed {
  border: 2px solid #d0e3f4;
  padding: 1px;
}

img.framed.left {
  margin: 2px 15px 15px 0;
}

img.framed.right {
  margin: 2px 0 15px 15px;
}


/**
 * Paginator
 */

.paginator {
  clear: both;
  padding-top: 20px;
  text-align: center;
}


