/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #000;
  font: normal 62.5% "FreeSans", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #fff;
}

a {
  color: #b40100;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 10px;
}

img {
  margin: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #c98017;
  font-weight: bold;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

h2 {
  font-size: 1.6em;
}

h3 {
  margin-bottom: 4px;
  font-size: 1.2em;
}

ul {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  list-style: disc;
  color: #b40100;
}

strong {
  color: #b40100;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/

#wrap {
  width: 832px;
  background: #191919;
  margin: 0 auto;
  padding: 10px 10px;
  text-align: left;
}


/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

.hr {
  width: 828px;
  height: 1px;
  background: url("../images/hdots.gif") top left repeat-x;
  font-size: 1px;
  padding-bottom: 12px;
}

.clear {
  clear: both;
  font-size: 1px;
}

.white {
  color: #fff;
}

.tab {
  position: absolute;
  left: -72px;
  top: -10px;
  z-index: 100;
  width: 62px;
  height: 161px;
}

.casestudies {
  position: relative;
  background: url("../images/vdots.gif") center top repeat-y;
}

.leftstudy {
  width: 395px;
  margin-right: 19px;
  float: left;
}

.rightstudy {
  width: 395px;
  margin-left: 19px;
  float: left;
}

.services {
  position: relative;
  background: url("../images/services_back.jpg") center top no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
}

.services h3 {
  color: #b40100;
}

.services p {
  line-height: 2em;
}

.services li {
  font-weight: bold;
  margin-bottom: 10px;
}

.services a {
  color: #fff;
  text-decoration: none;
}

.services a:hover {
  text-decoration: underline;
}

.servicescol1, .servicescol2, .servicescol3 {           
  width: 256px;
  float: left;
  margin: 5px 0;
  padding: 10px;
}

.clientlist a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.clientlist a:hover {
  text-decoration: underline;
}

.clientlist ul {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

.clientlist li {
  margin-bottom: 5px;
}

.blog {
  position: relative;
  padding-bottom: 10px;
}

.blog h2 {
  float: left;
}

.blog h2 a {
  text-decoration: none;
  color: #c98017;
}

.blog h2 a:hover {
  text-decoration: underline;
}

.blog h3 {
  margin-top: 10px;
}

ul.bloglinks {
  /*float: right;*/
  text-align: right;
  list-style: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

ul.bloglinks li {
  float: right;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
  list-style: none;
}

ul.bloglinks li.last {
  border-left: 0 none;
}

ul.bloglinks a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

ul.bloglinks a:hover {
  text-decoration: underline;
}

.blogcontent {
  background: #000;
  padding: 10px;
}

.blogcontent img {
  margin: 0;
  padding: 0;
}

.blogphoto {
  width: 547px;
  height: 100px;
  float: left;
  margin-right: 10px;
}

.blogcontent h3 {
  color: #fff;
  font-size: 1.8em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.blogcontent h4 {
  color: #c98017;
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 20px;
}

.recentpost {
  clear: left;
}

.recentpost h3 {
  font-size: 1.2em;
}

.recentpost a {
  text-decoration: none;
}

.recentpost a:hover {
  text-decoration: underline;
}

.recentpost p {
  margin-bottom: 0;
}

.date {
  background: #191919;
  padding: 5px;
  color: #b40100;
  font-weight: bold;
  float: left;
  font-size: 1.8em;
  text-align: center;
  margin: 0 10px 10px 0;
  width: 50px;
}

.year {
  font-size: .7em;
}

.post {
  margin-left: 80px;
}

.contact {
  position: relative;
}


.contactcontent {
  width: 788px;
  height: 336px;
  background: #000 url("../images/map.jpg") right no-repeat;
  margin-top: 5px;
  padding: 30px 20px;
  margin-bottom: 10px;
}

.contactcontent a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.contactcontent a:hover {
  text-decoration: underline;
}

#footer {
  background: #ad0000;
  width: 812px;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
}

#footer .footerlinks {
  padding-right: 30px;
}


#footer h1 {
  color: #201f1f;
  font-size: 1.2em;
  font-weight: bold;
  clear: both;
  padding-bottom: 5px;
}

#footer ul {
  margin-bottom: 1em;
  font-weight: bold;
  padding: 0;
  font-size: 1em;
}

#footer ul ul {
  margin-bottom: 0;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 5px;
}


#footer li {
  display: block;
  margin-bottom: 5px;
  float: left;
}

#footer li.last a {
  border-right: 0 none;
}

#footer li a {
  color: #fff;
  display: block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}

#footer p {
  clear: both;
  font-size: 1.1em;
  padding-top: 10px;
  text-align: center;
}

/*----End CSS Reset----*/