/*------------------------*/
/*----------Base----------*/
/*------------------------*/
body{
	margin:0;
	padding:0;
	background-image: url(images/bg-new.png);
	background-repeat: repeat-x;
	background-color:#ccc;
}
img{
	margin: 10px;
	border-style: solid;
	border-width: 3px;
	border-color: #252836;
	}
#topsep{
	border-style: none;
	height: 23px;
	}
.base{
	width:790px;
	margin:0 auto;
}
#topbox{
	padding-top:45px;
	height:55px;
	background-color:#050;
	background-image: url(images/top-bg.jpg);
	border-width: 10px 10px 3px 10px  ;
	border-style: solid;
	border-color: #ddd;
}
#box{
	background-color:#eee;
	border-width: 3px 10px 10px 10px  ;
	border-style: solid;
	border-color: #ddd;
}
#footer{
	padding-top:10px;
	height: 120px;
}
#footer img{
		margin: 2px;
	}
#footer a{
	border:none;
	font-size:x-small;
	color:#000;
}
.fttxt{
	font-size:x-small;
	color:#000;
	float:right;
}
#f400{
	width:400px;
	text-align: center;
}
#f100{
	width:200px;
	text-align:right;
}
.logotxt{
	color:#403535;
	margin-left:200px;
}
#nine{
	font-size:x-large;
	font-family:Impact;
}
#km{
	font-size:small;
	font-family:Arial;
}
/*------------------------*/
/*--------content---------*/
/*------------------------*/
#welcome{
	font-style: italic ;
	font-size: x-large;
	width:100%;
	margin: 17px 0 10px 0;
	display: block;
	font-family:"Times New Roman",Times,serif;
	text-align:center;
}

/*------------------------*/
/*----------Menu----------*/
/*------------------------*/

.separator{
	height: 35px;
	float: left;
	width: 1px;
	background-color: #111;	
} 
 
.fix{
	height: 0px;
	clear:both;
}

#sddm{	
	margin: 0 auto;
	width: 790px;
	height: 32px;
	padding-top: 10px;
	z-index: 30;
}

#sddm li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 105px;
	font: bold 11px arial;
}

#sddm li a{	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 80px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	background: #152030}

#sddm div{	
	position: absolute;
	visibility: hidden;
	width: 100px;
	margin: 0;
	padding: 0;
	background: #252836; 
}

#sddm div a{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	text-align: left;
	text-decoration: none;
	background-color:  #252836;
	color: #fff;
	border-bottom: 1px solid #000;
	font: 11px arial;
}

#sddm div a:hover{	
	background: #49A3FF;
	color: #FFF;
}


/*------------------------*/
/*--------Content---------*/
/*------------------------*/
h3{
	margin:0;
	padding:3px;
}
.stamp{
	font-size:smaller;
}
.page{
	margin:0px 5px 0 5px;
	padding:15px;
}
.img_tag{
	display:block;
	width:100%;
	text-align:center;
}
div.page p {
	text-align:justify;
}
.para_picture_left{
	width: 295px;
	padding: 1px;
	background-color: #ddd;	
	margin:6px 20px 6px 0;
	float:left;
	clear:left;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
}
.para_picture_right{
	width: 295px;
	padding: 1px;
	background-color: #ddd;	
	margin:6px 0px 6px 20px;
	float:right;
	clear:right;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
}
.set2_pic{
	width: 315px;
	padding: 1px;
	background-color: #ddd;	
	margin:6px 26px 6px 6px;
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
}
.set3_pic{
	width: 235px;
	padding: 1px;
	background-color: #ddd;	
	margin:6px 5px 6px 5px;
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
}
#new{
	background-image: url(images/bg-news.png);
	background-position:bottom left;
	height: 150px;
	width: 100%;
	margin-top:30px;
	}
.newsbox{
	height: 110px;
	width: 235px;
	padding-left: 15px;
	margin-left:10px;
	border-right-color: #114;
	border-right-style: solid;
	border-right-width: 0px;
	float: left;
	text-align: left;
	margin-top: 20px;
	color:#ffffff;
	}
#newsboxlast{
	border-right-width: 0px;
	}
.newsbox ul{
	margin: 0px;
	margin-left: 10px;
	padding-left: 10px;
	padding: 0px;
	}
.newsbox a{
	margin: 1px;
	width: 180px;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-family:Arial,Helvetica,sans-serif;
	}
.newsbox a:hover{
	text-decoration: underline;
	}
.newstitle{
	margin: 3px;
	font-size: 13px;
	font-weight: bolder;
	}


/*------------------------*/
/*--------Control---------*/
/*------------------------*/	
.caption{
	margin:0 auto;
	width: 100%;
	display: block;
}
.form_item{
	width:90%;
	margin:0 auto;
}
.area{
	height:150px;
	width:90%;
}

.form{
	width:94%;
	padding:10px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color:#ddd;
	border-style: solid;
	border-width: 5px;
	color:#111;
	background-color:#aaa;
}
.DELETE{
	color:#F00;
	font-size:x-large;
}
.DELETE:hover{
	color:#000;
	background-color:#F00;
}

/*------------------------*/
/*--------GALLERY---------*/
/*------------------------*/
.e2_photo_gallery {
 width:650px;
 margin:0px auto;
 min-width:650px;
 color:#fff;
}

.e2_photo_gallery .hd .c,
.e2_photo_gallery .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.e2_photo_gallery .ft .c {
 height:14px;
}

.e2_photo_gallery .hd {
 background:transparent url(../designs/e2/tl.gif) no-repeat 0px 0px;
}

.e2_photo_gallery .hd .c {
 background:transparent url(../designs/e2/tr.gif) no-repeat right 0px;
}

.e2_photo_gallery .bd {
 background:transparent url(../designs/e2/ml.gif) repeat-y 0px 0px;
}

.e2_photo_gallery .bd .c {
 background:transparent url(../designs/e2/mr.gif) repeat-y right 0px;
}

.e2_photo_gallery .bd .c .s {
 margin:0px 8px 0px 4px;
 background:url(../designs/e2/ml.jpg) repeat-x 0px 0px;
 padding:1em;
}

.e2_photo_gallery .ft {
 background:transparent url(../designs/e2/bl.gif) no-repeat 0px 0px;
}

.e2_photo_gallery .ft .c {
 background:transparent url(../designs/e2/br.gif) no-repeat right 0px;
}


/* content-specific */

.e2_photo_gallery h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.e2_photo_gallery p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}
#main_image_wrapper{
	position:relative;
	border:1px solid #CCC; 
	width:750px; 
	height:399px;
	background: #FFF url(../rsrc/loading_image.gif) no-repeat 50% 50%;}
#imgloader{text-align:center;vertical-align:middle;}
#thumbbox{border:solid 1px #CCC;text-align:center;width:590px;position:relative;padding:5px;}
#thumb_container{position:relative;overflow:hidden;width:530px;height:105px;margin:0 0 0 32px;}
#thumbs img{margin-right:4px;vertical-align:top;}
#thumbs a img{border:1px solid #333;}
#thumbs a:hover img{border:1px solid #CCC;}
#thumbs a:hover{color:red;}
#photocount{
	color:#FFF;
	font-size:10px;
	float: left;
	width: 48%;
	text-align: left;
	left:0;
}
#back{position:absolute;top:0;left:0;visibility:hidden;z-index:1001;}
#more{position:absolute;top:0;left:568px;float:right;z-index:1001;}
.morelink:hover{font-size:11px;color:#FFF;text-decoration:underline;}
#thumbgall{position:absolute;left:0;top:0;white-space:nowrap;z-index:1000;}
#widthbox{position:relative;display:inline;left:0;top:0;padding:1px;}
#imgbox{width:80px;height:80px;display:inline;position:absolute;text-align:center;}
#iptc_btn{width:100%;text-align:right;position:absolute;left:0;top:0;z-index:999;}
#iptc_info{position:absolute;bottom:0;left:0;height:auto;width:100%;background-color:#000;color:#CCC;font-size:10px;line-height:140%;text-align:left;}
.iptc_left{float:left;text-align:right;width:18%;color:#FFF;padding:0 0 0 2%;}
.iptc_right{float:right;text-align:left;width:79%;}
#rightmore li a{background:url(../designs/e2/right_more.gif) no-repeat;display:block;color:#fff;text-decoration:none;width:100%;padding:0;}
#rightmore li a:hover{background:url(../designs/e2/right_more_over.gif) no-repeat;color:#fff;height:115px;}
#leftmore li a{background:url(../designs/e2/left_more.gif) no-repeat;display:block;color:#fff;text-decoration:none;width:100%;padding:0;}
#leftmore li a:hover{background:url(../designs/e2/left_more_over.gif) no-repeat;color:#fff;height:115px;}
.spacing{padding:1px;}
.morelink:link,.morelink:visited{font-size:11px;color:#FFF;text-decoration:none;}
#rightmore,#leftmore{color:#333;height:115px;width:32px;padding:0;}
#rightmore ul,#leftmore ul{list-style:none;border:none;height:115px;margin:0;padding:0;}
#rightmore li,#leftmore li{height:115px;margin:0;}

#pn_overlay{position:absolute; top:0; left:0; width:100%; height:100%; z-index:998;}
#prev, #next{
	width: 30%;
	height: 100%;
	outline:none;
	}
#prev { left: 0; float: left; outline: none;  visibility:hidden;}
#next { right: 0; float: right; outline: none; }
#prev:hover, #prev:visited:hover { background: url(../rsrc/prev.gif) left 50% no-repeat; }
#next:hover, #next:visited:hover { background: url(../rsrc/next.gif) right 50% no-repeat; }
#imgtitle{width:600px; font-size:.8em; text-align:center; color:#FFF; display:block}
#imgtitle h2{font-size:1.3em; margin:0; padding:0}
#thumbtoggler {
	text-align: right;
	float: right;
	width: 48%;
	right:0;
	z-index:1100;
}
#thumbdisplay {
	width: 600px;
}
.clear{clear:both;}
#e2link {font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding:5px 0;
	color: #000;
	text-align:left;}
#e2link a {
	color: #000;
	text-decoration:none
}

.tooltip {
	color: #fff;
	width: 150px;
	z-index: 15000;
	text-align:left;
}

.tooltip h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 8px 8px 2px;
	background:#000;
}

.tooltip p {
	font-size: 11px;
	padding: 1px 8px 8px;
	margin:0px;
	background: #000;
}#thumbhide {
	position: relative;
	overflow:hidden;
}
.c{
	background:none;
	border:none;
}
.s{
	background:none;
	border:none;
}
#imgloader img{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
