body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #6D6E71;
}
form {margin: 0px}

table, tr, td, p {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #6D6E71;
}

input[type="text"],input[type="password"],input[type="file"], textarea{
	font-family:Verdana, Arial;
	font-size:10px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding: 3px;
}

input[type="button"], input[type="reset"], button{
	color:#333333;
	background-color:#CCCCCC;
	border:1px solid #6D6E71;
}

select{
	padding: 2px;
	font-family:Verdana, Arial;
	font-size:10px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

.hometext {
	font-size: 14px;	
}
	
.sinput {
	font-family:Verdana;
	font-size:10px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

.sinput:hover {
	font-family:Verdana;
	font-size:10px;
	border:1px solid #F00;
	background-color:#FF6;
}

.sbutton {
    border: 0px solid #CCC;
    background: url('../images/button_send.gif');
    width: 53px;
    height: 24px;
    cursor: pointer;
}
.sbutton:hover {
   background: url('../images/button_send_over.gif');
}

.sb_but {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#000;
	font-size: 11px;
	font-weight:bold;
	padding: 2px;
	background:url(../images/bbg.gif) repeat-x left top;

}

.sb_but1 {
	font-family: Tahoma;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#000;
	font-size: 10px;
	padding: 1px;
	background:url(../images/bbg.gif) repeat-x left top;

}

a:link   	{ color: #6D6E71; text-decoration: none; }
a:active 	{ color: #6D6E71; text-decoration: none; }
a:visited 	{ color: #6D6E71; text-decoration: none; } 
a:hover   	{ color: #8ed8f8; text-decoration: none; }
b, strong 	{ font-weight: bold; }

.footmn, a:link.footmn, a:active.footmn, a:visited.footmn  {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px; 
	font-weight : bold;
}

a:hover.footmn {
	color: #FFFF00;
}

.style1, a:link.style1, a:active.style1, a:visited.style1  {
	color: #000;
	font-family: Verdana;
	font-size: 12px; 
	font-weight : bold;
}

a:hover.style1 {
	color: #FF0000;
}

.style2, a:link.style2, a:active.style2, a:visited.style2  {
	color: #000;
	font-family: Arial;
	font-size: 12px; 
	font-weight : normal;
}

a:hover.style2 {
	color: #FF0000;
}

.style3, a:link.style3, a:active.style3, a:visited.style3{
	color: #01B6D9;
	font-size: 11px;
}

a:hover.style3 {
	color: #FF0000;
}

.style4 {
	color: red;
	font-size: 11px;
}	

.style5 {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}

.style6 {
	color: #000;
	font-weight: normal;
	font-size: 11px;
}

.grey, a:link.grey, a:active.grey, a:visited.grey  {
	color: #8F8F8F;
	font-family: Verdana;
	font-size: 11px; 
	font-weight : normal;
}

a:hover.grey {
	color: #FF0000;
}


.foottext {
	color: #01B6D9;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
}


.boxtitle, a:link.boxtitle, a:active.boxtitle, a:visited.boxtitle {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

a:hover.boxtitle {
	color: #FF0000;
}

.cattitle, a:link.cattitle, a:active.cattitle, a:visited.cattitle {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #808080;
}

a:hover.cattitle {
	color: #FF0000;
}

#container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	text-align:left;
}

#content, #indexPageBlock{
	width:750px;
	padding: 0px 0px 0px 0px;
	margin-top:-10px;
	margin-left:12px;
	text-align:left;
	background-color:#FFFFFF;
}	

#lightbox{
	position: absolute;
	margin-top: 206px;
	top: 40px;
	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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
.numnormal {
	color: #FFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.numover {
	color: #FFFF00;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.pagenumactive {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 1px;
	MARGIN: 0px;
	COLOR: #000000;
	PADDING-TOP: 1px;
	BACKGROUND-COLOR: #F0F0F0;
	TEXT-DECORATION: none;
	border: 1px solid #A6AFBB;
	font-size: 11px;
}
.pagenum A:link {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 1px;
	MARGIN: 0px;
	WIDTH: 1em;
	COLOR: #9A9A9A;
	PADDING-TOP: 1px;
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	border: 1px solid #A6AFBB;
	font-size: 11px;
}
.pagenum A:visited {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 1px;
	MARGIN: 0px;
	WIDTH: 1em;
	COLOR: #9A9A9A;
	PADDING-TOP: 1px;
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	border: 1px solid #A6AFBB;
	font-size: 11px;
}
.pagenum A:active {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 1px;
	MARGIN: 0px;
	WIDTH: 1em;
	COLOR: #9A9A9A;
	PADDING-TOP: 1px;
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	border: 1px solid #A6AFBB;
	font-size: 11px;
}
.pagenum A:hover {
	BORDER-RIGHT: #738294 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #738294 1px solid; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; MARGIN: 0px; BORDER-LEFT: #738294 1px solid; WIDTH: 1em; COLOR: #666666; PADDING-TOP: 1px; BORDER-BOTTOM: #738294 1px solid; BACKGROUND-COLOR: #DDD; TEXT-DECORATION: none
	font-size: 11px;
}
