/* Global Elements */

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Arial";
  color: #D6D6D6;
  background-color: #3B3B3B;
  text-align: center;
}

/* text styles */

.stylered {
  font-size: 14px;
  color: #A60000;
  font-weight: bolder;
}
h1 {
  font-size: 45px;
  font-weight: normal;
  color: white;
}
h3 {
  font-size: 18px;
  font-weight: normal;
  color: white;
}
h4 {
  font-size: small;
  color: white;
}
.date {
  text-transform: uppercase;
  color: #DFDFDF;
}
.banner {
  font-size: 25px;
  font-weight: normal;
  line-height: 5px;
  color: white;
}
/* Links */

a:link {
  color: #FFFFFF;
  text-decoration: none;
}
a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #626262;
  text-decoration: none;
}


/* Main Site Elements */

#wrapper{
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

#centerwrap{
  width: 1055px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#header{
  background-color: #3B3B3B;
  margin: 0;
  width: 100%;
  height: 65px;
  padding: 10px 0 0 0;
  border: 0;
}

#containerback{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  background-color: #6D6D6D;
  float: left;
}

#container{
  position: relative;
  width: 1055px;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  background-color: #6D6D6D;
  float: left;
}

#sidebox{
  position: relative;
  margin: 5px 5px 0 0;
  padding: 0;
  width: 210px;
  float: right;
}
#sidebar{
  position: relative;
  background-color: #999999;
  margin: 5px 5px 5px 5px;
  padding: 0 5px 5px 5px;
  width: 190px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  float: right;
}

/* Home page */

#home-news{
  position: relative;
  background-color: #999999;
  margin: 10px 5px 0 0;
  width: 1055px;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
}
#home-news2 {
  position: relative;
  background-color: #999999;
  margin: 0 2px 5px 5px;
  padding: 0 3px 10px 3px;
  width: 510px;
  height: 170px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  float: left;
}
#home-news3 {
  position: relative;
  background-color: #999999;
  margin: 0 5px 5px 2px;
  padding: 0 3px 10px 3px;
  width: 510px;
  height: 170px;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  float: right;
}
#home-news ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#home-news ul li{
  font-size: 12px;
}
#home-news h2{
  border-bottom: thin dashed #6D6D6D;
}

/* header and menu */

#topnav{
  position: relative;
  background-color: #3B3B3B;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 24px;
  left: 0px;
  top: 0px;
  visibility: visible;
}

#menu{
  position: relative;
  background-color: #3B3B3B;
  height: 40px;
  width: 1055px;
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
  float: left;
}

#menu ul{
  margin: 0;
  padding: 0 50px 0 0;
  list-style-type: none;
  width: auto;
  float: left;
}

#menu ul li{
  position: relative;
  height: 35px;
  width: auto;
  line-height: 35px;
  display: block;
  background-color: #333333;
  top: 5px;
  margin: 0;
  padding: 0 6px 0 6px;
  float: left;
}

#menu ul li.current{
  top: 0;
  background-color: #6D6D6D;
  height: 40px;
  line-height: 40px;
}

#menu ul li.current a{
  color: #000000;
}

#menu ul li.current a:hover{
  color: #000000;
}

#menu ul li a{
  color: #FFFFFF;
  text-decoration: none;
  padding: 0;
}

#menu ul li a:hover{
  color: #626262;
}

#networks{
  position: relative;
  height: 40px;
  background-color: #3B3B3B;
  margin: 0 3px 0 0;
  padding: 0;
  top: 12px;
  float: right;
}

/* main body */

#content{
  position: relative;
  overflow: hidden;
  margin: 0 10px 0 5px;
  padding: 10px 10px 0 5px;
}
#servicemenu{
  text-indent: 128px;
  color: #FFFFFF;
  font-size: 12px;
  word-spacing: 5px;
}
#servicemenu .current{
  font-size: 18px;
}
#servicemenu .stockfootage{
  word-spacing: normal;
}
#post1{
  position: relative;
  overflow: hidden;
  width: 100%
}
#content h2 {
  font-size: 24px;
  margin: 25px 0 5px 0;
  font-weight: bold;
  color: white;
}
#content hr {
  height: 1px;
  color: #D6D6D6;
  border: 0;
  border-top: 1px dashed;
}
.thead{
  text-align: center;
  color: white;
  background: #434343;
}
.trow {
  background: #808080;
}

/* Sidebar info */

#sidebar ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#sidebar ul li{
  font-size: 12px;
}

#sidebar h2{
  border-bottom: thin dashed #6D6D6D;
}

/* Advanced Most Recent Posts */

.advanced-recent-posts img {
  border-width: 1px;
}
.advanced-recent-posts a {
  font-weight: bold;
}



/* footer info */

#footer{
  position: relative;
  background-color: #3B3B3B;
  margin: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  bottom: 0;
  float: left;
}

/* image alignment */

img.alignright {
  float:right;
  margin:0 0 1em 1em;
}
img.alignleft {
  float:left;
  margin:0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float:right;
  margin:0 0 1em 1em;
}
a img.alignleft {
  float:left;
  margin:0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft{
  float: left;
}
.alignright{
  float: right;
}
