a:link
{
	color: rgb(255,255,255);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(255,255,255);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(255,255,255);
	text-decoration: underline;
}
a:hover
{
	color: rgb(255,255,255);
	text-decoration: none;	
}
body
{
	font-family: tahoma;
	font-size  : 13px;
	background-color: rgb(255,255,255);
	color: rgb(255,255,255);
	margin:0;
	background:#000000 url('images/bgfix.gif') no-repeat fixed top;
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: tahoma;
	font-size  : 13px;
	bckground-color:rgb(255,255,255);
}

.bgimg {
	background:#FFFFFF url('images/bg-body2.gif') repeat-x top;
	 
}


.top2 {
	background:#000000 url('images/top3.jpg');
	 
}



.th
{
    background-color:rgb(3,128,233);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch
{
    background-color:rgb(187,229,255);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tc1
{
    background-color: rgb(255,255,255);
	font-family:  Tahoma;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}
.tc2
{
    background-color: rgb(255,200,168);
	font-family:  Tahoma;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}

.tc
{
    background-color:rgb(168,67,55);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(255,255,255)
}

.hd
{
	font-family: tahoma;
	font-size  : 16px;
	font-weight: bold;
	color: rgb(255,200,121);
}

.shd
{
	font-family: tahoma;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(255,197,39);
}

.mt
{
	font-family: Arial;
	font-size  : 11px;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tb
{
    border:1px solid #b1dcff; background-color:#ffffff;
	font-family: tahoma;
	font-size  : 11px;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}

p
{
	text-align: Justify;
	line-height: 150%
}
ul
{
	font-family: tahoma ;
	font-size  : 12px;
   font-style: normal;
   color: rgb(255,255,255);
   list-style-image:url('images/listbullet.gif');
}








/* ------- scroll bar styles --------------------------------------------------------------------------- */

.scroll-pane {
    position: relative;
	width: 960px;
	height: 330px;
	overflow: auto;
	bckground: #ffffff;
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	bckground: #e1e1e1;
	background: url('images/sc-trackbg.gif');	
}
.jScrollPaneDrag {
	position: absolute;
	background: #d96306;
	bckground: url('images/sc-trackdrag.gif') no-repeat 0% 05%;	
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 05px;
	background: url('images/sc-arrowup.gif');	
}
a.jScrollArrowUp:hover {
	bckground: url('images/sc-arrowup-mo.gif');		
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 05px;
	background: url('images/sc-arrowdown.gif');
}
a.jScrollArrowDown:hover {
	bckground: url('images/sc-arrowdown-mo.gif');		
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -0px;
}








/* ------- image preview styles --------------------------------------------------------------------------- */


#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: url('images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited { background: url('portfolio/images/prevlabel.gif') no-repeat left 95%; }
#nextLink, #nextLink:visited { background: url('portfolio/images/nextlabel.gif') no-repeat right 95%; }

#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 */