BODY {
 background-color: #4A71BE;
}

A {
	color:#93ADD2;
}

A:Hover {
	color:#ffffff;
}
.main_table{
   border: 1px solid #DBD9D4;
}

.border_table{
   border: 1px solid #DBD9D4;
}
.border_right{
   border-right: 1px solid #DBD9D4;
}
.border_leftt{
   border-left: 1px solid #DBD9D4;
}
.border_top{
   border-top: 1px solid #DBD9D4;
}
.border_bottom{
   border-bottom: 1px solid #DBD9D4;
}
.gray_boxes{
   border: 1px solid #BFBCBC;
   background-repeat:repeat-x;
}
.box_text{
   text-align:left;
   font-size: 12px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #1A5DB7;
}
.box_text_2{
   text-align:left;
   font-size: 12px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #333333;
}
.box_text_light{
   text-align:left;
   font-size: 10px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #93ADD2;
}

/* images -----------------*/
.image_outline{
   border: 1px solid #A19A9A;
}
.floater_right {
   float:right;
   margin: 5px 0px 0px 20px;
   border: 1px solid #000;
}
.floater_left {
   float:left;
   margin: 5px 20px 0px 0px;
   border: 1px solid #000;
}

/* Quote Form -----------------*/
.quote_text{
   font-size: 12px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #FFF;
}
.quote_text_large{
   font-size: 14px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #FFF;
   font-style: italic;
}
.quote_formBoxes_small{
   font-size: 12px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #000;
   width: 75px;
}
.quote_formBoxes_large{
   font-size: 12px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #000;
   width: 150px;
}

/* Testimonials -----------------*/
.testimonials{
   font-size: 12px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #FFF;
   background-color: #FF6600;
}
.testimonials_person{
   font-size: 14px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #FFF;
   margin-left: 50px;
}

/* Enclosed -----------------*/
.enclosed_text{
   font-size: 12px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #333;
   margin-left: 20px;
   margin-right: 20px;
}

/* Tactical -----------------*/
.tactical_text{
   font-size: 12px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #333;
   margin-left: 20px;
   margin-right: 20px;
}

/* About -----------------*/
.about_text{
   font-size: 14px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #333;
   margin-left: 20px;
   margin-right: 20px;
}

/* Contact -----------------*/
.contact_text{
   font-size: 12px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #fff;
   margin-left: 20px;
   margin-right: 20px;
}
.contact_text_quote{
   font-size: 12px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #fff;
}
.contact_text_lg{
   font-size: 18px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #fff;
   font-style:italic;
   text-decoration:underline;
}

/* Copyright -----------------*/
.copyright{
   text-align:center;
   font-size: 12px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #93ADD2;
	margin-top:25px;
}

/*Homepage Top -----------------*/
#main_image {width:454px; height:303px; float:left;}

/* Homepage Quote Form ----------------*/
#homepage_form {width:325px; height:303px; float:left; margin:6px 0 6px -24px;}
#formgrid {font:16px Tahoma, Helvetica, Arial; font-weight:bold; 
           width:325px; height:295px; 
		   border-collapse:collapse; border-width:0; 
		   background: url(/images/home/homepage-form.png) no-repeat top left; 
		   float:left; color:#FFFFFF; padding:0; text-shadow: 0.1em 0.1em 0.25em #000;}
.formspace {margin:130px 0 2px 0;}
.form_horz {margin-left:24px; padding:0; text-align:left;}
.form_submit {margin-top:20px; text-align:center; padding:0;}

/* TOP NAV */			  
ul#topnav {width:728px;
           height:23px;
		   margin:0 auto;
		   background-color:#ff6600;
		  }

ul#topnav li {float:left; 
			  height:23px;
              padding-right: 0px;
			  list-style-type:none;
			 }
									  
#topnav a {display:block;
		   font:12px Arial, Helvetica, sans-serif;
		   color:#FFF;
		   text-decoration:none;
		   padding: 4px 6px;
		   margin:0;
           text-transform: capitalize;
		  }

#topnav a:hover {background: #f1f0f0;
                 color:#ff6600;
                }

#topnav a:hover last-child {background:none; color:#ff6600;}

#topnav li.border_right{
   border-right: 1px solid #DBD9D4;
}
/* additions - JB - 8-25-2025 */
.auto-ad {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 767px;
	height: 533px;
}

.button-cta{
	background: #ff6600;
	padding:10px;
	color:#fff !important;
	width:200px;
	text-align:center;
	border-radius:4px;
	margin-top:25px;
	font-size:18px;
}

.button-cta a{
	color:#fff !important;
	text-size:21px !important;
	text-decoration: none; 
}
/* END OF TOP NAV */