/* File name			 : building.css
 * Author				   : Andries Schuttinga
 * Creation date	 : 10.11.06
 * Purpose		 		 : General styling of the web site
 * Version				 : 1.0
 * Co-authors			 : Fabian Kostadinov and Jalil Zerdani
*/


*{
	margin: 0;
	padding: 0;
	border: 0;
	}

	
body {
		 color: #23497C;
		 background: #23497C;
		 background: #003366;
		 font-family: verdana;
		 font-size: 12px;
		 }

#container {
		background: #CED9FF;
		left: 50%;
		position: absolute;
		width: 773px;
	/* 	height: 620px; */
		margin: 10px 0 20px -386px;
		padding-bottom:2px;
		}		 

		
#header {
		background:url("ru-s.gif") no-repeat;
		height: 100px;
		}		


		
h1 {
		color: #ED3D09;
		color: #FF2200;
		font-size: 22px;
		font-style: italic;
		text-align: right;
		padding-top: 50px;
		padding-right: 7px;
		}

h2 {
	  color: #ED3D09;
		color: #FF2200;
		font-size: 14px;
		font-style: bold;
		margin-bottom: 7px;
		}
		
h3 {
	  font-size: 12px;
		font-style: bold;
		margin-bottom: 7px;
		margin-top: 7px;
		}


		
p  {
		line-height: 130%;
		margin-bottom: 6px;
		}

.pict {
			margin-bottom: 35px;
			margin-left: 6px;
			}		
			
/* To help the li align with the <p> text */
.leftmarg {
	 margin-left: 14px;
	 }	

		
#box1{
	/* 	position: absolute;
		left: 180px;*/

		float: right;
		display: inline;
		margin-top: 30px;
		margin-right: 20px;
		margin-bottom: 0px;	
		background: #ffffff;
		width: 525px;
		border: solid 2px;
		padding: 20px;
		}		
		
/* .bigbox{
			height: 500px;
			} */
			
.sign{
			font-family: pristina;
			font-size: 24px;
			}
		
a {
  color: #FF2200;
	text-decoration:none; 
  }
	
a:link {

	}

a:visited {

	}

a:hover {

	text-decoration:underline;
		}
	
a:active {


	}

		
	
		
/************************************************* MENU *****************************/

#menu 
{
	position: relative; top: 5px; left: 5px; 
	height : 20px;
	width : 763px;
	z-index : 1;/* for menu being visible over boxes */
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	height : 20px;
}

#nav a {
	display: block;
	width: 108px;
	color : #FFFFFF;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
	padding : 5px 0px 5px 0px;
}

#nav a:hover {
	color : #fffff;
}

#nav li { /* all list items */
	float: left;
	width: 108px; /* width needed or else Opera goes nuts */
	background: #003366;
	border-left : solid 1px #CED9FF;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 108px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* second level elements */
#nav li ul li {
	border-left : none;
	border-top : solid 1px #CED9FF;
}

/* second level links */
#nav li ul li a {
	text-align : center;
	font-size : 10px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover 
{
	background-color : #ED3D09;
	background-color : #FF2200;
	color: #23497C
}


/********************************************* Left content **********************************/
#leftcontent 
{ 
	float:left;
	display: inline;
/* 	margin-right: 10px;  */
	margin-top: 30px; 
	margin-bottom: 0px;
}

/********************************************* Footer **********************************/

#footer 
{	
	position: relative;
	clear: both; 
/* 	top: 595px; */
  top: 10px;
	width : 763px;
	left: 6px;
	background-color: #003366; 
	color: #FFFFFF; 
	padding-bottom : 2px;
	text-align: center;
	margin-bottom:15px;
}

#footer li 
{
	font-size: 10px; 
	display : inline;
	list-style-type: none;
}


#footer a 
{ 
	color:#FFFFFF; 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none; 
}

#footer a:hover 
{	
	text-decoration: underline;	
	color: #FF2200;	
}	