/* CSS Document */



/*redefine*/

::-moz-selection {
	background: #537bac;
	color: #eee;
}

::selection {
	background:#537bac;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
	list-style: none;
}



/*shared*/

span.clr {
	display: block;
	clear: both;
}



/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 800px;
	padding: 50px 0px 0 0;
	/*border-right: 1px solid #1c1c1c;*/
	background: #537bac;
	margin:auto;
	text-align: center;
}

.title {
	width: 800px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:ffffff;
	font-size: 14px;	
}


.thumbnailContainer {
	width: 800px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	display: none;
	height: 0px;
	overflow: hidden;
}

.thumbnailContainer .clipper {	
	margin:10px 0 0 0;
	
}

.thumbnailContainer .horizontal {
	
	width: 110px;
	height: 100px;
	padding: 20px 0 0 10px;
	margin: 5px;
	float: left;
	cursor: pointer;
		
}

.thumbnailContainer .vertical {
	
	width: 93px;
	height: 110px;
	padding: 10px 0 0 27px;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer img {
	
	display:table-caption;	
	color:#ffffff;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 4px;*/
}
#siteInfo{
 width: 875px;
 clear: both;
 border: none;
 font-size: 75%;
 color: #cccccc;
 position:inherit;
 padding: 20px 20px 20px 20px;
 margin-top: 1px solid #cccccc;
 text-align: center;
 padding: 10px 25px 20px 25px;
}



#footer {
	width: 800px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 0px;
	text-align: right;
}

a:link, a:visited, a:hover
{
		color:#006699;
		text-decoration: none;
}
a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display:none;
	}