body { margin: 0; 
background: #FFF;}


#outline { margin: 0 auto; overflow: auto; width: 975px; }
#outline { border: 1px solid #FFF; }

.humans { display: none; }

.wraplonestar {
		margin:0 auto;
		width:1000px;
	}
	
	#headerlonestar, #footerlonestar {
		float:left;
		padding:5px 0;
		min-width:100%;
	}
	
	#headerlonestar {
		background:#FFF;
		border-top: 8px solid #FC0;
		border-bottom: 2px solid #FFF;
	}
	
	#headerlonestar .logo {
		float:left;
		width:220px;
	}
	
	#headerlonestar p {
		float:right;
		width:175px;
		margin:0;
	}
	
	#contentlonestar {
		padding:15px 0;
		clear:both;
	}
	
	#footerlonestar {
		background:#036;
		text-align:center;
		 line-height: 2em;
    padding: 7px 0 0;
	 margin-left: auto;
    margin-right: auto;
	color:#FFF;
	position: fixed;
	bottom:0;
		/*To anchor to bottom of page uncomment the following lines:*/
		/*position:fixed;
		bottom:0;*/
	}
	
	#footerlonestar a {
		color:#fff;
	}
	
	.slideshow_copy_wrapper1 {
	width: 235px;
	height: 50px;
	position: absolute;
	border: 1px solid #FFF;
	right: 20%;
	top: 200px;
	z-index: 3;
	
	text-align:center;
}
.slideshow_copy_wrapper2 {
	width: 235px;
	height: 66px;
	position: absolute;
	border: 1px solid #FFF;
	right: 20%;
	top: 260px;
	z-index: 3;
		text-align:center;
}
.slideshow_copy_wrapper3 {
	width: 235px;
	height: 50px;
	position: absolute;
	border: 1px solid #FFF;
	right: 20%;
	top: 340px;
	z-index: 3;
	
	text-align:center;
}
.slideshow_copy_wrapper1:hover {
	 background-color: #FFF;
	 opacity:.80; 
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;  }
	.slideshow_copy_wrapper2:hover {
	 background-color: #FFF;
	 opacity:.80; 
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;  }
	.slideshow_copy_wrapper3:hover {
	 background-color: #FFF;
	 opacity:.80; 
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;  }
.slideshow_copy_wrapper1:a {
	 text-decoration:none;
	 padding:20px; }
	
	
	
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 975px;
	background: #000;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#contentfull {
	 background-image:url('/images/fotolia_collage.jpg');
	 background-size: cover;
		float:left;
		padding:15px 0;
		min-width:100%;
}

.content {
	width: 975px;
	background: #000;
	
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

 #wrapper2index { overflow:hidden; margin: 0 auto; width: 975px; height:auto; background: url(/images/Fotolia_22408845_M_975_815.jpg);  border: 0px solid #fff; }
 
  #wrapper2indexnavy { overflow:hidden; margin: 0 auto; width: 975px; height:auto; background: #036;  border: 0px solid #fff; }
   #wrapper2black { overflow:hidden; margin: 0 auto; width: 975px; height:auto; background: #000;  border: 0px solid #fff; }
  
 #wrapper2 { overflow:hidden; margin: 0 auto; width: 975px; height:auto; background: url(/images/solidblacktoblue.jpg);  border: 0px solid #fff; }
 
 #wrapper2b { overflow:hidden; margin: 0 auto; width: 975px; height:auto; background: url(/images/Fotolia_22408845_M_975_815dark6.jpg);  border: 0px solid #fff; }



#chromemenu{
	float:left;
width: 750px;
font-weight: bold;
font-size: 93%;
background-color:#FFF;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border-bottom: 1px #080808
border-bottom-style:inset;
border-top: 0px solid #BBB;
background-color:#FFF;
width: 100%;

padding-left: 5px;
padding-right:15px;
padding-top: 65px;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;

}

#chromemenu ul li a{
color: #036;
padding: 15px 30px 0px 10px;
margin: 0;
text-decoration: none;
border-left: 0px solid #DADADA;

}

#chromemenu ul li a:hover{
color: #FC0;

}






/* FONTS */

body { font: normal 16px/1.3em arial, helvetica, sans-serif; color: #003 }

#header, #leftColumn-layout1, #leftColumn-layout2, #leftColumn-layout3, #rightColumn-layout1, #rightColumn-layout2, #rightColumn-layout3, #mainColumn-layout4, #footer 
{
    font-size: 85%;
}

/* LAYOUT 1 SIDEBAR RIGHT */

#leftColumn-layout1 {
	float: left;
	margin: 0 10px 20px 10px;
	min-height: 620px;
	width: 650px;
	color: #003;
}

#rightColumn-layout1 {
    float: left;
    margin: 0 10px 10px 0;
    min-height: 620px;
    width: 250px;
	border: 7px solid #FFF; 
}

#leftColumn-layout {
	float: left;
	margin: 0 20px 20px 10px;
	min-height: 620px;
	width: 600px;
	color: #003;
	padding-right:20px;
	
}

#rightColumn-layout {
    float: left;
    margin: 0 10px 10px 0;
    min-height: 620px;
    width: 280px;
	
}


/* LAYOUT 2 SIDEBAR LEFT */

#leftColumn-layout2 {
	float: left;
    margin: 20px 0 20px 20px;
    min-height: 550px;
    width: 230px;
}

#rightColumn-layout2 {
    float: left;
    margin: 20px;
    min-height: 550px;
    width: 640px;	
}

/* LAYOUT 3 SIDEBAR LEFT AND RIGHT */

#leftColumn-layout3 {
	float: left;
    margin: 20px 0 20px 20px;
    min-height: 550px;
    width: 190px;
}

#mainColumn-layout3 {
    float: left;
    font-size: 85%;
    margin: 20px;
    min-height: 550px;
    width: 470px;	
}

#rightColumn-layout3 {
	float: left;
    font-size: 85%;
    margin: 0 20px 20px 0;
    min-height: 550px;
    width: 190px;
}

/* LAYOUT NO COLUMNS */

#mainColumn-layout4 {
    float: left;
    margin: 0 0px 0 0;
    min-height: 500px;
    width: 975px;
	background:#000;	
}

#mainColumn-content {
    float: left;
    margin: 10px 15px 25px 210px;
    min-height: 450px;
    width: 810px;
	background:none;	
}
#mainColumn-contentnoborder {
    float: left;
    margin: 10px 15px 25px 10px;
    min-height: 450px;
    width: 810px;
	background:none;	
}

#mainColumn-leftheader {
    float: left;
	margin: 10px 20px 0 20px;
    width: 920px;
	height: auto;
		
}


#mainColumn-leftcontent {
    float: left;
	
	
    margin: 5px 20px 0px 80px;
    min-height: 415px;
    width: 920px;
	height: 650px;
	
  border:0px solid black;
 	
}





#mainColumn-leftcontentlongest {
    float: left;
	margin: 5px 5px 0px 80px;
    min-height: 415px;
    width: 975px;
	height: 1570px;	
    border:0px solid black;
	background:#000;
 	
}


#mainColumn-leftcontentopacity {
    float: left;
    margin: 5px 20px 0px 20px;
    min-height: 415px;
    width: 920px;
	height: 550px;
	background: #000;
  border:0px solid black;
  opacity:0.55;
  filter:alpha(opacity=55); /* For IE8 and earlier */	
}

#mainColumn-lefttext {
    float: left;
	
	padding:10px;
    margin: 5px 20px 25px 20px;
    min-height: 415px;
    width: 920px;
	height: 415px;
	background: #FFF;
  border:0px solid black;
  opacity:0.85;
  filter:alpha(opacity=85); /* For IE8 and earlier */	
}

#mainColumn-leftscroll {
    float: left;
	overflow: auto;
	padding: 10px;
    margin: 5px 20px 25px 20px;
    min-height: 415px;
    width: 920px;
	height: 415px;
	background: #FFF;
  border:0px solid black;
  opacity:0.85;
  filter:alpha(opacity=85); /* For IE8 and earlier */	
}



.productgroup {
    float: left;
    margin: 0px ;
    min-height: 150px;
    width: 950px;
	 min-width:950px;
	 width: auto !important;
	color: #07437C;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align:center;
	line-height: 12px;
	padding-left: 50px;
	
}

.product-layout1 {
    float: left;
    margin: 10px 5px 20px 10px;
    min-height: 150px;
    width: 392px;
	color: #07437C;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align:center;
	line-height: 12px;
		
	
	/* css3 not supported by web broswers yet */
	border:1px solid #E0DDD7;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
/* Firefox */
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
/* safari and chrome */
-webkit-border-top-left-radius: 5px;
-webkit-brder-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-brder-bottom-right-radius: 5px;
}
.product-layout2 {
    float: left;
    margin: 10px 6px 10px 6px;
    min-height: 150px;
    width: 392px;	
	
	color: #07437C;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align:center;
	line-height: 12px;
	border:1px solid #E0DDD7;
	/* css3 not supported by web broswers yet */
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
/* Firefox */
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
/* safari and chrome */
-webkit-border-top-left-radius: 5px;
-webkit-brder-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-brder-bottom-right-radius: 5px;
}

.product-layoutfull {
    float: left;
    margin: 10px 5px 20px 0px;
    min-height: 150px;
    width: 950px;
	color: #07437C;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align:center;
	line-height: 12px;
		
	
	/* css3 not supported by web broswers yet */
	border:1px solid #E0DDD7;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
/* Firefox */
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
/* safari and chrome */
-webkit-border-top-left-radius: 5px;
-webkit-brder-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-brder-bottom-right-radius: 5px;
}

.product-layout_insidefull {
    float: left;
    margin: 5px;
	padding-left: 0px;
    min-height: 100px;
	/*max-height:120px; */
    min-width: 892px;	
	background: white;
	color: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:left;
	line-height: 12px;
	border:0px solid #999;
	/* css3 not supported by web broswers yet */

}


.product-layout_inside {
    float: center;
    margin: 5px;
	padding-left: 0px;
    min-height: 100px;
	max-height:120px;
    min-width: 382px;	
	background: white;
	color: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:center;
	line-height: 12px;
	border:0px solid #999;
	/* css3 not supported by web broswers yet */
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
/* Firefox */
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
/* safari and chrome */
-webkit-border-top-left-radius: 5px;
-webkit-brder-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-brder-bottom-right-radius: 5px;
}


.product-layout1t {
    float: left;
    margin: 10px 10px 10px 10px;
	padding-right: 5px;
	padding-left: 5px;
    min-height: 150px;
    width: 432px;
	color: #07437C;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align:center;
	
		
	
	/* css3 not supported by web broswers yet */
	border:1px solid #E0DDD7;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
/* Firefox */
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
/* safari and chrome */
-webkit-border-top-left-radius: 5px;
-webkit-brder-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-brder-bottom-right-radius: 5px;
}

.product-layout_inside1t {
    float: center;
    margin: 5px;
	padding-left: 0px;
    min-height: 100px;
	max-height:120px;
    min-width: 392px;	
	background: white;
	color: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:center;
	line-height: 12px;
	border:0px solid #999;
	/* css3 not supported by web broswers yet */

}

.product-layout_inside1t_200 {
    float: center;
    margin: 5px;
	padding-left: 0px;
    min-height: 100px;
	max-height:250px;
    min-width: 392px;	
	background: white;
	color: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:center;
	line-height: 12px;
	border:0px solid #999;
	/* css3 not supported by web broswers yet */
}
  #leftlogobox {
	float: left;
    margin: 0;
    width: 106px;
	height: 76px;
	background-color: #17375E;
	
	
}

#rightlogobox {
    float: left;
    margin: 0 0 10px 0;
    width: 768px;
	height: 106px;
	background-color:#4F81BD;
  border:0px solid black;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */	
}
.roundinput{
-moz-border-radius:20px; /* Firefox */
-webkit-border-radius: 20px; /* Safari, Chrome */
-khtml-border-radius: 20px; /* KHTML */
border-radius: 20px; /* CSS3 */
}


#rotate1 {
    float: left;
    margin: 10px 0 0 550px;
    width: 200px;
	height: 106px;
	}
	
#rotate2 {
    float: left;
    margin: 10px 0 0 550px;
    width: 200px;
	height: 106px;
	}




/* FOOTER */

#footer {
	/*background-color:#000;*/
  border:0px solid black;
 
    line-height: 2em;
    padding: 7px 0 0;
	width: 975px;
    text-align: center;
	 margin-left: auto;
    margin-right: auto;
	color:#FFF; }
   
}


/* SITE STYLES */

h1, h2, h3, h4 {
    font-weight: normal;
    line-height: 1.1em;
    margin: 0 0 16px 0;
    padding: 0;
	color: #036;

}

h1 { font-size: 500%; text-shadow: 4px 4px 4px #000000; }
h2 {
	font-size: 170%;
	color: #036;
	text-align: left;
	
}
h3 {
	font-size: 170%;
	color: #036;
	text-align: left;
}
h4 {
	font-size: 100%;
	color: #FFF;
	text-align: justify;
}

h2right {
	font-size: 170%;
	color: #FFF;
	text-align: right;
}

p {
	
	text-align: justify;
	color: #003;
	font-size: 130%;
	line-height: 110%;
}

a {  color: #036;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
	color: #458FC0;
	
}

b, strong { letter-spacing: 1px; }

img { border: 0; }

/* CLASSES */

.border { padding: 5px 10px; }

img.left { float: left; margin: 6px 10px 6px 0; }
img.right {	float: right; margin: 6px 0 6px 10px;}
img.center { display: block; margin: 6px auto; text-align: center; }

.submit:hover { 
	opacity:.60; 
	filter: alpha(opacity=60); 
	-moz-opacity: 0.60; 
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* BLOCKS */

.blockRow {
	display: inline;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.block-25 { float: left; width: 25%; }
.block-33 { float: left; width: 33.33%; }
.block-66 { float: left; width: 66.66%; }
.block-50 { float: left; width: 50%; }
.block-75 { float: left; width: 75%; }



.colors { float: left; width: 100%; }
.colors ul { margin: 0; padding: 0; }

.colors li {
	float: left;
	display: inline;
	height: 90px;
	margin: 0 10px 10px 0;
	padding: 5px;
	list-style: none;
	width: 90px;
}
.justified {
	text-align: justify;
}


@media screen and (max-device-width: 480px){
    body{...}
    div{...}
#chromemenu ul li a{
	color: #036;
	padding: 15px 5px 0px 5px;}
#footer {
	line-height: 2em;
  	font-size: 8px;
    margin-left: auto;
    margin-right: auto;
	color:#FFF; }
    
}
