*
{
margin:0;
padding:0;
font-family:Tahoma, Helvetica, sans-serif;
}

body
{
background: #ffffff;
font-size: 10pt;
color: #565656;
}

#container
{
width:926px;
margin:0 auto;
background: #ffffff;
}

#header
{
width: 926px;
height: 115px;
margin: 0 auto 10px auto;
background: url("../images/header.jpg") top right no-repeat;
}

#header h1
{
}

#header h1 a
{
display: block;
width: 192px;
height: 115px;
background: url("../images/logo.gif") top left no-repeat;
text-decoration: none;
}

#header h1 a span
{
position: relative;
left: -1000px;
}

#path
{
border: 1px solid #cfcfcf;
border-left: 0;
border-right: 0;
width: 721px;
margin-bottom: 15px;
padding: 3px;
font-size: 8pt;
}

#left
{
float: left;
width: 220px;
min-height: 300px;

}

#left ul
{
list-style: none;
}

#left ul li
{
width: 220px;
margin-bottom: 5px;
}

#left ul li a
{
display: block;
color: #0a2e68;
background: #e7ebef;
padding: 5px;
text-decoration: none;
font-weight: bold;
}

#left ul li a:hover
{
background: #c4d8ec;
}

#inside
{
float: left;
margin-left: 30px;
margin-right: 20px;
width: 477px;
min-height: 300px;
padding-bottom: 15px;
}

#inside h1
{
color: #0a2e68;
font-size: 14pt;
margin-bottom: 10px;
}

#inside div.news
{
width: 470px;
margin: auto 10px 10px auto;
padding-bottom: 3px;
border-bottom: 1px solid #cfcfcf;
}

#inside div.news h2
{
font-size: 14px;
}

#inside div.news p.news_more
{
text-align: right;
font-size: 9pt;
}

#inside ul
{
margin-left: 20px;
}

#inside ul li.art_pdf
{
list-style: none;
background: url(/images/ico_pdf.gif) no-repeat left center;
padding-left: 30px;
height: 30px;
padding-top: 10px;
}

#inside ul li.art_doc, #inside ul li.art_docx
{
list-style: none;
background: url(/images/ico_doc.gif) no-repeat left center;
padding-left: 30px;
height: 30px;
padding-top: 10px;
}

#inside ul li.art_xls, #inside ul li.art_xlsx
{
list-style: none;
background: url(/images/ico_xls.gif) no-repeat left center;
padding-left: 30px;
height: 30px;
padding-top: 10px;
}

#inside ul li.art_ppt
{
list-style: none;
background: url(/images/ico_ppt.gif) no-repeat left center;
padding-left: 30px;
height: 30px;
padding-top: 10px;
}

#inside div.news p.news_more a
{
text-decoration: none;
}

#photo_right
{
float: right;
text-align: center;
width: 120px;
}

#photos_gallery
{
width: 460px;
margin: 20px auto;
}

#photos_gallery div
{
 float: left;
 width: 120px;
 min-height: 100px;
 text-align:center;
 font-size: 8pt;
}

#photos_gallery div p
{
font-size: 8pt;
}

#right h1
{
color: #0a2e68;
font-size: 11pt;
margin-top: -40px;
margin-bottom: 10px;
}

#right
{
float: right;
width: 178px;
min-height: 300px;
text-align: center;
padding-bottom: 20px;
}

#right img
{
margin-bottom: 20px;
border: 0;
}

#partners
{
margin-top: 10px;
width: 926px;
}

#partners h1
{
background: #e7ebef;
width: 920px;
padding: 3px;
color: #0a2e68;
font-size: 11pt;
margin-bottom: 5px;
}

#partners img
{
border: 0;
margin-left: 6px;
}

#footer
{
width: 924px;
background: #ececec;
padding: 1px;
margin: 5px auto;
}

#footer p
{
font-size: 8pt;
}

.clear
{
clear: both;
}

/*LIGHTBOX*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
