@font-face {
	font-family: verdana, arial, sans-serif;
/* 	src: url('../fonts/DaysOne-Regular.eot');
	src: local('☺'), url('../fonts/DaysOne-Regular.woff') format('woff'), url('../fonts/DaysOne-Regular.ttf') format('truetype'), url('../fonts/DaysOne-Regular.svg') format('svg');
 */	font-weight: normal;
	font-style: normal;
}
body {
	background: url(../images/bg-pattern-red.jpg) repeat left top;
	font-family: verdana, arial, sans-serif;
	min-width: 960px;
	margin: 0;
}

#page {
	width: 960px;
	margin: 0 auto;
	padding: 230px 0 0;
}
img {
	border: 0;
}
/*------------------------------ SPRITES ------------------------------*/
/*
.more {
	background-position: 0 -35px;
	color: #636974;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	width: 170px;
	padding: 1px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.more:hover {
	background-position: 0 -82px;
	color: #010000;
}*/
/*------------------------------ HEADER ------------------------------*/
#header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#header .background {
	height: 150px;
}
/** Logo **/
#logo {
	font-family: verdana, arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
/* 	height: 180px; */
	height: 168px;
	width: 960px;
	margin: 0 auto;
	margin-top:20px;
	background: url(../images/bg-logoa.png) repeat left top;
}

#logo img {
	float:left;
	padding-top:30px;
	padding-left:30px;
}
#logo p  {
	float:right;
	padding-top:0px;
	padding-right:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
/* #logo a  {
	color:grey; */
}
#logo p a:hover {
	color:#70020f;
}

.engr:hover
{
color:blue;
}  


/** Navigation **/
#navigation {
	background: url(../images/bg-logoa.png);
/* 	background : url(../images/logo2.jpg); */
	height: 35px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: 0;
	padding-bottom: 5px;
}
#navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 1px 10px;
}
#navigation li {
	float: left;
}
#navigation li a {
 	color: #70020f;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	width: 120px;
	border-color: transparent;
	border-style: none solid;
	border-width: 1px;
	text-align: center;
	text-decoration: none;
	/* text-transform: uppercase; */
}
#navigation li a:hover, #navigation li.selected a {
	background-color: #70020f;
	color: #fff;
	/*border-color: #afafaf;*/
}
#navigation li ul {
	position: absolute;
	display:none;
	margin-left:-10px ;
	width: 120px;
}
#navigation li ul li a{
	background: url(../images/bg-logoa.png);
}
#big li a{
	width:220px;
}
#navigation li ul li a:hover ,  #navigation li ul li.selected a{
	color: #fff;
	background: #70020f;
}
#navigation li:hover ul { 
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	border-color: transparent;
	border-style: none solid;
	border-width: 1px;
	text-align: center;
	text-decoration: none;
	/* text-transform: uppercase; */
	
}
#dates{
float:right;
padding-right:20px;
padding-top:10px;
color: #70020f;
}

/*------------------------------ CONTENTS ------------------------------*/
#contents {
/*	background: #f6ece8; /*url(../images/bg-logo.jpg) no-repeat left bottom*/
	background: #FFFFFF;
	display: inline-block;
	width: 100%;
	padding: 23px 0 0;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
#contents h1, #contents h2, #contents h4, #contents h5, #contents h6 {
	color: #70020f;
	font-family: verdana, arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 15px;
}
#contents h2 {
	font-size: 24px;
	line-height: 24px;
/* 	text-transform: uppercase; */
}
#contents h3 {
	font-size: 18px;
	line-height: 18px;
	color:#70020f;
/* 	text-transform: uppercase; */
}
#contents h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 15px;
/* 	text-transform: uppercase; */
}
#contents h5 {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	/* text-transform: uppercase; */
}
#contents h5 a {
	color: #940315;
	text-decoration: none;
}
#contents h6 {
	font-size: 12px;
	line-height: 24px;
	/* text-transform: uppercase; */
}
#contents p {
	color: #595959;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 14px;
	text-align:justify;
}
#contents p a {
	color: #636974;
}
#contents p a:hover {
	color: #721f29;
}
#contents h5 a:hover {
	text-decoration: underline;
}
/*#contents .footer {
	background-color: #f8f8f8;
	clear: both;
	width: 900px;
	margin: 0 0 4px -30px;
	padding: 20px 30px 0;
}
#contents .footer h6 {
	float: left;
	width: 210px;
	margin-bottom: 30px;
	margin-right: 20px;
	text-transform: uppercase;
}
#contents .section {
	width: 260px;
	padding: 0 0 0 20px;
}
#contents > div:first-child {
	padding: 28px 20px 14px;
}
.time {
	color: #636974;
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 0 5px;
}*/

/** list **/
ul.list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list li h5 + img {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
}
/** Main **/
#main {
width:600px;
float:center;
padding-left:10px;
}
/*
#main > ul {
	display: inline-block;
	list-style: none;
	width: 580px;
	margin: 0;
	padding: 0;
}
#main > ul li {
	float: left;
	width: 290px;
}
#main > ul li p b {
	color: #2e3a54;
	display: block;
	font-family: 'DaysOne-Regular';
	font-weight: normal;
	text-transform: uppercase;
}*/
/*-------------------------------Contact------------------------------*/
#contact {
	float:center;
	display: inline-block;
	margin-bottom:30px;
	width: 100%;
	width:960px;
	border-top: solid;
	border-top-color:gray;
	background: url(../images/bg-logoa.png);
}
#contact p {
	color: #000;
	font-size: 15px;
	line-height: 15px;
	margin: 0;
	padding: 0 0 5px;
}

.mails
{
text-decoration:none;
}

.mails:hover
{
text-decoration:none;
color:red;
}


#infor {
	float:left;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
#downl {
	float:right;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}


.downloads
{
display:block;
font-size:30px;
font-weight:bold;
color:LightPink;
background-color:DarkRed;
width:220px;
height:70px;
text-align:center;
padding:20px 40px 60px 40px;
text-decoration:none;
}

.downloads:hover
{
background-color:Maroon;
}

.scroll
{
/* width:500px;
height:400px; */
overflow:scroll;
}


#infor h4{
	color: #70020f;
/* 	font-family: 'DaysOne-Regular'; */
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 12px;
	/* text-transform: uppercase; */
}	

/*------------------------------ FOOTER ------------------------------*/
#footer {
	width: 100%;
	position: absolute;
	left: 0;
}

#footer .body {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0 20px;
}

#footnote {
	clear: both;
	color: #b75661;
	font-size: 14px;
	margin: 0;
	text-align: center;
}