body { background: #FFF; font: 10pt "Lucida Sans Unicode", "Lucida Grande", sans-serif; text-align: left; color:#333; margin:0; padding:0; }
img {border:0px; vertical-align: middle; }
.fixFloat { position:relative;  clear:both; }
a {color: #682165;}

.content {margin-left:auto; margin-right:auto; width:800px;}
.hdr {width:800px; height: 230px; background: #FFF no-repeat url("../images/css/bck2.jpg") top center;}
.hdr1 {position:relative; float:left; width:800px; height: 145px;}
.hdr2 {position:relative; float:left; width:520px; height: 85px; text-align: right; padding: 0 0 0 280px;}

.mcontent {width:690px; padding: 0px 55px 0 55px; background: #FFF repeat-y url("../images/css/bck3.jpg") top center;}
.footer {width: 760px; height:9px; text-align: right; padding: 30px 40px 0 0; background: #FFF no-repeat url("../images/css/bck4.jpg") top center;}

.hsite {color: #990000; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px;}
h1 {display:inline; font-size: 12pt; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#566C70; padding:0 8px 0px 8px; margin: 0px;}
.txt1 {font: 12px Verdana, Arial, Helvetica, sans-serif; color: #660000;}

/* DiNAMIC MENU */
.hmenu_pr {font: bold 10pt Verdana; background: transparent; padding: 21px 0px 0 0; width: 480px; text-align:left; z-index:1000; position: relative; float:left}
.hmenu_pr ul {margin: 0; padding: 0; list-style-type: none; color:  #682165; }
/*Top level list items*/
.hmenu_pr ul li { position: relative; display: inline; float: left;}
/*Top level menu link items style*/
.hmenu_pr ul li a { display: block; height:19px; color: #682165; padding: 3px 6px 0 6px; text-decoration: none;}
* html .hmenu_pr ul li a{ display: inline-block; }
.hmenu_pr ul li a:link, .hmenu_pr ul li a:visited { color: #682165; }
.hmenu_pr ul li a.selected { color: #682165; text-decoration: underline;}
.hmenu_pr ul li a:hover { text-decoration:underline; color: #682165; }
/*1st sub level menu*/
.hmenu_pr ul li ul{ background: #DFE3F1; position: absolute; left: 0; display: none; visibility: hidden; border-bottom: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #CCC; padding: 4px 8px 4px 8px;}
/*Sub level menu list items (undo style from Top level List Items)*/
.hmenu_pr ul li ul li { display: list-item; float: none; background: transparent;}
.hmenu_pr ul li ul li:hover { /*background: #333;*/ }
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.hmenu_pr ul li ul li ul{ top: 0; border: 1px solid #CCC;}
/* Sub level menu links style */
.hmenu_pr ul li ul li a { text-align:left; font: normal 8.5pt Verdana; width:180px; height:16px; padding: 2px 0px 2px 10px; margin: 0; background: transparent; color:#373737;}
.hmenu_pr ul li ul li a:hover { text-decoration: underline; background: transparent;}
/* Holly Hack for IE \*/
* html .hmenu_pr{height: 1%;} /*Holly Hack for IE7 and below*/
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{ position: absolute; left: 0; top: 0; width: 0; height: 0; background: silver;}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/ opacity: 0.8; }


.next, .prev {
    position:absolute;
    top:40%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.progress {
    position:absolute;
    top:45%;
    left:50%;
    display:none;
}
#thumbs a.active img {
    outline:1px solid #000;
    z-index:9999;
    position:relative;
}

.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#333;
	width:675px;
	height:200px;
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

* html .simple_overlay {height: 1%;}
/* "next image" and "prev image" links */
.next, .prev {

	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;
	border:1px solid #666;
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;

	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(../images/h80.png) repeat-x;
}


