@charset "utf-8";
/* CSS Document */

body {
	background:url(images/mainbg_header.jpg) repeat-x;
	background-color:#ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:"Segoe UI","Myriad Pro","Calibri","Verdana","Arial",sans-serif;
	color:#02255d;
	font-size:10pt;
	font-weight:normal;
	}


body a{font-weight:bold;color:#2465ce;text-decoration:underline;outline:0;}
body a:hover{font-weight:bold;color:#006666;text-decoration: underline;outline:0;}



/* body background */
#headerdiv {
	background:url(images/header_bg.jpg) no-repeat;
    height: 518px;
	background-position:center;
}
	
/* body background div */
#bodybg {
	background:url(images/mainbg_tile.jpg) repeat;
	width: 100%;
    height: 100%;
}


/* menu table*/
.menutable {
	background:url(images/menu_bg.jpg) no-repeat;
}




/* M banner bg */
.mbannerbg {
	background:url(images/mbanner.png) no-repeat;
}


/* sliding box */
.boxgrid{
	width:121px;
	height: 73px;
	overflow:hidden;
	position: relative;
	
}
			
.boxgrid img{
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

		

/*copyright bg*/
#copyrightbg {
	background:url(images/copyright_bg.jpg) repeat-x;
	height: 40px;
	font-family:"Segoe UI","Myriad Pro","Calibri","Verdana","Arial",sans-serif;
	color:#7d7d7d;
	font-size:8pt;
	font-weight:normal;

}

#copyrightbg a{font-weight:normal;color:#cccccc;font-style:normal;text-decoration:none;}
#copyrightbg a:hover{font-weight:normal;color:#95bfea;text-decoration: underline;}



/* lightbox settings overlay */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 15px "Segoe UI","Myriad Pro","Calibri","Verdana","Arial",sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 10px;	
}			
#lightbox-secNav-btnClose {
	width: 80px;
	height: 21px; 
	float: right;
	padding-right: 0px;	
	padding-bottom: 10px;	
}


.footertable {
	background:url(images/footerbg.jpg) no-repeat;
	
}



/* menu and anchor settings */

#minibar { display:none;}



.floater{
position:fixed;
top:0px;
z-index:999;
height:91px;
width:996px;
margin-left: auto;
margin-right: auto;

}

.aboutanchor{ position:absolute; left:0px; top:518px;}
