@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0; padding: 0;
	background: #f5f5f5;
	color: #7a7a7a;
}

body, a {
	font: 14px Georgia, "Times New Roman", Times, serif;
}

a {
	color: #ec1b01;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

h1, h2 {
	margin: 0; padding: 28px 0 20px;
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	text-transform: uppercase;
	border-bottom: 1px solid #d4d4d4;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}

sup {
	font-size: 9px;
}

form {
	margin: 20px 0; padding: 0;
}

input.text, textarea {
	width: 245px;
	border: 1px solid #a09b96;
}

textarea {
	height: 150px;
	overflow: auto;
}

label {
	display: block;
}

form div {
	margin-bottom: 10px;
}

input.submit {
	border: 1px solid black;
	background: black;
	color: white;
	font-size: 12px;
	cursor: hand; cursor: pointer;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.block {
	margin: 22px 0 0; padding: 0;
	border-top: 1px solid #d4d4d4;
}

.unblock {
	margin: 75px 0 0; padding: 0;
	border-top: 1px solid #d4d4d4;
}

#body {
	position: relative;
	width: 100%; min-height: 100%; -height: 100%;
	margin: 0; padding: 0;
	text-align: center;
}

#top {
	width: 100%; min-width: 1000px; height: 376px;
	margin: 0; padding: 0;
	text-align: center;
	background: url('pics/top/bg.png');
}
.inner #top {
	height: 126px;
}
#top .content {
	position: relative;
	width: 1000px; height: 376px;
	margin: 0 auto;	padding: 0;
	text-align: left;
	background: url('pics/top/face.jpg') no-repeat center top;
}
.inner #top .content {
	height: 126px;
	background-image: none;
}
#logo {
	position: absolute; z-index: 2; left: 40px; top: 140px;
	display: block;
	width: 336px; height: 106px;
	background: url('pics/top/logo.png') no-repeat center;
	-background-image:none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/pics/top/logo.png',sizingMethod='scale');
}
.inner #logo {
	top: 10px;
}

#menu {
	width: 100%; min-width: 1000px; height: 63px;
	margin: 0; padding: 0;
	text-align: center;
	background: url('pics/menu/bg.png');
}
#menu .content {
	position: relative; z-index: 2;
	width: 1000px; height: 63px;
	margin: 0 auto;	padding: 0;
	text-align: left;
	background: url('pics/menu/bg.png');
}
#menu ul {
	margin: 0; padding: 0;
}
#menu ul li {
	list-style-type: none;
	position: relative; z-index: 2;
	float: left;
	display: block;
	margin: 0; padding: 0;
}

#menu ul li a {
	display: block;
	margin: 0; padding: 0 15px;
	text-decoration: none; text-transform: uppercase;
	color: white;
	font-size: 12px;
	background: url('pics/menu/separator.png') repeat-y right center;
	line-height: 63px;
}
#menu ul li a:hover {
	color: #ec1b01;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
#menu ul ul {
	display: none;
	position: absolute; left: 0; top: 63px; z-index: 10;
	margin: 0; padding: 0 0 10px;
	background: #111;
	border-top: 1px solid #333;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
#menu ul ul li {
	float: none;
}
#menu ul ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
}

#menu ul ul li a {
	padding: 0 25px;
	line-height: 43px;
	background: none;
}

#special {
	width: 100%; min-width: 1000px;
	margin: 0; padding: 0;
	text-align: center;
	background: #232323;
	border-bottom: 1px solid white;
}

#special .clear {
	height: 15px;
}

#special .content {
	position: relative;
	width: 940px;
	margin: 0 auto;	padding: 10px 30px;
	text-align: left;
	background: #232323;
}
#special h2 {
	text-decoration: none;
	border-bottom-style: none;
}

#special ul {
	margin: 0; padding: 0;
}
#special ul li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0 0 0 20px; padding: 0;
}
#special ul li#first {
	margin: 0;
}

#special ul li a.photo {
	display: block;
	width: 160px; height: 160px;
	margin: 0 0 5px; padding: 5px;
	text-decoration: none;
	border: 1px solid #4c4c4c;
}
#special ul li a.photo img {
	background-repeat: no-repeat; background-position: center;
}
#special ul li a {
	display: block;
	overflow: hidden;
	width: 160px; height: 1.3em;
	color: #ccc;
}

#special ul li a.photo:hover {
	border-color: #888;
}

#special ul li, #special ul li a {
	font-size: 12px;
}

#middle {
	width: 100%; min-width: 1000px;
	margin: 0; padding: 0 0 90px;
	background: url('pics/content/bg.png') repeat-x center top;
}
#middle .content p {
	margin: 20px 0;
}
#middle .content, #middle .content p, #middle .content a {
	line-height: 24px;
}

#middle .content {
	padding: 10px 30px 30px;
	text-align: left;
}

#middle .wrapper {
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}

ul.photos {
	margin: 20px 0; padding: 0;
}
ul.photos li {
	list-style-type: none;
	float: left;
	display: block;
	width: 260px; height: 300px;
	margin: 0 20px; padding: 0;
	overflow: hidden;
}

ul#report_photos li {
	width: 175px; height: 185px;
	margin: 0 2px;
}

ul.photos li a.photo {
	display: block;
	width: 160px; height: 160px;
	margin: 0 0 5px; padding: 5px;
	text-decoration: none;
	border: 1px solid #888;
}
ul.photos li a.photo img {
	background-repeat: no-repeat; background-position: center;
}
ul.photos li a {
	color: #333;
}

ul.photos li a.photo:hover {
	border-color: #4c4c4c;
}

ul.photos li, ul.photos li a {
	font-size: 12px;
}

.pager {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}

.pager a {
	padding: 1px 5px 3px;
	background: #bbb;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#center {
	float: right;
	width: 100%;
	margin: 0 0 0 -280px;
}
#center .content {
	margin: 0 0 0 280px; padding: 10px 30px 30px;
}

#left {
	float: left;
	width: 280px;
}
#left .content {
	padding: 10px 0 30px 30px;
	text-align: left;
}

#left .banners {
	margin-top: 30px;
}

#bottom {
	position: absolute; z-index: 2; left: 0; bottom: 0;
	width: 100%; min-width: 1000px; height: 90px;
	margin: 0; padding: 0;
	background: #0c0c0c;
}
#bottom .content {
	padding: 40px 30px 0;
	overflow: hidden;
}
#bottom .content a {
	color: white;
}

.copyright {
	position: absolute; z-index: 1; left: 250px; bottom: 10px;
	padding-right: 285px;
	font-size: 11px;
	text-align: justify;
}

/* -------- * galleriffic * -------- */
div.photocontent {
	clear: both;
	text-align: center;
}

div.photocontent a {
	color: #333;
}

div.navigation-container {
	position: relative; z-index: 1;
	margin: 10px 0;
	text-align: center;
}

div.navigation {
	position: relative; z-index: 1;
	width: 950px;
	margin: 0 auto;
	text-align: center;
}
div.navigation a.pageLink {
	position: absolute; z-index: 2; top: 0;
	display: block;
	width: 30px; height: 80px;
	margin: 2px;
	line-height: 80px;
	background-repeat: no-repeat; background-position: center center;
}
div.navigation a.pageLink:focus {
	outline: none;
}
div.navigation a.prev {
	left: 0;
	background-image: url('pics/galleriffic/go-previous.png');
}
div.navigation a.next {
	right: 0;
	background-image: url('pics/galleriffic/go-next.png');
}

ul.thumbs {
	position: relative; z-index: 1;
	margin: 0; padding: 0;
}
ul.thumbs li {
	list-style: none;
	display: inline;
	margin: 2px; padding: 0;
}
ul.thumbs img {
	border: 1px solid white;
}
ul.thumbs li.selected a.thumb img {
	border: 1px solid black;
}
a.thumb {
	padding: 1px;
}
a.thumb:focus {
	outline: none;
}

div.slideshow-container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
div.ss-controls {
}
div.nav-controls {
}
div.nav-controls a.prev {
	margin-right: 10px;
}

div.loader {
	width: 750px; height: 50px;
	margin: 5px auto; padding: 5px;
	background: url('pics/galleriffic/loader.gif') no-repeat center;
}

.image-wrapper a {
	text-decoration: none;
}
.image-wrapper img {
	margin-top: 10px; padding: 5px;
	border: 1px solid #ccc;
}

div.caption {
	display: inline;
	padding: 0 12px;
}
div.image-title {
}
div.image-desc {
}
div.download {
}

#open-description {
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: 1px dashed red;
}
#open-description:hover {
	border-bottom-style: none;
}
#description {
	display: none;
}
