
/**
 * HTML Tags
 */

a, a:link, a:active, a:visited, a:hover {
  color: #39708f;
  outline: none;            
  text-decoration: underline;
}

a:hover {
  color: #39708f;
}

body, html {
  background: #fff;
}

body {
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  margin: 5px 0;
  padding: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 24px 0;
  padding: 0;
}

img {
  border: 0;
}

p {
  margin: 0 0 15px 0;
}


/**
 * Wrapper
 */

#wrapper, .wrapper {
  background: #fff;
  margin: 0 auto;
  text-align: left;
  width: 990px;
}


/**
 * Header
 */

#header {
  text-align: right;
}

#header a img {
  margin: 12px 40px 10px 0;
}


/**
 * Quote
 */

#quote {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 135px;
  overflow: hidden;
  text-align: center;
}

#quote img {
  width: 960px;
  height: 135px;
}


/**
 * Navigation
 */

#nav {
  height: 40px;
}

#nav ul {
  float: right;
  list-style: none;
  margin: 0 30px 0 0;
  padding: 0;
}

#nav ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

#nav ul li a {
  color: #929497;
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  text-transform: none;
}

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


/**
 * 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;
  border-top: none;
  margin: 0 0 0 -10px;
  padding: 0;
}

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

#nav ul li:hover > ul li a {
  background: #fff;
  border: none;
  color: #929497;
  line-height: 30px;
  padding: 0 10px;
}

#nav ul li:hover > ul li.active a {
  color: #39708f;
}


/**
 * View
 */

#view {
  background: #e8e8e8;
  color: #39708f;
  margin: 0 40px;
  min-height: 300px;
  padding: 35px 40px 25px 40px;
  width: 830px;
}

#view #content {
  font-size: 14px;
  line-height: 20px;
}


/**
 * Footer
 */

#footer {
  color: #929497;
  height: 40px;
  line-height: 40px;
  margin: 0 40px 8px 40px;
  width: 910px;
}


/**
 * Bottom
 */

#bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #5c707c;
  height: 8px;
  width: 100%;
}


/**
 * Floating
 */

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}


/**
 * Messages
 */

p.message {
  background: green;
  color: #fff;
  margin: 0;
  padding: 10px 20px;
}

p.error {
  background: #fff2f2;
  color: #db634c;
  margin: 0;
  padding: 10px 20px;
}

ul.errors {
  background: #db634c;
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 10px 20px;
}

ul.errors li {
  margin: 0;
  padding: 0;
}


/****** SECTION SPECIFIC STYLES ******/


/**
 * Home
 */

#index.index #view {
  height: 512px;
  min-height: 300px;
  padding: 0;
  width: 910px;
}


/**
 * About
 */

#about.index #view #content blockquote {
  font-size: 18px;
  margin: 24px 0;
  padding: 0;
  text-transform: uppercase;
}

#about.index #view #content blockquote p em {
  text-transform: none;
}

#about #view #sidebar {
  float: left;
  padding: 0;
}

#about #view #content.bio {
  margin-left: 240px;
}

/**
 * Trusted Advisors
 */


#trusted-advisors.index #view #content blockquote {
  font-size: 18px;
  margin: 24px 0;
  padding: 0;
  text-transform: uppercase;
}

#trusted-advisors.index #view #content blockquote p em {
  text-transform: none;
}

#trusted-advisors #view #sidebar {
  float: left;
  padding: 0;
}

#trusted-advisors #view #content.bio {
  margin-left: 240px;
}


/**
 * Definition List Accordian
 */

#content dl {
  margin: 15px 0;
}

#content dl dt {
  line-height: 24px;
  text-transform: uppercase;
}

#content dl dt a {
  background: url(/images/arrow.gif) 6px top no-repeat;
  cursor: pointer;
  display: block;
  padding-left: 15px;
}

#content dl dt.current {
  background: #fff;
}

#content dl dt.current a {
  background: url(/images/arrow.gif) 6px bottom no-repeat;
  cursor: default;
}

#content dl dd {
  line-height: 20px;
  margin: 0;
  padding: 15px;
}

#content dl dd p,
#content dl dd ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
