.main_container {
	max-width: 1200px;
    min-width: 320px;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    top: -7px;
    position: relative;
}
.menu_main {
	background-color: #104f87;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1DA6DE;
	border-bottom-color: #1A2730;
	border-right-width: 0px;
	border-left-width: 0px;
}

.header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
.services1 {
	background-image: url(images/index_bg1.jpg);
	overflow: hidden;
	height: 135px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.services2 {
	background-image: url(images/index_bg2.jpg);
	overflow: hidden;
	height: 135px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.company_info {
	height: 110px;
	width: 110px;
	color: #FFF;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}
.company_slogan {
	height: 110px;
	width: 110px;
	color: #1DA6DE;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	float: left;
}
.bold_white {
	font-weight: bold;
	color: #FFF;
}
.phone_numbers {
	font-weight: bold;
	color: #1DA6DE;
	height: 127px;
	width: 150px;
	padding-right: 10px;
	float: right;
}
.our_story {
	display: inline-block;
	background-color: #b1e8ff;
	width: 100%;
}
.showcase {
	display: inline-block;
	width: 50%;
	min-width: 320px;
	padding-top: 20px;
}
.story_text {
	display: inline-block;
	background-color: #b1e8ff;
	width: 300px;
	padding: 20px;
}
.footer {
	background-color: #104f87;
	float: left;
	width: 100%;
	color: #B1E8FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1DA6DE;
	border-bottom-color: #1A2730;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
}
.bold_blue {
	font-weight: bold;
	color: #1DA6DE;
}
.footer_phone_l {
	height: 20px;
	width: 220px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
}
.footer_phone_r {
	height: 20px;
	width: 220px;
	float: right;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
}
.img_border {
	border: 1px solid #104f87;
	border-radius: 20px;
	box-shadow: -3px 3px 5px rgba(0,0,0,.5);
	margin: 3px;
}

