/* UPDATE INFO
layout.css controlling the physical layout of the site;
----------------------------------------------------------------------------------
Version: 1.0;
Last Modified: 5th October 2006;
----------------------------------------------------------------------------------
STRUCTURE
=#wrapperLeft:	container for left hand shadow;
=#wrapperRight:	container for right hand shadow;
=#main: 		holds the entire page;
=#header:		page header inc. nav;
=#titleBar:		logo, lang opions etc;
=#language:		language selection holder;
=#navigation:	nav holder and nav styling;
=#mainNav:		main sections nav;
=#mainNav:		sub section nav;
=#content:		holds main content;
=#footer:		page footer;
=.column;		generic column styles;
=#left:			content columns;
=#middle:
=#right:
=#resourses:	resources menu;
----------------------------------------------------------------------------------
STYLES
*/

*{
	margin: 0;
	padding: 0;
}

/*=#wrapperLeft */
#wrapperLeft{
	padding-left: 10px;
	position: relative;
	margin:	0 auto;
	width: 	900px;
}

/*=#wrapperRight */
#wrapperRight{
	padding-right: 10px;
	position: relative;
	width: 	900px;
}

/*=#main */
#main {
	width: 900px;
}

/*=#header */
#header {
	width: 900px;
	clear: both;
	border-top: solid 3px #003082;
	border-bottom: solid 3px #003082;
}

/*=#titleBar */
#titleBar {
	height: 80px;
	background:url("../../images/imago_logo.jpg") no-repeat left bottom;
}

/*=#language */
span#language {
	float: right;
	margin-right: 10px;
}

/*=#navigation */
#navigation {
	float: left;
	position: absolute;
	width: 900px;
}

/* IE 5.0 for Mac hack IE for Mac ignores all with in comments\*/
#navigation {
	float: left;
	position: relative;
	/*top: 84px;*/
}

/*=#navigation */
/* IE 5.0 for Mac hack IE for Mac ignores all with in comments\*/
* html #navigation {
	position: relative;
	background-position: left bottom;
	background-repeat: repeat-x;
	/*top: -3px;*/
}
/*end hack */

/*=#mainNav */
ul#level1Nav,
ul.level2Nav {
	list-style: none;
	float: left;
	width: 860px;
	margin: 0;
	padding: 0 20px;
}

ul#level1Nav{
	background-color: #2D5DB5;
}
	
ul#level1Nav li,
ul.level2Nav li{
	float: left;
	text-align: left;
	padding: 2px 0;
}

ul#level1Nav li a,
ul.level2Nav li a {
	margin: 0 3px;
	padding: 4px 5px;
	color: #BAE0FA;
	height: 22px;
}

#menu,
ul.level2Nav {
	background: #003082;
}

.showmenu {
	display: block;
}

.hidemenu {
	display: none;
}

/*=#content */
#content {
	/*float: left;*/
	position: relative;
	width: 900px;
}

/*=.column */
#content .column {
 	float: left;
	position: relative;
}

/*=#left */
#left { 	
	width: 	215px;
	margin-left: 5px;
}

* html #left { 	
	width: 	215px;
	margin-left: 2px;
}

#left ul { 
	padding: 5px;
}

#left ul  li { 
	margin-bottom: 5px;
}

#left li p {
	font-size: 10px;
	line-height: 110%;
	margin-left: 75px;
}

#left ul.small li p {
	font-size: 9px;
	line-height: 110%;
}

#left li a:hover p {
	color: #666; 
}

#left li h6 {
	font-size: 10px;
	line-height: 120%;
	margin-left: 75px;
}

#left li a:hover h6 {
	color: #D21A1A;
}

#left li a:hover {
	text-decoration: none;
}

/*=#middle */
#middle {
	width: 460px;
}

#middle #map {
	border: solid 1px #666;
	width: 380px;
	height: 380px;
	margin: 5px 35px;
}

/*=#right */
#right {
	height: 100%;
	margin-right: -205px;
	width: 215px;
}

#right img {
	margin-top: 20px;
}

ul#resourses{
	list-style: none;
}

/*=#footer */
#footer {
	border-top: solid 1px #ccc;
	clear: both;
	height: 30px;
	width: 900px;
}

#footer ul {
	list-style: none;
	margin: 5px 0 0 10px;
}

#footer li {
	display: inline;
	margin: 0 5px;
}

#showcase .rotator{
	width: 205px;
	height: 165px;
	position: relative;
	background: White;
	margin-bottom: 10px;
}

#showcase .rotator img{
	margin: 0;
}

#showcase .figure{
	position: absolute;
}

#showcase #fig1{
	top: 5px;
	left: 5px;
}

#showcase #fig2{
	bottom: 5px;
	right: 5px;
}