/* CSS Document */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Arial;
letter-spacing: 1px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: right;
	width: 800px;
	font-weight: normal;
	height: 370px;
	font-family: Verdana, Geneva, lucida, sans-serif;
	background-image: url(images/logos/front2.jpg);
	text-decoration: none;
	color: #FFFFFF;
}

#wrapper_contact {
	margin: 0 auto;
	position: relative;
	text-align: right;
	width: 800px;
	font-weight: normal;
	height: 370px;
	font-family: Verdana, Geneva, lucida, sans-serif;
	
}
#wrapper_1 {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 800px;
	font-weight: normal;
	height: 370px;
	font-family: Verdana, Geneva, lucida, sans-serif;
}

#wrapper_1_contact {
	margin: 0 auto;
	position: relative;
	text-align: right;
	width: 800px;
	font-weight: normal;
	height: 370px;
	font-family: Verdana, Geneva, lucida, sans-serif;
	
}
#header {
	margin: 0 auto;
	width: 150px;
	height: 80px;
	position: relative;
	text-align: center;
	font-style: normal;
	font-weight: bolder;
	background-color: #FFFFFF;
}
#footer {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 400px;
	height: 50px;
	text-align: center;
	background-color: #FFFFFF;
} 	
.toplinks {padding: 5px 10px 5px 10px; font-size: 24px; COLOR: #000000; FONT-FAMILY:"Times New Roman", Times, serif;}
.toplinks A:link {COLOR: #000033; TEXT-DECORATION:none;}
.toplinks A:visited {COLOR: #697177; TEXT-DECORATION:none;}
.toplinks A:hover {COLOR: #1D176D; TEXT-DECORATION:none;}

.category {
	margin: 0 auto;
	position: relative;
	text-align: inherit;
	width: 800px;
	
} 
.innerb {
	height:420px;
	width:800px;
	margin: 0 auto;
	position: relative;
	overflow:auto;
	background-color: #FFFFFF;
} 
.innerb_gal 
{
	height:220px;
	width:800px;
	margin: 0 auto;
	position: relative;
	overflow:auto;
	background-color: #FFFFFF;
	font: Arial;
	font-style: italic;
	font-size: small;
} 
#inlined {padding: 0 1px 1px; margin: 0; font: bold 12px Verdana, sans-serif;}
#inlined li {list-style: none; margin: 0; display: inline;}
#inlined li a {padding: 0.25em 0.5em 0.25em 0.75em; border-left: 1em solid #AAB; background: #FFFFFF; text-decoration: none;}
#inlined li a:link {color: #000099;}
#inlined li a:visited {color: #667;}
#inlined li a:hover {border-color: #462791; color: #FFF; background: #332;}
