@charset "UTF-8";
/*
body {
	margin: 0px;
	color: #353535;
	font-size: 16px;
	font-family: Papyrus;
	background-color: #F6F6EC;
	border:6px;
	border-style:ridge;
	border-color:F6F6EC;
}
*/
body, html { height: 100%; } /* NOTE body and html separation*/
body { background-color: #F6F6EC; margin: 0; }

h1 { color: #102741; font-size: 24px; font-weight: normal; margin: 3px 0px 25px 0px; }
h2 { color: #333333; font-size: 14px; font-weight: normal; margin: 0px 0px 15px 0px; }
a { 
	color: black;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #660000;
}
.clear_both {
	clear: both; 
	font-size: 1px; 
	line-height: 1px; 
}
.container {
	width: 100%;
	height: 100%;
	background-color: #F6F6EC;
}
.header {
	width:auto;
	height:auto;
	background-image: url(images/globeMap_v2.jpg);
	background-repeat:repeat-x;
	background-position: center;
}
.headeriframe {
	width:auto;
	height:70px;
	background-image: url(images/globeMap_v1_bright.jpg);
	background-repeat:repeat-x;
	background-position: center;
	horizontal-align:middle;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.mainWords {
	font-family: Papyrus;
	font-size: 78px;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	padding-top:10px;
}
.navLinks {
	font-family:Papyrus;
	font-size:27px;
	font-weight: bold;
	text-align:center;
	vertical-align:top;
    horizontal-align:middle;
}
.iconRow {
	horizontal-align:middle;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.contentMiddle {
	margin: 0px 190px 0px 190px;  
	padding: 0px 0px 0px 0px;
}
.contentText {
	font-family: Papyrus;
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
}
.contentiframe {
	width: 100%;
	height: 1500px;
	padding: 0px 0px 0px 0px;
}
.contentiframeStore {
	width: 100%;
	height: 1500px;
	padding: 0px 0px 0px 0px;
}
.footercontent {
	font-family: Papyrus;
	font-size: 30px;
	width: 100%;
	height:70px;
	font-weight:bold;
	text-align:center;
	background-image: url(images/globeMapBottom_v2.jpg);
	background-repeat:repeat;
	background-position: center;
}
.facebookLike {
	horizontal-align:middle;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}





