@charset "utf-8";
/* CSS Document */

li {
	padding: 0px;
	margin: 0px;
}

hr { display: none; }
* { padding: 0px; margin: 0px; }


/* content */
#page-wrapper {

	width: 910px;
	margin: 0 auto;

}
	#page-wrapper h1 {

	}
		#page-wrapper h1 a {
			
		}
	#content-wrapper {

	}
		.content-container {
			position: relative;
		}
		.content-container #gallery-nav,
		.content-container #navigation {
			list-style: none;
			margin-bottom: 0em;
		}
		.content-container #navigation {
			position: absolute;
			right: 0px;
			top: 0px;
			height: 20px;
		}
			.content-container li {
				display: inline;
/*				margin-right: 0.5em; */
			}
				.content-container li h3 {
					display: inline;
				}
					.content-container li a.selected {
						text-decoration: underline;
					}

		.content-container #gallery-thumb-nav {
			display: block;
			position: absolute;
			right: 36px;
			top: 574px;
			z-index: 12;
			cursor: pointer;
			cursor: hand;
		}
		#news-wrapper {
			padding-top: 0em;
		}
		#news-index {
			float: left; 
			width: 250px;
		}
		#news-container {
			float: left; 
			width: 500px;
		}
			#news-container h2 {
				margin-top: 0em;
				margin-bottom: 0em;
			}
			#news-container img {
				border: 0px;
				float: left;
				margin-bottom: 0em;
				margin-right: 0em;
			}
			#news-container #shortdesc {
				margin-bottom: 1em;
			}
			#news-container #longdesc {
				margin-bottom: 1em;
			}
	#myGalleryThumbs {
		list-style: none;
		padding: 0px;
		margin: 0px
		width: 910px;
		height: 501px;
		background-color: #e7e7e7;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url('img/bg.jpg');
	}
		#myGalleryThumbs .thumbElement {
			display: inline;
			margin: 0px;
			padding: 0px;
		}
			#myGalleryThumbs .thumbElement img {
				padding: 0px;
			}
	#footer-container {
		text-align: center;
		margin-top: 2em;
	}

	#login-container {
		width: 300px;
		padding: 10px;
		border: 1px solid #666666;
	}
/* generic classes */
.buttonbg {
	display: block;
	background-color: #fff;
	padding: 0px 4px;
	float: left;
	height: 16px;
	border: 1px solid #666666;
}
	.buttonbg span {
		line-height: 15px;
		text-align: center;
	}
td.remember {
	line-height: 17px;
}
	td.remember input {
		vertical-align: middle;
	}
	td.remember .remember-me {
		margin-left: 4px;
		vertical-align: middle;
	}
.clearboth {
	clear: both;
	line-height: 1px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}	
/* Subsection Tabs
--------------------*/
.content-container ul.subsection-tabs {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:23px;
	clear:both;
}

.content-container ul.subsection-tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}

.content-container ul.subsection-tabs li.tab a {
	display:block;
	height:20px;
	padding:3px 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:120px;
}

.content-container ul.subsection-tabs li.tab a:hover {
	color:#666;
}

.content-container ul.subsection-tabs li.tab a.active {
	background-color:#ddd;
}

.content-container ul.subsection-tabs li.source_code {
	float:right;
}
