/* base setup */
* { margin: 0; padding: 0; }
body { background: url('/images/bg.gif') center center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #fff; }
.clear { clear: both; }
#wrapper { width: 955px; margin: 0 auto; }
a { text-decoration: none; color: #fff; }
a:hover { color: #57b3d4; }
.hidden, .ui-tabs-hide { display: none; }

/* header */
#header { width: 955px; height: 280px; background: url('/images/header.png'); margin-bottom: 3px; }
#navigation { width: 955px; height: 25px; }
#placeholder { height: 155px; width: 1px; }
#navigation ul { float: right; list-style: none; }
#navigation li { float: left; margin-left: 10px; font-weight: bold; }
#weather { margin-top: 10px; width: 250px; float: right; }
#weather .item { width: 60px; float: left; text-align: center; color: #DFDFDF; }

/* startpage */
#startpage-gallery { width: 955px; height: 1100px; background: url('/images/report-bg.jpg'); }
#startpage-gallery .inner { padding: 50px 30px 50px 30px; }
#startpage-image { width: 546px; height: 358px; float: left; background: url('/images/startpage-image.png'); }
#startpage-image a img { border: none; }
.gallery-item { float: left; margin: 0 3px 3px 0; }
.gallery-item a img { border: 2px solid #fff; }
.gallery-item a:hover img { border: 2px solid #0e72b5; }
#startpage-video { background: url('/images/startpage-video-bg.png'); width: 402px; height: 357px; float: left; }
#startpage-video embed { display: block; }
#startpage-video, #startpage-image { margin-bottom: 3px; }
#startpage-video img, #startpage-image img { display: block; }
#startpage-video-inner { padding: 36px 0 0 43px; }

#gallery { margin-bottom: 35px; }

p { margin-bottom: 7px; }
h3 { margin-bottom: 5px; }
