@import url("fonts/stylesheet.css");

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/*background-image: url(../images/background.png);
	background-repeat: repeat-x;*/
}
img {
	max-width: 100%;
}
.clearIt {
	clear:both;
}
.clearLine {
	clear:both;
	height: 5px;
	border-bottom: solid 2px #C5D939;
	margin-bottom: 5px;
}
#opening {
	position: absolute;
	top: 114px;
	bottom: 35px;
	width: 100%;
	/* height: 100vh; */
	min-height: 325px;
	text-align: center;
	overflow-y: hidden ! important;
        overflow-x: hidden ! important;
        background-color: #f8f8f8;
        background-size: cover;
        /* background-size: contain; */ 
        background-repeat: no-repeat;
        background-position: top;
	z-index: 0;
}
#frontSpacer {
	position:relative;
	min-height: 325px;
}
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 114px;
	padding: 0px;
	background-color: #F5E0CF;
	background-image: url(../images/monkey-back.png);
	border-bottom: solid 1px #000000;
	z-index: 99;
	background-repeat: no-repeat;
	background-position: right center;
}
#headerInside {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 114px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/monkey-back.png);
	border-bottom: solid 1px #000000;
	z-index: 99;
	background-repeat: no-repeat;
	background-position: right center;
}
#logo {
	position: relative;
	float: left;
	width: 110px;
	margin: 0px 0px 0px 35px;
	max-width: 100%;
	z-index: 10;
}
#slogan {
	position: relative;
	width: 100%;
	height: 62px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
	vertical-align:bottom;
}
#sloganRight {
	float: left;
	width: 55%;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	line-height: 40px;
}
#sloganLeft {
	position: absolute;
	top: 10%;
	left: 10%;
	max-width: 80%;
	overflow:visible;
	text-align: left;
}
#sloganLeft h1 {
	font-family: SourceSansProBlack, sans-serif;
	font-size: 42px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.1);
	font-weight: bold;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
}
#sloganLeft p {
	font-family: OpenSansCondensedBold, sans-serif;
	font-size: 32px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.1);
	font-weight: bold;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
}
#social {
	float: right;
	margin: 0px 25px 0px 0px;
}
#social img {
	height: 30px;
	margin: 7px 8px;
}
#banner {
	clear:both;
	position: relative;
	width: 100%;
}

#mainContent {
	position: relative;
	width: 100%;
	background-color:#FFFFFF;
	overflow:hidden;
}

#mainArea {
	position: relative;
	top: 110px;
	width: 90%;
	margin: 10px auto;
}

#footer {
	position: absolute;
	width: 100%;
	margin: 0px;
	bottom: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	height: 35px;
	overflow:visible;
	background-color: #FFFFFF;
	/* background-image: url(../images/blue-90.png); */
	border-top: solid 1px #000000;
}
#mobileNav ul {
	clear:both;
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	border: solid 1px #000000;
	display: none;
}
#mobileNav ul li {
	display: inline;
	white-space: nowrap;
	margin: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
#mobileNav ul .largeLink {
	display: none;
}
#mobileNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
#mobileNav ul li a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}

#colContainer {
	float:left;
    overflow: hidden;
}
#colRow {
	float:left;
    position: relative;
    left:75%;
	border-left: solid 1px #000000;
}
.leftColxx {
	position: relative;
    right:75%;
	float: left;
	width: 73%;
	border: solid 1px black;
}
.rightColxx {
	position: relative;
    right:75%;
	float: right;
	width: 23%;
	padding-right: 10px;
	border: solid 1px red;
}
.leftCol {
	position: relative;
    float: left;
	width: 73%;
	border: solid 1px black;
}
.rightCol {
	position: relative;
    float: right;
	width: 23%;
	padding-right: 10px;
	border: solid 1px red;
}

.basicTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 165%;
	color: #666666;
	text-decoration: none;
}
.smallTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
}
.picBorder {
	margin: 5px;
	border: solid 1px #333333;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #203A73;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #203A73;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #203A73;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
	background-color: #C5D939;
	border-radius: 6px;
	padding: 5px 5px 5px 12px;
	margin: 0px;
	display: block;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.redLink {
	color: #DD0000;
	font-weight: bold;
}
.caption {

}


@media only screen and (max-width: 1100px) {
	#sloganRight {
	
	}
	#navigation {
	display: none;
	}

}

@media only screen and (max-width: 1050px) {
	#opening {
	position: relative;
	top: 0px;
	width: 100%;
	max-width: 100%;
	max-height: 400px;
	text-align: center;
	overflow-y: hidden ! important;
        overflow-x: hidden ! important;
        background-color: #f8f8f8;
        background-size: auto;
        /*background-size: contain; */
        background-repeat: no-repeat;
        background-position: top;
		border: solid 1px black;
	}
	
	#header {
	position: relative;
	background-color: #F5E0CF;
	background-image: url(../images/monkey-back.png);
	border-bottom: solid 1px #000000;
	z-index: 99;
	background-repeat: no-repeat;
	background-position: center center;
	}
	#logo {
	position: relative;
	width: 100%;
	max-width: 100%;
	z-index: 10;
	margin: 0px;
	text-align: center;
	}
	#logo img {
	width: 110px;
	margin: auto;
	}
	#slogan {
	position: relative;
	height: 65px;
	clear:both;
	display: none;
	}
	#sloganLeft {
	position: absolute;
	bottom: 50px;
	left: 15px;
	max-width: 100%;
	width: 100%;
	overflow:visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.8);
	font-weight: bold;
	text-align:center;
	}
	#sloganRight {
	clear:both;
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align:center;
	line-height: 28px;
	}
	#social {
	float: none;
	margin: 0px auto;
	text-align:center;
	}
	#banner {
	/* border-bottom: solid 2px #333399; */
	}
	#colContainer {
	float:none;
    overflow: hidden;
	}
	#colRow {
	float:none;
    position: relative;
    left:0%;
	border-left: solid 0px #000000;
	}
	.leftCol {
	position: relative;
    right:0%;
	float: left;
	width: 100%;
	}
	.rightCol {
	position: relative;
    right:0%;
	float: right;
	width: 100%;
	padding-right: 0px;
	}
	h1 {
	font-size: 24px;
	}
	h2 {
	font-size: 18px;
	}
	h3 {
	font-size: 24px;
	}
	h4 {
	font-size: 16px;
	}
	#footer {
	position: relative;
	width: 100%;
	margin: 0px;
	bottom: auto;
	height: auto;
	overflow:visible;
	background-color: #FFFFFF;
	}
	#mobileNav ul {
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	display: block;
	}
	#mobileNav ul .largeLink {
	display: block;
	}
	#mobileNav ul li {
	display: block;
	white-space: nowrap;
	margin: 0px 0px;
	padding: 10px 0px;
	background-color: #F5E0CF;
	border-bottom: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	}
	#mobileNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	}
	#mobileNav ul li a:hover {
	color: #666666;
	text-decoration: underline;
	}
	#mobileNav ul li:hover {
	background-color: #EBD8C9;
	}
	#footer .sub {
	font-size: 16px;
	background-color: #FFFFFF;
	}
	#footer .sub:hover {
	font-size: 16px;
	background-color: #EFEFEF;
	}
	#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	}
	
}
@media only screen and (max-width: 460px) {
	#logo {
	float: none;
	width: 252px;
	margin: 0px auto 0px auto;
	max-width: 100%;
	z-index: 10;
	display: block;
	}
	#sloganLeft {
	position: absolute;
	top: 10%;
	left: 10%;
	max-width: 80%;
	overflow:visible;
	text-align: center;
	}
	#sloganLeft h1 {
	font-family: SourceSansProBlack, sans-serif;
	font-size: 32px;
	color: #FFFFFF;
	text-decoration: none;
	/* text-shadow: 3px 3px 6px rgba(0,0,0,0.9); */
	font-weight: bold;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	}
	#sloganLeft p {
	font-family: OpenSansCondensedBold, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	/* text-shadow: 3px 3px 6px rgba(0,0,0,0.9); */
	font-weight: bold;
	line-height: 26px;
	padding: 0px;
	margin: 0px;
	}
	