/*--------------------------------------------------------------------
   P A G E   C O N T A I N E R S
--------------------------------------------------------------------- */

div#subhead {
	background-color:#7ac143;
	margin:25px 45px 15px 45px;
	float:left;
	width:910px;
	height:50px;}

div#video-box {
	background-color:#f0f0f0;
	float:left;
	width:910px;
	height:auto;
	margin: 30px 45px 0px 45px;
	padding: 30px 0px 35px 0px;}
	
div#mission {
	float:left;
	width:496px;
	height:auto;
	margin: 30px 0px 20px 45px;}
div#mission-title {
	background-color:#f78e1e;
	float:left;
	width:496px;
	height:65px;}
div#mission-content {
	background-color:#fde8d2;
	float:left;
	width:496px;
	height:auto;}
	
div#vision {
	float:left;
	width:384px;
	height:auto;
	margin: 30px 45px 20px 30px;}
div#vision-title {
	background-color:#f78e1e;
	float:left;
	width:384px;
	height:65px;}
div#vision-content {
	background-color:#fde8d2;
	float:left;
	width:384px;
	height:auto;}


/*--------------------------------------------------------------------
   P A G E   S T Y L E S
--------------------------------------------------------------------- */

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color:#fff;
	font-size:28px;
	letter-spacing:1px;
	margin: 5px 0px 0px 25px;
	text-align:left;}
h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color:#666;
	font-size:20px;
	letter-spacing:1px;
	margin: 15px 0px 10px 70px;
	text-align:left;}

.intro-txt {
	color:#000;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:1.75em;
	margin: 15px 30px 0px 30px;
	text-align:left;}

.main-txt {
	color:#000;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:1.75em;
	margin: 0px 70px 15px 70px;
	text-align:left;}
	
.main-callout-txt {
	color:#333;
	font-family: Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:1.55em;
	margin: 15px 30px 0px 30px;
	text-align:left;}
	
.mission-txt {
	color:#333;
	font-family: Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:1.55em;
	margin: 12px 20px 15px 25px;
	text-align:left;}
	
.vision-txt {
	color:#333;
	font-family: Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:1.55em;
	margin: 12px 20px 15px 25px;
	text-align:left;}
	

/*--------------------------------------------------------------------
   B R A N D   A R C H I T E C T U R E
--------------------------------------------------------------------- */
	
div#brand-architecture {
	float:left;
	width:860px;
	height:480px;
	margin:0px 70px 30px 70px;}
div#brand-architecture-logo {
	float:left;
	width:275px;
	height:480px;}
div#tabs {
	float:left;
	width:277px;
	height:480px;}
div#content {
	float:left;
	width:308px;
	height:480px;}
	
	
/*--------------------------------------------------------------------
   I N T E R A C T I V E   M A P
--------------------------------------------------------------------- */

#wrapper {
	position: relative;}

/* Hide the original tooltips contents */
.pin {
	display: none;}

/* Begin styling the tooltips and pins */
.tooltip-up, .tooltip-down {
	position: absolute;
	background: url(arrow-up-down.png);
	width: 20px;
	height: 20px;}

.tooltip-down {
	background-position: 0 -52px;}

.tooltip {
	display: none;
	width: 100px;
	cursor: help;
	text-shadow: 0 1px 0 #fff;
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 999;
	margin-left: -55px;
	padding:5px;
	color: #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 3px 0 rgba(0,0,0,.7);
	-webkit-box-shadow: 0 3px 0 rgba(0,0,0,.7);
	box-shadow: 0 3px 0 rgba(0,0,0,.7);
	background: #fff1d3;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff1d3), to(#ffdb90));
	background: -webkit-linear-gradient(top, #fff1d3, #ffdb90);
	background: -moz-linear-gradient(top, #fff1d3, #ffdb90);
	background: -ms-linear-gradient(top, #fff1d3, #ffdb90);
	background: -o-linear-gradient(top, #fff1d3, #ffdb90);
	background: linear-gradient(top, #fff1d3, #ffdb90);}

.tooltip::after {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-bottom: 10px solid #fff1d3;
	border-left: 10px solid transparent;
	border-right :10px solid transparent;}

.tooltip-down .tooltip {
	bottom: 20px;
	top: auto;}

.tooltip-down .tooltip::after {
	bottom: -10px;
	top: auto;
	border-bottom: 0;
	border-top: 10px solid #ffdb90;}

.tooltip h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, Arial;
	margin: 0 0 10px;}

.tooltip ul {
	margin: 0;
	padding: 0;
	list-style: none;}

.location-title {
	font-family: Arial, sans-serif;
	font-size:14px;
	margin: 2px 2px 2px 2px;
	text-align:center;}