﻿/* General */

/*Reset Common Tags*/

a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

html 
{
    overflow-y: scroll;
}

body 
{
    margin:0px auto;
    padding:0px;
    background:URL(images/bg.jpg) repeat-x;
    font-family:Arial;
    font-size:12px;
    color:#fff;
}

a
{
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

img
{
    border:0px;
}

p
{
    margin:10px 0px 10px 0px;
}

.date
{
    font-size:14px;
}

		/*---------------------layout--------------------*/
		
#container 
{
    width:743px;
    margin:0 auto;
    height:auto;
}

#flash
{
    width:743px;
    float:left;
    margin-top:5px;
}

#layout
{
    width:716px;
    float:left;
    background:URL(images/layout-bg.jpg) no-repeat #000;
    padding:16px 11px 12px 16px;
}

#layout-bottom
{
    width:716px;
    float:left;
    background:#000;
    padding:0px 11px 12px 16px;
}

		/*---------------------header---------------------*/
		
#header
{
    width:743px;
    height:38px;
    background:URL(images/header.jpg) no-repeat;
    padding-top:84px;
}

        /*----------------------nav-----------------------*/
        
.navigation
{
    float:left;
    height:29px;
}

.menu
{
    float:left;
    width:auto;
}

        /*---------------------content--------------------*/
        
.content-leftcol
{
    float:left;
    width:202px;
}

.content-rightcol
{
    float:right;
    width:485px;
    border-left:1px solid #868686;
    padding-left:13px;
    text-align:right;
}

.rightcol-left
{
    float:left;
    width:280px;
}

.rightcol-right
{
    float:right;
    width:189px;
}

.news-main
{
    float:left;
    width:202px;
    font-size:11px;
    border-bottom:1px solid #555;
    color:#a0a4a6;
    padding:7px 0px 7px 0px;
    margin-bottom:3px;
}

#latest-news
{
    float:left;
    width:108px;
}

#events
{
    float:right;
    width:94px;
}

.orange
{
    color:#c08b03;
}

.news-wrapper
{
    width:716px;
    float:left;
    text-align:right;
    text-transform:uppercase;
    margin:10px 0px 10px 0px;
}

.news
{
    width:716px;
    float:left;
    border-top:1px solid #8e8e8e;
    border-bottom:1px solid #505050;
    margin:5px 0px 5px 0px;
    padding:5px 0px 5px 0px;
	text-transform:none;
}

.news-left
{
    float:left;
    width:126px;
}

.news-right
{
    float:right;
    width:500px;
}

#pdf-links
{
    float:right;
    width:716px;
    margin:10px 0px 20px 0px;
}

#pdf-links IMG
{
    margin-left:15px;
}

#photo-gallery
{
    float:right;
    width:707px;
}

#photo-gallery IMG
{
    margin:0px 10px 10px 0px;
}

#contact-left
{
    float:left;
    width:355px;
    text-transform:uppercase;
    margin-top:20px;
    margin-bottom:20px;
}

#contact-left a
{
    color:#fff;
}

#contact-right
{
    float:right;
    width:355px;
    margin-top:20px;
    margin-bottom:20px;
}

.contact-table
{
    width:355px;
    float:right;
}

td.td1
{
    text-align:right;
    vertical-align:top;
}

.textbox
{
    width:260px;
    margin-bottom:5px;
}

        /*---------------------footer---------------------*/
        
#footer
{
    float:left;
    width:701px;
    border: 1px solid #c29204;
    margin:10px 0px 20px 0px;
    background:#181818;
    padding:4px 20px 4px 20px;
}

#footer a
{
    color:#fff;
}

#footer a:hover
{
    color:#c29204;
    text-decoration:none;
}

/* ----- jQuery Slideshow ----- */

#slideshow {
    position:relative;
    height:145px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

#slideshow2 {
    position:relative;
    height:145px;
}

#slideshow2 img {
    position:absolute;
    top:0;
    left:0;
}


/* 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: 20%; 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#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; }
