/*** Body & World, Global Definitions***/

body {
	margin: 4px 0px;
	padding: 0px;
    background-color: #ffffff;
    text-align: center;
}

div.world {
    width: 724px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}



/*** Top ***/

div.top {
    border-bottom: 2px solid #00aeef;
    margin: 20px 0px 16px 0px;
    overflow: hidden;
    height: 22px;
}

div.top .blue-title {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    color: #00aeef;
    float: left;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -1px;
}

div.top .blue-title a {
    text-decoration: none;
    color: #00aeef;
}

div.top .blue-title a:hover {
}

div.top .grey-title {
    margin: 0px;
    padding: 0px 0px 0px 4px;
    text-transform: uppercase;
    color: #404040;
    float: left;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -1px;
}

div.top .grey-title a {
    color: #404040;
    text-decoration: none;
}

div.top .grey-title a:hover {
    color: #00aeef;
}

div.top div.top-pager {
    float: right;
}

div.top div.top-pager div.top-pager-prev, div.top div.top-pager div.top-pager-next {
    float: left;
    width: 17px;
    margin-top: 5px;
}

div.top div.top-pager div.top-pager-info {
    float: left;
    width: 93px;
    font-size: 10px;
    font-weight: bold;
    line-height: 100%;
    color: #808080;
    text-transform: uppercase;
    text-align: center;
}

div.top div.top-pager div.top-pager-info a {
    text-decoration: none;
    color: #808080;
}

div.top div.top-pager div.top-pager-info a:hover {
    text-decoration: none;
    color: #00aeef;
}



/*** Bottom ***/

div.bottom {
    color: #404040;
    text-transform: uppercase;
    margin: 20px 0px 20px 0px;
    border-top: 2px solid #404040;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
}

div.bottom-links {
    float: left;
}

div.bottom-copyright {
    float: right;
}

div.bottom a {
    color: #404040;
    text-decoration: none;
}

div.bottom a:hover {
	color: #00aeef;
}

div.bottom-links a {
    padding: 0px 10px 0px 0px;
}



/*** Main ***/

div.main {
}

div.left-column {
    float: left;
    width: 470px;
}

div.right-column {
    float: right;
    width: 220px;
}

div.left-column-intro {
    width: 423px;
}

div.right-column-intro {
    width: 278px;
}



/*** Content Text ***/

div.content-text {
    line-height: 160%;
    /*margin: 15px 0px 20px 0px;*/
}

div.content-text ul, div.content-text ol {
    padding-left: 30px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.content-text ul ul, div.content-text ul ol, div.content-text ol ol, div.content-text ol ul {
    padding-left: 23px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.content-text li {
}



/*** Map ***/

div.tooltip {
    background-color: #fafafa;
    border: 1px solid #282828;
    text-align: left;
    padding: 2px 4px;
    white-space: nowrap;
    line-height: 100%;
}



/*** Lightbox ***/

#lightbox{  position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }

#imageData{ padding:0 10px; color: #404040; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }           
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}      

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


