/* *************************** 
  Site - BOOM
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#333333;
	text-decoration:none;
	border-bottom: 1px dotted #999;
}
:focus {
 -moz-outline-style: none;
}
h3 {
 font-size: 15px;
 margin: 1em 0;
}
a:hover {
	color:#333333;
	border-bottom: 1px solid #999;
}
img {
	border:0;
}
  p img {
   float: left;
   margin: 3px 20px 10px 0;
  }
fieldset {
	border:none;
}
li {
	list-style:none;
}
ol li {
 list-style-type: decimal;
 margin: 10px 0;
 padding: 0;
 list-style-position: inside;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
.italic {
	font-style:italic;
}
h1 {
	margin:0;
}
h1 {
 margin-bottom: 25px;
 font-weight: normal;
 font-size: 20px;
}

ul#news-list li h1 {
margin-bottom: 10px;
width: 464px;
}

ul#news-list li {
margin-bottom: 30px;
}

#news-links {
	text-align:right;
	width:100%; 
	height:40px; 
}


#banner {
 position: relative;
 width: 670px;
 height: 395px;
 float: right;
 
}
#banner.banner-travis {
height: 356px;
margin-top: -8px;
margin-bottom: 20px;
}

.blue {color: #3e73c6}
.align-left,
.align-right {
 float: left;
 width: 50%;
 text-align: left;
}
.align-right {
 float: right;
 text-align: right;
}

hr {
 border: 0;
 background: #d4d4d4;
 height: 1px;
 overflow: hidden;
 margin: 2em 0 1em;
}
.preloader {
 height: 1px;
 width: 1px;
 overflow: hidden;
 position: relative;
 margin-bottom: -1px;
 left: -9999px;
 top: -10px;
}

.note {
clear: both;
font-size: 10px
}

#maincontent{
  margin-left: 30px;
}

#centercontent {
	margin:0 auto;
	width: 740px;
	height: 515px;
}

#fullcentercontent {
	width: 100%;
	height: 515px;
	text-align: center;
}

#fullcontent {
	width: 100%;
	height: 515px;
}

.error {
   color: red;	
}

.loginActions{
   float: left; 
   text-align: left;	
}

table.stripe tr{
   padding: 2px;
}

table.stripe tbody tr.oddRow {
   background-color: #eee;
}
table.stripe {
   border-collapse: collapse;
}

#home_pic_bar{
	width:100%; 
	text-align:center; 
	margin:0px auto 0;
}

#home_pic_bar a,
#news-links a{
 	text-decoration:none;
	border:none;
}

#continue {
	width:92%;
	height:54px;
	text-align:right;
}

span.heading {
	font-size:34px;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align: center;
    font-size: 75%;
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
}
.container {
	width:970px;
    margin:0 auto;
    text-align:left;
}


/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:970px;
    height:68px;
    position: relative;
}
#header div a {
    display: block;
	 text-indent:-9999px;
    height:83px;
    margin-bottom:30px;
    border: 0;
    text-decoration: none;
}
#header ul {
	border-bottom:1px solid #999999;

    padding:0 0 2px 15px;
    width: 955px;
   position: absolute; bottom: 8px;
}


#header li {
	display:inline;
    padding:0 8px;
}

#header li{
   font-size: 11px;	
}

#header li.selected {
	font-weight:bold;
}
#header li a {
    border: 0;
    text-decoration: none;
	color:#848383;
}
#header li a:hover {
	color: #04397f;
}

/* *************************** 
   $4 Content Styles
   ***************************/

#front-action-items{
   position:absolute; 
   top: 15px;
   left: 30px;
}

#front-action-items ol{
  margin: 0px;
}

#front-action-items ol li{
   padding: 8px 0 0 0;
   margin:0px
}

#action-items{
   text-align: left; 
   left:36%; 
   position:absolute; 
   top:36%; 
   vertical-align:middle; 
   width:230px;
}

   
   #content {
   background: url(../images/bg-tile.jpg) 0 0; 
   height:auto !important;
   padding: 0px 30px 30px 30px;
   min-height: 410px;
   position: relative;
}

#content .action-items{
   margin-left: 18px
}

.action-items li{
   margin-bottom: 10px;
}

.action-items li{
   list-style-type:square;
   list-style-image:url("/images/arrow-deactive.gif");
   
}

#content p {
   z-index: 10;
}

#content .pageImage {
   position: absolute;
   right: 1px;
   bottom: -40px;
}

#content .pageTitle{
   margin-bottom: 20px;
}


#left{
   position: relative;
   float: left;
   width: 300px;
}

#right{
   position: relative;
   float: right;
   width: 670px;
}

#left-subpage{
   position: relative;
   float: left;
   width: 200px;

}

#left-subpage a{
   border-bottom: none;

}


#right-subpage{
   position: relative;
   float: right;
   width: 770px;
}

#horizontal_carousel ul li{
   width: 200px;
}

#main {
   position: relative;
	width: 740px;
   float: left;
   background: url(../images/bg-tile.jpg) 0 0; 
   
   height:auto !important;
   margin-left: 29px;
  
}

#maincontent-iframe{
 text-align: left;
 width: 527px;
 float: left;
  min-height: 450px;
  height:auto !important;
  height: 501px;
}

p {
 margin-bottom: 14px;
 line-height: 1.55em;
}
h2 {
   font-size: 15px;
   font-weight: bold;
   margin-top: 0;
   margin-bottom: 25px;
}
h5 {
   font-size: 11px;
   font-weight: normal;
   margin-top: -24px;
   margin-bottom: 15px;
}
  ul#news-list li h5 {
   margin-top: -10px;


   margin-bottom: 10px;
   color: #04397f;
}

table.users thead tr td
{
	font-weight:bold;
	border-bottom:#000 1px solid;
}

table.users * tr td
{
	height:17px;
}

#contactActions {
   height: 50px;
}

#contactActions a{
	float: left;
	margin-right: 10px;
   background-color: #cccccc; 
   color: #3c3c3c;
   padding: 7px;
   font-weight: bold;
} 

#contactActions .selected{
   background-color: #818181;
   color: white
}

#contactActions a:hover{
   background-color: #818181; 
   color: white;
} 

#optional_fields #num_licenses, .office_num_txt{
   width: 40px;	
}

#office_num_users span {
   	float: left;
   	margin: 2px 0px;
}

#newOffice {
   	margin: 10px 0px;
   	height: 40px;
}

#office_num_users .office {
   height: 25px;
}


#office_num_users .officeName {
   	float: left; margin-right: 10px;
}

#request_quote_options li{
   line-height: 18px;	
}

#contactForms {
	
position: relative;

}

#video-navigation{
   float: left;
   position: relative;
}

#carousel{

height: 200px;
width: 668px;
   background-color: black;
   float: right;
}


/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	width:284px;
    float: right;
}
.sidebox {
	position: relative;
	margin-bottom:20px;
	height: 368px;
	width: 284px;
	background-image: url(../images/your-company-is-smarter.jpg);
}

.sidebox a {
   display: block;
   width: 100%;
   height: 100%;
   border: none;
   
}

.sidebox h3 {
	width:284px;
    height:37px;
    background:url(../images/bg_sidebox_h3.png) no-repeat;
    font-size:1.416em;
    color:#FFFFFF;
    padding:8px 0 0 15px;
    width/**/:/**/ 269px;
    height/**/:/**/ 29px;
    margin: 0;
}

.sidebox_inner {
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    padding:15px;
}

.sidebox_inner p {
	margin-bottom:10px;
    line-height:20px;
}

.sidebox_inner p.italic {
	width:248px;
}

.sidebox_bottom {
	width:284px;
    height:4px;
    background:url(../images/bg_sidebox_bottom.png) no-repeat;
}

.bottom_boxes {
	width:284px;
    text-align:center;
    margin-bottom: 30px;
    /*padding-top:3px;*/
}
.bottom_box {
 background:url(../images/bg_bottom_box.png) no-repeat;
 padding-top:3px;
 padding-bottom: 14px;
}
.bottom_box a {
 text-decoration: none;
 border: 0;
}
.bottom_box h1 {
	color:#444444;
    font-size:1.5em;
    margin: 10px 0 4px 0;
}
.bottom_box h3 {
	color:#323232;
    font-size:1.166em;
    font-weight:normal;
    margin-top:3px;
}

.booking_box {
 background:url(../images/bg_bottom_box.png) no-repeat;
 padding-top:3px;
 padding-bottom: 14px;
 margin-top: 20px; 
}

.booking_box a {
 text-decoration: none;
 border: 0;
}

.booking_box h1 {
	color:#444444;
    font-size:1.5em;
    margin: 10px 0 4px 0;
}

.booking_box h3 {
	color:#323232;
    font-size:1.166em;
    font-weight:normal;
    margin-top:3px;
}

/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width: 100%;
	margin: 20px auto 0 auto;
	color:#a0a0a0;
	text-align:center;
   
}
#footer a {
	color:#a0a0a0;
}

#footer span{
   margin-right: 20px;
}

#footer span img{
   position: relative;
   top: 4px;
   border-bottom: none;
}

#footer a{
   border-bottom: none;
}

#footer ul {
	float:right;
    padding-top:52px;
}
#footer li {
	display:inline;
    padding-left:10px;
}


form table {
 width: 100%;
}
form {
 margin: 1em 0 2em 0;
}

input.text,
textarea,
select {
 width: 80%;
 background: #fafafa;
 border: 1px solid #C3C3C3;
 border-right: 1px solid #a3a3a3;
 border-bottom: 1px solid #a3a3a3;
 font-size: 100%;
 padding: 1px;
 font-family:Helvetica,Arial,sans-serif;
}

#abstract-submission em {
 color: red;
 font-size: 10px;
 font-style: normal;
}

form p.half {
 float: left;
 width: 50%;
}

textarea {
 height: 80px;
}

td.form_label {
 width: 10%;
 white-space: nowrap;
}

tr.submit_row td,
.submit-bar {
 border: 0;
 padding-top: 15px;
 padding-bottom: 20px;
 background: #fafafa;
}

.submit-bar {
 float: left;
 text-align: right;
 border: 1px solid #ccc;
 border-width: 1px 0 0;
 width: 90%;
 clear: both;
 padding: 15px;
 position: relative;

}

.required {
 color: red;
 font-weight: bold;
 font-size: 1.3em;
 padding: 0 5px;
}

.bullet-list {
 margin: 0 0 1.5em 0;
}

.bullet-list li {
 line-height: 1.7em;
 list-style-type: disc;
 margin-left: 40px;
}

#toggleVideo {
   display: none;
   margin-left:661px;   
}

#toggleVideo a {
   display: block;
   border-bottom: none;
   background-color:#CCCCCC;
   border:1px solid #999999;
   padding: 3px;
   text-align:center;
   width:125px;
   font-size: 10px;   
}

#toggleVideo a:hover {
   background-color: #545454;
   color: white;  
}

#training-nav{
   width: 100%;
   text-align: center;
   margin-left: 10px;
}

#training-nav a{
   border: none;
}


#video-feedback{
   text-align: left !important;

}

#video-feedback input{
   margin-left: 20px;

}

.activity-link{
  font-weight: bold;
}


.boom_accounts a{
   border-bottom: none !important;
}

.boom_accounts td{
   padding: 3px;
   height: 25px !important;
}

.question{
   font-weight: bold;
}

#faq{
   padding-bottom: 70px;
   width: 100%;
   line-height: 1.55em;
}

.question{
   font-weight: bold;
   margin: 0px;
   padding: 0px;
   border-bottom: none;
}

.arrow {
   float: left;
   margin-right: 5px;
}

.answer-wrapper, .answer-wrapper div {
   margin: 0;
   padding: 0;
  
}
.answer-wrapper {
   padding-top: 5px;
   margin-left: 15px;
  
}

.answer {
    padding: 5px;
    background-color: #ebf1f6;
    padding: 5px;
    border: 1px solid #d9e9f5;
}

.faq-item{
   margin-top: 5px;
}

.faq-item a{
   font-weight: normal;
}

.faq-item a:hover{
   border-bottom: 0px;
}


.spacer {
   height: 10px;
}

.response div{
  padding-left: 8px;
}

#pricing {
 }

#pricing table{
   width: 100%;

}

#pricing table th{
   color: white;
   background-color: #395d9b;
}

#pricing table th, #pricing table td{
   padding: 3px;
}

#pricing table tr td{

height: 35px;
}

#pricing table tr{
   height: 20px;

}

#pricing table tr .description {
   width: 540px;
}

#pricing table tr .fee {
   vertical-align: middle;
}

#pricing table tr .extra-info {
   background-color: #f7f7f7;
}

#pricing table tr td .highlight {
   color: #848383;
}

#pricing table .cellborder td{
   border-bottom: 1px solid #ccc;
}

.table{
   padding: 2px;
   border: 1px solid #808184;
}

#toggleLink{
   position: absolute;
   right: 0px;
   bottom: -30px;
   margin-top: 10px;
   z-index: 2000;
}


#bgtop{
   height: 29px;
   background: url(../images/bg-top.jpg) 0 0; 
}

#bgbottom{
   height: 116px;
   background: url(../images/bg-bottom.jpg) 0 0; 
}

#frontbgtop{
   height: 29px;
   background: url(../images/front-bg-top.jpg) 0 0;  
    
}

#frontbgmiddle {
   background: url(../images/front-bg-tile.jpg) 0 0; 
   height:auto !important;
   padding: 0px 30px 30px 30px;
   min-height: 300px;
   position: relative;
}

#frontbgbottom{
    height: 116px;
    background: url(../images/front-bg-bottom.jpg) 0 0; 
}



#loginScreen {
   text-align: left;
}

#loader img{
    margin: 3px 5px 0px 0px;
    
}

#training{
    margin-left: 40px;
    
}


/* New text styles */
.textVersionHeading {
    font-size:20px;
    line-height:20px;
    color:#000000;
}

.textVersionSubHeading {
    font-size:12px;
    line-height:14px;
    color:#000000;
}

.textVersionBodyText {
    font-size:12px;
    line-height:14px;
    color:#555555;    
}
