a {
    outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	
}
img {
    border: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #626364;
	line-height: 21px;

}

p a{
color: #3D6C7C;
line-height: 25px;
font-weight: 300;
text-decoration: none;
}

p a:hover{
text-decoration: underline;
}

h1 {
	font-size: 16px;
	color: #000;
	line-height: 1.25px;
	font-weight: 300;
	display: inline;

}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	line-height: 20px;



}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-size: 24px;
	color: #616161;
	line-height: 24px;
	font-weight: 300;

}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 0px;
	float: right;

}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #424242;
	font-weight: 500;
	margin-top: 10px;
	margin-left: -10px;
}


/************** page start ******************/

#wrapper {
	top: 0px;
	left:0px;
	position: absolute;
	width: 100%;
	padding: 0px;
	height: 600px;

	}

#header-wrapper {
	top: 0px;
	left:0px;
	position: relative;
	width: 100%;
	background-color: #9C9C9C;
	background-image: url(images/header-bkgtile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 169px;


}

.header-container {
	position: relative;
	top: 40px;
	width: 960px;
	margin: 0 auto;
	height: 102px;
	background-image: url(images/LBM-logo.png);
	background-repeat: no-repeat;
	background-position: left top;

	
	
}

nav a#pull {
	display: none;
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 0px;
	z-index: 99;

}


#phone-add {
	position: absolute;
	top: 20px;
	right: 0px;
		
}


#top-links {
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	

}

#cm-menu {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 300;
	margin: 0px;
	padding: 10px 0px 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	z-index: 99;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	width: 100%;
	float: right;


	
}

#cm-menu li{
	display: inline;
	padding-right: 30px;
	float: left;
	margin-right: -20px;
	height: 34px;
	background-image: url(images/nav-divider.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	
		
}

#cm-menu li a{
	text-decoration: none;
	letter-spacing: 1px;
	color: #000;
	padding-right: 0px;
	background-color: transparent;
	padding-top: 7px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 50px;
	display: block;



}

#cm-menu li a:visited {
	text-decoration: none;
	color: #000;
		
}

#cm-menu li a:hover{
	color: #000;
	text-decoration: underline;
	background-image: url(images/arrow-hov.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;

		
}


#banner-wrapper {
	top: 0px;
	left:0px;
	position: relative;
	width: 100%;
	background-color: #1F3B44;
	overflow: hidden;
	


}

.viewproject-button  {
	z-index: 9999;
	position: absolute;
	margin-top: 200px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 40px;
	color: #FFFFFF;
	text-decoration: none;
	-moz-opacity: 0;
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.viewproject-button  a{
	text-decoration: none;
	color: transparent;
	-moz-opacity: 0;
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

.banner-container {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	background-image: url(images/banner-back.png);
	background-repeat: no-repeat;
	background-position: center top;


		
}

.bxslider li { display: none }
.bxslider li.first { display: block; }


#content-wrapper {
	top: 0px;
	left:0px;
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/content-wrapper-bkgd.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 8px;

}

.content-top-border {
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #FBFBFB;
	background-image: url(images/banner-bottom-border.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	margin-top: -10px;


}

.content-body {
	background-color: #FFF;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 400px;
	padding-bottom: 50px;


}

.main-content {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 0px;

	
}

.column-noalpha {
	display: none;
	width: 550px;
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 60px;
	margin-right: 20px;
	padding-bottom: 0px;

	}
.column-alpha {
	display: inline;
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 40px;
	margin-right: 15px;
	background-image: url(images/sidelinks-bkg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}


#sidelinks {
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 295px;
	list-style: none;

	
}

#sidelinks li{
padding-top: 10px;
padding-bottom: 0px;
border-bottom: 1px solid #424242;
margin-left: -15px;


}

#sidelinks li a {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	text-decoration: none;
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #424242;
	font-weight: 300;
	text-indent: 0px;
	padding-right: 20px;
	padding-left: 0px;
	width: 200px;


			
}

#sidelinks li a:hover {
	color: #A6A6A6;
	text-decoration: none;
	
}

.column-beta {
	display: inline;
	width: 550px;
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 60px;
	margin-right: 20px;
	padding-bottom: 0px;



	}
	
.body-main-pic {
	height: 100px;
	width: 560px;
	background-image: url(images/usflag.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 2px;
	margin-top: 30px;
	border: thin dotted #999999;




}	

.content-bottom-border {
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #203B44;

	
}

.clear-footer {
	clear: both;
}

#footer-wrapper {
	width: 100%;
	padding: 0px;
	min-height: 80px;
	background-color: #2D474F;
	

}

.footer-back-to-top {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(images/icon-back-to-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 860px;


}

.footer-container {
	width: 1024px;
	margin-bottom: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	

}

.footer-container a{
	font-family: Arial;
	font-size: 14px;
	color: #626364;
	line-height: 20px;

}

.footer-logo {
	width: 50%;
	float: left;
	margin-top: 20px;
	margin-bottom: -10px;


}

.footer-contacts {
	text-align: left;
	float: right;
	padding-right: 85px;
	padding-top: 10px;
	padding-bottom: 10px;

}

.scrollup {
	width: 132px;
	height: 31px;
	opacity: 0.95;
	position: absolute;
	float: right;
	text-indent: -9999px;
	
}

.bottom-nav-container {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	min-height: 130px;
	width: 925px;

}

.copyright {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #728489;

}

.credits {
	height: 18px;
	width: 285px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #728489;
	background-image: url(images/fpd-logo.png);
	background-repeat: no-repeat;
	background-position: right center;
	
}




/******************************************** Smartphones (portrait and landscape) ***************************************/

@media only screen
and (min-width: 321px)
and (max-width: 480px) {

/***** styles *****/


body, html {
    overflow-y: scroll;
    overflow-x: hidden;
			
}

p {
	font-size: 16px;
	line-height: 22px;

}

p a{
   line-height: 1.24px;
   font-weight: 300;
   
}

h2{
	font-size: 16px !important;
	line-height: 22px !important;

		
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 24px;
	color: #616161;
	line-height: 24px;
	font-weight: 300;

}





.header-container {
	width: 100% !important;
	margin-left: 10;
	top: 20px;
	height: 102px;
	background-image: url(images/LBM-logo.png);
	background-size: 198px;
	background-repeat: no-repeat;
	background-position: center top;
}



#phone-add {
	display: none;
}


/** Controls the width of the navigation**/
#top-links {
	overflow: hidden;
	position: relative;
	float: left;
	z-index: 999;
	width: 100%;
	margin-top: 125px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -20;
	
}

#cm-menu {
display: none;
margin-top: 30px;
max-width: 100%;
}

#cm-menu li {
padding-top: 0px;
height: 54px;
}

#cm-menu li a{
color: #303030;
display: block;
padding-top: 15px;
padding-right: 0px;
padding-left: 0px;

}

/** Drop Down Menu List Bar hover state light blue**/
#cm-menu li a:hover {
background-image: none;
background-color: #C1C1C1;
width: 100%;
height: 40px;
display: block;
text-decoration: none;

}


nav {
border-bottom: 10px;
border-top: 10px;
height: 50px;

}

nav ul {
display: block;
width: 100%;
}


nav ul li {

width: 100%;
display: none;
}


/** Dark Brown Menu Bar**/
nav a#pull{
display: block;
background-color: #595959;
width: 100%;
position: absolute;
height: auto;
padding-top: 10px;
padding-left: 20px;
padding-right: 10px;

}


/** Down Arrow **/
nav a#pull:after{
content: "";
background: url('images/nav-icon.gif') no-repeat;
display: inline-block;
width: 20px;
height: 30px;
position: relative;
float: right;
padding: 0 20px;

}

/** Drop Down Menu List Bars Light Blue **/
nav li {
float: none;
text-align: center;
background: #B8B8B8;
padding: 0px 0px 0px 0px;
border-bottom: 1px solid #A8A8A8;
border-right: 1px solid #A8A8A8;

}

.banner-container {
	max-width: 100%;
	height: 150px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/iphone-banner-landscape.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		
}


.viewproject-button  {
	z-index: 9999;
	position: absolute;
	margin-top: 100px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	-moz-opacity: 0;
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}



.main-content {
	padding-top: 0px;
	max-width: 360px;
		
}


.column-noalpha {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	max-width: 320px;
	text-align: center;
	margin-bottom: 25px;



	}




.column-alpha {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	max-width: 320px;
	background-image: none;
	float: none;
	text-align: center;
			
}


#sidelinks {
	min-height: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 230px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
			

	
}


#sidelinks li{
   margin-left: 0px;
   padding-right: 0px;
   padding-left: 0px;
   
	


}


#sidelinks li a {
	padding-right: 0px;
	padding-left: 0px;

	

			
}

.column-beta {
	margin-left: 10px;
	margin-right: 10px;
	max-width: 320px;
	text-align: center;
	display: none;
	
	}
	
	
.list-serv-icons {
    
	float: left;
	width: 230px;
	padding-left: 40px;
	margin: 0 auto 0 auto;
		

}	

.list-serv-icons a{
    margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

.footer-back-to-top {
	width: 132px;
	

}

.footer-container {
	max-width: 340px;
	
}



.footer-logo {
	float: none;
	width: 269px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
			
}

.footer-contacts {
	width: 100%;
	text-align: center;
	float: none;
	margin-top: 10px;
	margin-bottom: 0px;
			
}

.bottom-nav-container {
	max-width: 300px;
		
	
}

.copyright {
	float: none;
	text-align: center;
}

.credits {
	float: none;
		
}




.bottom-nav {
	display: none;
}

h4 {
	max-width: 340px;
	float: none !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	
}







}



/************************************************************** Smartphones (portrait) **********************************/


@media only screen
and (max-width: 320px) {


/***** styles *****/


body, html {
    overflow-y: scroll;
    overflow-x: hidden;
			
}

p {
	font-size: 16px;
	line-height: 22px;

}

p a{
   line-height: 1.24px;
   font-weight: 300;
   
}

h2{
	font-size: 16px !important;
	line-height: 22px !important;

		
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 24px;
	color: #616161;
	line-height: 24px;
	font-weight: 300;

}





.header-container {
	width: 100% !important;
	margin-left: 10;
	top: 20px;
	height: 102px;
	background-image: url(images/LBM-logo.png);
	background-size: 198px;
	background-repeat: no-repeat;
	background-position: center top;
}



#phone-add {
	display: none;
}


/** Controls the width of the navigation**/
#top-links {
	overflow: hidden;
	position: relative;
	float: left;
	z-index: 999;
	width: 100%;
	margin-top: 125px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -20;
	
}

#cm-menu {
display: none;
margin-top: 30px;
max-width: 100%;
}

#cm-menu li {
padding-top: 0px;
height: 54px;
}

#cm-menu li a{
color: #303030;
display: block;
padding-top: 15px;
padding-right: 0px;
padding-left: 0px;

}

/** Drop Down Menu List Bar hover state light blue**/
#cm-menu li a:hover {
background-image: none;
background-color: #C1C1C1;
width: 100%;
height: 40px;
display: block;
text-decoration: none;

}


nav {
border-bottom: 10px;
border-top: 10px;
height: 50px;

}

nav ul {
display: block;
width: 100%;
}


nav ul li {

width: 100%;
display: none;
}


/** Dark Brown Menu Bar**/
nav a#pull{
display: block;
background-color: #595959;
width: 100%;
position: absolute;
height: auto;
padding-top: 10px;
padding-left: 20px;
padding-right: 10px;

}


/** Down Arrow **/
nav a#pull:after{
content: "";
background: url('images/nav-icon.gif') no-repeat;
display: inline-block;
width: 20px;
height: 30px;
position: relative;
float: right;
padding: 0 20px;

}

/** Drop Down Menu List Bars Light Blue **/
nav li {
float: none;
text-align: center;
background: #B8B8B8;
padding: 0px 0px 0px 0px;
border-bottom: 1px solid #A8A8A8;
border-right: 1px solid #A8A8A8;

}

.banner-container {
	max-width: 100%;
	height: 150px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/small-banner-head.jpg);
	background-repeat: no-repeat;
	background-position: right top;
		
}


.viewproject-button  {
	z-index: 9999;
	position: absolute;
	margin-top: 100px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	-moz-opacity: 0;
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}



.main-content {
	padding-top: 0px;
	max-width: 320px;
		
}


.column-noalpha {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	max-width: 285px;
	text-align: center;
	margin-bottom: 25px;



	}




.column-alpha {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	max-width: 285px;
	background-image: none;
	float: none;
	text-align: center;
			
}


#sidelinks {
	min-height: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
			

	
}


#sidelinks li{
   margin-left: 0px;
   padding-right: 0px;
   padding-left: 0px;
   
	


}


#sidelinks li a {
	padding-right: 0px;
	padding-left: 0px;

	

			
}

.column-beta {
	margin-left: 10px;
	margin-right: 10px;
	max-width: 285px;
	text-align: center;
	display: none;
	
	}
	
	
.footer-back-to-top {
	width: 132px;
	

}

.footer-container {
	max-width: 300px;
	
}



.footer-logo {
	float: none;
	width: 269px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
			
}

.footer-contacts {
	width: 100%;
	text-align: center;
	float: none;
	margin-top: 10px;
	margin-bottom: 0px;
			
}

.bottom-nav-container {
	max-width: 300px;
		
	
}

.copyright {
	float: none;
	text-align: center;
}

.credits {
	float: none;
		
}




.bottom-nav {
	display: none;
}

h4 {
	max-width: 285px;
	float: none !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	
}







}
