#logo {
    text-align: center;
    width: 175px;
    padding: 20px 10px;
}

.newsflash p {
	padding: 10px 0px 10px 0px;
}

#flash {
	padding: 0px 10px 10px 10px;
	width: 787px;
	background:#FFF;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#flash .hiddentopmenu {
	display: none;
}

#flash li {
	
}

#flash li a {
	display: inline-block;
	width: 33.33333%;
	float: left;
	text-align: center;
	padding: 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    color: #153f78;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
    min-height: 30px;

}

#flash li.current a {
	background:#153f78;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #FFF;
}

#phocagallery-pane a img, #phocagallery a img, #phocagallery-statistics a img, #phocagallery-pane a img:hover, #phocagallery a img:hover, #phocagallery-statistics a img:hover {
    max-width: 100%;
}

.pg-csv-name, .pg-cv-name {
    background: transparent;
    text-align: center;
    font-weight: bold;
    font: bold 12px/150% Verdana, sans-serif;
    color: #454543;
    text-decoration: none;
    padding-left: 0px;
}

.pg-csv-name a, .pg-cv-name a {
	font: bold 12px/150% Verdana, sans-serif;
    color: #454543;
    text-decoration: none;
}