/**
prevent iphone safari from resizing font sizes
*/
@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}

/* Centered layout with tiled background image */
/* Default */
fieldset {
    margin-bottom: 1em;
    padding: 0.5em;
}
form {
    margin: 0;
    padding: 0;
}
hr {
    border: 1px solid gray;
    height: 1px;
}
img {
    border: 0 none;
}
table {
    border-collapse: collapse;
}
th {
    border-bottom: 3px solid #CCCCCC;
    padding-right: 1em;
    text-align: left;
}
.clear-block:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clear-block {
    display: inline-block;
}
* html .clear-block {
    height: 1%;
}
.clear-block {
    display: block;
}
h1, h2, h3 {
    padding:0;
    margin:0;
}
/* Default */

/* Style */
ul, ol {
    margin: 0;
    padding-left: 0px;
    list-style-type: none;
}
ul li, ol li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
h1, h2, h3 {
    line-height: 1.1;
}
h1, h2, h3 {
    color: #af760f;
    font-family: 'News Cycle', Arial;
    font-weight: normal;
}
h1 {font-size: 1.5em; margin: 0;}
h2 {font-size: 1.17em; margin: 0;}
h3 {font-size: 1.17em; margin: 0;}
h4 {font-size: 1em; margin: 0;}

.field-field-body h3 {
    margin: 20px 0 0;
}
.field-field-body p {
    margin: 0 0 20px;
}
body {
    /*background-color: #555;*/
    background:url(../images/bvg.png);

    color: #494949;
    font: 12px/170% Times New Roman, Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.outer-wrapper {
    /*background-image: url("images/redbar.jpg");
    background-repeat: repeat-x;
    padding-top: 3px;
    */
    padding-top: 0px;
}
.wrapper {
    background-image: url("../images/mainbg.png");
    background-position: left top;
    background-repeat: repeat-y;
    margin: 0 auto;
    padding-top: 0px;
    width: 1050px;
}
.main {
    margin: 0 auto;
    min-height: 800px;
    padding: 0;
    width: 1000px;
}
.sidebar-right .content-wrapper {
    float: left;
    width: 640px;
}
.sidebar-right #content-inner-wrapper {
    padding-right: 30px;
}
#sidebar-right {
    float: right;
    width: 320px;
}
#sidebar-right {
    padding-top: 15px;
}
.page-blog #sidebar-right {
    padding-top: 286px;
}
#sidebar-right-inner {
    padding-left: 20px;
}
.footer-wrapper {
    clear: both;
}
#site-name {
}
#header-bottom-wrapper {
    clear: both;
}
#site-name a {

    background-image: url("../images/logo.png");
    /*display: block;*/
    position: absolute;
    float: left;
    height: 77px;
    /*margin-bottom: 33px;*/
    overflow: hidden;
    text-indent: -9999px;
    width: 303px;
    z-index: 999999;
    left: 17px;
    top: 17px;
}
#header {

}
#banner {
    position: relative;
    height: 100px;
    background-color: #fff;
    color: #fff;
}

#nav-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 12px;
  /*height: 50px;*/
  background-color: #fff;
}

#nav {
  font-family: 'News Cycle', arial;
  border: 5px solid #ededed;
  color: #767676;
  text-align: center;
}

#nav a {
  color: #767676;
  font-size: 15px;
  font-weight: normal;
  font-family: 'News Cycle', arial;
  text-decoration: none;
}

#nav ul {
  padding-top: 8px;
  padding-bottom: 8px;
}
#nav li {
  display: inline;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 6px;
}
#nav li.selected { background: url(../images/swirl.png) bottom center no-repeat;  }

#header-wrapper #block-thesite-1 {
    float: right;
}
.content-wrapper {
    clear: both;
    background-color: #fff;
}
.footer-wrapper {
    padding: 0px;
    background-color: #ededed;
    width: 1000px;
}
.footer-wrapper * {
    margin-top: 0;
    padding-top: 0;
}
.footer-wrapper, .footer-wrapper a, .footer-wrapper a.active {
    color: #767676;
}

.footer-wrapper ul, .footer-wrapper ul li {
    padding-left: 0;
}
.footer-wrapper .block-block {
    float: right;
}
#footer_nav ul li {
    padding-right: 15px;
}
#footer_nav {
  float: right;
}
#footer_icons {
  float: right;
}

#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #767676;
    font-weight: bold;
    text-align: center;
}

#footer ul li {
    list-style-type: none;
    display: inline;
}
a {
    color: #af760f;
    font-family: inherit;
    text-decoration: none;
}


/* home page slider images */
#slider_images
{
   /*padding-bottom: 10px;*/
   /*padding-top: 10px;*/
   padding-left: 20px;

}
#slide_text
{
    position: absolute;
    z-index: 999999;
    left: 360px;
    top: 60px;
}
#slide_text_detail_bg, #slide_text_detail
{
    position: absolute;
    right: 0px;
    top: 40px;
    width: 320px;
    height: 80px;
}
#slide_text_detail_bg {
    background-color: #000000;
    -moz-opacity:.70;
    filter:alpha(opacity=70);
    opacity:.70;
    padding: 10px;
    z-index: 999998;
}
#slide_text_detail
{
    color: #ffffff;
    overflow: hidden;
    z-index: 999998;
    padding: 10px;
}
/* home page content paragraphs */

#hometextcols {
  margin: 0;
  padding: 0px;
  background-image: url(../images/columns_bg.png);
  margin-top: 20px;
}
#hometextcols p, #hometextcols ul {
  font-family: Times New Roman, Arial;
  font-size: 16px;
}
#hometextcols ul {
  padding-top: 15px;
  padding-bottom: 25px;
}
#column-1 {
    width: 367px;
    float:left;
    padding-right: 30px;
}
#column-2 {
    width: 285px;
    float:left;
    padding-right: 30px;
}
#column-3 {
    width: 246px;
    float:left;
}

#content {
    /*padding-top: 3px;*/
    font-size:16px;
    font-family: Times New Roman;
    min-height: 500px;
}
#content_header_blank {
    background: url(../images/vertical_shade.png) top left repeat-x;
    height: 70px;
}

#footernav {
  text-align: center;
  color: #af760f;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
}
#footernav ul {
  padding-top: 20px;
  list-style-type: disc;
  border-top: 1px solid #d5d5d5;
  font-family: 'News Cycle', Arial;
}
#footernav li {
  display: inline;
  padding-right: 30px;
  list-style-type: disc;
}
#footernav ul li:before {
	content: "\2022";
     color: #af760f;
     padding-right: 25px;
}
#footernav ul li.first:before {
	content: " ";
}

ul.diamondlist li {
  background: url(../images/diamond.png) 0px 3px no-repeat;
  padding-left: 24px;
}