/* Common */
body,table,input,select,textarea { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

/* Remove padding and margin */
*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {   
  color: #615c5c;
  background: #bdb9b6 url('../images/i-bg-body.gif') repeat-x; 
}

h1 {
  display: none;
}

h2 {
  margin:1em 0;
  font-size: 0.75em;
}

.text-video h2 { color: #615c5c; }
.text-photo h2 { color: #1f1a17; }
.text-image h2 { color: #b7663c; }

#content p { 
  margin:1em 0;
  font-size: 0.75em; 
}

ul { 
  margin:1em 0;
  font-size: 0.75em; 
}

li {
  list-style: none;
  padding: 0 0 0 15px;
  line-height: 1.75em;
}

a {
  text-decoration: none;
  color: #615c5c;
  display: block;   
}

a:hover {
  background-color: #615c5c;
  color: #fff;
  padding: 0 0 0 6px; 
}

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: 960px;
  margin: 0 auto;
  background-color: #fff;
}

#header {
  height: 190px;
}

#header .image-strip {
  float: right;
  padding: 40px 25px 0 0;
}

#header .image-strip img {
  display: block;
  margin: 0 20px;
  float: left;
  border: #818181 solid 2px;
}

#top-strip {
  height: 44px;
}

#top-strip img {
  display: block;
  float: left; 
}

#content .text-column {
  width: 240px;
  float: left;
  padding: 0 39px 20px 40px;
  margin: 20px 0 0 0;
  border-right: #615c5c solid 1px;
  height: 480px; 
}

#content .text-image {
  border: 0;
}

#content .text-video li { background: transparent url('../images/g-list-icon-g.gif') no-repeat 0 6px; }
#content .text-photo li { background: transparent url('../images/g-list-icon-k.gif') no-repeat 0 6px; }
#content .text-image li { background: transparent url('../images/g-list-icon-o.gif') no-repeat 0 6px; }

#footer {
  font: normal 1.25em 'Century Gothic', sans-serif;
  padding: 40px 40px 20px 25px;   
}

#footer .contact2 {
  float: right;
  text-align: right;
}

#footer li span {
  color: #d0631d;
}

#tagline {
  background-color: #231f20;  
}

#author {
  background-color: #615c5c;
  line-height: 30px;
  text-align: right;
}

#author a {
  color: #fff;
  font-size: 0.69em;
  padding: 0 40px 0 0;
}

#author a:hover {
  color: #ccc;
}
