@charset "utf-8";
body {
	
/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, circle closest-corner, #FFFFFF 0%, #D1A593 50%, #963309 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, circle closest-corner, #FFFFFF 0%, #D1A593 50%, #963309 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, circle closest-corner, #FFFFFF 0%, #D1A593 50%, #963309 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 505, color-stop(0, #FFFFFF), color-stop(0.5, #D1A593), color-stop(1, #963309));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, circle closest-corner, #FFFFFF 0%, #D1A593 50%, #963309 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle closest-corner at center, #FFFFFF 0%, #D1A593 50%, #963309 100%);
	
	
	
	
	
	
	
	
	
	
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
	background-position: 100% 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
.quotef {
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color: #003;
	text-align: left;
	
	
}
.fourcolumns {
	float: left;
	width: 25%;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000066;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #003300;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	text-align: right;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1140px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 58px;
	padding-left: 58px;
}
.pref {
	clear: both;
	width: 100%;
}

#cut2 {
	line-height: 1.3em;
}


/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #FFFFFF;
	width: 100%;
	height: 140px;
	padding: 10px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #963309;
								/*box-shadow: 10px 10px 5px #D1A593*/
															
	-webkit-box-shadow: -4px 0px 126px 90px rgba(209,165,147,0.79);
	-moz-box-shadow: -4px 0px 126px 90px rgba(209,165,147,0.79);
	box-shadow: -4px 0px 126px 90px rgba(209,165,147,0.79);														
	margin-bottom: 6px;
	margin-left: -300px;
  	padding-left: 300px;
  	margin-right: -300px;
  	padding-right: 300px;
  	margin-top: -7px;
  	overflow-x: none;
}	

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 100%;
	background-color: #FFF;
	text-align: left;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #963309;
	overflow: visible;
}
.across3 {
	background-color: #C7C78F;
	float: left;
	height: 900px;
	width: 100%;
	display: table-row;
	text-align: justify;
}


/* ~~ The footer ~~ */
.footer {
	background-color: #CCCCCC;
	height: 590px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.fltlftpl { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	padding-left: 10px;
}





.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clear {
	clear: both;
}

#trust {
	float: left;
	line-height: 1.3em;
	width: 990px;
	height: 90px;
	text-align: left;
	margin-bottom: 4px;
	margin-left: 80px;
}



#trust860 {
	text-align: left;
	line-height: 1.3em;
	float: left;
	width: 100%;
	margin-top: 20px;
}
#col860 {
	float: left;
	width: 275px;
	margin-right: 11px;
}
#cut860 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 12px;
}



#stars {
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	display: block;
	padding-left: 10px;
}

#sky {
	font-family: "Times New Roman", Times, serif;
	font-size: .75em;
	color: #000;
	background-color: #FFF;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 5px;
	height: 100px;
}
#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006;
	float: left;
	width: 980px;
	margin-top: -50px;
	font-size: 1.6em;
	height: 105px;
	padding-bottom: 8px;
}
#phone {
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	width: 220px;
	text-align: right;
	font-size: 0.85em;
	margin-top: -8px;
}
#bbb {
	float: left;
	width: 210px;
	text-align: right;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -10px;
}
#a+ {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #003;
}
.red {
	font-weight: bold;
	color: #F00;
	text-align: justify;
	
}
.email {
	text-align: center;
	width: 100px;
	float: left;
	margin-top: -10px;
	color: #006;
}
.email h2 a {
	color: #006;
}
.gold {
	color: #C60;
	text-align: center;
}
.destitle {
	font-family: "Lucida Console", Monaco, monospace;
	font-style: italic;
	color: #663300;
	margin-bottom: -5px;
	font-size: 0.95em;
}
.deshr {
	color: #2B1500;
	text-align: left;
	margin-left: 8px;
	line-height: 1.4em;
	font-size: .95em;
}
#h4 {
	color: #000;
}
.act {
	padding-left: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 15px;
	float: left;
	width: 650px;
	padding-top: 20px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	clear: both;
}
#act2 {
	font-family: "Lucida Console", Monaco, monospace;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: solid;
	border-top-color: #630;
	border-bottom-color: #630;
	height: 110px;
	float: left;
	width: 980px;
	padding-top: 16px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 50px;
}

#50 {
	float: left;
	width: 512px;
	margin-bottom: 10px;
}
.twohead {
	color: #0F3;
	float: left;
	width: 512px;
	text-align: left;
	border-bottom-style: none;
	border-bottom-color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #630;
	padding-top: 6px;
	height: 60px;
}
.bordergold {
	color: #630;
}


#51 {
	float: left;
	width: 512px;
	margin-bottom: 10px;
}

#4coltitle {
	height: 30px;
	width: 1000px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline;
	float: left;
}
#head4 {
	text-align: right;
	float: right;
	width: 500px;
}




#bbb h4 {
	margin-top: -10px;
}


#sky p a {
	color: #000;
}
#sky #bbb h3 {
	margin-top: -10px;
	text-align: center;
	padding-right: 5px;
}
#star {
	margin-left: 16px;
}
#upcontent {
	background-color: #FFF;
	width: 100%;
	float: left;
	text-align: left;
	overflow: hidden;
}
#cool-cut {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.4em;
	padding-top: 6px;
	padding-bottom: 6px;
}

#downcontent {
	background-color: #FFF;
	width: 100%;
	clear: both;
	height: 4200px;
}
#downcontent-b {
	background-color: #FFF;
	width: 100%;
	clear: both;
	height: 2500px;
}
.footcol {
}


#act .dont {
}

.cut400 {
	float: left;
	width: 400px;
}

.righthead {
	text-align: right;
}

#col1 {
	float: left;
	height: 450px;
	width: 245px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-left: 8px;
}
#col1top {
	float: left;
	height: 450px;
	width: 280px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-left: 8px;
}
.cut240 {
	font-size: 0.9em;
	float: left;
	width: 240px;
	line-height: 1.3em;
	padding-left: 12px;
	padding-top: 8px;
}

#col1topcut {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.3em;

	padding-top: 5px;
	padding-bottom: 8px;
	width: 240px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 8px;
}

#col2 {
	float: left;
	height: 366px;
	width: 245px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-left: 8px;
}
#col300 {
	float: left;
	width: 300px;
	margin-right: 70px;
}

#col3 {
	float: left;
	width: 330px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-left: 8px;
}
#col6 {
	float: left;
	height: 450px;
	width: 600px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-left: 8px;
}
#col4 {
	float: left;
	height: 450px;
	width: 400px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-left: 8px;
}
.col500 {
	float: left;
	height: 300px;
	width: 500px;
	padding: 6px;
}


#fullcol {
	float: left;
	height: 180px;
	width: 760px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-left: 8px;
}
.sidecut {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	/* [disabled]padding-right: 8px; */
}
#title {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	width: 760px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 250px;
	text-align: center;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	background-color: #FFD5AA;
	float: left;
}
#titlenav {
	margin-left: 240px;
	text-align: justify;
	padding: 8px;
}
h2 {
	color: #000;
	line-height: 1.5em;
}
.fourcolumnsA {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #006;
	float: left;
	height: 100px;
	width: 25%;
	line-height: 1.3em;
}
.descript {
	float: left;
	height: 200px;
	width: 75%;
}
.divrighter {
	float: left;
	width: 75%;
}



.whiteout {
	color: #FFF;
}


#titlenav h2 img {
	margin-left: 340px;
	text-align: right;
}

#cutline {
	margin: 0px;
	padding: -8px;
}
#cut {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.3em;
	float: left;
	padding-top: 5px;
}
#truck {
	text-align: center;
	margin-top: 10px;
	padding-left: 200px;
	float: right;
	width: 20px;
}
#act h3 img {
	float: right;
}


#actioncall {
	background-color: #FFF;
	float: none;
	margin-left: 300px;
}

#v_nav_bar {
	float: left;
	margin-right: 10px;
	width: 245px;
	height: 670px;
	background-color: #FF0;
	text-align: right;
	vertical-align: middle;
}
.high640 {
	height: 640px;
	float: left;
}



#v_nav_bar a {
	padding: 8px;
	font-weight: bold;
	display: block;
	width: 220px;
	text-align: left;
	
  }
#v_nav_bar a:link {
	color: #FFFFFF;
	background-color: #963309;
	text-decoration: none;
	padding: 8px;
}
#v_nav_bar a:visited {
	color: #FFFFFF;
	background-color: #963309;
	width: 320px;
	padding-left: 90px;
}

#v_nav_bar a:hover {
	color: #102918;
	background-color: #FFFFFF;
	background-image: url(images/arroq.jpg);
	text-align: left;
	border-left-width: medium;
	border-left-style: inset;
	border-left-color: #102918;
	padding: 6px;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: right center;
}


#v_nav_bar a:active {
	color: #f0f0f0;
	background-color: #000000;
	padding: 8px;
}
.info {
	float: right;
	height: 100px;this is
	width: 270px;
	background-color: #FFF;
	line-height: 1.3em;
	padding-top: 10px;
}
p .button {
	text-decoration: none;
}

.skylink {
	float: left;
	width: 800px;
	text-align: center;
	line-height: 1.5em;
}
#expert {
	position: relative;
}

 .dont {
	float: left;
	width: 300px;
	border: medium dotted #F00;
	background-color: #FFC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.bordershell {
	float: left;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #630;
	background-color: #FFF;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	margin-bottom: 8px;
	text-align: center;
}
.col250_400 {
	float: left;
	height: 400px;
	width: 250px;
	background-color: #FFFFFF;
}

.freetruck {
	width: 98%;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.col600 {
	float: left;
	height: 500px;
	width: 480px;
}

#compare {
	float: left;
	height: 660px;
	width: 522px;
	background-color: #FFF;

}
#easy {
	float: left;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #630;
	padding-top: 10px;
	width: 250px;
	text-align: center;
}
#righty {
	float: left;
	width: 40px;
}

#border4sides {
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3FC;
	margin-bottom: 10px;
}
.center {
	text-align: center;
	font-weight: bold;
	color: #006;
	padding-bottom: 8px;
}

#rightest {
	background-color: #FFF;
	float: left;
	width: 240px;
	text-align: center;
	vertical-align: middle;
}



#col500tall {
	float: left;
	height: 610px;
	width: 500px;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#imagewrapper {
    text-align:center
}


#imagewrapper img {
     margin:0 5px
}


.col250_510 {
	float: left;
	height: 540px;
	width: 508px;
	text-align: center;
}
.cut500 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.3em;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.cut500_320w {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.3em;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	
	width: 320px;
	
}

#imagewrapper_320;{
	width: 320px;	
	
}

.cut320wide {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.3em;
	width: 320px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.cut320widem {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.3em;
	width: 320px;
	clear: both;
	margin-top: 0px;
	
	margin-left: 20px;
}

.cut300wide {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.3em;
	width: 300px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.cut300w {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.3em;
	width: 300px;
    float: left;
	margin-top: 4px;
    margin-bottom: 4px;
	margin-right: 150px;
}


.cut300t {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.3em;
	width: 300px;
    float: left;
	margin-top: 4px;
    margin-bottom: 4px;
	margin-right: 50px;
}



.cut300 {
	float: left;
	width: 300px;
	margin-left: 40px;
}
.wide500 {
	float: left;
	width: 60%;
}


	
.button {
color: rgb(230, 230, 230);
font-size: 18px;
padding: 8px;
text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: rgb(210, 20, 20);
background: -moz-linear-gradient(90deg, rgb(210, 20, 20) 29%, rgb(250, 20, 20) 70%);
background: -webkit-linear-gradient(90deg, rgb(210, 20, 20) 29%, rgb(250, 20, 20) 70%);
background: -o-linear-gradient(90deg, rgb(210, 20, 20) 29%, rgb(250, 20, 20) 70%);
background: -ms-linear-gradient(90deg, rgb(210, 20, 20) 29%, rgb(250, 20, 20) 70%);
background: linear-gradient(0deg, rgb(210, 20, 20) 29%, rgb(250, 20, 20) 70%);
-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
}
	
.largequote {
	clear: left;
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	color: #006;
	text-decoration: blink;
	font-size: 2em;
	text-align: center;
	padding-top: 6px;
}

.clearfl {
	float: left;
	clear: left;
}
.waarbot {
	height: 400px;
}
.baner {
	text-align: center;
	float: left;
	width: 98%;
}



.wwhead {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.4em;
	color: #000;
	line-height: 1.1em;
	width: 100%;
	float: left;
	padding-top: 10px;
}
.athird {
	width: 100%;
}
.leftish {
	clear: both;
	float: left;
	width: 200px;
}

.LeftCl20 {
	clear: both;
	float: left;
	width: 20%;
}
.rowright {
	float: right;
	width: 20%;
	text-align: right;
}


.60w {
	float: left;
	width: 60%;
	text-align: center;
}

#soldier div ul li {
	text-align: left;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 20px;
	list-style-type: square;
}
.wwhead .headline ul {
	font-size: 16px;
	line-height: 1.4em;
	margin-left: 20px;
	float: left;
}




.imgwr {
	float: left;
	padding: 20px;
	display: inline;
}
.centerall {
	text-align: center;
}

.headline {
	width: 99%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	padding-left: 10px;
	text-align: left;
	list-style-type: square;
}
#redline {
	color: #7E010B;
	clear: both;
	float: left;
	height: 4px;
	width: 986px;
	border-bottom-width: medium;
	border-bottom-style: double;
	text-align: center;
	margin-bottom: 6px;
	margin-left: 40px;
	margin-right: 40px;
}

.flag {
	float: right;
	height: 240px;
	width: 90px;
}

.under {
	float: left;
	width: 310px;
	font-size: 18px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.fullsq {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
#bro {
	margin-top: 6px;
}

.largephoto {
	float: left;
	height: 500px;
	width: 50%;
	border: thick solid #727C95;
}
#imagewrapper2 {
	height: 500px;
	width: 500px;
}
.rightsideimg {
	float: left;
	width: 500px;
	height: 500px;
}
.rightsideimg #ph2 {

}
.rightsideimg #ph1 {
	padding-right: 90px;
}
.largequote {
	vertical-align: middle;
	background-color: #F3C;
}
.rightsideimg p #ph4 {
	margin-top: 20px;
}

.pinkborder {
	border-bottom-width: thick;
	border-bottom-style: inset;
	border-bottom-color: #F3C;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: inset;
	border-left-style: inset;
	border-right-color: #F3C;
	border-left-color: #F3C;
}



.rightsideimg #ph3 {

}

.footbottom {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.85em;
	margin-right: 30px;
	margin-left: 30px;
	clear: both;
	width: 1076px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
}.footline {
	text-align: center;
	clear: both;
	height: 50px;
}
.foot1 {
	float: left;
	width: 25%;
	background-color: #CCC;
	line-height: 1.2em;
}
.footcol {
	-webkit-column-count: 4; /*Chrome, Safari, Opera */
	-moz-column-count: 4; /*Firefox */
	column-count: 4;
	-webkit-column-gap: 60px; /*Chrome, Safari, Opera */
	-moz-column-gap: 60px; /*Firefox */
	column-gap: 60px;
	-webkit-column-rule-style: solid; /*Chrome, Safari, Opera */
	-moz-column-rule-style: solid; /*Firefox */
	column-rule-style: solid;
	-webkit-column-rule-width: 1px; /*Chrome, Safari, Opera */
	-moz-column-rule-width: 1px; /*Firefox */
	column-rule-width: 1px;
	text-align: center;
	padding-right: 260px;
	padding-left: 260px;
	margin-top: 20px;
}
.quotef {
	float: left;
	border: thick double #963309;
	width: 740px;
	height: 540px;
	margin-right: 40px;
	margin-left: 40px;
	background-color: #FFF;
	padding: 10px;
	text-align: center;
}
.submit {
	clear: both;
	float: right;
	margin-right: 30px;
}

.leftalign {
	text-align: left;
}
.visa {
	float: left;
	width: 100%;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	margin-bottom: 10px;
}
.scriptyfont {
	font-family: "Comic Sans MS", cursive;
	font-size: 1em;
	color: #006;
}
.fullsq2 {
	text-align: center;
	background-color: #FFF;
	width: 100%;
	padding-top: 20px;
	clear: both;
}


#states {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
	font-weight: lighter;
	padding: 6px;
	color: #333;
}
.divimg {
	text-align: left;
	float: left;
	width: 60px;
	clear: both;
}


.starimagetop {
	text-align: right;
}
.fullsq2 h4 a imgarrow {
	padding-right: 200px;
}

.installwrap {
	float: left;
	height: 500px;
	width: 76%;
	color: #003;
}
.wrapperimage {
	text-align: left;
	padding: 6px;
}

#tablewrap {
	color: #006;
	float: left;
	width: 76%;
	height: 5000px;
	border: thin solid #963309;
	padding-top: 4px;
}

#tablewrapa {
	color: #006;
	float: left;
	width: 76%;
	height: 1200px;
	border: thin solid #963309;
	padding-top: 4px;
}
#tablewrapinstallt {
	color: #006;
	float: left;
	width: 76%;
	height: 4200px;
	border: thin solid #963309;
	padding-top: 4px;
}

#tablewrapinstall {
	color: #006;
	float: left;
	width: 76%;
	height: 2000px;
	border: thin solid #963309;
	padding-top: 4px;
}

#tablewrap1000 {
	color: #006;
	float: left;
	width: 76%;
	height: 1100px;
	border: thin solid #963309;
	padding-top: 4px;
}

#tablewrapb {
	color: #006;
	float: left;
	width: 76%;
	height: 6500px;
	border: thin solid #963309;
	padding-top: 4px;
}


#tablewrapc {
	color: #006;
	float: left;
	width: 76%;
	height: 10000px;
	border: thin solid #963309;
	padding-top: 4px;
}

#tablewrapct {
	color: #006;
	float: left;
	width: 76%;
	height: 5340px;
	border: thin solid #963309;
	padding-top: 4px;
	font-size: .8em;
}

#tablewrapd {
	color: #006;
	float: left;
	width: 76%;
	height: 880px;
	border: thin solid #963309;
	padding-top: 4px;
	text-align: left;
}
#tablewrapvaluable {
	color: #006;
	float: left;
	width: 76%;
	height: 4000px;
	border: thin solid #963309;
	padding-top: 8px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
}

#tablewrapvaluableb {
	color: #006;
	float: left;
	width: 76%;
	height: 670px;
	border: thin solid #963309;
	padding-top: 12px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
}


.goldline.gold {
	float: right;
	width: 75%;
}

.fourcolumnslg {
	float: left;
	width: 75%;
}
.percent75 {
	float: left;
	width: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	line-height: 1.4em;
}

.percent75r {
	float: right;
	width: 85%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	line-height: 1.4em;
}


.topbordergold {
	float: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #66F;
}

.percent80 {
	float: left;
	width: 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	line-height: 1.4em;
	margin-left: 70px;
}
.percent50 {
	float: left;
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	line-height: 1.4em;
}
.smcolumns {
	float: left;
	width: 20%;
}
.per100 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	line-height: 1.4em;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	font-size: .95em;
	
}
.right {
	text-align: right;
}
.testi {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	color: #00F;
	text-align: left;
	background-color: #F2FFFF;
	float: left;
	width: 46%;
	padding-right: 1%;
	padding-left: 1%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 1%;
	padding-top: 2px;
	padding-bottom: 1px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #963309;
	font-size: .92em;
	line-height: 1.4em;
}


.url {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	color: #00F;
	text-align: left;
	float: left;
	width: 46%;
	padding-right: 1%;
	padding-left: 1%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 1%;
	padding-top:8px;
padding-bottom:8px;

	font-size: .92em;
	line-height: 1.4em;
}



.testref {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	color: #00F;
	text-align: left;
	background-color: fff;
	float: left;
	width: 80%;
	padding-right: 4%;
	padding-left: 4%;
	margin-right: 6%;
	margin-left: 6%;
	margin-bottom: 4%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #963309;
}
.twocolumns {
 -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	 -webkit-column-rule: 1px solid lightblue; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid lightblue; /* Firefox */
    column-rule: 1px solid lightblue;
}
.largerfont {
	font-size: 1.3em;
	line-height: 1.7em;
	text-align: left;
}
#tablewrapd div ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #006;
	text-decoration: none;
	list-style-type: square;
	padding-left: 100px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #003;
	padding-left: 50px;
	list-style-type: decimal;
}
#star5 {
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
}
.tablewrapco {
	color: #006;
	float: left;
	width: 100%;
	height: 550px;
	border: thin solid #963309;
	padding-top: 4px;
	text-align: left;

}
.tablewrappay {
	color: #006;
	float: left;
	width: 76%;
	height: 3000px;
	border: thin solid #963309;
	padding-top: 4px;
	text-align: left;
}

#quote {
	margin: 10px;
	float: left;
	height: 700px;
	width: 700px;
	border: medium solid #963309;
	padding: 20px;
}



.tablewrap650tall {
	float: left;
	height: 650px;
	width: 100%;
	color: #006;
	border: thin solid #963309;
	padding-top: 4px;
	text-align: left;
}
label {
	font-family: Tahoma, Geneva, sans-serif;
	color: #003;
}
.tenoff {
	font-size: 16px;
	color: #000;
	float: right;
	height: 160px;
	width: 220px;
	background-color: #FFD6AC;
	text-align: left;
	border: thick dotted #FF0000;
	font-family: "Arial Black", Gadget, sans-serif;
	padding: 10px;
	text-decoration: blink;
	margin-bottom: 6px;
}


#quote form {
	font-family: Tahoma, Geneva, sans-serif;
	color: #009;
	background-color: #FFF;
	text-align: left;
}
.histop {
	height: 470px;
	width: 1140px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

}
.histopmil {
	height: 470px;
	width: 560px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 40px;

}
#Box500 {
	float: left;
	width: 500px;
}

#container1140 {
	clear: both;
	float: left;
	width: 1120px;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	margin-bottom: 40px;
}

#Boxtainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1140px; /*centered*/
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}
#border4sides {
	float: left;
}


#Box1, #Box2, #Box3 {
	width: 320px;
	min-height: 150px;
	margin-bottom: 45px;
	/*to reduce float drop issues in IE*/
	word-wrap: break-word;
	background-color: #FFFFFF;
}

#box4 {
	width: 490px;
	min-height: 150px;
	margin-bottom 45px;
	/*to reduce float drop issues in IE*/
	word-wrap: break-word;
	background-color: #FFFFFF;
	float: left;
	margin-right: 40px;
	margin-bottom: 45px;
}
.pixel1000w {
	float: left;
	width: 47%;
	margin-right: 20px;
}


.imgpad {
	margin-right: 10px;
	margin-left: 10px;
}


#Box1 {
	float: left;
}

#Box2 {
	margin-left: 78px;
	float: left;
	padding-right: 10px;
}
.imagehug {
	margin-right: auto;
	margin-left: auto;


}


#Box3 {float: right;}

/**Clear floats after the boxes**/

.clearing {
clear:both;
visibility:hidden;
line-height:0;
font-size:1px;
display:block;
} 
.fullsq2 iframe {
	text-align: center;
	vertical-align: middle;
}
#video {
	width: 580px;
	height: 400px;
}
.rightofnav {
	float: left;
	width: 76%;
	margin: 4px;
	height: 640px;
}
#borgol {
	border: thin solid #963309;
	padding: 8px;
	margin: 12px;
	z-index: 8;
}
#linkshell table tr th {
	text-align: right;
	color: #c60;
	font-weight: bold;
}
.rightofnav600h {
	float: left;
	height: 600px;
	width: 76%;
}
#across3 {
	text-align: justify;
	}
#across3 > div {
	width: 100px; /* Declare your value. Can be in relative units. */
	display: inline-block;
	vertical-align: top;

	/* IE fix. */
	*display: inline;
	zoom: 1;
	}
.fivestar {
	float: left;
	width: 242px;
}

#across3:after {
	content: "";
	width: 100%;
	display: inline-block;
    }
#300w {
	text-align: justify;
	}
#300w > div {
	width: 100px; /* Declare your value. Can be in relative units. */
	display: inline-block;
	vertical-align: top;

	/* IE fix. */
	*display: inline;
	zoom: 1;
	}
#300w:after {
	content: "";
	width: 100%;
	display: inline-block;
    }
.buydirect {
	border: thick solid #00F;
	width: 50%;
	margin-left: 280px;
	margin-right: 280px;
	padding-top: 10px;
	margin-bottom: 12px;
	background-color: #CCCC00;
	margin-top: 12px;
}
#capt {
	text-align: center;
	float: left;
}
.cutline {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin-top: 6px;
}

.centercut {
	margin-left: 250px;
	margin-right: 200px;
}

.capttext {
	background-color: #C03;
	float: left;
	height: 120px;
	width: 220px;
}


.black {
	color: #000;
}
.centerdiv {
	text-align: center;
}
.high500w {
	float: left;
	height: 500px;
}
#col620 {
	float: left;
	width: 680px;
}


#topright860 {
	float: left;
	width: 860px;
	margin-right: 5px;
	padding-right: 8px;
	padding-left: 8px;
	height: 800px;
}
#topright860-L {
	float: left;
	width: 860px;
	height: 750PX;
	margin-right: 5px;
	padding-right: 8px;
	padding-left: 8px;
	
}
#padtop {
	padding-top: 10px;
	margin-bottom: 12px;
}

#pagename {
	float: left;
	padding-top: 20px;
	width: 100%;
	text-align: center;
}
.navybluetext {
	color: #006;
	text-align: center;
}
#cert {
	float: left;
	width: 100px;
}
#photo11 {
	margin-top: 20px;
}
#cool-col {
	float: left;
	width: 300px;
	margin-right: 30px;
}
#Box300 {
	float: left;
	width: 300px;
}
#Box300-l {
	float: left;
	width: 300px;
	margin-right: 50px;
	padding-left: 30px;
}
#Box300-m {
	float: left;
	width: 300px;
	margin-right: 40px;
	margin-left: 40px;
}
#Box300-r {
	float: left;
	width: 300px;
	margin-left: 50px;
	padding-right: 30px;
}
#Box500 {
	float: left;
	width: 510px;
}
#Box600 {
	float: left;
	width: 600px;
}



#cool-col-lg {
	float: left;
	width: 370px;
	margin-right: 30px;
}
#cool-col-lg-z {
	float: left;
	width: 350px;
	margin-right: 10px;
}

#right-col {
	float: right;
	width: 300px;
}
#col400 {
	float: left;
	width: 400px;
	padding-right: 20px;
}
#cut400 {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.4em;
	float: left;
	width: 400px;
	text-align: center;
}
.flag-background {
	background-color: #D6D6D6;
}
#Box600 {
	margin-left: 90px;
	width: 550px;
}
#box600 {
	float: left;
	width: 600px;
}

#actionbox {
	clear: both;
	float: left;
	height: 100px;
	width: 100%;
	padding-left: 20px;

}#box500 {
	float: left;
	width: 500px;
	margin-right: 20px;
}
#box400 {
	float: left;
	width: 400px;
	margin-right: 20px;
}
	
#box400r {
	float: left;
	width: 400px;
	margin-left: 20px;	
	
}
#box430 {
	float: left;
	width: 430px;
}
#box450 {
	float: left;
	width: 450px;
}
#Box550 {
	float: left;
	width: 550px;
	margin-right: 50px;
}
#box600 {

}
#cool-col350 {
	float: left;
	width: 350px;
	margin-right: 10px;
}
.footbottom a h1 {
	font-size: .8em;
	text-align: center;
}
form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #003;
	height: 650px;
	width: 800px;
	left: auto;
	right: auto;
	margin-left: 200px;
}
#submit {
	margin-left: 300px;
}
.wide422 {
	float: left;
	width: 350px;
	padding-left: 20px;
	margin-right: 50px;
}
.smallverbage {
	font-size: .8em;
}

.firstboxrule {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #c60;
}
justified {
	text-align: justify;
}
.back {
	background-color: #FFF;
	width: 300px;
	margin-left: 40px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #c60;
	float: left;
}
.seal {
	float: left;
	width: 20%;
}
.shoutout {
	font-size: 1.4em;
	color: #003;
	text-align: center;
	background-color: #FFC;
	padding: 12px;
}
.buffer100 {
	padding: 10px;
	clear: both;
	float: left;
	width: 98%;
	margin-top: 10px;
	height: 30px;
}

.testref {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	color: #00F;
	text-align: left;
	background-color: fff;
	float: left;
	width: 80%;
	padding-right: 4%;
	padding-left: 4%;
	margin-right: 6%;
	margin-left: 6%;
	margin-bottom: 4%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #963309;

}


		/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center, circle closest-corner, #FFFFFF 0%, #f0fff0 50%, #228B22 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, circle closest-corner, #FFFFFF 0%, #f0fff0 50%, #228B22 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center, circle closest-corner, #FFFFFF 0%, #f0fff0 50%, #228B22 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 505, color-stop(0, #FFFFFF), color-stop(0.5, #f0fff0), color-stop(1, #228B22));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, circle closest-corner, #FFFFFF 0%, #f0fff0 50%, #228B22 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: none;

#tablewrapct #linkshell .twocolumns p {
	font-size: .8em;
}
