@charset "utf-8";

/*
#2E3192 = reflex blue
#00AAE7 = turquoise
*/
body {
	font: 16px/1.5 Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #ff3; }
img { border: 0; }

.hid { display: none; }

#wrapper {
	background: #00AAE7 url(img/tree.png) left bottom repeat-x;
	color: #fff;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(img/header.png) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	height: 160px;
}

#header h1 { margin: 0; }

#header h1 a {
	display: block;
	height: 130px;
	text-indent: -9999px;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0 170px 0 0;
	overflow: hidden;
	background: #2E3192;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	height: 28px;
	white-space: nowrap;
	position: relative;
}

#nav li {
	float: left;
	padding: 6px 0 0 10px;
}

#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 8px;
	border: 1px solid #fff;
	border-bottom: none;
}

#nav li a:hover { background: #0033CC; }

#nav li.urhere a { background: #00AAE7; }

li#navphone {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	padding: 0 12px;
}

#content {
	position: relative;
	padding: 20px 20px 70px;
	zoom: 1;
}

#content h1 {
	color: #2E3192;
	font-size: 18px;
	margin: 1em 0;
	text-align: center;
	text-transform: uppercase;
}

#content h2 {
	font-size: 20px;
	margin-top: 20px;
}

#homevid { text-align: center; }

#ccsticker {
	position: absolute;
	top: 20px;
	right: 12px;
}

#launchgraphic {
	text-align: center;
	margin: 1em 0 2em;
}

#footer {
	clear: both;
	padding: 5px 0;
	background: #2E3192;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

#footer a { color: #fff; }

#footer p {
	margin: 0;
	padding: 0;
}

.clearer {
	clear: both;
	visibility: hidden;
}

ul#locationpix {
	margin: 0;
	padding: 0;
}

#locationpix li {
	list-style: none;
	float: left;
	margin: 12px 0;
	text-align: center;
	width: 190px;
}
#locationpix li img {
	border: 5px solid #fff;
}
/**
 * jQuery lightBox plugin CSS
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}