/* CSS Document */
body{
	width: 100%; 
	margin: 5px 0 5px 0;
	margin-left:auto;
	margin-right:auto; 
	padding: 0;
	border: 0;
	height: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height: 1.5em;
	/* background-color:#fff; */
	/* 	background-image:url('/images/pattern2.gif'); */
	background-image:url('/images/Patterns9-05.png');
	color:#000000;
	text-align:center;
}

#main_wrapper{
width:960px;
margin:0 auto;
/* background:#fff; */
}

#header{
width: 960px; 
height: 75px; /*Height of frame div - Anand: 80px */
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
/* background-image: none; */

}

#menu{
width: 960px; 
height: 35px; /*Height of frame div - Anand: 80px */
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
/* background-image: none; */
text-align: center;
}


#wrapper{
margin:0 auto;
width: 960px;
background: #fff;
background-image:url('/images/pattern2lite.gif');
color:#000;
text-align:center;
border:1px dotted #6f4d2b;
padding:0px;
overflow: auto;

}

#rsspara { 
width:80%;
text-align:left;
padding:0 90px 0 90px;
}



.footer { text-align: center; text-decoration: none; font-size: 75%; color: #000; }

#contactleft {
width:45%;
float:left;
margin: 20px;
text-align=justify;
}
#contactright {
width:45%;
float:right;
margin: 20px;
text-align=justify;
}
* html #contactleft {
width:45%;
float:left;
}
* html #contactright {
width:45%;
float:right;
}
.clear {
clear:both;
}

* html body{ /*IE6 hack*/
padding: 0px 0 0px 0; /*Set value to (HeightOfFrameDiv 0 0 0) Anand: First value was 130px*/
}

* html #wrapper{ /*IE6 hack*/
height: 100%; 
width: 960px; 
}

#headerimg {text-align:left;}
#headerimg2 {text-align:right;}

h2 { font-size: 135% }
h3 { font-size: 120%; text-decoration: underline; }
h4 { font-size: 110%; }

p.para {text-align:justify;}

/* Lightbox V2 CSS code */

#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; }

/* End of Lightbox V2 CSS Code */

	
