/*******************************************
  Release Massage
  CSS and markup by Cale Woodley
*******************************************/

@import url(reset.css);

/* 
*******************************************/
body {
  background: #000 url(../images/core/body-background.gif);
  font: 0.69em/1.64em Verdana, "Bitstream Vera Sans", sans-serif;
  color: #1f1e1d;
}

a {color: #49565D; text-decoration: underline;}
a:hover {text-decoration: none;}

/* =CONTAINERS
*******************************************/
#header, #container {
  width: 750px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #C7D8E0;
}

#container {
  padding: 0 0 10px 0;
}

#header {
  height: 84px;
  margin: 20px auto;
}

#header img {
  float: left;
}

#header p.title {
  float: left;
  margin: 20px 0 0 0;
  font: bold 3.27em Cambria, "Times New Roman", Times, serif;
  color: #d61818;
  text-transform: uppercase;
}

/* =BANNER =NAV
*******************************************/
#banner {
  width: 724px;
  margin: 12px auto 8px auto;
  background: #E7E8E8;
}

#banner img {
  float: left;
  display: inline;
}

ul#nav {
  margin: 20px 0;
  float: left;
  display: inline;
}

ul#nav li {
  padding-left: 20px;
}

ul#nav a {color: #0E0D0B; text-decoration: none; line-height: 40px; font-size: 1.45em;}
ul#nav a:hover {color: #cc0000;}


/* =TEXT
*******************************************/
#text {
  width: 536px;
  float: left;
  display: inline;
  margin: 0 0 0 11px;
  background: #e7e8e8;
}

#text h1 {
  font-size: 1.64em;
  line-height: 34px;
  font-weight: normal;
  border: 1px solid #980000;
  background: #cc0000;
  padding-left: 10px;
  color: #fff;
}

#text h2 {
  font-size: 1.27em;
  padding-left: 10px;
  margin: 20px 0 0 0;
}

#text h3 {
  font-size: 1em;
  font-weight: bold;
  padding-left: 10px;
}

#text p {
  margin: 11px 0;
  padding: 0 10px;
}

#text ul {margin: 10px 0 10px 20px;}
#text ul li {margin-left: 10px; list-style: disc;}

#text hr {
  height: 0;
  border: none;
  clear: both;
  margin: 10px 0 0 0;
  border-top: 1px solid #ccc;
}

#text p.backtotop {
  padding: 0;
  margin: 0;
  text-align: right;
}

#text p.backtotop a {color: #439cd2;}

#text img.float-left {
  float: left;
  display: inline;
  margin: 15px 10px 0 10px;
}

#text img.float-right {
  float: right;
  display: inline;
  margin: 15px 10px 0 10px;
}

.gallery {
  margin: 10px;
}


/* =CTA
*******************************************/
.cta {
  float: left;
  display: inline;
  width: 183px;
  margin: 0 9px 10px 9px;
  background: #e7e8e8;
  text-align: center;
}

.cta p {
  padding: 10px;
}


/* =FOOTER
*******************************************/
#footer {
  width: 750px;
  margin: 0 auto;
}

#footer p {
  padding: 5px 0 0 10px;
  float: left;
  display: inline;
  color: #858686;
}

#footer a {color: #858686; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

#footer img {
  float: right;
  display: inline;
  padding: 8px 10px 0 0;
}