/*****************/
/*   MAIN BODY   */
/*****************/

body 
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
  	font-family: Verdana,Tahoma, Arial,sans-serif;	
	background: url(../img/bg_main.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#header
{
	clear: both; 
	width: 1024px; 
	height: 110px;
}

#hdr-logo
{
	float: left; 
	width: 250px; 
	height: 60px;
}

#hdr-search
{
	float: right;
	clear: none;
	text-align: right;
	margin-top: 15px;
	vertical-align: middle;	
}

#hdr-search input.top
{
	float: left;
	clear: none;
}

#hdr-menu
{
	float: none; 
	clear: both;
	width: 900px; 
	height: auto; 
	text-align: left; 
}

#mainContent
{
	clear: both; 
	width: 1024px; 
}

#content-area
{
	clear: none; 
	float: left; 
	width: 820px; 
	margin-top: 20px;
	padding-left: 25px;
}

#content-area h3
{
	margin-top: 10px;
	margin-bottom: 0px;

}


#clearer
{
	display: block;
	clear: both;
}
#forum
{
	display: block;
	width: 854px;
	height: 560px;
	border: 0px none;
	background-color: transparent;
}
img
{
	border: 0px none;
}

img.gallery-image
{
	border: 2px solid #333333;
	margin: 5px;
}

img.gallery-folder
{
	margin: 5px;
	display: block;
	clear: both;
}

div.gallery-folder
{
	float: left;
	text-align: center;
	white-space: nowrap;
	max-width: 180px;
	max-height: 160px;
	overflow: hidden;
}

span.folder
{
	font-size: 10px;
	font-weight: bold;
}

input.menu, div.menu-login
{
	display: block;
	clear: both;
	width: 110px;
	height: 30px;
	line-height: 30px;
	border: 0px none;
	padding: 0px;
	padding-left: 7px;
	padding-top: 12px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 4px;
	background-image: url(../img/input-text.png);
	background-repeat: no-repeat;
	background-position: left;
}

input.login
{
	display: block;
	float: right;
	clear: both;
	width: 70px;
	height: 30px;
	line-height: 30px;
	border: 0px none;
	padding: 0px;
	padding-top: -2px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 35px;
	background-color: transparent;
	background-image: url(../img/input-button.png);
	background-repeat: no-repeat;
	background-position: center;
}
/* top menu */
#menu-top
{
	width: 861px;
	height: 50px;
	float: left;
}
#menu-top a
{
	display: block;
	float: left;
	width: 107px;
	height: 50px;
	background: url(../img/menu-top.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	outline-style: none;
}
#menu-top a:hover, #menu-top a.active
{
	background: url(../img/menu-top-active.png);
	background-repeat: no-repeat;
}

#menu-top a.home
{
	background-position: 0%;
}
#menu-top a.about
{
	background-position: -107px;
}

#menu-top a.news
{
	background-position: -214px;
}

#menu-top a.events
{
	background-position: -321px;
}
#menu-top a.research
{
	background-position: -428px;
}
#menu-top a.fgroups
{
	background-position: -537px;
}
#menu-top a.awards
{
	background-position: -645px;
}

#menu-top a.links
{
	background-position: 80%;
}
#menu-top a.contacts
{
	background-position: 100%;
}

#menu-left
{
	margin-top: 10px; /* to adhere the top margin of main content */
	margin-left: 20px;
	float: left; 
	width: 150px; 
	height: 630px; 
	background-image: url(../img/menu-left-right-line.png);
	background-repeat: no-repeat;
	background-position: right;
}

#menu-left h2
{
	font-size: 14px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 20px;
	text-indent: 10px;
	text-align: left;
}
	
/* left menu */
#menu-left a
{
	display: block;
	width: 131px;
	height: 50px;
	background: url(../img/menu-left.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	margin-bottom: 10px;
	outline-style: none;
}

#menu-left a:hover, #menu-left a.active
{
	background: url(../img/menu-left-active.png);
	background-repeat: no-repeat;
}

#menu-left a.forum
{
	background-position: 1% 0%;
}
#menu-left a.reference
{
	background-position: 1% 25%;
}
#menu-left a.jobs
{
	background-position: 1% 50%;
}
#menu-left a.gallery
{
	background-position: 1% 75%;
}
#menu-left a.member
{
	background-position: 1% 100%;
}

.clearfix
{
	display: block;
	clear: both;
}


