/**********************************
	lightbox
**********************************/

#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;}
#altNav a{ text-decoration: none; color: #666; font-weight: bold;}
#altNav a:hover{ text-decoration: underline;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://projects.juzis.com/tilze/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#altPrevLink { padding-right: 20px;}
#altNextLink { padding-left: 10px;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://projects.juzis.com/tilze/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://projects.juzis.com/tilze/images/next.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%;
	padding-bottom: 10px;
	}

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


/*****************************
	Site
*****************************/

            .pg-normal {
                color: black;
                font-weight: normal;
                text-decoration: none;    
                cursor: pointer;    
            }
            .pg-selected {
                color: black;
                font-weight: bold;        
                text-decoration: underline;
                cursor: pointer;
            }


body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(images/bodybg.png);
	background-color: #3b3a33;
	background-repeat: repeat-x;
	background-position: top left;
	font-family: 'Trebuchet MS', Arial;
	font-size: 11px;
	line-height: 15px;
}

td
{
	font-size: 11px;
	font-family: 'Trebuchet MS', Arial;
}

img{ border: none; }

a.redtitle
{
	text-decoration: none;
	color: #da251d;
	font-size: 12px;
	font-weight: bold;
}

a.redtitle:hover
{
	text-decoration: underline;
}

a.purplelink
{
	text-decoration: none;
	color: #8F1E77;
	font-size: 12px;
	font-weight: bold;
}

a.purplelink:hover
{
	color: #8F1E77;
	text-decoration: underline;
}

a.greylink
{
	text-decoration: none;
	color: #696969;
	font-size: 11px;
	line-height: 12px;
}

a.greylink:hover
{
	color: #696969;
	text-decoration: underline;
}

a.undertitle
{
	text-decoration: underline;
	color: #fff;
	font-size: 11px;
}

a.undertitle:hover
{
	text-decoration: underline;
	color: #fff;
}

a.undertitle:link
{
	text-decoration: underline;
	color: #fff;
}

a.undertitle:visited
{
	text-decoration: underline;
	color: #fff;
}

a.undertitle:active
{
	text-decoration: underline;
	color: #fff;
}

a.underwhite
{
	color: #fff;
	font-weight: normal;
}

a.underwhite:hover
{
	color: #fff;
}

a
{
	text-decoration: none;
	border: none;
	color: #cd2731;
}

a:hover
{
	text-decoration: underline;
	border: none;
	color: #cd2731;
}

.panel-s
{
	width: 270px;
	height: 150px;
}
.panel-m
{
	width: 270px;
	min-height: 415px;
}

.panel-b
{
	width: 550px;
	min-height: 415px;
}

.panel-h
{
	width: 820px;
	min-height: 415px;
}

#p-green-t
{
	text-align: right;
	width: 100px;
	margin-left: 170px;
}

#p-green-b
{
	border-top: 5px solid #86ba2b;
	border-right: 5px solid #86ba2b;
	height: 135px;
	background-color: #fff;
	text-align: center;
}

/*rounded corners begin*/
#g-b3, #g-b4{font-size:1px; overflow:hidden; display:block;}
#g-b3 {height:1px; background:#86ba2b; border-right:1px solid #86ba2b; border-left:1px solid #86ba2b; margin:0 2px; }
#g-b4 {height:2px; background:#86ba2b; border-right:1px solid #86ba2b; border-left:1px solid #86ba2b; margin:0 1px; }
#g-contentb {background: #86ba2b; border-right:1px solid #86ba2b; border-left:1px solid #86ba2b; padding-right: 8px; font-weight: bold; color: #fff;}
/*rounded corners end*/

#p-blue-t
{
	text-align: right;
	width: 100px;
	margin-left: 170px;
}

#p-blue-b
{
	border-top: 5px solid #2391a2;
	border-right: 5px solid #2391a2;
	height: 135px;
	background-color: #fff;
}

/*rounded corners begin*/
#b-b3, #b-b4{font-size:1px; overflow:hidden; display:block;}
#b-b3 {height:1px; background:#2391a2; border-right:1px solid #2391a2; border-left:1px solid #2391a2; margin:0 2px; }
#b-b4 {height:2px; background:#2391a2; border-right:1px solid #2391a2; border-left:1px solid #2391a2; margin:0 1px; }
#b-contentb {background: #2391a2; border-right:1px solid #2391a2; border-left:1px solid #2391a2; padding-right: 8px; font-weight: bold; color: #fff;}
/*rounded corners end*/

#p-blue2-b
{
	border-top: 5px solid #2391a2;
	border-right: 5px solid #2391a2;
	min-height: 506px;
	background-color: #e9e7e3;
	padding: 20px 10px 20px 20px;
}

/*///////////////////////////////////*/
/*rounded corners begin*/
#b-b3-m, #b-b4-m{font-size:1px; overflow:hidden; display:block;}
#b-b3-m {height:1px; background:#2391a2; border-right:1px solid #2391a2; border-left:1px solid #2391a2; margin-right:2px; }
#b-b4-m {height:2px; background:#2391a2; border-right:1px solid #2391a2; border-left:1px solid #2391a2; margin-right:1px; }
#b-contentb-m {background: #2391a2; line-height: 12px; font-weight: bold; color: #fff;}
/*rounded corners end*/

/*rounded corners begin*/
#b-b3-m2, #b-b4-m2{font-size:1px; overflow:hidden; display:block;}
#b-b4-m2 {height:1px; background:#2391a2; border-right:1px solid #2391a2; border-left:1px solid #2391a2; margin-right:2px; }
#b-b3-m2 {height:2px; background:#2391a2; border-right:1px solid #2391a2; border-left:1px solid #2391a2; margin-right:1px; }
/*rounded corners end*/

#p-blue-t-m
{
	width: 150px;
}

#ulmenu
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 18px;
}

#ulmenu li
{
	padding-left: 10px;
}

/*#ulmenu li:hover
{
	width: 140px;
	background-color: #1F808F;
}*/
/*///////////////////////////////////*/


#p-green2-b
{
	border-top: 5px solid #86ba2b;
	border-right: 5px solid #86ba2b;
	min-height: 506px;
	background-color: #e9e7e3;
	padding: 20px 10px 20px 20px;
}

/*///////////////////////////////////*/
/*rounded corners begin*/
#g-b3-m, #g-b4-m{font-size:1px; overflow:hidden; display:block;}
#g-b3-m {height:1px; background:#86ba2b; border-right:1px solid #86ba2b; border-left:1px solid #86ba2b; margin-right:2px; }
#g-b4-m {height:2px; background:#86ba2b; border-right:1px solid #86ba2b; border-left:1px solid #86ba2b; margin-right:1px; }
#g-contentb-m {background: #86ba2b; line-height: 12px; font-weight: bold; color: #fff;}
/*rounded corners end*/

/*rounded corners begin*/
#g-b3-m2, #b-b4-m2{font-size:1px; overflow:hidden; display:block;}
#g-b4-m2 {height:1px; background:#86ba2b; border-right:1px solid #86ba2b; border-left:1px solid #86ba2b; margin-right:2px; }
#g-b3-m2 {height:2px; background:#86ba2b; border-right:1px solid #86ba2b; border-left:1px solid #86ba2b; margin-right:1px; }
/*rounded corners end*/

#p-green-t-m
{
	width: 150px;
}

#ulmenu2
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 18px;
}

#ulmenu2 li
{
	padding-left: 10px;
}

/*#ulmenu2 li:hover
{
	width: 140px;
	background-color: #468807;
}*/
/*///////////////////////////////////*/

/*///////////////////////////////////*/
/*rounded corners begin*/
#y-b3-m, #y-b4-m{font-size:1px; overflow:hidden; display:block;}
#y-b3-m {height:1px; background:#eead13; border-right:1px solid #eead13; border-left:1px solid #eead13; margin-right:2px; }
#y-b4-m {height:2px; background:#eead13; border-right:1px solid #eead13; border-left:1px solid #eead13; margin-right:1px; }
#y-contentb-m {background: #eead13; line-height: 12px; font-weight: bold; color: #fff;}
/*rounded corners end*/

/*rounded corners begin*/
#y-b3-m2, #y-b4-m2{font-size:1px; overflow:hidden; display:block;}
#y-b4-m2 {height:1px; background:#eead13; border-right:1px solid #eead13; border-left:1px solid #eead13; margin-right:2px; }
#y-b3-m2 {height:2px; background:#eead13; border-right:1px solid #eead13; border-left:1px solid #eead13; margin-right:1px; }
/*rounded corners end*/

#p-yellow-t-m
{
	width: 150px;
}

#p-yellow2-b
{
	border-top: 5px solid #eead13;
	border-right: 5px solid #eead13;
	min-height: 506px;
	background-color: #e9e7e3;
	padding: 20px 10px 20px 20px;
}

#ulmenu3
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 18px;
}

#ulmenu3 li
{
	padding-left: 10px;
}

/*#ulmenu3 li:hover
{
	width: 140px;
	background-color: #DB9E11;
}*/

/*///////////////////////////////////*/


#p-yellow-t
{
	text-align: right;
	width: 100px;
	margin-left: 170px;
}

#p-yellow-b
{
	border-top: 5px solid #eead13;
	border-right: 5px solid #eead13;
	height: 135px;
	background-color: #fff;
}

/*rounded corners begin*/
#y-b3, #y-b4{font-size:1px; overflow:hidden; display:block;}
#y-b3 {height:1px; background:#eead13; border-right:1px solid #eead13; border-left:1px solid #eead13; margin:0 2px; }
#y-b4 {height:2px; background:#eead13; border-right:1px solid #eead13; border-left:1px solid #eead13; margin:0 1px; }
#y-contentb {background: #eead13; border-right:1px solid #eead13; border-left:1px solid #eead13; padding-right: 8px; font-weight: bold; color: #fff;}
/*rounded corners end*/

#p-red-t
{
	text-align: right;
	width: 100px;
	margin-left: 170px;
}

#p-red-b
{
	border-top: 5px solid #d9285a;
	border-right: 5px solid #d9285a;
	min-height: 506px;
	background-color: #e9e7e3;
	padding: 20px 10px 20px 20px;
}

#p-red-b2
{
	border-top: 5px solid #d9285a;
	border-right: 5px solid #d9285a;
	min-height: 519px;
	background-color: #e9e7e3;
	padding: 20px 10px 20px 20px;
}

/*rounded corners begin*/
#r-b3, #r-b4{font-size:1px; overflow:hidden; display:block;}
#r-b3 {height:1px; background:#d9285a; border-right:1px solid #d9285a; border-left:1px solid #d9285a; margin:0 2px; }
#r-b4 {height:2px; background:#d9285a; border-right:1px solid #d9285a; border-left:1px solid #d9285a; margin:0 1px; }
#r-contentb {background: #d9285a; border-right:1px solid #d9285a; border-left:1px solid #d9285a; padding-right: 8px; font-weight: bold; color: #fff;}
/*rounded corners end*/

#p-grey-t
{
	text-align: right;
	width: 100px;
	margin-left: 170px;
}

#p-grey-b
{
	border-top: 5px solid #72706f;
	border-right: 5px solid #72706f;
	min-height: 506px;
	background-color: #e9e7e3;
	padding: 20px 10px 20px 20px;
}

#p-grey-b2
{
	border-top: 5px solid #72706f;
	border-right: 5px solid #72706f;
	background-color: #fff;
	padding: 5px 0px 5px 0px;
}

/*rounded corners begin*/
#q-b3, #q-b4{font-size:1px; overflow:hidden; display:block;}
#q-b3 {height:1px; background:#72706f; border-right:1px solid #72706f; border-left:1px solid #72706f; margin:0 2px; }
#q-b4 {height:2px; background:#72706f; border-right:1px solid #72706f; border-left:1px solid #72706f; margin:0 1px; }
#q-contentb {background: #72706f; border-right:1px solid #72706f; border-left:1px solid #72706f; padding-right: 8px; font-weight: bold; color: #fff;}
/*rounded corners end*/

/*///////////////////////////////////*/
/*rounded corners begin*/
#q-b3-m, #q-b4-m{font-size:1px; overflow:hidden; display:block;}
#q-b3-m {height:1px; background:#72706f; border-right:1px solid #72706f; border-left:1px solid #72706f; margin-right:2px; }
#q-b4-m {height:2px; background:#72706f; border-right:1px solid #72706f; border-left:1px solid #72706f; margin-right:1px; }
#q-contentb-m {background: #72706f; line-height: 12px; font-weight: bold; color: #fff;}
/*rounded corners end*/

/*rounded corners begin*/
#q-b3-m2, #q-b4-m2{font-size:1px; overflow:hidden; display:block;}
#q-b4-m2 {height:1px; background:#72706f; border-right:1px solid #72706f; border-left:1px solid #72706f; margin-right:2px; }
#q-b3-m2 {height:2px; background:#72706f; border-right:1px solid #72706f; border-left:1px solid #72706f; margin-right:1px; }
/*rounded corners end*/

#p-grey-t-m
{
	width: 150px;
}

#p-grey2-b
{
	border-top: 5px solid #72706f;
	border-right: 5px solid #72706f;
	min-height: 506px;
	background-color: #e9e7e3;
	padding: 20px 10px 20px 20px;
}

#ulmenu4
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 18px;
}

#ulmenu4 li
{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

/*///////////////////////////////////*/


#p-purple-t
{
	text-align: right;
	width: 100px;
	margin-left: 170px;
}

#p-purple-b
{
	border-top: 5px solid #8F1E77;
	border-right: 5px solid #8F1E77;
	min-height: 506px;
	background-color: #e9e7e3;
	padding: 20px 10px 20px 20px;
}

/*rounded corners begin*/
#p-b3, #p-b4{font-size:1px; overflow:hidden; display:block;}
#p-b3 {height:1px; background:#8F1E77; border-right:1px solid #8F1E77; border-left:1px solid #8F1E77; margin:0 2px; }
#p-b4 {height:2px; background:#8F1E77; border-right:1px solid #8F1E77; border-left:1px solid #8F1E77; margin:0 1px; }
#p-contentb {background: #8F1E77; border-right:1px solid #8F1E77; border-left:1px solid #8F1E77; padding-right: 8px; font-weight: bold; color: #fff;}
/*rounded corners end*/

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#header
{
	height: 225px;
}

#content
{
	
}

.galdiv
{
	margin: 15px;
	margin-left: 25px;
	margin-left: expression('10px');
	margin-right: expression('10px');
	margin-bottom: 0px;
	float: left;
	width: 100px;
	color: #8F1E77;
}
.galdiv img
{
	border: 5px solid #fff;
}
.galdiv span
{
	padding: 2px 5px 2px 5px;
}

