body{
color:#333;
font-size:12px;
line-height:20px;
font-family: Tahoma, Arial, sans-serif;
text-align:center;
margin:auto;
background-color:#333;
background-image:url(images/bkg.jpg);
background-repeat:repeat-x;
}

#container{
width:960px;
text-align:center;
margin:auto;
background-color:#fff;
padding:0 20px;
}


h1{
font-size:18px;
line-height:18px;
margin:0;
padding:0;
color:#333;
font-weight:normal;
line-height:40px; 
text-transform:uppercase;
}

h2{
font-size:16px;
line-height:16px;
margin:0;
padding:0;
color:#333;
}

h3{
color:#fcaf00;
font-size:14px;
padding:0;
margin:0;
}

a:link, a:visited{
color:#fcaf00;
text-decoration:none;
}

a:hover{
color:#333;
text-decoration:underline;
}

.float{
float:left;
}

.rfloat{
float:right;
}

.clear{
clear:both;
} 

#header{
padding-bottom:40px;
}

.nav{
text-align:left;
padding-bottom:40px;
}

.nav a:link, .nav a:visited{
color:#333;
font-size:14px;
text-decoration:none;
line-height:53px;
text-transform:uppercase;
text-align:center;
background-image:url(images/bkg_nav.jpg);
background-repeat:no-repeat;
width:131px;
height:53px;
display:inline-block;
margin:0 1px;
}

.nav a:hover{
background-image:url(images/bkg_nav_hi.jpg);
color:#333;
}

.footer{
height:50px;
line-height:50px;
color:#333;  
}

.footer a:link, .footer a:visited{
line-height:16px;
}

.top{
padding-top:25px;
line-height:41px;
font-size:14px;
text-transform:uppercase;
}

.top img{
padding-right:20px;
margin-bottom:40px;
}

.img_padding{
margin-right:15px;
}

.img_padding_alt{
margin-left:15px;
}

.hdr_home{
background-image:url(images/bkg_hdr_home.jpg);
background-repeat:no-repeat;
width:960px;
height:40px;
}

.hdr_sub{
background-image:url(images/bkg_hdr_sub.jpg);
background-repeat:no-repeat;
width:960px;
height:40px;
}

.hdr_two{
background-image:url(images/bkg_hdr_two.jpg);
background-repeat:no-repeat;
width:960px;
height:40px;
}

.hdr_home .title{
width:294px;
float:left;
text-align:left;
padding-left:25px;
}

.hdr_sub .title, .hdr_two .title{
text-align:left;
padding-left:25px;
}

.title img{
padding:5px 5px 0 0;
}

.content_home{
background-image:url(images/bkg_home.jpg);
background-repeat:repeat-y;
width:960px;
display:inline-block; 
}

.content_two{
background-image:url(images/bkg_content_two.jpg);
background-repeat:repeat-y;
width:960px;
display:inline-block;
}

.content_sub{
background-color:#f9f9f9;
width:960px;
display:inline-block;
}

.content_home .content{
text-align:justify;
padding:25px;
padding-bottom:0;
width:269px;
float:left;
}

.content_sub .content, .content_two .content{
text-align:justify;
padding:25px;
padding-bottom:0;
}

ul{
list-style-image: url(images/bullet.jpg);
list-style-position: inside;
margin:20px 0 0 0;
padding:0; 
}

li{
padding-bottom:20px;
font-weight:700;
}

.date{
float:left;
padding-right:10px;
}

.date a:link, .date a:visited{
color:#fff;
background-image:url(images/bkg_date.jpg);
background-repeat:no-repeat;
width:41px;
height:36px;
display:inline-block;
text-align:center;
line-height:15px;
padding-top:7px;
}

.date a:hover{
text-decoration:none;
background-image:url(images/bkg_date_hi.jpg);
}

.date strong{
font-size:19px;
}

.divider{
padding-top:40px;
}

.oneline{
padding-top:10px;
}

.submenu{
width:269px;
float:left;
}

.twocol{
width: 590px;
float:right;
min-height:620px;
}

.addthis_toolbox{
width:255px;
float:left;
padding-top:15px;
}

.addthis_toolbox_top{
padding-top:10px;
width:255px;
float:left;
padding-right:20px;
}

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

