@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/bg_a.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

#wrapper {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#header {
	height: 100px;
	width: 830px;
	float: left;
}

#content {
	width: 790px;
	float: left;
	background-color: #FFF;
	padding: 20px;
}
#footer {
	float: left;
	height: 30px;
	width: 830px;
	background-color: #e6e6e6;
	font-size: small;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 20px;
}
#j_box {
	width: 830px;
	background-color: #FFF;
	float: left;
	padding: 0px;
}


a {
	color: #0CF;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1pt;
	font-weight: lighter;
}
h2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content img {
	background-color: #FFFFFF;
	float: right;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#nav_left   {
	float: left;
	width: 200px;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
}
#info_right {
	float: right;
	width: 550px;
	margin-left: 20px;
}
#nav_right {
	float: right;
	width: 200px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
	margin-left: 10px;
	padding-left: 10px;
}
#info_left {
	float: left;
	width: 540px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

table {
	float: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 790px;
	height: 300px;
	margin: 0px;
	padding: 20px;
	float: left;
	background-color: #CCC;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */
	padding: 0px;
	margin: 0px;
}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 790px;}

#slideshow .slides ul {
width: 2370px;}

#slideshow .slides li {
width: 790px;
float: left;
list-style-type: none;}


/* ---------------------------------------------------- */
/* navbar
/* ---------------------------------------------------- */

#menu {
	float: right;
	height: 50px;
	margin-top: 0px;
	margin-right: 20px;
}

#menu ul {
	list-style: none;
	line-height: normal;
	margin-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #CCCCCC;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: right;
	height: 30px;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: #333333;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
	background-color: #999;
}

/* ---------------------------------------------------- */
/* navbar
/* ---------------------------------------------------- */

#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; }
.main_type {
	color: #CCC;
}#sub_heads {
	padding: 20px;
	float: left;
	height: 150px;
	width: 790px;
	background-color: #CCC;
}

/* ---------------------------------------------------- */
/* feedburner
/* ---------------------------------------------------- */

.feedburnerFeedBlock ul {
	margin-left:0;
	padding-left:0;
	list-style-type: none;
}
.feedburnerFeedBlock ul li {
padding: 5px;
margin-top: 20px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #E0E0E0;
}

.feedburnerFeedBlock ul li span.headline a {
color: #0CF;
text-decoration: none;
display: block;
}

.feedburnerFeedBlock ul li span.headline a:hover {
color: #666;
}

#creditfooter {
display: none;
}

