/* Common */
body,table,input,select,textarea { 
  font-family:Verdana, Arial, sans-serif; 
  font-size:100%;
  line-height:1.25em;
  color:#636467;
}

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

body {   
  color:#000;  
}

h1 {
  font:bold 1.125em 'Trebuchet MS', Arial, sans-serif;
  text-transform:uppercase;
  margin:0 0 1em 0;
}

h2 {
  font:bold 1em 'Trebuchet MS', Arial, sans-serif;
  color:#636467;
  margin:1.5em 0 0.5em 0;
}

p { 
  margin:1em 0;
  font-size:0.69em; 
}

#content ul, dl.col {
  font-size:0.69em;
  margin:1em 3em;
}

#content a {
  color:#97005e;
  text-decoration:none;
}

#content a:hover {
  text-decoration:underline;
}

dl.col dt { 
  float:left; 
  width:6em;
  font-weight:bold;  
}

dl.col dd { 
  margin-left:7em;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr{
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}

/* messages / errors box */
.Msg {
  margin: 1em 0;
}

.Msg ul {
  padding: 0.5em;
  list-style-type: none;
}

.Messages ul {
  border: 1px solid darkblue;
  background-color: lightblue;
}

.Errors ul {
  border: 1px solid darkred;
  background-color: pink;
}

/* Layout */

#constrain {
  width:996px;
  margin:0 auto;
}

#header {
  height:108px;  
}

#shadow {
  background:#fff url('../images/i-shadow.gif') repeat-y;
  width:996px;  
}

#content-wrapper {
  position:relative;
  background:#d8d8d9 url('../images/g-motto.gif') no-repeat 10px bottom;
  margin:0 28px;
  width:940px;
}

  /* Main Side Navigation */
  
  #nav-side {
    position:absolute;
    top:0;
    left:0;
    width:230px;
    background:#fff url('../images/i-nav-top.jpg') no-repeat;
    padding:69px 0 0 0;
  }
  
  #nav-side ul {
    border-bottom:#ececec solid 1px;
  }
  
  #nav-side li {
    list-style:none;
    line-height:31px;       
  }
  
  #nav-side a {
    background:transparent url('../images/i-nav-bg.gif') no-repeat; 
    text-decoration:none;
    font:bold 1em 'Trebuchet MS', Arial, sans-serif;
    color:#636467;
    display:block;
    line-height:31px;
    padding:0 0 0 25px;
    height:31px;    
  }
  
  #nav-side a:hover {
    background-position:bottom left;
  }

#content {
  margin:0 0 0 230px;
  min-height:310px;
  background-color:#fff;  
}

#content .textarea {
  padding:20px;
}

  /* Contact Details */

  #contact {
    background:#fff url('../images/i-contact-bg.gif') no-repeat right top;
    margin:0 0 0 230px;
    padding:7px 0 0 3px;
    color:#fff;
  }
  
  #contact .contact-inner {
    background-color:#000;    
    padding:20px;    
  }
  
  #contact ul {
    font-family:'Trebuchet MS', Arial, sans-serif;    
  }
  
  #contact li {
    font-size:0.75em;
    list-style:none;
    float:left;
    width:160px;
    background:transparent url('../images/g-list-icon.png') no-repeat 0 6px;
    text-indent:15px;
  }
  
  #contact li span {
    font-size:1.125em;
    font-weight:bold;
    color:#8a8b8d;
    display:inline;    
  } 
  
  #contact a {
    text-decoration:none;
    color:#fff;
  }
  
  #contact a:hover {
    color:#97005e;
    text-decoration:underline;
  }
  
  .biz-brokers {
    float:right;
  }
  
#footer {
  background:transparent url('../images/i-footer.gif') no-repeat;
  height:60px;
  text-align:right;
  padding:38px 32px 0 0;
}

.author a {
  color:#8a8b8d;
  text-decoration:none;
  font-size:0.69em;
}

.author a:hover {
  text-decoration:underline;
}

/* Content Styling */

.image-strip div {
  border:#8a8b8d solid 1px;  
  float:left;
  font-size:0.69em;
  text-align:center;
  margin:0 6px 0 0;
  width:120px;
  padding:0 0 3px 0;
}
