@charset "UTF-8";
/* CSS Document */

* {
  margin:0;
  padding:0;
}
html, body {
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-right: 20px;
}
body {
  background: #000;
  max-width: 1250px;
}
address {
  margin: 0;
  padding: 0;
  font-style: normal;
}
.yellowBg {
  background: #EEC409;
}
h1, h2, h3 {
}
input, textarea {
  margin-bottom: 10px;
}
#container {
  min-width: 100%;
  height: 56.24%;
  margin: 0 auto;
}
#containerBlog {
  width: 1000px;
  float: left;
  position: relative;
  margin: 0 auto;
}
#flashBackground_1 {
  width: 680px;
  height: 300px;
  float: left;
  position: absolute;
}
#flashBackground_2 {
  width: 680px;
  height: 100px;
  float: left;
  position: absolute;
}

#flashBackground_3 {
  width: 680px;
  height: 150px;
  float: left;
  position: absolute;
}

#header {
  height: 100px;
}
#mainNav {
  height: 30px;
  background: #999999;
}
#mainNav ul {
  padding: 5px 0;
}
#mainNav li {
  list-style: none;
  display: inline;
  padding: 0 0 0 20px;
}
#leftCol {
  padding: 20px 20px 20px 40px;
  float: left;
  overflow: visible;
}
#spacer {
  margin-top: 80px;
}
#leftCol p {
  float: left;
}
#rightCol {
  float: right;
  text-align: right;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  width: 402px;
}
#rightCol.contact {
  padding: 20px 20px 0 0;
  margin-top: -130px;
}
#rightcol p {
  clear: right;
  text-align: right;
}

#rightColYellowBkg {
  float: right;
  text-align: right;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  margin-top: 150px;
}
#rightColYellowBkg.contact {
  padding: 20px 20px 0 0;
  margin-top: -130px;
}
#rightColYellowBkg p {
  clear: right;
}

#rightColYellowBkg a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#rightColYellowBkg a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

#contactBlock {
  float: right;
  clear:both;
  text-align: left;
}
.contactBox {
  width: 215px;
  height: 200px;
  float: right;
  margin: 20px;
  color: #000;
  font-size: 18px;
}
.contactBox p {
  text-align: right;
  float: right;
}
.contactBox a {
  color: #fff;
  text-decoration: underline;
}
.contactBox a:hover {
  color: #000;
  text-decoration: none;
}
.contactBoxRight {
  margin: 20px 0 20px 20px;
  width: 300px;
  height: 200px;
  float: right;
  color: #000000;
  text-align: left;
}

p {
  padding-top: 20px;
  float: right;
  clear: right;
  text-align: right;
}

.yellow {
  color: #EEC409;
}

.black {
  color: #000;
}

.black a {
  color: #fff;
  text-decoration: none;
}

.black a:hover {
  color: #EEC409;
  text-decoration: underline;
}

a {
  color: #FFF;
  text-decoration: none;
}

a.main {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
}

a:hover {
  color: #EEC409;
}

li {
  list-style: none;
}

#h1About {
  float: right;
  clear: both;
}

h1#about {
    position: relative;
    padding: 0;
    margin: 0;
    right: 0;
    width: 414px; /* image width */
    height: 79px; /* image height */
    overflow: hidden;
}

h1#about span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    float: right;
    width: 414px; /* image width */
    height: 79px; /* image height */
    background: url(../images/about_us.gif) top right no-repeat;
}
#h1Contact {
  float: right;
  clear: both;
}

h1#contact {
    position: relative;
    padding: 0;
    margin: 0;
    right: 0;
    width: 500px; /* image width */
    height: 79px; /* image height */
    overflow: hidden;
}

h1#contact span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    float: right;
    width: 500px; /* image width */
    height: 79px; /* image height */
    background: url(../images/contact_us.gif) top right no-repeat;
}

#scrollup {
    position: relative;
    overflow: hidden;
    height: 40px;
	padding-top: 15px;
}

.headline {
    padding-top: 5px;
    position: absolute;
    top: 50px;
    color: #eec409;
    height: 40px;
    text-align: right;
    width: 100%;
}

.headline a {
    color: #eec409;
}

.headline a:hover {
    color: #eec409;
    text-decoration: underline;
}

#footer {
  width: 100%;
  clear: both;
  text-align: right;
}
#footer p {
  float: left;
  padding: 15px 0 0 40px;
  text-align: left;
}
#footer ul {
  float: right;
  clear: both;
}
#footer li {
  display: inline;
}
#footer a:hover {
  color: #eec409;
  text-decoration: underline;
}
#footer a {
  text-decoration: none;
  font-weight: bold;
}

#footerYellowBkg {
  padding-top: 50px;
  width: 100%;
  clear: both;
  text-align: right;
}
#footerYellowBkg p {
  float: right;
  color: #000;
  font-weight: bold;
}
#footerYellowBkg ul {
  float: right;
  clear: both;
}
#footerYellowBkg li {
  display: inline;
}
#footerYellowBkg a:hover {
  color: #000;
  text-decoration: underline;
}
#footerYellowBkg a {
  color: #eec;
  text-decoration: none;
  font-weight: bold;
}

/* Blog */

#blogColumn {
  width: 768px;
  padding: 20px;
  float: left;
  color: #000000;
  text-align: left;
  margin-top: 70px;
}
#blogColumn h2 {
  color: #000000;
  font-size: 30px;
}
#blogColumn p {
  margin-bottom: 10px;
  color: #000;
  line-height: 18px;
}
.content {
  width: 768px;
  text-align: left;
}
.content a {
  color: #fff;
  text-decoration: underline;
}
.content a:hover {
  color: #000;
  text-decoration: none;
}
.details {
  font-size: 12px;
  width: 768px;
  text-align: right;
}
.comment {
  font-size: 14px;
  width: 768px;
  text-align: left;
}
#blogColumnRight {
  float: right;
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
}
#h1Blog {
  float: right;
  clear: left;
}

h1#blog {
    position: relative;
    padding: 0;
    margin: 0;
  right: 0;
    width: 300px; /* image width */
    height: 130px; /* image height */
    overflow: hidden;
}

h1#blog span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
  float: left;
    width: 300px; /* image width */
    height: 130px; /* image height */
    background: url(../images/blog.gif) top right no-repeat;
}
#mostRecentContainer {
  width: 300px;
  background: #000;
  float: right;
  padding: 20px;
  clear: right;
  color: eec904;
}
#mostRecentContainer a {
  color: #eec904;
}
.addthis_toolbox {
  float: right;
  clear: right;
}
.addthis_default_style {
  float: right;
  clear: right;
}