﻿* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #f1f1f1;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	background-image: url('jpgs/back.jpg');	

}

h3 {
	font-size: 140%;
}

ul {
	list-style: circle;
	list-style-position: inside;
}

ul li,p,h6,h3 {
	margin-bottom: 12px;
}

#wrapper {
	width: 90%;
	margin: 0 auto;
	margin-top: 1%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p.bold {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;

}

#header {
	
	float: left;
	width: 100%;
	height: 150px;
}

#logo h1 {
	
	font-size: 35px;
	float: left;
	margin-top: 30px;
	padding-left: 10px;
	color: silver;
	text-shadow: 1px 1px 3px #333
}

.navigation {
	
	float: left;
	margin: 10px -50px 0 0;
	width: 100%;
}

.navigation li {
	
	float: left;
	list-style: none;
}

.navigation li a {
	
	float: left;
	color: #333;
	padding: 6px 20px;
	text-decoration: none;
	border-right: 1px solid #333;
	font-size: 14px;
	background-color: silver;
}

.navigation li a:hover {
	
	background-color: #333;
	color: #fff;
}

#sidebar {
	
	float: left;
	width: 15%;
	height: 100%;
	border-right: 2px solid black;
	background: silver;

}

#sidebar h3 {
	
	padding-left: 20px;
	color: #333
}

.sidebar_list {
	
	margin: 10px;
}

.sidebar_list li {
	list-style: none;
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}

.sidebar_list li a{
	text-decoration: none;
	color: #333
	font-size: 13px;
}

.thumbnailBlock {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.overview {
	padding-bottom: 60px;
}

#main_content {

	float: left;
	width: 70%;
	height: 100%;
	border-top-style: double;
	margin: 0 0 10px 0;
	background: silver;
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	float: left;
	width: 70%;
	height: 100%;
	border-bottom-style: double;
	margin: 150px 0 10px 0;
	background: silver;
	padding-left: 20px;
	padding-right: 10px;

	
}
/*----------------------------------*/
/*SLIDE BACKGROUND FROM TOP LEFT*/
.imgThumbnailCaption4 {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	padding: 10px;
	color: rgba(255,255,255,0.8); /*fallback*/
	opacity: 0;
	background: rgba(0,0,0,0.4); /*fallback*/

	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.thumbnailBlock:hover .imgThumbnailCaption4 {
	opacity: 1;
	width: 200px;
	height: 140px;
}
