@charset "utf-8";
body{
	margin: 0px;
	padding: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	width: auto;
}
#main{
	width: 100%;
	float: left;
	/* [disabled]background-color:#F1F1F3; */
}
#inner_main{
	width: 1000px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	float: none
}
#main, #inner_main, header, nav, section, footer, #footer{ display:block}
/* Start Index*/

header{
	width: 100%;
	float: left;
}
#logo{
	float: left;
	width: 25%;
}
#logo img{ width:100%; height:100px}
#menu{
	float: right;
	width: 70%
}
#menu ul{ margin:0px; padding:0px}
#menu li{
	list-style: none;
	display: inline-block;
	text-decoration: none;
}
#menu li a{
	list-style: none;
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	color: #5F5F5F;
	font-size: 21px;
	margin-top: 50px
}
#menu li a:hover, #active{
	list-style: none;
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	color: #F8D47C;
	font-size: 21px;
	border-bottom: 2px solid #F8D47C;
}
.menu{ display:none}
nav{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #45343E;
}
.slider{position: relative; margin: 0 auto;top: 0px; left: 0px; width: 1300px; height: 500px; overflow: hidden;}
#our_box{
	width: 1000px;
	/* [disabled]float: left; */
	color: #FFFFFF;
	/* [disabled]padding-top: 7px; */
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px
}
#our_box h1{
	color: #FFFFFF;
	font-size: 40px;
	text-align: center;
}
#inner_main2{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#box1, #box2, #box3{
	width: 31%;
	float: left;
	padding: 11px;
	margin: 0px
}
#box1 p, #box2 p, #box3 p{
	background-color: #45343E; /* #91C9D6 #2C2C2C #45343E*/
	margin: 0px;
	padding: 30px;
	color: #FFFFFF;
	font-size: 17px;
	min-height: 535px;
	box-shadow: 0px 0px 5px 0px #808080;
	text-align: center;
	border-radius: 5px
}
#more{
	color: #F8D47C;
	text-decoration: none;
	font-size: 21px
}
#link{
	color: #323232;
	text-decoration: underline;
	font-size: 21px
}
#link:hover{ color:#F8D47C}
#bottom_1{
	width: 100%;
	float: left;
	color: #494949;
	text-align: justify;
}
#bottom_2{
	width: 100%;
	float: left;
	color: #494949;
	text-align: center;
}
#bottom_3{
	width: 100%;
	float: left;
	color: #494949;
	text-align: justify;
}
#tab_1,#tab_2 {
	text-align: justify;
}
#tabs {
	float: left;
}
#tab_1 li,#tab_2 li {
	list-style-type: circle;
}

footer{
	width: 100%;
	float: left;
	padding-top: 10px;
	background-image: url(../img/footer_bg.jpg);
	color: #FFFFFF;
	font-size: 18px;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#footer{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#address{
	width: 28%;
	float: left;
	padding: 10px
}
#phone{
	width: 36%;
	float: left;
	padding: 10px;
}
#copyright{
	width: 30%;
	float: left;
	padding: 10px
}
footer img{ float:left}
footer p{
	/* [disabled]float: left; */
	vertical-align: text-top;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#footer a{ color:#FFFFFF; text-decoration:none}
#clear{ clear:both}
#fb{
	position: relative;
	left: 40%;
}
.dev{ text-align:center; float:none}
.dev a{ color:#E8E8E8}
 
/* End Index*/
/*Start About*/
#about_box{
	width: 100%;
	/* [disabled]box-shadow: 0px 0px 5px 0px #808080; */
	/* [disabled]-webkit-box-shadow: 0px 0px 5px 0px #808080; */
	padding-bottom: 10px;
	color: #494949;
	font-size: 18px;
	text-align: justify;
}
#gallery{
	width: 100%;
	padding-bottom: 20px;
	color: #494949;
	font-size: 18px;
	-webkit-box-shadow: 0px 0px 3px 0px #727272;
	box-shadow: 0px 0px 3px 0px #727272;
	text-align: center;
}
#gallery ul {
	display: block;
}

#gallery li{
	list-style: none;
	display: block;
	width: 22%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-box-shadow: 0px 0px 2px 1px #8C8C8C;
	box-shadow: 0px 0px 2px 1px #8C8C8C;
	margin-bottom: 20px;

}
#gallery a {
	color: #494949;
	text-decoration: none;
}

#gallery p {
	margin: 5px;

}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{
	position: absolute;
	bottom: 0px;
	background: url(images/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	top: 50%;
}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{
	position: absolute;
	bottom: 0;
	background: url(images/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	top: 50%;
	right: 0px;
}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{
	position: absolute;
	right: 0;
	background: url(images/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	top: 0px;
}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* End About*/
/*Start Services*/
#services_box{
	width: 1000px;
	/* [disabled]float: left; */
	color: #FFFFFF;
	/* [disabled]padding-top: 7px; */
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px
}
#services_box h1{
	color: #FFFFFF;
	font-size: 40px;
	text-align: center;
}

#service_box{
	width: 100%;
	float: left;
	/* [disabled]box-shadow: 0px 0px 5px 0px #808080; */
	/* [disabled]-webkit-box-shadow: 0px 0px 5px 0px #808080; */
	padding-top: 10px;
	color: #494949;
	font-size: 18px;
	text-align: justify;
}
/* End Services*/

/* Start Equipment*/
#equipment{
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #494949;
	font-size: 18px;
	text-align: justify;
}

/* End Equipment*/
/* Start Employment*/
#employment{
	float: left;
	width: 100%;
	color: #494949;
	font-size: 18px;
	background-color: #E4E4E4;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 8px 0px #939393;
	box-shadow: 0px 0px 8px 0px #939393;
}
#fieldset_2{ border:none}
#inputs{
	width: 100%;
	margin: auto
}
#input{
	width: 80%;
	height: 20px;
	text-indent: 10px;
	border: 1.5px solid #5F5F5F;
	margin-top: 2px;
	margin-bottom: 2px;
}
#button{
	width: 31%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#submitbutton{
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 10px;
	background-color: transparent;
	border-radius: 5px;
	border: 1.5px solid #5F5F5F;
	color: #5F5F5F;
	margin-right: 100px;
	transition: background, color, .5s ease 0;
}
#clearbutton{
	border-left-style: none;
	border-right-style: none;
	border-bottom: none;
	border-top-style: none;
	background-color: transparent;
	padding: 10px;
	transition: background, color, .5s ease 0;
}
#submitbutton:hover {
	background-color: #DADADA;
	color: #C43C3E;
	border:1.5px solid #DADADA;
}
#clearbutton:hover {
	color: #C43C3E;
}

/*End Employment*/
/* Start Contact*/

#map-canvas{
	width: 100%;
	height: 500px;
	border-top: 10px solid #FFFFFF;
	margin-top: 0px;	
}
#fieldset h1{
	color: #5F5F5F;
	font-size: 40px;
	width: 100%
}
#fieldset{ border:none}
#input_div{
	float: left;
	width: 49%;
}
#textarea_div{
	float: right;
	width: 49%
}
#input_text{
	width: 100%;
	height: 40px;
	text-indent: 10px;
	border-radius: 8px;
	border: 1.5px solid #5F5F5F;
	margin-top: 2px;
	margin-bottom: 2px;
}
#text_area{
	width: 100%;
	height: 128px;
	border-radius: 8px;
	border: 1.5px solid #5F5F5F;
	padding-top: 10px;
	text-indent: 10px
}
#buttons{
	width: 100%;
	margin-top:20px
}
#submit{
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 10px;
	background-color: transparent;
	border-radius: 5px;
	border: 1.5px solid #5F5F5F;
	color: #5F5F5F;
	margin-right: 100px;
	transition: background, color, .5s ease 0;
}
#clear_button{
	border-left-style: none;
	border-right-style: none;
	border-bottom: none;
	border-top-style: none;
	background-color: transparent;
	padding: 10px;
	transition: background, color, .5s ease 0;
}
#submit:hover {
	background-color: #DADADA;
	color: #C43C3E;
	border:1.5px solid #DADADA;
}
#clear_button:hover {
	color: #C43C3E;
}
#green_text{
	color: #017F7E;
	text-decoration: none;
}

/* End Contact*/



@media (min-width: 768px) and (max-width: 1000px){
body{
	margin: 0px;
	padding: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	width: auto;
}
#main{
	width: 100%;
	float: left;
}
#inner_main{
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	float: none;
	width: 99%;
}
#main, #inner_main, header, nav, section, footer, #footer{ display:block}
/* Start Index*/

header{
	width: 100%;
	float: left;
	margin-bottom: 3px
}
#logo{
	float: left;
	width: 25%;
	height: 100px
}
#menu{
	float: right;
	width: 70%
}
#menu ul{ margin:0px; padding:0px}
#menu li{
	list-style: none;
	display: inline-block;
	text-decoration: none;
}
#menu li a{
	list-style: none;
	display: inline-block;
	text-decoration: none;
	padding: 8px;
	color: #5F5F5F;
	font-size: 16px;
	margin-top: 30px
}
#menu li a:hover, #active{
	list-style: none;
	display: inline-block;
	text-decoration: none;
	padding: 8px;
	color: #F8D47C;
	font-size:16px;
	border-bottom: 2px solid #F8D47C;
}
nav{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #45343E;
}
.slider{position: relative; margin: 0 auto;top: 0px; left: 0px; height: 400px; overflow: hidden;}
#our_box{
	width: 100%;
	color: #FFFFFF;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 15px;
}

#our_box h1{
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
}
#inner_main2{
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#box1, #box2, #box3{
	width: 31%;
	float: left;
	padding: 8px;
	margin: 0px
}
#box1 p, #box2 p, #box3 p{
	background-color: #45343E; /* #91C9D6 #2C2C2C #45343E*/
	margin: 0px;
	padding: 15px;
	color: #FFFFFF;
	font-size: 15px;
	box-shadow: 0px 0px 5px 0px #808080;
	text-align: center;
	border-radius: 5px
}
#more{
	color: #F8D47C;
	text-decoration: none;
	font-size: 18px
}
#link{
	color: #323232;
	text-decoration: underline;
	font-size: 16px
}
#link:hover{ color:#F8D47C}
#bottom_1{
	width:96%;
	float: left;
	color: #494949;
	text-align: justify;
	padding-left:2%
}
#bottom_2{
	width: 100%;
	float: left;
	color: #494949;
	text-align: center;
}
#bottom_3{
	width: 100%;
	float: left;
	color: #494949;
	text-align: justify;
}
#tab_1,#tab_2 {
	text-align: justify;
}
#tabs {
	float: left;
	font-size:14px
}
#tab_1 li,#tab_2 li {
	list-style-type: circle;
}

footer{
	width: 100%;
	float: left;
	padding-top: 10px;
	background-image: url(../img/footer_bg.jpg);
	color: #FFFFFF;
	font-size: 14px;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#footer{
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#address{
	width: 23%;
	float: left;
}
#phone{
	width: 36%;
	float: left;
}
#copyright{
	width: 32%;
	float: left
}
#cr{
	width: 20%;
	height: 65px
}
#fb{
	width: 40px;
	height: 40px;
	position: relative;
	left: 37%;
}
footer img{ float:left}
#flogo {
	width: 40%;
	height: 65px;
}

footer p{
	float: left;
	vertical-align: text-top;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#footer a{ color:#FFFFFF; text-decoration:none}
#clear{ clear:both}
/* End Index*/
/*Start About*/
#about_box{
	width: 100%;
	padding-bottom: 10px;
	color: #494949;
	font-size: 15px;
	text-align: justify;
}
#about_box h1 {
	font-size: 30px;
}

#gallery{
	width: 100%;
	padding-bottom: 15px;
	color: #494949;
	font-size: 15px;
	-webkit-box-shadow: 0px 0px 3px 0px #727272;
	box-shadow: 0px 0px 3px 0px #727272;
	text-align: center;
}
#gallery ul {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 4%;
	padding-bottom: 0px;
	display: block;
}

#gallery li{
	list-style: none;
	display: block;
	width: 22%;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	-webkit-box-shadow: 0px 0px 2px 1px #8C8C8C;
	box-shadow: 0px 0px 2px 1px #8C8C8C;
	margin-bottom: 15px;
}
#gallery a {
	color: #494949;
	text-decoration: none;
}

#gallery p {
	margin: 5px;

}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{
	position: absolute;
	bottom: 0px;
	background: url(images/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	top: 50%;
}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{
	position: absolute;
	bottom: 0;
	background: url(images/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	top: 50%;
	right: 0px;
}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{
	position: absolute;
	right: 0;
	background: url(images/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	top: 0px;
}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* End About*/
/*Start Services*/
#services_box{
	width: 100%;
	color: #FFFFFF;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 15px;
}
#services_box h1{
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
}

#service_box{
	width: 100%;
	float: left;
	padding-top: 10px;
	color: #494949;
	font-size: 15px;
	text-align: justify;
}
/* End Services*/

/* Start Equipment*/
#equipment{
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #494949;
	font-size: 15px;
	text-align: justify;
}
/* End Services*/

/* Start Equipment*/
#equipment{
	float: left;
	width: 100%;
	color: #494949;
	font-size: 15px;
}
#equipment h1 {
	font-size: 30px;
}

/* End Equipment*/
/* Start Employment*/
#employment{
	float: left;
	width: 100%;
	color: #494949;
	font-size: 15px;
	background-color: #E4E4E4;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 8px 0px #939393;
	box-shadow: 0px 0px 8px 0px #939393;
}
#fieldset_2{ border:none}
#inputs{
	width: 100%;
	margin: auto
}
#input{
	width: 80%;
	height: 20px;
	text-indent: 10px;
	border: 1.5px solid #5F5F5F;
	margin-top: 2px;
	margin-bottom: 2px;
}
#button{
	width: 50%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#submitbutton{
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 10px;
	background-color: transparent;
	border-radius: 5px;
	border: 1.5px solid #5F5F5F;
	color: #5F5F5F;
	margin-right: 100px;
	transition: background, color, .5s ease 0;
}
#clearbutton{
	border-left-style: none;
	border-right-style: none;
	border-bottom: none;
	border-top-style: none;
	background-color: transparent;
	padding: 10px;
	transition: background, color, .5s ease 0;
}
#submitbutton:hover {
	background-color: #DADADA;
	color: #C43C3E;
	border:1.5px solid #DADADA;
}
#clearbutton:hover {
	color: #C43C3E;
}

/*End Employment*/
/* Start Contact*/

#map-canvas{
	width: 100%;
	height: 300px;
	margin:0px;	
}
#fieldset h1{
	color: #5F5F5F;
	font-size: 30px;
	width: 100%
}
#fieldset{ border:none}
#input_div{
	float: left;
	width: 48%;
}
#textarea_div{
	float: right;
	width: 48%
}
#input_text{
	width: 100%;
	height: 30px;
	text-indent: 8px;
	border-radius: 8px;
	border: 1.5px solid #5F5F5F;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size:12px;
}
#text_area{
	width: 100%;
	height: 102px;
	border-radius: 8px;
	border: 1.5px solid #5F5F5F;
	padding-top: 8px;
	text-indent: 8px
}
#buttons{
	width: 100%;
	margin-top:15px
}
#submit{
	padding-top: 8px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 8px;
	background-color: transparent;
	border-radius: 5px;
	border: 1.5px solid #5F5F5F;
	color: #5F5F5F;
	margin-right: 80px;
	transition: background, color, .5s ease 0;
}
#clear_button{
	border-left-style: none;
	border-right-style: none;
	border-bottom: none;
	border-top-style: none;
	background-color: transparent;
	padding: 8px;
	transition: background, color, .5s ease 0;
}
#submit:hover {
	background-color: #DADADA;
	color: #C43C3E;
	border:1.5px solid #DADADA;
}
#clear_button:hover {
	color: #C43C3E;
}
#green_text{
	color: #017F7E;
	text-decoration: none;
}

/* End Contact*/

}


@media (min-width: 320px) and (max-width: 640px){
body{
	margin: 0px;
	padding: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#main{
	float: left;
	width:100%
}
#inner_main{
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	float: none;
	width: 100%;
}
/* Start Index*/

header{
	width: 100%;
	float: left;
}
#logo{
	float: left;
	width: 20%;
}
#logo img{ width:100%; height:auto}
.menu {
	display: block;
	float: right;
	z-index: 9999;
	width: 30%;
	position: relative;
}
#menu{
	display:none
}
nav{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #45343E;
}
.slider{position: relative; margin: 0 auto;top: 0px; left: 0px; height: 500px; overflow: hidden;}
#our_box{
	/* [disabled]float: left; */
	color: #FFFFFF;
	/* [disabled]padding-top: 7px; */
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 12px;
	width: 100%;
}
#our_box h1{
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
}
#truck {
	width: 70%;
}

#inner_main2{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 95%;
}
#box1, #box2, #box3{
	width: 100%;
	float: left;
	padding: 2px;
	margin: 0px
}
#box1 p, #box3 p{
	background-color: #45343E; /* #91C9D6 #2C2C2C #45343E*/
	margin: 0px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 12px;
	min-height: 200px;
	box-shadow: 0px 0px 5px 0px #808080;
	text-align: justify;
	border-radius: 5px
}
#box2 p{
	background-color: #45343E; /* #91C9D6 #2C2C2C #45343E*/
	margin: 0px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 12px;

	min-height: 150px;
	box-shadow: 0px 0px 5px 0px #808080;
	text-align: justify;
	border-radius: 5px
	}
#more{
	color: #F8D47C;
	text-decoration: none;
	font-size: 16px;
}
#link{
	color: #323232;
	text-decoration: underline;
	font-size: 12px
}
#link:hover{
	color: #F8D47C;
	font-size: 12px;
}
#bottom_1{
	width: 100%;
	float: left;
	color: #494949;
	text-align: justify;
	font-size: 12px;
}
#bottom_2{
	width: 100%;
	float: left;
	color: #494949;
	text-align: center;
	font-size: 12px;
}
#bottom_3{
	width: 100%;
	float: left;
	color: #494949;
	text-align: justify;
}
#tab_1,#tab_2 {
	text-align: justify;
}
#tabs {
	float: left;
	font-size: 12px;
	padding:0px
}
#tab_1 li,#tab_2 li {
	list-style-type: circle;
}

footer{
	width: 100%;
	float: left;
	padding-top: 10px;
	background-image: url(../img/footer_bg.jpg);
	color: #FFFFFF;
	font-size: 9px;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#footer{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 90%;
}
#address{
	width: 28%;
	float: left;
	padding: 0px
}
#phone{
	width: 42%;
	float: left;
	padding: 0px;
}
#copyright{
	width: 24%;
	float: left;
	padding: 0px
}
#cr{ width:30%; height:30px}
#flogo{
	width: 60%;
	height: 40px
}
#fb{
	width: 25px;
	height: 25px;
	position: relative;
	left: 30%;
}
footer img{ float:left}
footer p{
	float: left;
	vertical-align: text-top;
	margin-left: 5px;
}
#footer a{ color:#FFFFFF; text-decoration:none}
#clear{ clear:both}
/* End Index*/
/*Start About*/
#about_box{
	width: 100%;
	padding-bottom: 10px;
	color: #494949;
	font-size: 12px;
	text-align: justify;
}
#about_box h1 {
	font-size: 20px;
}

#gallery{
	width: 100%;
	padding-bottom: 15px;
	color: #494949;
	font-size: 12px;
	-webkit-box-shadow: 0px 0px 3px 0px #727272;
	box-shadow: 0px 0px 3px 0px #727272;
	text-align: center;
	float: left;
}
#gallery h1 {
	font-size: 20px;
}

#gallery ul {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	padding-left: 1%;
	padding-right: 0px;
}

#gallery li{
	list-style: none;
	display: block;
	width: 26%;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	-webkit-box-shadow: 0px 0px 2px 1px #8C8C8C;
	-moz-box-shadow: 0px 0px 2px 1px #8C8C8C;
	-ms-box-shadow: 0px 0px 2px 1px #8C8C8C;
	-o-box-shadow: 0px 0px 2px 1px #8C8C8C;
	box-shadow: 0px 0px 2px 1px #8C8C8C;
	margin-bottom: 15px;
}
#gallery a {
	color: #494949;
	text-decoration: none;
}

#gallery p {
	margin: 5px;

}
#g_img{
	height: 70px
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{
	position: absolute;
	bottom: 0px;
	background: url(images/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	top: 50%;
}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{
	position: absolute;
	bottom: 0;
	background: url(images/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	top: 50%;
	right: 0px;
}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{
	position: absolute;
	right: 0;
	background: url(images/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	top: 0px;
}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* End About*/
/*Start Services*/
#services_box{
	width: 100%;
	color: #FFFFFF;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 12px;
}
#services_box h1{
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}

#service_box{
	width: 100%;
	float: left;
	padding-top: 10px;
	color: #494949;
	font-size: 12px;
	text-align: justify;
}
/* End Services*/
/* Start Equipment*/
#equipment{
	float: left;
	width: 98%;
	color: #494949;
	font-size: 12px;
}
#equipment h1 {
	font-size: 20px;
}

/* End Equipment*/
/* Start Employment*/
#employment{
	float: left;
	width: 100%;
	color: #494949;
	font-size: 12px;
	background-color: #E4E4E4;
	margin-bottom: 8px;
	-webkit-box-shadow: 0px 0px 8px 0px #939393;
	box-shadow: 0px 0px 8px 0px #939393;
}
#employment h1 {
	font-size: 20px;
}
#fieldset_2{ border:none}
#inputs{
	width: 100%;
	margin: auto;
}
#input{
	width: 100%;
	height: 15px;
	text-indent: 8px;
	border: 1.5px solid #5F5F5F;
	margin-top: 2px;
	margin-bottom: 2px;
}
#button{
	width: 50%;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}
#submitbutton{
	padding-top: 8px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 8px;
	background-color: transparent;
	border-radius: 5px;
	border: 1.5px solid #5F5F5F;
	color: #5F5F5F;
	margin-right: 30px;
	transition: background, color, .5s ease 0;
}
#clearbutton{
	border-left-style: none;
	border-right-style: none;
	border-bottom: none;
	border-top-style: none;
	background-color: transparent;
	padding: 8px;
	transition: background, color, .5s ease 0;
}
#submitbutton:hover {
	background-color: #DADADA;
	color: #C43C3E;
	border:1.5px solid #DADADA;
}
#clearbutton:hover {
	color: #C43C3E;
}
#select{ width:100%}
#employment_tab{ display:none}
/*End Employment*/
/* Start Contact*/

#map-canvas{
	width: 100%;
	height: 350px;
	margin:0px;
	
}
#fieldset h1{
	color: #5F5F5F;
	font-size: 23px;
	width: 100%
}
#fieldset{ border:none}
#input_div{
	float: left;
	width: 48%;
	margin-right: 6%;
	margin-top: 0px;
}
#textarea_div{
	float: left;
	width: 40%
}
#input_text{
	width: 98%;
	height: 30px;
	text-indent: 5px;
	border-radius: 8px;
	border: 1.5px solid #5F5F5F;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 10px;
}
#text_area{
	width: 99%;
	height: 100px;
	border-radius: 8px;
	border: 1.5px solid #5F5F5F;
	text-indent: 5px;
	font-size: 10px;
	margin-top: 4px;
}
#buttons{
	width: 100%;
	margin-top: 10px
}
#submit{
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 5px;
	background-color: transparent;
	border-radius: 5px;
	border: 1.5px solid #5F5F5F;
	color: #5F5F5F;
	margin-right: 50px;
	transition: background, color, .5s ease 0;
}
#clear_button{
	border-left-style: none;
	border-right-style: none;
	border-bottom: none;
	border-top-style: none;
	background-color: transparent;
	padding: 5px;
	transition: background, color, .5s ease 0;
}
#submit:hover {
	background-color: #DADADA;
	color: #C43C3E;
	border:1.5px solid #DADADA;
}
#clear_button:hover {
	color: #C43C3E;
}
#green_text{
	color: #017F7E;
	text-decoration: none;
}

/* End Contact*/

}
