body {
  background-image: url(/assets/images/vicbird1878.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #000;
}

a:hover {
  color:#D95E00;
} 

#crdclick {
  float: right;
  width: 104px;
  position: relative;
  height: 26px;
  background-image: url(/assets/images/crdlogo_100.png);
  background-repeat: no-repeat;
  margin-right: 12px;
  top: 16px;
}

em {
  font-style:normal;
  color:#777;
  text-decoration: none;
  font-weight: normal;
} 

#susBanner {
  margin-top: 12px;
  height: 96px;
  background-image: url(/assets/images/header_back_85.png);
  background-repeat: repeat-x;
}

#susBannerTxt {
  font-family: "Segoe UI",
             "Bitstream Vera Sans",
             "DejaVu Sans",
             "Trebuchet MS", Arial,
             sans-serif;
  font-size: 32px;
  color: #FFF;
  position: relative;
  top: 20px;
  left: 20px;
}

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

.susNav {
  background-image: url(/assets/images/navbar_back_85.png);
  background-repeat: repeat-x;
  font-family: "Segoe UI",
             "Bitstream Vera Sans",
             "DejaVu Sans",
             "Trebuchet MS", Arial,
             sans-serif;
  font-size: 17px;
  color: #000;
  padding: 0px;
  margin: 0px;
  text-indent: 1em;
  text-align: left;
  line-height: 2.5em;
}

.susNav a {
  height: 52px;
  display: block;
  text-decoration: none;
}
.currentSection {font-weight: 600; }
.currentPage { font-weight: 600; }

.susNav a:hover {
  color: #fff;
}

#susContent {
  background-color: #FFF;
  padding: 12px;
}

#susContent h1 {
  font-family: "Segoe UI",
             "Bitstream Vera Sans",
             "DejaVu Sans",
             "Trebuchet MS", Arial,
             sans-serif;
  font-size: 2.4em;
  color: #d95e00;
}

#susContent h2 {
  font-family: "Segoe UI",
             "Bitstream Vera Sans",
             "DejaVu Sans",
             "Trebuchet MS", Arial,
             sans-serif;
  font-size: 1.4em;
  color: #408D3F;
}

#susContent h3 {
  font-family: "Segoe UI",
             "Bitstream Vera Sans",
             "DejaVu Sans",
             "Trebuchet MS", Arial,
             sans-serif;
  font-size: 1.3em;
  color: #34B233;
}


#susContent p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.9em;
  color: #000;
}

.susSpacer1 {
  height: 5px;
  font-size: 1px;
  line-height: 1px;
}

.susSpacer2 {
  height: 10px;
  font-size: 1px;
  line-height: 1px;
}

.susSpacer3 {
  height: 11px;
  font-size: 1px;
  line-height: 1px;
}

.susSidebarLink {
  background-image: url(/assets/images/sidebar_back_85.png);
  background-repeat: repeat-y;
  padding: 1em;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.9em;
}

.susSidebarBox {
  background: #EFF0F1;
  padding: 1em;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.9em;
}

#susFooter {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.9em;   
  background-image: url(/assets/images/navbar_back_85.png);
  background-repeat: repeat-x;
  color: #000;
  text-indent: 0.5em;
  height: 26px;
  padding-top: 8px;
  padding-right: 6px;
}

#susFooter img {
  float: right;
}

li {
  padding: 4px 0 2px;
  margin: 0;
  line-height: normal;
}

ul {
  margin-left: 20px;
  padding-left: 0;
  margin-top: 0;
}
img.image_full_horizontal,
img.image_half_horizontal,
img.image_tall,
img.image_square,
img.image_anysize_inline,
img.image_anysize,
img.image_anysize_float,
img.imgFloatCenter
{
  display: block;
  border: 1px solid #889;
  padding: 2px;
}

img.imgFloatCenter {
  float: right;
  margin-right: 400px;
}

img.image_full_horizontal
{
  width: 500px;
  height: 155px;
  margin: 10px 0 15px 0;
  clear: both;
}

img.image_half_horizontal
{
  width: 240px;
  height: 148px;
  margin: 10px 0 15px 15px;
  float: right;
  clear: none;
}

img.image_tall
{
  width: 186px;
  height: 300px;
  margin: 10px 0 15px 15px;
  float: right;
  clear: none;
}

img.image_square
{
  width: 186px;
  height: 186px;
  margin: 10px 0 15px 15px;
  float: right;
  clear: none;
}

img.image_anysize_inline
{
  float: left;
  margin: 0px 5px 9px 5px;
  clear: none;  
}

img.image_anysize_float
{
float: right;
  margin: 0px 2px 9px 18px;
}

/* Flowplayer */
.overlay {
  padding:40px;
  width:650px;
  display:none;
  background-image:url(/assets/images/gray.png);  /*  background-color:#000000;  */
}
.close {
  background:url(/assets/images/close.png) no-repeat;
  position:absolute;
  top:10px;
  right:-10px;
  width:35px;
  height:35px;
  cursor:pointer;
}
.overlay a {
  height:450px;
  display:block;
}
/* player and playlist go side by side */
#player {
  float:left;    
  display:block; 
  width:375px; 
  height:250px;
  margin:6px 0px 6px 0px;
  cursor:pointer;
  border:1px solid #000;
  outline:1px solid #888899;
  padding:2px;
}

#playlist {
/*  width:325px; */
  width: 100%;
  float:left;
  margin:0px 0px 6px 0px;
}

/* playlist entry */
#playlist a {
  font-size:12px;  
  text-decoration:none;
  line-height: 1.5;
}

#playlist a strong {
  font-style:normal;
  color:#000;
  text-decoration: none;
  font-weight: normal;
}


#playlist a em {
  font-style:normal;
  color:#777;
  text-decoration: none;
  font-weight: normal;
} 


/* entry stages: normal, hover, playing, paused */
#playlist a:hover {
  color:#D95E00;  
}

#playlist a.playing, #playlist a.paused, #playlist a.progress {
  color:#de5d00;
  font-weight: bold;
}

#playlist a.progress {
  opacity:0.6;    
}

p.footnote {

  font-size: 80%;
  border-top: 1px dotted #db5;
  padding: 8px 0 0 0;
}

/* Tinybox */
#tinybox 
{
  position:absolute; 
  display:none; 
  padding:10px; 
  background:#fff no-repeat 50% 50%; 
  border:10px solid #008B95; 
  z-index:2000
}
#tinymask 
{
  position:absolute; 
  display:none; 
  top:0; 
  left:0; 
  height:100%; 
  width:100%; 
  background:#000; 
  z-index:1500
}
#tinycontent 
{
  background:#fff
}

.textButton {
  font:16px FreeSans, Arial, Helvetica, Sans, sans-serif; 
  width:50px;
  margin-bottom:10px; 
  padding:9px 10px 9px; 
  border:2px solid #003359; 
  background:#D7ECF6;
  text-align:center;
  cursor:pointer
}
.textButton:hover {
  color:#FFFFFF;
  border:1px solid #003359; 
  background:#003359
}

#accept {
  float:right;
}

#decline {
  float: left;
  left:60%
}

.button_wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

.textButton2 {
  font:12px FreeSans, Arial, Helvetica, Sans, sans-serif;
  width:115px;
  margin-bottom:10px;
  padding:9px 10px 9px;
  border:2px solid #003359;
  background:#D7ECF6;
  text-align:center;
  color: #000;
  font-weight: bold;
  text-decoration: none
}
.textButton2:hover {
  color:#FFFFFF;
  border:1px solid #003359;
  background:#003359
}

.button_wrapper2 {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

/* Contact Form */
#cultivContact fieldset
{
    width: 800px;
    border: none;
    padding: 5px;
    margin: 25px;
}
.formLabel
{
    float: left;
    width: 100px;
    vertical-align: bottom;
    padding-top: 8px;
}
.inputRow
{
    clear: left;
}
.inputRowWide
{
    clear: left;
    padding-left: 25px;
    font-weight: bold;

}
.inputRowWide span
{
    margin-left: -12px;
}
#recaptcha_widget_div { 
    margin-top: 10px;
    margin-left: -28px;
}
#cultivContact fieldset div.submit { 
    margin-left: 0;
}

.errorMessage, .errorMessage2
{
    color: Red;
    margin-left: 15px;
    display: inline;
    position: relative;
    float: left;
    margin-left: 450px;
    top: -24px;
}

.errorMessage2
{
    position:relative;
    top:-205px;
}

.errorMessageWide
{
    color: Red;
    margin-left: 325px;
    float: right;

}
.inputString
{
    float: left;
    width: 225px;
}
.inputArea
{
    width: 310px;
    height: 200px;
}
.submit
{
    margin-left: 105px;
    padding-top: 10px;

}

/* Search Form */
#search {
  float: right;
  margin-right: 8px;
}

button.search-magnifier  {
  border: none;
  width: 18px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: transparent url(/assets/images/magnifying_glass.png) no-repeat 0 0;
}

input.searchfield {
  border: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.searchbox {
  border: 0 solid #c8c8c8;
  margin: 6px;
}

.addthisWidget { 
  border-top: 1px solid #c8c8c8;
  padding-top: 6px;
}

#noticeBox {
  border-style:solid;
  border-width:3px;
  padding:5px;
  font-weight: bold;
  color:#669955;
}

.hidden { 
  display:none; 
}
.show { 
  display:block; 
}

div.announceBox {
  border-style:solid;
  border-width:3px;
  border-color:#669955;
  padding:5px;
  margin-bottom: 5px;
  color:#424242;
  background-color:#F5FEF1;
}
div.announceBox h2 {
  font-weight: bold;
}








































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
