
* {
	border:6;
	margin:6;
	padding:6
}

/* general */
a {
	color:#263564;
	text-decoration:none;
}

a:hover {
	color:#92A9F5;
	text-decoration:none;
}

/* body */
body {
	background:#FEF8DD;
	color:#555;
	font-family:Verdana, Arial, "bitstream vera sans", sans-serif;
}

/* picture */
#logo {
        width:755px;
        height:220px;
        padding:5px;
        border:5px
}

/* header */
#header {
	border-top:1px solid navy;
	margin:0 auto;
	width:100%;
	padding:10 10 10 10;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
.sidebar {
        width:17%;
        float:left;
        margin: 2px;
}
.sidebar li {
        height: 32px;
}
.sidebar a {
        color: #203C57;
        font-size:0.7em;
        font-weight:bold;
}
#navigation {
	font-size:0.65em;
	margin:0 auto;
	width:800px;
	height:40px;
}
#navigation ul {
        list-style: none;
}
#navigation li {
	float:left;
        width:148px;
}
#navigation a {
	color:navy;
	font-weight:bold;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation a:hover {
	background:#FFF;
	color:#888;
}
#navigation .active {
	background:#FFF;
	color:#AAA;
}

/* content */
#content {
	font-size:1em;
        height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:751px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
}

.photo {
        margin: 6px 6px 6px 6px;
}
.photo a img {
        border-color: #fff;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 8px;
        padding-left: 8px;
}

#searches ul {
        list-style:none;
        padding:0px;
        margin:0px
}
#searches ul li {
        display:inline;
        float:left;
}
#searches ul li a {
	  color:#ffffff;
	  background:#374675;
	  margin-right:5px;
	  font-weight:bold;
	  font-size:14px;
	  font-family:verdana;
	  text-decoration:none;
	  display:block;
	  width:18px;
	  height:25px;
	  line-height:25px;
	  text-align:center;
	  -webkit-border-radius:5px;
	  -moz-border-radius:5px;
	  border: 1px solid #000000;
}
#searches ul li a:hover {
	  color:#cccccc;
	  background:#374675;
	  font-weight:bold;
	  text-decoration:none;
	  display:block;
	  width:15px;
	  text-align:center;
	  -webkit-border-radius:5px;
	  -moz-border-radius:5px;
	  border: 1px solid #000000;
}
#searches ul li.sublinks a {
	  color:#000000;
	  background:#f6f6f6;
	  border-bottom:1px solid #000000;
	  font-weight:normal;
	  text-decoration:none;
          display:block;
	  width:auto;
	  text-align:center;
	  margin-top:2px;
}
#searches ul li.sublinks a:hover {
	  color:#000000;
	  background:#F5FA9B;
	  font-weight:normal;
	  text-decoration:none;
	  display:block;
	  width:auto;
	  text-align:center;
}
#searches ul li.sublinks {
	  display:none;
}
#searches {
        margin: 0px auto;
        width:680px;
}
.clear {
        clear: both;
}
.left {
        float: left;
}
.right {
        float: right;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: 8px; }
#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: 70%;
	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%;
	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: 50%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #555;
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 45%;
	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;	
}

#BB_map {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:360px; width:600px; color:#0B4B55; background-color:#BADAF9; border:2px solid #777; padding:10px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #3EA6B6; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#3EA6B6;}


/* footer */
#footer {
        font-size:0.7em;
        border-top:1px solid #999;
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:751px;
}

img.figure {
    float:right;
}