/* === colors

cream f8f3e7
brown 8f7758
blue 336ea9
organge #FFBB00

===========*/

/* CLEAR DEFAULTS */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, strong, ol, ul, li,
fieldset, form, legend, label, 
table, caption, tbody, tfoot, thead, tr, th, td { margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:1em;font-family:inherit;vertical-align:baseline; }

strong { font-weight:bold; }

ul, ol {
  list-style:none;
}

li {
  display:inline;
}

a, a:visited {
  color: #8f7758;
  text-decoration:none;
  border-bottom: 1px dotted #8f7758;
}

a:hover, a:visited:hover {
  color: #336ea9;
  text-decoration:none;
  border-bottom: 1px solid #336ea9;
  background-color:none;
}

a img {
  border: 0;
}

/* MAIN COMPONENTS */

body {
  background:  #f8f3e7 url(../images/bg_body_diag.png) bottom left;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
  color: #789;
  padding-bottom: 20px;
}

#wrapper {
 width: 100%;
 margin:0 auto;
 text-align:center;
 background:  #f8f3e7 url(../images/bg_body.png) top left repeat-x;
 overflow:auto;
}

#container {
  width: 960px;
  margin:0 auto;
  text-align: left;
}

#main_content {
  clear:both;
  width: 960px;
  padding: 1em 0;
}

#site_info {
  margin: 0.5em auto;
  font-size: 12px;
  color: #f8f3e7;
  text-align:center;
}

#site_info a {
  color: #f8f3e7;
  border-color: #f8f3e7;
}

/* TYPOGRAPHY */

h1 {
  background: url(../images/brightways_logo.png) top left no-repeat;
  background-position: 20px 5px;
  height: 300px;
}

h1#branding a, h1#branding a:hover  { 
  display:block;
  text-indent:-9999px;
  width:217px;
  height:300px; 
  border-bottom:0;
  background: transparent;
  }

h2 {
  font-size: 24px;
  font-weight: bold;
  color: #336ea9;
  margin-bottom: 0.25em;
}

.home h2 {
  text-align:right;
  margin-right: 6em;
}

#showcase h2 {
  color: #fff;
  text-align:left;
  margin: 7px 0 0 345px;
}

h3 {
  font-size: 22px;
  font-weight: bold;
  color: #8f7758;
}

.home h3 {
  text-align:right;
  margin-right: 6.5em;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  color: #8f7758;
  clear:left;
}

p {
  line-height: 1.5em;
  padding: 1em;
}

em {
  color: #336ea9;
}

ul {
  margin: 1em 4em;
}

li {
  background: url(../images/bullet_goldarrow.png) top left no-repeat;
  display:block;
  padding: 0 0 1em 1.35em;
  background-position: 0 -2px;
}

.sanserif {
  font-family: Arial;
}

/* NAVIGATION */

ul#global_nav {
  width:700px;
  float:right;
  margin:0 auto;
  margin-top: -242px;
  margin-right: -60px;
}

ul#global_nav li { 
  text-align:right;
  background: url(../images/global_nav_divider.png) bottom left no-repeat;
  display:inline;
  padding:0;
}

ul#global_nav li a { 
  color: #8f7758;
  font-weight: normal;
  font-size: 16px;
  border-bottom:0;
  padding: 0.75em 2em;
 }

ul#global_nav li a:hover { 
 color: #FFBB00;
} 
 
ul#global_nav li a.current {  
    color: #336ea9;
    background: url(../images/global_nav_current.png) bottom right no-repeat;
    background-position: 15px 32px;
 }

#showcase {
  float: right;
  margin-top: -200px;
  margin-right: 6.5em;
}

.feature {
  float:right;
  width:450px;
  font-family: Arial, Verdana, sans-serif;
  margin-top: -4em;
  margin-left: 2em;
}

.screenshot {
  width: 440px;
  background:  #b6c8d7;
  padding: 5px;
  margin: 3.5em 0;
  border-bottom: 2px solid #789;
  border-right: 2px solid #789;
}

.screenshot p {
  color: #336ea9;
  font-size: 12px;
  text-align:center;
  margin:0;
  padding: 0.25em 0 0 0;
}

.left {
  float:left;
}

.right {
  float: right;
}
