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

/*GENERAL*/

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

body {
	background:url(images/engr-gray.jpg);
}

/*SLIDER*/
/*MENU*/
.menu {
	position: fixed;
	top: 20px;
	left: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.3);
	font: 12px/0.9 Helvetica, Arial, sans-serif;
}

.menu ul {
	list-style-type: none;
}

.menu a {
	color: #fff;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

/*SLIDER*/
.container {
	position: relative;
	height: 850px;
	width: 1020px;
	overflow: hidden;
	margin: 0 auto;
}

.big {
	position: absolute;
	top:950px;
	left:20px;

	-webkit-transition: top 1s ease;
	-moz-transition: top 1s ease;
	-o-transition: top 1s ease;
	-ms-transition: top 1s ease;
	transition: top 1s ease;
}


a {
	float: left;
	margin: 20px;
}

a:hover .thumb {
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

a:hover .big {
  top: 150px;
}

.featured {
	top: 165px;
	left: 0px;
	z-index: -3;
}

h1 {
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:600;
	text-align: center;
 	color: red;
	padding-left: 5px;
  	padding-right: 5px;
}

h2 {
	font-family: Georgia;
	font-size: 18px;
	color:#006;
	padding-left: 5px;
  	padding-right: 5px;
}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color:maroon;
	padding-left: 5px;
  	padding-right: 5px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight:900;
	font-variant: normal;
	color: #FF0033;
	padding-left: 5px;
  	padding-right: 5px;
}

h5 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-style: italic; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #0D73B3;
	text-align: left;
	padding-left: 5px;
  	padding-right: 5px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	color: black;
}

.blockquote-b {
	border:2px solid blue;
	padding:10px;
	-ms-border-radius:5px;
	border-radius:5px;
}

hr { 
	color:#C00; 
	background: #f00; 
	width: 100%; 
	height: 3px; 
	margin-left:0;
	}
	
.special2 {  font-family: Arial, Helvetica, sans-serif; 
				font-size:medium; 
				font-weight: bold; 
				font-variant: normal; 
				color:#006;
}
