﻿/*Light Blue: #A2C1FF
Dark Blue; 30456D
Orange: #F76D00
*/

body { background: #000000 ;
       font-family: Helvetica, Calibri, Arial, Sans-Serif;
       color: #333333;
       line-height: 1.4;
       font-size: 15px;
       margin: 0;
}
a {color: #333333;}
h2 
{font-size: 22px;
 margin: 0px;
 font-weight: normal;
}
h4 
{font-size: 17px;
 font-weight: normal;
 margin: 5px 0px 0px 0px;
 color: #333333;
}
#bannerwrapper
{width: 100%;
 background: #5E0404;
}
#midwrapper
{width: 100%;
 background: #FFFFFF;
}
#footerwrapper
{width: 100%;
 background-color: #000000;
 border-top: solid #5E0404 6px;
}    
#banner
{width: 960px;
 margin: 0 auto;
}
#page 
{width: 960px;
 background-color: #FFFFFF;
 margin: 0 auto;
 }
/* Optional content on top of the banner images */
#toplogo 
{width: 100%;
 height: 126px;
 background-color: transparent; 
 border-radius: 15px 15px 5px 5px;
	-moz-border-radius: 15px 15px 5px 5px;
	-webkit-border-radius: 15px 15px 5px 5px;
}
#toplogo .logoleft
{float: left;
 margin: 6px 0px 0px 0px;
}
#toplogo .logoleft img
{margin-top: 8px;
}
#toplogo .logoright 
{float: right;
 margin: 8px 0px 0px 0px ;
 text-align: right;
 color: White;
 font-weight: normal;
 font-size: 16px;
 line-height: 2;
}
.logoright .phone
{background-image: url(../images/phone.gif);
 background-position: left;
 background-repeat: no-repeat;
 width: 200px;
 color: White;
 margin: 12px 0;
}
.logoright .email
{background-image: url(../images/email.gif);
 background-position: left;
 background-repeat: no-repeat;
 width: 200px;
 color: White;
 width: 236px;
}
.slider
{background: transparent;
 height: 400px;
 color: #333333;
 width: 100%;
}
/* MENU STYLES */
/* #### Optional Spacer div to separate content from menu ####*/
#menuwrapper
{width: 100%;
 background-color: #000000;
}
.horizontalspacer 
{ height: 8px;
  width: 100%;
  clear: both;
  background-color: transparent;
}
#menubar 
{ background-color: #000000;
 margin: 0 auto;
 width: 960px;
 height: 50px;
 border: none;
 display: block;
 vertical-align: middle;
}
.pagebody
{width: 100%;
 overflow: hidden;
 clear: both;
 display: block;
}
/* Right Panel Styles */
.rightpanel
{border-left: solid 1px #444;
 width: 25%;
 float: right;
 padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.rightpanel h5 
{width: 100%;
 height: 30px;
 font-size: 16px;
 background-color: #000;
 color: #FFF;
 text-align: center;
 padding: 10px 0 0 0;
 margin: 0;
}
.rpcontent 
{width: 96%;
 margin: 0 auto;
 border: none;
 display: block;
 border-collapse: collapse;
}
.rpcontent tbody 
{width: 100%;
 display: table;
 }
 .rpcontent tr {display: table-row;}
    
.rpcontent td 
{display: table-cell;
 }
    
.rpcontent img 
{width: 200px;
 margin: 0 auto;
 display: block;
 border: none;
 }

.rpgalbut 
{display: block;
 margin: 5px auto 0 auto;
 width: 95%;
 background-color: #5E0404;
 color: White;
 text-decoration: none;
 text-align: center;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 font-weight: bold;
 padding: 6px 0 6px 0;
 margin-bottom: 4px;
}
.rightitemtitle /* Other News Titles in right panel on news item page */
{ text-decoration: none;
  font-size: 15px;
  display: block;
  color: #333;
  padding: 2px 0px 3px 0px;
  font-weight: bold;
}
.rightitem 
{font-size: 14px;
 line-height: 1.3;
}
.quickform 
{ width: 100%;
  text-align: left;
  padding: 0px;
  font-weight: bold;
  font-size: 11px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
input, textarea, select 
{border: solid 1px #444;
}
.quickform input, textarea, select 
{ width: 100%;
}
 
 /*### Main Panel Styles ###*/       
.mainpanel 
{float: left;
 border: none;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 overflow: hidden;
}
.mpcontent 
{margin: 10px auto;
 border: none;
 width: 97%;
}

/* Photo for text page */    
.leftphoto 
{ float: left;
  max-width: 300px;
  margin: 0px 10px 4px 4px;
  display: block;
}
.rightphoto 
{float: right;
 max-width: 300px;
 margin: 0px 4px 4px 10px;
 display: block;
}
.topphoto {
    max-width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*### News/Testimonials/Links */
.newsheader 
{font-size: 18px;
 display: block;
 color: #333;
 text-decoration: none;
}
.newslist /* Main News/Links etc Items Display */
{ border: solid 1px #444;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}    
.smallnewsimage 
{width: 120px;
 float: right;
}
/* testimonial and news tables */
    
/*### Left Panel Styles ###*/    
.leftpanel 
{background-color: transparent;
 border-right:solid 1px #444;
 width: 19%;
 float: left;
 -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 margin-right: 6px;
}
.leftpanel h5
{width: 100%;
 color: #333;
 font-size: 17px;
 text-align: center;
 margin: 0;
 padding: 6px 0;
 font-weight: normal;
 }

.leftpanel ul li 
{border-bottom: none;

}
.leftpanel ul li a 
{text-decoration: none;
 color: #333;
 display: block;
 margin: 3px 0px 3px 0px;
}
    
    

/*### Bottom Links ###*/
.btmlinks 
{background-color: #DEE2E3;
text-align: center;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
border-top: solid 1px #999999;
height: 30px;
clear: both;
display: none;
}
.btmlinks ul 
{margin: 6px auto 0 auto;
width: 100%;
}
    
.btmlinks li {
list-style-type: none;
display: inline;
margin:0px;
border-left: solid 1px #999999; 

/*border: solid 1px red;*/
}

.btmlinks li a {
text-decoration: none;
padding: 1px 5px 1px 5px;
color: #333;

}
.btmlinks li a:hover {
color: #8D014C;
}
.btmlinks li.bfirst 
{
    border-left: none;
}
/*### Footer Styles ###*/
.footerpanel {
 width: 960px;
 background: transparent;
 text-align: center;
 line-height: 1.2;
 font-size: 12px;
 overflow: hidden;
 margin: 6px auto;
}
.footerpanel img 
{width: 48px;
 height: 60px;
 border: none;
 margin-top: 4px;
    }
.footerleft 
{   color: White;
    float: left;
    font-size: 13px;
    text-align: left;
    padding: 2px 0px 2px 4px;
}
.footerright 
{   color: White;
    float: right;
    font-size: 13px;
    text-align: right;
    padding: 2px 4px 2px 0px;
}
.footerright a, .footerleft a
{ color: White;}
.bottomcontact
{   color: White;
    float: none;
    font-size: 11px;
    text-align: center;
    padding: 2px 4px 2px 0px;
    width: 100%;
}
.bottomcontact a
{ color: White;}

.linkpanel 
{
    border-top: solid 1px #444444;
    padding: 8px;
    background-color: transparent;
    margin: 5px 0px 0px 0px;
    display: inline-block;
    width: 99%;
}
.linkpanel a
{display: inline-block;
 margin: 3px;
 padding: 6px;
 height: 15px;
 color: #333;
 text-decoration: none;
 border: ;

}
.linkpanel a:hover 
{
    color: Black;
}
.downloadpanel 
{border: solid 1px #444;
 padding: 2px;
    background-color: transparent;
    margin: 5px 0px 0px 0px;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width: 99%;
    display: table;
}
.downloadpanel tbody 
{width: 100%;}
.downloadpanel tr {display: table-row;}
.downloadpanel td {display: table-cell;} 
table.listitems {
    width: 100%;
} 
td.odd, td.even 
{border-top: solid 1px #444;
 border-bottom: solid 1px #444;
 /*border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;*/
 text-align: left;
}
td.odd
{background-color: transparent;
  }
td.even
{ background-color: transparent;
 }
.listitemimage, .listitems img 
{width: 150px;
 float: right;
 border: none;
}
/* #### Gallery Table #### */
 #gallerytable 
    {width: 100%;
     display: table;
     margin: 10 auto;
     }
.gallerycell, .gallerycellrp
     {display: inline-block;
      border: none;
      padding: 0;
      margin: 0;
      text-align: center;
      width: 24.6%;
      position: relative;
      border: solid 1px #444;
      
      box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
     }
.gallerycellrp 
    {width: 32.8%;
    }
.gallerycell img, .gallerycellrp img
     {width: 180px;
      margin: 6px auto;
      border: none;}
.gallerycell p
{font-size: 13px;
 text-align: center;
 margin: 0;
}
/*#### Contact Page Table Styles ##### */
#contacttable 
{width: 100%;
 display: table;
}
#contactleftcell, #contactmidcell, #contactrightcell
{ display: table-cell;
 vertical-align: top;
}
#contactleftcell 
{width: 30%;
 float: left;
 text-align: left;
}
#contactmidcell 
{float: left;
 width: 40%;
}
#contactrightcell 
{float: right;
 width: 30%;
}
/*### Videos ####*/
 .ytvid 
    {width: 98%;
     margin: 0 auto 16px auto;
     border: none;
     }
.ytvid iframe
{margin: 0 auto;
 display:block;
}
.html5vid 
{width: 98%;
 margin: 0 auto 16px auto;
 border: none;
}
.html5vid video
{margin: 0 auto;
 display:block;
 max-width: 780px;
}
.login
{display: block;
 margin: 20px auto;
}
 
.hidden {display: none;}  
    
h1 {display: none;}
.websmiths
{
    color: #FAFAFA;
    font-size: 11px;
    float: right;
    text-decoration: none;
    margin: 6px 20px;
}
/*########### BXSLIDER ##################*/
/* #### bxSlider Styles #### */
        
/** RESET AND LAYOUT
===================================*/
.bxslider 
{border: none;
 position: relative;
 top: 0;
 left: 0;
 margin: 0;
 padding: 0;
}
.bxslider li 
{margin: 0;
 padding: 0;
 top: 0px;
 left: 0px;
}
#cs_carousel
{border: none;
 position: relative;
 top: 0;
 left: 0;
 margin: 0;
 padding: 0;
}
#cs_carousel img 
{border: none;}
    
    
    
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	left: 5px;
	top: 0;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border: none;
	left: -5px;
	background: #000;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 500;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #333;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

