/* Common */
body,table,input,select,textarea { 
  font-family:'Trebuchet MS', 'Trebuchet', Verdana, Arial, sans-serif; 
  font-size:small;
}

body { 
  margin:0; 
  padding:0; 
  color:#000;
  background-color:#333333;
}

input,select,textarea { 
  font-size:1em;
}

small { 
  font-size:0.85em;
}

img { 
  border:0;
}

form { 
  margin:0; 
  padding:0;
}

ul {  
  margin:0.5em 0 1em 2em; 
  padding:0;
}

li {
  margin: 0.2em 0 0.2em 0; 
}

p,dl { 
  margin:1em 0 1em 0; 
}

dl.col { 
  line-height:1.5em;
}

dl.col dt { 
  float:left; 
  width:6em;  
  text-align:right;
}

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

dl.col-wide { 
  line-height:1.5em;
}

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

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

a {
  color:#000;
}

a:hover {
  color:#9E002C;
}

/* Layout */

#wrapper {
  background-color:#515151;
  width:800px;
  margin:0 auto 0 auto;
}

#nav-top li {
  list-style:none;
  display:inline;
  font-size:14pt;
  margin:0 12px 0 0;
}

#nav-top a {
  text-decoration:none;
  color:#fff;
}

#nav-top a:hover {
  color:#7F7F7F;
}

#content {
  background-color:#7F7F7F;
  padding:20px 20px 160px 20px;
  min-height:200px;
  background-image:url(../images/p-cocky-small.jpg);
  background-position:bottom right;
  background-repeat:no-repeat;
}

#footer .logo {
  width:100%;  
  background-color:#282828;
  text-align:right;  
}

#footer .logo img {
  margin:0 20px 0 0;
}

#footer .contact {
  font-size:0.85em;
  color:#fff;  
}

/* Content */

.imgR {
  float:right;
}

.image-strip {
  width:210px;
  float:right;
}

.image-strip img {
  margin:0 0 15px 15px;
}

.image-strip-vert {
  width:143px;
  float:right;
}

.image-strip-vert img {
  margin:0 0 15px 15px;
}

.gallery-image img {
  margin:0 15px 15px 0;
}

h1 {
  font-size:2em;
  font-weight:normal;
}

h2 {
  font-size:1.5em;
  font-weight:normal;
}

.quote {
  font-style:italic;
}

h3 {
  font-size:1.3em;
  font-weight:normal;
  text-align:center;
}

.highlight {
  width:450px;
  margin: 5px;
  font-style:italic;
  background-color: #999;
  padding: 2px 10px;
  border: #b2b2b2 solid 1px;
}

.highlight .imgR {
  margin: 10px;
}

/* CTA */

.cta {
  width: 500px;
  float: left;
  background-color: #ccc;
  display: block;
  height: 120px;
}