/*
html
{
    background-color: white;
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url('/images/background_grayfade.jpg');
}

body
{
    width: 840px;
    margin: 0px auto;
    position: relative;
}
*/
/* switched from above html/body to below body/#body-wrapper because of overlay shading */
body
{
    background-color: white;
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url('/images/background_grayfade.jpg');
}

#body-wrapper
{
    width: 840px;
    margin: 0px auto;
    position: relative;
}

.float-contain
{
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
}

h1
{
    font-size: 2em;
    border-bottom: 1px solid #E3E3E3;
    margin-top: 0px;
    padding-bottom: 10px;
}

#every-one-looks-good
{
    font-family: sans-serif;
    margin: 0px 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
#header-watchfire-logo
{
    vertical-align: top;
    width: 285px;
    height: 64px;
    font-size: 20px;
    background-color: #ffd300;
}


#left-border,
#right-border
{
    top: 0px;
    width: 8px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: top center;
}
#left-border
{
/*    float: left; */
    position: absolute;
    left: 0;
    background-image: url('/images/leftborder.jpg');
}
#right-border
{
/*    float: right; */
    position: absolute;
    right: 0;
    background-image: url('/images/rightborder.jpg');
}

#main-column
{
    margin: 0px 8px; /* 8px is for the left/right border image */
    background-color: white;
}
#header
{
}
#top-links
{
    color: #ce0000;
    background-color: #ffd300;
    text-align: right;
    
    padding: 3px 12px;
}
#top-links a
{
}

#header-nav-area
{
    background-color: #a1a1a1;
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url('/images/headerbackground_grayfade.jpg');
    
    height: 108px;
}

#footer
{
    background-repeat: repeat-x;
    background-position: top center;
    background-image: url('/images/footerbackground_grayfade.jpg');
    padding: 5px;
    padding-top: 40px; /* 30px for the background image + 10px */
    
    font-size: 11px;
}
#footer .tel
{
    float: right;
    font-size: 14px;
    font-weight: bold;
}
#footer .tel .type
{
    font-weight: normal;
}
#footer-time-o-matic-logo
{
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    vertical-align: text-top;
}
#copyright-tom
{
    margin-right: 8px;
    color: #aaaaaa;
}

#top-links a,
#footer a
{
    margin: 0px 8px;
}


#main-section,
#header-nav-area
{
    padding: 0px 20px;
}

#main-section
{
    padding-top: 20px;
}


#homepage-slideshow
{
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url('/images/home_mainevent_right-NODVD.jpg');
    height: 286px;
    /* width: 784px; */
    overflow: hidden;
}
#homepage-slideshow-topcopy,
#homepage-slideshow-bottomcopy
{
    margin-left: 550px;
    padding-right: 24px;
    padding-top: 20px;
}
#homepage-slideshow-topcopy
{
    height: 114px; /* 134 - 20 */
    color: white;
    font-size: 14px;
}
#homepage-slideshow-topcopy a
{
    color: white;
    font-size: 0.9em;
}
#homepage-slideshow-topcopy h2
{
    color: #FFD300;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0px;
}
#homepage-slideshow-bottomcopy
{
    padding-left: 16px;
    font-size: 13px;
}
#homepage-slideshow-bottomcopy h2
{
    color: inherit;
    margin-top: 0px;
}
#homepage-slideshow #slideshow-image-container
{
    float: left;
    position: relative;
}
#homepage-slideshow #slideshow-image-container img
{
    position: absolute;
}


#homepage-signs
{
    background-color: #575757;
    background-repeat: repeat-x;
    background-position: top;
    background-image: url('/images/home_grayfade.gif');
    color: white;
    margin-top: 20px;
}
#homepage-signs h3
{
    margin-left: 14px;
    margin-top: 0px;
    text-transform: uppercase;
    color: white;
}
#homepage-signs ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    
    overflow: auto;
    padding: 5px;
    padding-top: 0px;
}
#homepage-signs li
{
    margin: 0px;
    padding: 0px;
    float: left;
}
#homepage-signs li a
{
    display: block;
    padding: 6px;
    background-color: white;
    border: 1px solid #5A5A5A;
    text-align: center;
    
    margin: 8px 6px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#homepage-signs li a img
{
    width: 74px;
    display: block;
    margin-bottom: 2px;
}
#homepage-signs li a:hover span
{
    text-decoration: underline;
}
#homepage-signs .section
{
    float: left;
    overflow: auto;
}
#color-led-signs
{
    width: 522px;
}
#mono-led-signs
{
    width: 261px;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('/images/home_graydivider.gif');
}

#homepage-bottom
{
    margin: 20px 0px;
}
#homepage-bottom .section
{
    float: left;
    width: 25%;
}
#homepage-bottom .section:first-child
{
    background-image: none;
}
#homepage-bottom .section
{
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url('/images/home_whitedivider.jpg');
}
#homepage-bottom .section p,
#homepage-bottom .section h3
{
    margin: 4px 10px;
}


#header-nav-area
{
    position: relative;
    z-index: 2;
}
#top-nav
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0;
    left: 20px;
    clear: left;
}
#top-nav li
{
    float: left;
    margin: 0px 2px;
    top: 10px;
    
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url('/images/rednav_expand.jpg');
    background-color: #ce0000;
    color: white;

    z-index: 5;
}
#top-nav li a
{
    display: block;
    padding: 0px 8px;
    height: 31px;
    line-height: 31px;

    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('/images/rednav_left.jpg');
    color: white;
}
#top-nav li.current
{
    background-image: url('/images/whitenav_expand.jpg');
    background-color: white;
    color: #333333;   
}
#top-nav li:hover
{
    text-indent: 0;
    background-color: white;
    background-image: url('/images/whitenav_expand.jpg');
}
#top-nav li.current a,
#top-nav li:hover a
{
    text-indent: 0;
    background-image: url('/images/whitenav_left.jpg');
    color: #333333;
}
#top-nav li#wfdo-tab
{
    background-image: url('/images/yellownav_expand.jpg');
    background-color: #ffcc01;
    top: 0px;
}
#top-nav li#wfdo-tab a
{
    background-image: url('/images/yellownav_left.jpg');
    height: 31px; /* 41-1*10 */
    color: #CE0000;
    font-size: 1.1em;
    line-height: 1em;
    font-weight: bold;
    padding: 10px;
    padding-bottom: 0px;
    text-align: center;
}
#top-nav li#wfdo-tab a span
{
    margin-top: 2px;
    display: block;
    font-size: 0.8em;
    font-weight: normal;
}
#top-nav li#wfdo-tab a:hover span
{
    text-decoration: underline;
}
/* dropdown */
#top-nav li
{
    position: relative;
}
#top-nav li ul
{
    display: none;
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 200px;
    background-color: #E2E2E2;
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url('/images/menu_dropdown_background.jpg');
    border: 1px solid #b1b1b1;
    border-top-width: 0px;
}
#top-nav li:hover ul
{
    display: block;
}
#top-nav li ul li,
#top-nav li ul li a,
#top-nav li.current ul li a,
#top-nav li:hover ul li a
{
    background-color: transparent;
    background-image: none;
    color: #CE0000;
}
#top-nav li ul li
{
    display: block;
    float: none;
    margin: 0px;
    position: static;
}
#top-nav li ul li a
{
    color: #CE0000;
    border-bottom: 1px solid #b1b1b1;
}
#top-nav li ul li a:hover
{
    background-color: #CCC;
}








#main-content
{
    margin-left: 162px;
    padding-left: 20px;

    background-position: left top;
    background-repeat: no-repeat;
    background-image: url('/images/leftnav_rightborder.jpg');
}

#left-nav
{
    float: left;
    width: 160px;
}
#left-nav,
#left-nav ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#left-nav li a
{
    padding: 4px 0px;
    display: block;
}
#left-nav li.current a
{
    color: inherit;
}
#left-nav li#left-nav-this-section a
{
    font-size: 1.1em;
    font-weight: bold;
    color: #5a5a5a;
}

#left-nav ul
{
    margin-left: 20px;
    font-size: 0.9em;
}
#left-nav li.current ul li a
{
    color: #ce0000;
}
#left-nav li.current ul li.current a
{
    color: inherit;
}


#sign-page-photo
{
    float: left;
    font-size: 0.9em;
    margin-bottom: 2em;
}
#sign-page-photo img
{
    border: 1px solid #ccc;
    display: block;
}
#sign-page-main
{
    margin-left: 250px;
}

#sign-pdf-download
{
    border: 1px solid #ccc;
    background-color: #efefef;
    background-image: url("/images/calloutbackground_grayfade.jpg");
    background-position: top center;
    background-repeat: repeat-x;
    font-size: 1.1em;
    padding: 15px 20px;
    overflow: auto;
}
#sign-pdf-download a
{
    display: block;
    font-size: 1.1em;
}
#sign-pdf-download img
{
    float: left;
    margin-right: 20px;
}

#features-tab-container-dynamic
{
    clear: left;
    margin-top: 3em;
}

/* generic tab support */
.tab-bodies-container .tab-contents,
.tab-bodies-container .print-tab
{
  display: none;
}
.tab-bodies-container .tab-contents.current
{
  display: block;
}
.tab-label
{
  cursor: pointer;
}


.tab-group h2.tab-label
{
   float: left;
   padding: 4px 8px;
   margin: 4px;

   color: #ce0000;
   font-size: 1em;
   font-weight: normal;
}
.tab-bodies-container
{
    clear: left;
}
.tab-group h2.tab-label.current
{
   color: #006699;
}
#features
{
   margin-top: 1em;
}
.tab-bodies-container,
.tab-group
{
   border-top: 1px solid #e3e3e3;
}



ul.big-button-links
{
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}

.big-button-links a
{
   float: left;

   margin: 10px;
   padding: 10px;

   border: 1px solid #E3E3E3;

   color: #5a5a5a;
   overflow: hidden;
}
.big-button-links a:hover
{
   border-color: #A1A1A1;
   background-color: #eee;
}
.big-button-links a:hover h2
{
   text-decoration: underline;
}

.big-button-links a img
{
   display: block;
   margin: 10px auto;
}

#landing-page-buttons a
{
   width: 240px;
   height: 310px;
}
#media-gallery-buttons a
{
   width: 150px;
   /* height: 180px; */
   height: 220px;
}
#media-gallery-buttons a img
{
   width: 150px;
}

#media
{
  padding: 1em 0px;
  width: 320px;
  margin: 0px auto;
  text-align: center;
}
#media-caption
{
  text-align: left;
  width: 300px;
  margin: 0px auto;
}
object + #media-caption
{
  width: 320px;
}

#next-link,
#prev-link
{
  display: block;
  padding: 180px 40px;
}
#next-link:hover,
#prev-link:hover
{
  text-decoration: underline;
}
#next-link
{
  float: right;
}
#prev-link
{
  float: left;
}


fieldset
{
  border-width: 0px;
}
legend
{ /* matches h2 */
  color: #006699;
  font-weight: bold;
  font-size: 1.35em;
  margin-bottom: 0.1em;
}

.check-box-list
{
  margin-left: 40px;
}
.text-field label,
.drop-down-field label
{
  float: left;
  clear: left;
  width: 210px;
  text-align: right;
  margin-right: 10px;
}
.check-box-field
{
  clear: right;
}
.check-box-field input
{
  float: left;
  margin-top: 4px;
}
.check-box-field label
{
  margin-left: 20px;
  display: block;

}
.text-area-field label
{
  display: block;
}
.form-button
{
    padding-left: 220px;
    padding-top: 20px;
}
textarea
{
  width: 500px;
}
input,
select,
textarea
{
  border: 1px solid #7F9DB9;
  color: #006699;

  outline-width: 0px;
  margin: 1px;
}
input:focus,
select:focus,
textarea:focus
{
  margin: 0px;
  border-width: 2px;
}
input:active,
select:active,
textarea:active
{
  border-color: #4F6D89;
}





































































































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