html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font: normal .85em arial, sans-serif;
  /* background: #00005C url(../images/xpattern.png); */
  background: #00005C;
  color: #444;
  padding-bottom: 40px;
}

p { 
  padding: 0 0 10px 0;
  line-height: 1.5em;
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  font: normal 200% arial, sans-serif;
  color: #222;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
}

h1 { 
  text-shadow: 1px 1px #FFF;
}

h2 { 
  font: normal 170% arial, sans-serif;
  color: #666;  
  margin: 0;
  padding: 0 0 8px 0;
}

a, a:hover { 
  outline: none;
  text-decoration: none;
  color: #00B7EC;
}

a:hover { 
  text-decoration: underline;
  color: #00B7EC;
}

#main, header, #logo, nav, #site_content, footer { 
  	margin-left: auto; 
  	margin-right: auto;
}

#main { 
  	width: 960px;
  	margin: 20px auto 0 auto;
}

header { 
  	width: 960px;
  	padding-bottom: 0px;
  /*height: 105px; background: white url(../images/xpattern.png);*/
	height: 105px; background: white;
}
#logoleft { 
/*  width: 320px; */
  	width: 33%;
  	float: left;
  	height: 100px;
  	padding-bottom: 10px;
  	background: rgba(179,204,223,1);
  	background: -moz-linear-gradient(left, rgba(179,204,223,1) 7%, rgba(179,204,223,1) 9%, rgba(255,255,255,1) 100%);
  	background: -webkit-gradient(left top, right top, color-stop(7%, rgba(179,204,223,1)), color-stop(9%, rgba(179,204,223,1)), color-stop(100%, rgba(255,255,255,1)));
  	background: -webkit-linear-gradient(left, rgba(179,204,223,1) 7%, rgba(179,204,223,1) 9%, rgba(255,255,255,1) 100%);
  	background: -o-linear-gradient(left, rgba(179,204,223,1) 7%, rgba(179,204,223,1) 9%, rgba(255,255,255,1) 100%);
  	background: -ms-linear-gradient(left, rgba(179,204,223,1) 7%, rgba(179,204,223,1) 9%, rgba(255,255,255,1) 100%);
  	background: linear-gradient(to right, rgba(179,204,223,1) 7%, rgba(179,204,223,1) 9%, rgba(255,255,255,1) 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ccdf', endColorstr='#ffffff', GradientType=1 );
}

#logoleft p {
  	padding-left: 20px;
  	padding-top: 20px;
}


#logocenter { 
/*  width: 320px; */
	width: 34%;
 /* margin-left: 220px; */
  	float: left;
  	height: 100px;
  	background: white;
  	padding-bottom: 10px;
 	margin: auto;
}
#logocenter img { 
  	height: 90px;
  	padding-top: 10px;
  	margin-left: auto;
  	margin-right: auto;
  	display: block;
}
#logocenter .images { 
	   width:320px;
}
#logoright { 
/*  width: 320px; */
  	width: 33%;
  	float: right;
  	height: 100px;
   	padding-bottom: 10px;
  	background: rgba(255,255,255,1);
  	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(179,204,223,1) 91%, rgba(179,204,223,1) 93%);
  	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(91%, rgba(179,204,223,1)), color-stop(93%, rgba(179,204,223,1)));
  	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(179,204,223,1) 91%, rgba(179,204,223,1) 93%);
  	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(179,204,223,1) 91%, rgba(179,204,223,1) 93%);
  	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(179,204,223,1) 91%, rgba(179,204,223,1) 93%);
  	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(179,204,223,1) 91%, rgba(179,204,223,1) 93%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ccdf', GradientType=1 );
}
#logoright img{ 
	padding-left: 150px;
}
#logoright p{ 
	padding-left: 120px;
}
#site_content { 
  	width: 960px;
  	overflow: hidden;
  	margin: 4px auto 0 auto;
  	padding: 0;
  	background: #eee;
  	border-top: 0;
  	border-bottom: 0;
} 

#sidebar_container { 
  	float: left;
  	width: 450px;
  	padding: 0;
  	height: 450px;
}

#content { 
  	text-align: justify;
  	width: 470px;
  	 padding: 0 9px 0px 30px; 
  	margin: 0;
  	float: left;
    background: white url(../images/pattern.png);
    height: 450px;
}


.headerTitle {
  	margin: 0;
  	font-family: arial, sans-serif, verdana, helvetica, ;
  	color: #004D29;
  	background-color: transparent;
  	text-decoration: none;
  	font-size: 130%;  /* For MSIE */
  	font-weight: bold;
  	font-style: italic;
  	padding-top: 20px;
  	padding-bottom: 20px;
}

.headerTitle span {
	color: maroon;
	background-color: transparent;
	font-weight: bold;
}
.loginformbox {
	border-radius: 6px;
	box-shadow: 10px 10px 5px #888888;
	border: 2px #00005c solid;
 	/* background: white url(../images/patternx.png);*/
 	background: white;
	margin-left: 100px;
	margin-top:20px;
	width: 250px;
	height: 120px;
	padding-top: 30px;
 	padding-left: 20px;
 	position: absolute;
    font-size:16px;
}
.loginmsg {
 	margin-top: 185px;
 	color: red;
 	font-weight: bold;
 	 z-index:500;  
}
footer { 
  	width: 960px;
  	font: normal 90% arial, sans-serif;
  	height: 90px;
 /* padding: 20px 0 5px 0; */
  	text-align: left; 
   	color: #222;
  	background: #D4D4D4;
}

footer p { 
  	padding: 0 0 10px 0;
}

footer a, footer a:hover { 
  	color: #222;
  	text-decoration: none;
  	font: normal 80% arial, sans-serif;
}

footer a:hover { 
  	color: #000;
  	text-decoration: underline;
}

#footerlefttext, #footerrighttext { 
	 padding-left: 100px;
}
#footerrightfootnotetext {
	 padding-left: 300px;
	 margin-top: -60px;
	 text-align:center; /* Align center inline elements */
 }
#footerrightfootnotetext img {
 	vertical-align: middle;
    display: inline-block;
 }
#footerleft { 
/*  width: 320px; */
	width: 50%;
  	float: left;
  	height: 90px;
 	padding-bottom: 10px;
  	padding-top: 10px;
 	background: rgba(179,204,223,1);
	background: -moz-linear-gradient(left, rgba(179,204,223,1) 7%, rgba(179,204,223,1) 9%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(7%, rgba(179,204,223,1)), color-stop(9%, rgba(179,204,223,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(179,204,223,1) 7%, rgba(179,204,223,1) 9%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(179,204,223,1) 7%, rgba(179,204,223,1) 9%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(179,204,223,1) 7%, rgba(179,204,223,1) 9%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(179,204,223,1) 7%, rgba(179,204,223,1) 9%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ccdf', endColorstr='#ffffff', GradientType=1 );
}

#footerright { 
/*  width: 320px; */
	width: 50%;
  	float: left;
  	height: 90px;
   	padding-bottom: 10px;
  	padding-top: 10px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(179,204,223,1) 91%, rgba(179,204,223,1) 93%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(91%, rgba(179,204,223,1)), color-stop(93%, rgba(179,204,223,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(179,204,223,1) 91%, rgba(179,204,223,1) 93%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(179,204,223,1) 91%, rgba(179,204,223,1) 93%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(179,204,223,1) 91%, rgba(179,204,223,1) 93%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(179,204,223,1) 91%, rgba(179,204,223,1) 93%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ccdf', GradientType=1 );
}


ul.images {
  width:450px;
  height:450px;
  overflow:hidden;
  position:relative;
  margin:0;
  padding:0;
} 

ul.images li {
  position:absolute;
  margin:0;
  padding:0;
  left:0;
  right:0;
  list-style:none;
}

/* ul li.show {
padding-top: 50px;
padding-left: 50px;
}*/

ul.images li.show {
  z-index:500;  
}
 
ul img {
  border:none;  
}



