
/* ALL slideshow images are EXACTLY 820x549 pixels */
#slideshowWrapper {
position: relative;
clear: both;
}

#slideshowWrapper,
#slideshow {
width: 820px;
height: 549px;
}

#slideshow img {
position: absolute;
top: 0px;
left: 0px;
}

/*
#slideshow img {
display: none;
}

#slideshow img.firstSlide {
display: block;
}
*/

.columnHeader {
font-weight: bold;
}

#columnContent {
margin-top: 20px;	
overflow: hidden;  /* Force container to expand heightwise to accomodate floated children */
}

#columnContent .item p {
font-size: 9pt;
margin: 0.5em 0;
text-align: justify;
}

#columnContent small {
font-style: italic;
}

.column {
width: 370px;
}

#blogContent {
float: left;
height: 100%;
padding: 15px;
padding-bottom: 200px;
margin-bottom: -200px;
background-color: #000000;
}

.item {
margin-top: 25px;
}

#whatsNew {
float: right;
height: 100%;
padding: 15px;
padding-bottom: 200px;
margin-bottom: -200px;
background-color: #000000;
}

.shuttleBar {
float: right;
margin-bottom: 5px;
}

.shuttleBar img {
float: left;
width: 15px;
height: 15px;
border: solid 1px #191919;
background-color: #403322;
}

.vcrPlain {
border-color: #191919;
}

.vcrHover {
border-color: #bb9944;
}

.vcrActive {
border-color: #7e6444;	
}

