@charset "utf-8";
/* CSS Document */

/* Set defaults */

html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 160%;
  text-decoration: none;
  font-weight: normal;
  color: #333333;
  margin: 0;
  padding: 0;
  overflow:scroll;
}

body {
  background: url(../images/background.jpg) repeat-x #ffffff;
}

/*  Page regions */

#page {
  width: 935px;
  margin: 0px auto;
  padding:0;
}

div#container {
  background: url(../images/body.jpg) no-repeat top;
  min-height: 375px;
  padding:0;
  margin:0;
}

div#bannercontainer {
  border: 1px dotted #cccccc;
  height: 430px;
  width: 180px;
  margin: 0 20px 0 6px;
  z-index:0;
  overflow:hidden;
}

ul#banners {
  margin:0;
  padding:0;
  z-index:0;
}

ul#banners li {
  width: 100%;
  height: 430px;
  list-style: none;
  margin:0;
  padding:0;
  z-index:0;
}

li#Leadership { background:url(../images/banners/Leadership.jpg) no-repeat; }
li#Change { background:url(../images/banners/Change.jpg) no-repeat; }
li#Culture { background:url(../images/banners/Culture.jpg) no-repeat; }
li#Performance { background:url(../images/banners/Performance.jpg) no-repeat; }
li#Ethics{ background:url(../images/banners/Ethics.jpg) no-repeat; }
li#Strategy { background:url(../images/banners/Strategy.jpg) no-repeat; }
li#Coaching { background:url(../images/banners/Coaching.jpg) no-repeat; }

div#header {
  background: #E8F0E8;
  margin:0;
  padding: 0;
  height: 103px;
  background: url(../images/header.jpg) no-repeat;
}

div#navcontainer {
  display: block;
  margin: 38px 20px 0 0;
  float:right;
}

a#logo {
  position: absolute;
  width: 480px;
  height: 70px;
  text-indent: -9000px;
  margin: 8px 27px;
}

div#recent-blogs {
  width: 320px;
  background: url(../images/recent_blogs_bg.jpg) repeat-x;
  border: 1px dotted #cccccc;
  float: right;
  margin:40px 0 0 15px;
}

ul#recentPosts li {
  list-style-image:url(../images/bullet.gif);
  margin: 0px 0px 15px 0px;
}

div#contactform {
  width: 350px;
  background: url(../images/recent_blogs_bg.jpg) repeat-x;
  border: 1px dotted #cccccc;
  float: right;
  margin:40px 0 0 15px;
  padding: 10px;
  min-height: 350px;
}

div#content {
  width:868px;
  margin:0 auto;
  padding: 10px 0;
}

div#content img {
  margin: 5px 5px 5px 10px;
  border: 1px solid #999999;
}

div#footer {
  background: #FFFFFF;
  width: 868px;
  margin: 0 auto;
  padding: 7px 0px;
  border: 0;
  border-top: 1px dotted #cccccc;
  color:#B4B4B4;
  text-align: left;
}

div#footer a, a:visited {
  color: #B4B4B4;
}

/* Object formatting */

h1 {
  font-size: 1.7em;
  color:#4f0d0e;
  border-bottom:1px dotted #CCCCCC;
  margin:0 0 15px 0;
  padding:0 0 5px 0;
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #6C4031;
  border:0;
  margin: 5px 0;
  padding: 5px 0;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 3px 0;
}

p {
  font-size: 1em;
  margin: 15px 0;
}

ul {
  margin: 0 0 0 25px;
  padding:5px;
}

ul li {
  list-style:circle;
  /*margin: 0 0 0 25px;*/
  padding: 2px;
}

a, a:link, a:visited {
  cursor: pointer;
  color:#4f0d0e;
  text-decoration: none;
  outline: none;
}

a:hover, a:active {
  text-decoration: underline;
}

input {
  border: 1px solid #666666;
  background: #FFFFFF;
  padding: 2px;
  font-size: 10px;
}

input:focus {
  border: 1px solid #4f0d0e;
  background: #FFFFFF;
}

select {
  border: 1px solid #666666;
  background: #FFFFFF;
  padding: 2px;
  font-size:10px;
}

textarea {
  border: 1px solid #666666;
  background: #FFFFFF;
  padding: 2px;
  font-size:1em;
}

table {
  border-color: #999999;
  border-collapse: collapse;
  font-size:1em;
}

/* custom class formatting */

.preload {
  display:none;
}

.siteTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  display: block;
  font-size: 1.8em;
  color: #FFFFFF;
  margin: 0;
  padding:0 0 10px 0;
}

.siteSubTitle {
  display: block;
  font-size: 1.2em;
  color:#CCCCCC;
}

/* last modified display box */

#lastMod {
  clear:both;
  border:0;
  margin:15px 10px 0 0;
  padding:3px 0;
  color:#999999;
  text-align:right;
  font-style:italic;
}

/* search box */

#pgsearch {
  position: absolute;
  float:right;
  margin: 10px 0 0 750px;
}

#pgsearch input {
  border: 1px solid #4F0D0E;
  background: #F5F0EA;
}

/* customize search results */

div#searchresults {
}

div#searchresults ul {
}

div#searchresults span.noresults {
}

/* change wysiwyg editor background */

.fckeditorbody {
  background: #ffffff;
}

.SC_Panel {
  background: #ffffff; /* Should match fckeditorbody */
}