/* !General */
* {
	margin: 0;
	font-family: "museo-sans",sans-serif;
}

body {
	margin: 0;
}

p {	
	line-height: 140%;
	margin-bottom: 10px;
}

li {
	line-height: 140%;
	margin-bottom: 6px;
	margin-left: 2px;
}

a:link,
a:visited {
	color: #009245;
	text-decoration: none;
}

a:active,
a:hover {
	color: #009245;
	text-decoration: underline;
}


span.reg {
	font-size: 50%;
	vertical-align: super;
}

#main-outer {
	margin: 0;
	width: 100%;
	padding-top: 108px;
}

.underline {
	font-weight: 900;
}

.indent {
	padding-left: 20px;
}

/* !Header */

#header-band {
	position: fixed;
	top: 0;
	margin: 0;
	width: 100%;
	height: 108px;
	background-color: white;
	border-bottom: 1px solid #eaf9ff;
	z-index: 999;
}

#header-block {
	margin-left: 5%;
	margin-right: auto;
	width: 80%;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#header-logo {
	float: left;
	background-image: url('../img/orc-logo-120.png');
	background-size: 70%;
	background-repeat:no-repeat;
	margin-top: 15px;
	height: 118px;
	width: 223px;
}

#header-nav {
	float: right;
	text-transform: uppercase;
	font-size: 14px;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0px;
}

#header-nav ul {
	list-style: none;
	margin: 0;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#header-nav ul li {
	float: left;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;

}

#header-nav ul li a {
	line-height: 108px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	margin-left: 10px;
}

#header-nav ul li a:link,
#header-nav ul li a:visited {
	color: black;
}

#header-nav ul li a:hover,
#header-nav ul li a:active {
	color: #29ABE2;
}

/* !Hero */

#hero-band {
	width: 100%;
	height: 25%;
	min-width: 80%;
	margin-top: 0%;
	background-image: url('../img/hero-image.jpg');
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #D1EEEB;
}

#hero-block {
	width: 80%;
	height: 25%;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

#hero-text {
	width: 70%;	
	height: 100%;
}

#hero-text h1 {
	margin: 0;
	padding: 5% 0% 5% 0%;
	font-size: 280%;
	font-style: normal;
	font-weight: 900;
	color: white;
	text-shadow: 1px 2px 3px #249795;
	text-transform: uppercase;
}

/* !Logo */

#logo-band {
	width: 100%;
	height: 25%;
	min-width: 80%;
	background-image: url('../img/grad.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 18px; 
	margin-bottom: 18px; 
	background-color: #D1EEEB;
}
#logo-block {
	width: 80%;	
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

#logo-text {
	width: 80%;	
	height: 100%;
	color: white;
	font-size: 125%;
	padding: 5% 0% 5% 0%;
	margin: 0;
}

/* !History */

#history-band {
	width: 100%;
	min-width: 80%;
	background-image: url('../img/grad-rev.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 18px; 
	margin-bottom: 18px; 
	background-color: #e0fffc;
}

#history-block {
	width: 80%;	
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding: 2% 0% 4% 0%;
}

#history-text {
	width: 48%;
	height: 100%;
	color: white;
	margin: 0;
}

#history-text p {
	font-weight: 300;
}

#history-image-block {
	width: 48%;
	height: 100%;
	color: black;
	margin: 0;
	float: right;
}

img#history-image {
	width: 100%;

}

@media only screen and (max-width: 700px) {
	#history-text {
		width: 100%;
	}

	#history-image-block {
		width: 100%;
		float: none;
	}
}

/* !Ideadvance */

#ideadvance-band {
	width: 100%;
	height: 100%;
	min-width: 80%;
	margin-bottom: 18px; 
}

#ideadvance-block {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 0px 5px 0px;
}

#ideadvance-column-a {
	width: 48%;
	margin: 0px 0px 0px 0px;
	padding: 0% 0% 5% 0%;
	font-size: 76%;
	font-weight: 900;
	color: #888888;
	font-style: italic;
}

img#ideadvance-logo {
	width: 50%;
	height: 50%;
	float: right;
}
@media only screen and (max-width: 700px) {
	#ideadvance-column-a {
		width: 100%;
	}
	img#ideadvance-logo {
		width: 100%;
		float: none;
	}
}

/* !About */
#about-band {
	background-color: #D1EEEB;
	width: 100%;
	float: left;
}

#about-columns {
	width: 80%;
	max-width: 800px;
	margin: 0% auto;
	padding: 2% 0% 5% 0%;
}

#about-columns div {
	width: 48%;
	margin: 0px 0px 0px 0px;
	padding: 0% 0% 5% 0%;

}


#about-column-a {
	width: 48%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0% 0% 5% 0%;


}

#about-column-b {
	width: 48%;
	float: right;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0% 0% 5% 0%;

}
@media only screen and (max-width: 700px) {
	#about-columns div {
		width: 100%;
	}
	#about-column-a {
		width: 100%;
		float: none;
	}
	#about-column-b {
		width: 100%;
		float: none;
		background-color: blue;
	}
}

#about-columns p {
	font-size: 85%;
	font-style: normal;
	font-weight: 300;
	margin: 5px 0px 0px 0px;
}

#about-columns h3 {
	font-size: 110%;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

/* !Products */

#products-band {
	background-color: white;
	width: 100%;
	float: left;
}

#products-columns {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	padding: 2% 0% 5% 0%;
}

#products-about-block {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	padding: 2% 0% 2% 0%;

}


#products-column-a {
	width: 48%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0% 0% 5% 0%;


}

#products-column-b {
	width: 48%;
	float: right;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0% 0% 5% 0%;

}

@media only screen and (max-width: 700px) {
	#products-column-a {
		width: 100%;
		float: none;
	}
	
	#products-column-b {
		width: 100%;
		float: none;
	}
}

#products-columns h2 {
	font-size: 160%;
	font-style: normal;
	font-weight: 900;
	text-transform: lowercase;
	margin-top: 30px;
}

#products-columns h3 {
	font-size: 110%;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

/* !Footer */

#footer-band {
	width: 100%;
	height: 100%;
	background-color: #D1EEEB;
	clear:both;
	margin: 0;
}

#footer-block {
	width: 80%;
	margin: 0px;
	background-color: #D1EEEB;
	margin-left: auto;
	margin-right: auto;
}

/* !Social */

#social-block {
	width: 100%;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

#social-block ul {
	width: 100%;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#social-block ul li {
	width: 30px;
	margin-right: 20px;
	float: left;
}

#social-block img {
	width: 100%;
}

/* !Contact */

#contact-block {
	width: 100%;
	color: #009245;
	padding: 5% 0% 0% 0%;
	margin-left: auto;
	margin-right: auto;
}

#contact-block h2 {
	font-size: 200%;
	font-style: normal;
	font-weight: 900;
	margin: 0;
	padding: 0;
}

#contact-block h3 {
	font-size: 110%;
	font-style: normal;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 10px;
}

#contact-block p {
	font-size: 12px;
	font-style: normal;
	font-weight: 900;text-transform: uppercase;
}

#contact-block a:link,
#contact-block a:visited {
	color: #009245;
	text-decoration: none;
}

#contact-block a:hover,
#contact-block a:active {
	color: #29ABE2;
}

#copyright-block {
	width: 100%;
	color: #009245;
	padding: 0% 0% 5% 0%;
	margin-left: auto;
	margin-right: auto;
}

/* !Misc */

