﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
@media only screen and (max-width: 500px) {
    #menu {
        background-color: lightblue;
    }
}
/* =============================================================
          menu
 ============================================================ */
#menu{
	position: fixed;
	background-color: #000000;
	font-family: Arial, Verdana, Georgia, sans-serif;
	color: #FFF;
	left: 0px;
	top: 0px;
	width: 100%;
	border: 1px none #999;
	display: inline-block;
}




#menu #menu_inner_container #menu_showhide #menu_img_vert{
	display: none;
	float:left;
}	
#menu #menu_inner_container #menu_showhide #menu_img_hori{
	display: none;
}

#menu_phone{
	/* border: 0px none #515151; */
	float: right;
	display: fixed;
	color: #F60;
	font-size: x-large;
	font-weight: bold;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 4px;
	
	text-shadow: 1px 1px 3px #CCCCCC;
}

#menu #menu_inner_container{
	display: block;
}

#menu #menu_items{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
	float:left;
}


.menu_buttons{
	display: inline-block;
	background-color: #1A1A1A;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.menu_buttons a{
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Verdana, Georgia, sans-serif;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.menu_buttons a:hover, .menu_buttons:hover  {
	background-color: #666;
	padding-bottom: 8px;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 0px;
	margin-left: 0px;
	color: #F90;
    border-radius: 5px 5px 0px 0px;	
}

/* =============================================================
          END menu
 ============================================================ */
/* =============================================================
          sec-home
 ============================================================ */
#sec-home {
	border: 1px solid #F00;
	background-color: #FFFFFF;
	position: relative;
	width: 100vw;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 80px;
}
#sec-home #sec-home_sub_header a{
	background-color: #F58634;
	padding: 4px 8px 4px 8px;
	margin-right: 0px;
	margin-left: 0px;
	color: #000;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 2.5vh;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F8AB72;
	border-right-color: #ED6B0C;
	border-bottom-color: #ED6B0C;
	border-left-color: #F8AB72;
	font-weight: normal;
	text-shadow: 0px 0px 0px #000;

}

#sec-home_header{
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: center;
	padding: 10px;
}
#sec-home_header div{
	text-align: center;
	min-width: 300px;
	min-height: 50px;
	font-size: 5vh;
	font-weight: bold;
	display: inline-block;
	float: none;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-shadow: 1px 1px 5px #FF9900;
}
#sec-home_header #middlediv{
	border: 1px none #000;
}
#sec-home_body{
	width: 100%;
    display: flex;              /* establish flex container */
    flex-direction: row;     /* stack flex items vertically */
	justify-content:space-around;
    align-items: center;        /* center items horizontally, in this case */
	flex-wrap: wrap;
}
#sec-home_body div{
	text-align: center;
	min-width: 300px;
	font-size: 5vh;
	font-weight: bold;
	padding: 20px;
}

#sec-home_sub_header{
	text-shadow: 1px 1px 0px #000000;
	color: #F90;
	/* border: 0px none #515151; */
	text-align: center;
	min-width: 300px;
	min-height: 50px;
	font-size: 6vh;
	font-weight: bold;
	display: inline-block;
	float: none;
}
#sec-home_body_footer{
	width: 100%;
    display: flex;              /* establish flex container */
    flex-direction: row;     /* stack flex items vertically */
	justify-content: center;
    align-items: center;        /* center items horizontally, in this case */
	flex-wrap: wrap;
}
#sec-home_body_footer div{
	text-align: center;
	min-width: 300px;
	font-size: 5vh;
	font-weight: bold;
	padding: 5px;
}
/* =============================================================
          END sec-home
 ============================================================ */








.home_header {
	width: 100%;
	color: #000;
}
.home_header div {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	font-size: xx-large;
	font-size: 2.5vw;
	font-weight: bold;
	width: 33%;
	min-width: 380px;
	display:inline-block;
}
.home_header div div{
	color: #FF0;
}
.home_header div div div{
	color: #0F0;
}

.home_text {
	font-family: Verdana, Geneva, sans-serif, Arial;
}
.home_logo {
}
#sec-basic {
	font-family: Arial, Helvetica, sans-serif;	
	border: 1px solid #666;
	background-color: #515BA6;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	width: 100%;
}
#sec-basic_header{
	width: 100%;
	text-shadow: 1px 1px 0px #000;
	color: #F90;
	/* border: 0px none #515151; */
	text-align: left;
	font-size: 6vh;
	font-weight: bold;
	display: inline-block;
	float: none;
	color: #ff9900;
}
#sec-basic_footerlink{
	text-align:right;
}
#sec-basic #sec-basic_footerlink a{
	background-color: #F58634;
	padding: 4px 8px 4px 8px;
	margin-right: 0px;
	margin-left: 0px;
	color: #000;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 4vh;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F8AB72;
	border-right-color: #ED6B0C;
	border-bottom-color: #ED6B0C;
	border-left-color: #F8AB72;
	font-weight:bold;
}

#sec-basic_sub_header{
	text-shadow: 1px 1px 2px #069;
	color: #F90;
	/* border: 0px none #515151; */
	text-align: left;
	min-width: 300px;
	min-height: 50px;
	font-size: 3vh;
	font-weight: bold;
	float: none;
	color: #003;
}
#sec-basic_body{
	text-align: center;
	width: 100%;
	vertical-align: top;
}
#sec-basic_body div{
	text-align: center;
	display: inline-block;
	width: auto;
	min-width: 30%;
	max-width: 40%;
	vertical-align: top;
}
#sec-basic_body div ul{
	display: auto;
	width: 100%;
	text-align: left;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: 2vh;
	vertical-align: top;
	font-weight: bold;
}
#sec-basic_body div ul li{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
#sec-basic .section p strong {
	color: #ff9900;
}







#sec-about {
	border: 3px solid #063;
	background-color: #CCC;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
























































#sec-pickupextended {
	border: 3px solid #063;
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#sec-pickupextended {
	border: 1px solid #F00;
	background-color: #FFFFFF;
	position: relative;
	width: 100vw;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 80px;

}




#sec-pickupextended_footerlink{
	text-align:right;
}
#sec-pickupextended #sec-pickupextended_footerlink a{
	background-color: #F58634;
	padding: 4px 8px 4px 8px;
	margin-right: 0px;
	margin-left: 0px;
	color: #000;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 4vh;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F8AB72;
	border-right-color: #ED6B0C;
	border-bottom-color: #ED6B0C;
	border-left-color: #F8AB72;
	font-weight:bold;
}
#sec-pickupextended_header{
	width: 100%;
	text-shadow: 1px 1px 0px #F90;
	color: #000;
	text-align: left;
	font-size: 6vh;
	font-weight: bold;
	display: inline-block;
	float: none;
}

#sec-pickupextended_sub_header{
	text-shadow: 1px 1px 2px ##D4D4D4;
	/* border: 0px none #515151; */
	text-align: left;
	min-width: 300px;
	min-height: 50px;
	font-size: 3vh;
	font-weight: bold;
	float: none;
	color: #515BA6;
}
#sec-pickupextended_body{
	text-align: center;
	width: 100%;
	vertical-align: top;
}
#sec-pickupextended_body div{
	width: auto;
	min-width: 30%;
	max-width: 40%;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#sec-pickupextended_body div ul{
	display: auto;
	width: auto;
	text-align: left;
	color: #039;
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: large;
	vertical-align: top;
}




















#sec-infoextended {
	border: 3px solid #063;
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#sec-infoextended {
	border: 1px solid #F00;
	background-color: #FFFFFF;
	position: relative;
	width: 100vw;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 80px;

}




#sec-infoextended_footerlink{
	text-align:right;
}
#sec-infoextended #sec-infoextended_footerlink a{
	background-color: #F58634;
	padding: 4px 8px 4px 8px;
	margin-right: 0px;
	margin-left: 0px;
	color: #000;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 4vh;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F8AB72;
	border-right-color: #ED6B0C;
	border-bottom-color: #ED6B0C;
	border-left-color: #F8AB72;
	font-weight:bold;
}
#sec-infoextended_header{
	width: 100%;
	text-shadow: 1px 1px 0px #F90;
	color: #000;
	text-align: left;
	font-size: 6vh;
	font-weight: bold;
	display: inline-block;
	float: none;
}

#sec-infoextended_sub_header{
	text-shadow: 1px 1px 2px ##D4D4D4;
	/* border: 0px none #515151; */
	text-align: left;
	min-width: 300px;
	min-height: 50px;
	font-size: 3vh;
	font-weight: bold;
	float: none;
	color: #515BA6;
}
#sec-infoextended_body{
	text-align: center;
	width: 100%;
	vertical-align: top;
}
#sec-infoextended_body div{
	width: auto;
	min-width: 30%;
	max-width: 40%;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#sec-infoextended_body div ul{
	display: auto;
	width: auto;
	text-align: left;
	color: #039;
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: large;
	vertical-align: top;
}































































#sec-contact {
	border: 3px solid #063;
	background-color: #CCC;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.section{
	font-family: Verdana, Geneva, sans-serif, Arial;
	width: 90%;
}
.section h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 45px;
	color: #333;
}
#sec-extended {
	border: 3px solid #063;
	background-color: #CCC;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#sec-extended {
	border: 1px solid #FFF;
	background-color: #F90;
	font-family: Arial, Helvetica, sans-serif;	
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	width: 100%;

}
#sec-extended_footerlink{
	text-align:right;
}
#sec-extended #sec-extended_footerlink a{
	background-color: #515BA6;
	padding: 4px 8px 4px 8px;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFF;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4vh;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6670B5;
	border-right-color: #434B89;
	border-bottom-color: #434B89;
	border-left-color: #6670B5;
}
#sec-extended_header{
	width: 100%;
	text-shadow: 1px 1px 0px #FFF;
	color: #515BA6;
	text-align: left;
	font-size: 6vh;
	font-weight: bold;
	display: inline-block;
	float: none;
}

#sec-extended_sub_header{
	text-shadow: 1px 1px 2px #FFF;
	/* border: 0px none #515151; */
	text-align: left;
	min-width: 300px;
	min-height: 50px;
	font-size: 3vh;
	font-weight: bold;
	float: none;
	color: #003;
}
#sec-extended_body{
	text-align: center;
	width: 100%;
	vertical-align: top;
}
#sec-extended_body div{
	width: auto;
	min-width: 30%;
	max-width: 40%;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#sec-extended_body div ul{
	display: auto;
	width: auto;
	text-align: left;
	color: #039;
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: large;
	vertical-align: top;
}
#sec-about {
	border: 1px solid #009;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	width: 100%;
}
#sec-about_header{
	width: 100%;
	text-shadow: 1px 1px 0px #F90;
	color: #000;
	text-align: left;
	font-size: 6vh;
	font-weight: bold;
	display: inline-block;
	float: none;
}
#sec-about_sub_header{
	color: #F90;
	/* border: 0px none #515151; */
	text-align: left;
	min-width: 300px;
	min-height: 50px;
	font-size: 3vh;
	font-weight: bold;
	float: none;
	color: #333333;
}
#sec-about_body{
	text-align: center;
	width: 100%;
	vertical-align: top;
}
#sec-about_body div{
	width: auto;
	min-width: 60%;
	
	vertical-align: top;
	text-align: left;
	vertical-align: top;
	color: #039;
}
#sec-about_body div ul{
	display: auto;
	width: auto;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: large;
	vertical-align: top;
}




.sec-area{
	width: 100%;
	text-shadow: 1px 1px 0px #FFF;
	color: #515BA6;
	text-align: center;
	font-size: 4vh;
	font-weight: bold;
	display: inline-block;
	float: none;
}











#sec-contact {
	font-family: Arial, Helvetica, sans-serif;	
	border: 1px solid #666;
	background-color: #515BA6;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	width: 100%;
}
#sec-contact_header{
	width: 100%;
	text-shadow: 1px 1px 0px #000;
	color: #F90;
	/* border: 0px none #515151; */
	text-align: left;
	font-size: 6vh;
	font-weight: bold;
	display: inline-block;
	float: none;
	color: #ff9900;
}
#sec-contact_sub_header{
	text-shadow: 1px 1px 2px #FFF;
	color: #F90;
	/* border: 0px none #515151; */
	text-align: left;
	min-width: 300px;
	min-height: 50px;
	font-size: 3vh;
	font-weight: bold;
	float: none;
	color: #003;
}
#sec-contact_body{
	text-align: center;
	width: 100%;
	vertical-align: top;
}
#sec-contact_body div{
	text-align: center;
	display: inline-block;
	width: auto;
	min-width: 30%;
	max-width: 40%;
	vertical-align: top;
}
#sec-contact_body div ul{
	display: auto;
	width: 100%;
	text-align: left;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: large;
	vertical-align: top;
}
#sec-contact .section p strong {
	color: #ff9900;
}
