.main_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	background-color: #cff5ff;
	min-width:320px;
	max-width:1200px;
	top: -8px;
	width: 100%;
	position: relative;
	margin: auto;
}

.header {
	background-image: url(resource/horizon_masthead.jpg);
	height: 200px;
	width: 100%;
}
.menu_main {
	background-color: #0087a8;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cff5ff;
	border-bottom-color: #333;
	padding-top: 5px;
}
.military_banner {
	background-image: url(images/teaser_bg.jpg);
	text-align: center;
	padding: 10px;
	background-repeat: no-repeat;
	border: 1px solid rgb(0,175,200);
}
.info_company {
	float: left;
}
.showcase{
	max-width:1000px;
	display:block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}
.insignia {
	box-shadow: -3px 3px 5px rgba(0,0,0,.5);
	border: 1px solid #000;
	border-radius: 50px;
}
.menubox_icon {
	height: 90px;
	width: 134px;
}

.menu_boxes {
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
.menubox_about {
	background-color: #00708b;
	height: 300px;
	width: 30%;
	min-width: 300px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	left: 0px;
	margin: 10px;
	display: inline-block;
	border: 1px solid #000;
}
.menubox_roofing {
	background-color: #009ec4;
	height: 300px;
	width: 30%;
	min-width: 300px;
	color: #FFF;
	font-weight: bold;
	margin: 10px;
	display: inline-block;
	text-align: center;
	border: 1px solid #000;
}
.menubox_financing {
	background-color: #00708b;
	height: 300px;
	width: 30%;
	min-width: 300px;
	color: #FFF;
	font-weight: bold;
	margin: 10px;
	display: inline-block;
	border: 1px solid #000;
}
.menubox_copy {
	text-align: center;
	width: 85%;
	font-weight: normal;
	color: #FFF;
	height: 160px;
	position: relative;
	left: 7%;
	top: 10px;
}
.button_orange {
	background-color: #00708b;
	width: 80%;
	left: 10%;
	padding: 2px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #000;
	border-left-color: #000;
}
.button_yellow {
	background-color: #009ec4;
	width: 80%;
	left: 10%;
	padding: 2px;
	position: relative;
	color: #FFF;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #000;
	border-left-color: #000;
}

.schedule {
	display: inline-block;
	margin-bottom: 10px;
}
.field_box {
	height: 400px;
	width: 320px;
	background-color: #009ec4;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	border: thin solid #000;
	margin: auto;
	display: inline-block;
}
.schedule_text {
	width: 300px;
	height: 420px;
	display: inline-block;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.schedule_graphic {
	display: inline;
}

.input_container {
}

.input_title {
	left: 40px;
	position: relative;
	text-align: left;
}
.button_submit {
	background-color: #00708b;
	font-weight: bold;
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 110px;
	margin: auto;
	border-top: 1px solid rgb(255,255,255);
	border-right: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgb(0,0,0);
	border-left: 1px solid rgb(0,0,0);
}

.field_title {
	font-size: 18px;
	font-weight: bold;
	background-color: #00708b;
	padding: 5px;
	color: #FFF;
	text-align: center;
	font-style: normal;
}
.icon_container {
	width: 100%;
}
input, textarea {
	font-size: 100%;
	color: #5a5854;
	background-color: #cff5ff;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	padding: 5px 5px 5px 30px;
	background-repeat: no-repeat;
	background-position: 8px 9px;
	display: block;
	margin-right: 5px;
	margin-left: 10px;
	width: 75%;
}

input:focus, input:hover {
	background-color: #ffffff;
	border: 1px solid rgb(50,100,200);
}

textarea:focus, textarea:hover {
	background-color: #ffffff;
	border: 1px solid rgb(50,100,200);
}

input#email {
	background-image: url("resource/icon_email.png");
}
input#name {
	background-image: url("resource/icon_name.png");
}
input#phone {
	background-image: url("resource/icon_phone.png");
}
textarea#message {
	background-image: url("resource/icon_message.png");
	background-repeat: no-repeat;
}
.different {
	background-color: #00708b;
	max-width:1000px;
	display:inline-block;
	text-align: center;
	padding: 20px;
	border: 1px solid #000;
	position: relative;
	margin: auto;
}
.different_headline {
	float: left;
	height: 136px;
}
.different_text {
	float: right;
	color: #FFF;
	width: 40%;
	min-width:260px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.roofer_reviews {
	background-image: url(images/roofer_reviews.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	width: 80%;
	margin: auto;
	display:inline-block;
	text-align: center;
	padding: 10px;
	border: 1px none #09F;
}
.review_headline {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
.roofer_text {
	max-width: 650px;
	left: 10%;
	margin-top: 10px;
	margin-left: 10%;
	width: 80%;
}
.the_promise {
	display: inline-block;
	background-color: #00708b;
	width: 90%;
	margin-top: 15px;
	text-align: center;
	border: 1px solid #000;
}
.the_promise_headline {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	margin-top: 15px;
}
.button_container {
	text-align: center;
	height: 60px;
}


.button_promise {
	background-color: #009ec4;
	padding: 2px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 60%;
	display:block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5%;
	left: 15%;
	position: relative;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.footer {
	background-color: #00708b;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #433938;
}
.footer_company {
	text-align: center;
	font-size: 13px;
	padding: 5px;
	height: 70px;
	width: 250px;
	float: left;
}
.footer_copyright {
	font-size: 12px;
	width: 120px;
	padding: 5px;
	height: 70px;
	float: left;
}
.footer_credit_cards {
	font-size: 14px;
	padding: 5px;
	width: 150px;
	height: 70px;
	float: right;
}
.footer_financing {
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	width: 260px;
	float: right;
}
.footer_social {
	width: 100%;
	float: left;
}
.footer_links {
	text-align: center;
	width: 100%;
	float: left;
}
.footer_info {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	min-width:320px;
	max-width:820px;
}
.border_img {
	border: 1px solid rgb(255,255,255);
	box-shadow: -3px 3px 5px rgba(0,0,0,.5);
}
