html, body {
  margin: 0;
  padding: 0;
}

body {
	text-align: center;
	font-family: Arial, sans-serif, Verdana;
	color: #FFFFFF;
	font-size: 75%;
	background-color: #000;
	margin: 0px;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:focus, a:hover, a:active {
  text-decoration: underline;
}

p, li {
  line-height: 1.8em;
}

h1, h2 {
  margin: 0 0 4px 0;
  letter-spacing: -1px;
}

h1 {
	font-size: 2.5em;
	color: #FF0000;
}

h2 {
  font-size: 1.5em;
  font-style: italic;
  font-weight: normal;
}

pre {
  font-size: 1.2em;
  line-height: 1.2em;
  overflow-x: auto;
}
#footer {
	background-image: url(../Images/Footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 30px;
	margin: auto;
	width: 1024px;
}


div.page {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
#FlashID {
	position: relative;
	top: 159px;
}

#banner {
	background-image: url(../Images/Banner.jpg);
	background-repeat: no-repeat;
	height: 180px;
	position: relative;
	text-align: center;
	margin: auto;
	width: 1024px;
}

div#header {
  width: 100%;
  height: 118px;
  background-color: #030303;
  background-image: url('../images/bgheader.png');
}
#container {
	margin: auto;
	width: 1024px;
	position: relative;
}
#container_bgnd {
	background-image: url(../Images/aces_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
}



div#header-text {
  padding-top: 30px;
  padding-left: 62px;
  background-image: url('../images/camera.png');
  background-repeat: no-repeat;
  background-position: 20px 34px;
}


div#footer {
	clear: both;
	color: #777;
	text-align: center;
	height: 30px;
	width: 1024px;
	position: relative;
	top: 1px;
	background-color: #F00;
}
#albums {
	clear: both;
	color: #FFF;
	text-align: center;
	height: 38px;
	width: 1024px;
	position: relative;
	top: 0px;
	font-size: 18px;
	font-weight: bold;
	margin: auto;
}


div.content {
  /* The display of content is enabled using jQuery so that the slideshow
     content won't display unless javascript is enabled. */
  display: none;
  float: right;
  width: 720px;
  margin-top: 15px;
}

div.content a, div.navigation a {
	text-decoration: none;
	color: #FFF;
}

div.content a:focus, div.content a:hover, div.content a:active {
  text-decoration: underline;
}

div.controls {
  height: 28px;
}

div.controls a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
}

div.controls a:hover {
	background-color: #333;
}

div.controls a:focus, div.content a:hover, div.content a:active {
  text-decoration: none;
}

div.ss-controls {
  float: left;
}

div.nav-controls {
  float: right;
}

div.nav-controls a {
  margin-left: 3px;
}

div.slideshow-container {
  position: relative;
  clear: both;
  height: 576px;
}

div.loader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 720px;
  height: 576px;
}

div.slideshow {}

div.slideshow span.image-wrapper {
	width: 718px;
	height: 566px;
	line-height: 566px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
  text-decoration: none;
}

div.slideshow img {
  border: 1px solid #000000;

  max-width: 706px;
  /* max-width workaround for IE */
  height: expression(this.width >= 706 ? 'auto' : true);
  width: expression(this.width > 706 ? 706 : true);

  vertical-align: middle;
  /* vertical align for IE */
  margin-top: expression(this.height > 0 && this.height < 566 ? (566 - this.height) / 2 : 0);
}

div.download {
  float: right;
}

div.caption-container {
  position: relative;
  clear: left;
  height: 75px;
}

span.image-caption {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

div.caption {
	float: right;
	width: 718px;
	margin-right: 2px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	padding: 5px 5px 0 5px;
	color: #FFF;
}

div.image-desc {
  line-height: 1.3em;
  padding: 12px 5px 5px 5px;
}

div.navigation {
  /* The navigation style is set using jQuery so that the javascript specific
     styles won't be applied unless javascript is enabled. */
  margin-top: 15px;
}

ul.thumbs {
  clear: both;
  margin: 0;
  padding: 0;
}

ul.thumbs li {
  float: left;
  padding: 0;
  margin: 5px 10px 5px 0;
  list-style: none;
}

a.thumb {
  /*display: block;*/
  float: left;
  border: 2px solid #c8c8c8;
}

ul.thumbs li.selected a.thumb {
  background: #000;
}

a.thumb:focus {
  outline: none;
}

ul.thumbs img {
  border: none;
  display: block;
}

div.pagination {
  clear: both;
}

div.navigation div.top {
  margin-bottom: 12px;
  height: 11px;
}

div.navigation div.bottom {
  margin-top: 12px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
}

div.pagination a:hover {
	background-color: #333;
	text-decoration: none;
}

div.pagination span.current {
	font-weight: bold;
	background-color: #FF0000;
	color: #fff;
}

div.pagination span.ellipsis {
  border: none;
  padding: 5px 0 3px 2px;
}

#banner_bgnd {
	background-image: url(../Images/Banner_Background.jpg);
	background-repeat: repeat;
	position: relative;
	height: 180px;
}

#footer_bgnd {
	background-image: url(../Images/Footer_Background.jpg);
	background-repeat: repeat;
	height: 30px;
}

#navigation {
	margin: auto;
	padding: 0;
	clear: both;
	top: 128px;
	width: 1010px;
	height: 51px;
	background: #d6eaf8 url(../Images/nav/dropdown-bg.gif) repeat-x left top;
}


ul.nav-main,
ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.nav-main {
	position: relative;
	z-index: 597;
}

ul.nav-main li:hover > ul {
	visibility: visible;
}


ul.nav-main li.hover,
ul.nav-main li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
	background: url(../Images/nav/dropdown-bg-hover.gif) repeat-x left top;
}



ul.nav-main li {
	float:left;
	display:block;
	height: 51px;
	color: #999;
	font: 14px Arial, Helvetica, sans-serif;
	background: url(../Images/nav/separator.gif) no-repeat right center;
}

ul.nav-main li a {
	display:block;
	padding: 16px 16px 0 16px;
	height: 35px;
	color: #999;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

ul.nav-main li a:hover {
	color:#D6D6D6;
}



ul.nav-main *.list {
}



ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding: 10px;
	top: 48px;
	left: 0;
	z-index: 598;
	background: #353535 url(../Images/nav/dropdown-list-bg.gif) repeat-x left top;
	/* [disabled]border-right: 1px solid #000; */
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	text-align: left;
}


ul.nav-sub li {
	list-style: none;
	display: block;
	padding: 0;
	height: 27px;
	float: none;
	width: 200px;
	border-bottom: 1px solid #5a5a5a;
	background: none;
	text-align: left;
}

ul.nav-sub li a {
	list-style: none;
	display: block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: none;
	width: 200px;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
}
