html {
	color: #e6e6e6;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url("/images/bg.jpg");
	background-color: #323232;
}

a {
    color: #86ABC3;
}

a:visited {
    color: #9786C3;
}

div#hd {
	text-align: center;
	margin: 20px 0;
}

div#hd img {
    margin-left: 8px;
}

div#hd div.yui-u {
	height: 246px;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url("/images/hd_bg.jpg");
	padding: 3px;
}

div#hd div.yui-u img {
    margin: 0;
}

div#hd div.yui-sldshw-displayer {
    text-align: center;
}

div#hd div.yui-sldshw-displayer img {
    height: 240px;
    width: 362px;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: 4px;
    left: 6px;
}

div#alert {
	font-size: 136%;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: white;
	background-color: #e72f19;
}
div.nofeature {
    border-top: 3px solid #e72f19;
    padding-top: 20px;
}
div.dates {
    text-align: center;
    font-size: 180%;
}
div.images img {
    border-right: 3px solid #191919;
    border-bottom: 3px solid #191919;
    clear: both;
    margin-bottom: 20px;
}
div#ft {
    color: #999;
    font-size: 77%;
    text-align: center;
    margin: 40px 200px;
}
ul#menu {
    height: 24px;
    width: 100%;
    background-position: left -11px;
    background-repeat: repeat-x;
    background-image: url("/images/menu_bg.jpg");
}
div#home_menu ul#menu {
    width: auto;
}
div#home_menu ul#menu li.home_item {
    display: none;
}
ul#menu li {
    height: 24px;
    background-position: left -11px;
    background-repeat: repeat-x;
    background-image: url("/images/menu_bg.jpg");
    line-height: 24px;
    list-style: none;
    margin-bottom: 3px;
    float: left;
}
div.lightbox {
    text-align: center;
    padding: 20px;
    background-color: black;
}
div.photogrid {
    margin-top: 40px;
    margin-bottom: 5px;
}
div.photogrid div.yui-u {
    text-align: center;
}
div.photogrid em {
    font-size: 120%;
}
div#home_menu ul#menu li {
    float: none;
}
ul#menu li:hover {
    background-position: left top;
}
ul#menu li a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
}
.yui-sldshw-displayer {  
	position: relative;
	overflow: hidden;
}
/*.yui-sldshw-displayer img {

    position:absolute;
    width: 100%;
    height: 100%
}
.yui-sldshw-displayer   table {

    position: absolute;
    width: 100%;
    height: 100%
}
.yui-sldshw-displayer  div {

    position: absolute;
    width: 100%;
    height: 100%
}*/

.yui-sldshw-next {
 z-index: 1;
 display: block;
 opacity: 1.0;
}

.yui-sldshw-active {
 z-index: 10;
 display: block;
 opacity: 1.0;
}
.yui-sldshw-cached {
 display: none;
 z-index: 0;
 opacity: 1.0;
}

div.yui-sldshw-frame {
 background: white;

}
/* table styling */
.drone_table {
    border: 1px solid #feebc3;
    background-color: transparent;
    width: 100%;
}
.drone_table th {
    font-size: 77%;
    text-align: center;
    height: 16px;
    color: #333;
    border: none;
    border-bottom: 1px solid #feebc3;
    background-color: #fdf4e2;
}
.drone_table td {
    font-size: 92%;
    padding: 4px;
    border: none;
    border-bottom: 1px solid #feebc3;
}
.drone_table td.centered {
    text-align: center;
}
.drone_table .heading {
    background-color: #1F82C3;
    color: #FFFFFF;
}
.drone_table .shade, .drone_table .shade td {
    background-color: #feebc3;
}
.drone_table .over {
    background-color: #ffcc5c;
}