body {
	background-color: #2f4b7b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.textfooter {
	font-family: "Microsoft Sans Serif", Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
}
.textfooter a{
	color: #FFFFFF;
	text-decoration: none;
}
.textfooter a:hover{
	color: #a2c3fd;
}
.textaddress {
	font-family: "Microsoft Sans Serif", Arial, Helvetica;
	font-size: 10px;
	color: #a2c3fd;
}
.textaddress a{
	color: #a2c3fd;

}
.textaddress a:hover{
	color: #FFFFFF;

}
.textmain {
	font-family: "Microsoft Sans Serif", Arial, Helvetica;
	font-size: 14px;
	color: #000000;
}
.textsubhead {
	font-family: "Microsoft Sans Serif", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #2F4B7B;
}
.textmain a{
	color: #000000;
}
.textmain a:hover{
	color: #2f4b7b;
}

.textred {
	font-family: "Microsoft Sans Serif", Arial, Helvetica;
	font-size: 14px;
	color: #FF0000;
}

.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
/* container width*/
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 2px solid #2f4b7b;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

.t {background: url(images/02.gif) 0 0 repeat-x; }
.b {background: url(images/08.gif) 0 100% repeat-x; }
.l {background: url(images/04.gif) 0 0 repeat-y; }
.r {background: url(images/06.gif) 100% 0 repeat-y}
.bl {background: url(images/07.gif) 0 100% no-repeat}
.br {background: url(images/09.gif) 100% 100% no-repeat}
.tl {background: url(images/01.gif) 0 0 no-repeat}
.tr {background: url(images/03.gif) 100% 0 no-repeat; padding:10px}

/*--------------Code CSS--------------*/
*.rtop *,.rbottom *{display:block;height: 1px; overflow: hidden;}
.r1,.r2,.r3,.r4,.r5,.r6,{height:1px; font-size:0;}
.r7,.r8{height:2px; font-size:0;}
.r1{margin:0 10px;}
.r2{margin:0 8px;}
.r3{margin:0 6px;}
.r4{margin:0 5px;}
.r5{margin:0 4px;}
.r6{margin:0 3px;}
.r7{margin:0 2px;}
.r8{margin:0 1px;}

.r1{background-color:#CDCDCD;}
.r2,.r3{
background-color:#fff;
border-left:2px solid #CDCDCD;
border-right:2px solid #CDCDCD;
}
.r4,.r5,.r6,.r7,.r8{
background-color:#fff;
border-left:1px solid #CDCDCD;
border-right:1px solid #CDCDCD;
}
.content{
border-left:1px solid #CDCDCD;
border-right:1px solid #CDCDCD;
border-width:0 1px;
margin:0;
padding: 0 20px;
display:block;
}

/*--------------Code html--------------*/

/*--------------Menu X --------------*/
..boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(images/cx-m/drop-box_07.jpg) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/cx-m/drop-box_04.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/cx-m/drop-box_03.jpg) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/cx-m/drop-box_06.jpg) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
/*--------------X Menu X--------------*/

/*--------------LightBoX--------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; } 

/*--------------LightBoX--------------*/

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block; 
background-color:#FF9900;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

/*--------------Menu XWiDE --------------*/

.outer a, .outer div, .outer li, .outer ul, .outer body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

	#menu{
		margin:0;
		padding:0;
		background:#fff;
		background:#fff;
		text-align : left;
		color:#666;	

	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				margin:3px 0;
			}
				#menu li a{
					list-style:none;
					background:#758CB5 url(images/menu_033_bg.gif) no-repeat;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					text-decoration:none;
					display:block;
					height:35px;
					line-height:35px;
					padding:0 0 0 20px;
				}
					#menu li a:hover{
						background:#304B7A url(images/menu_033_h.gif) no-repeat;
						color:#fff;
						text-decoration:none;
					}

/*--------------Menu XWiDE --------------*/

/*--------------Code CORE--------------*/
*.rtop *,.rbottom *{display:block;height: 1px; overflow: hidden;}
.r1,.r2,.r3,.r4,.r5,.r6,{height:1px; font-size:0;}
.r7,.r8{height:2px; font-size:0;}
.r1{margin:0 10px;}
.r2{margin:0 8px;}
.r3{margin:0 6px;}
.r4{margin:0 5px;}
.r5{margin:0 4px;}
.r6{margin:0 3px;}
.r7{margin:0 2px;}
.r8{margin:0 1px;}

.r1{background-color:#CDCDCD;} 
.r2,.r3{
background-color:#fff;
border-left:2px solid #CDCDCD; 
border-right:2px solid #CDCDCD;
}
.r4,.r5,.r6,.r7,.r8{
background-color:#fff;
border-left:1px solid #CDCDCD; 
border-right:1px solid #CDCDCD;
}
.content{
border-left:1px solid #CDCDCD;
border-right:1px solid #CDCDCD; 
border-width:0 1px;
margin:0;
padding: 0 20px; 
display:block;
}
/*--------------Code CORE--------------*/