@import url("subpage.css");


/************************** PHOTO GALLERY for Search, List and Detail page *********************************/	

ul, li{
list-style:none;
margin:0;
padding:0;
}
#GalleryContent{
margin:0 auto;
width:700px;
}
#GalleryContent a{
color:black;/*Modify the <A> TAG colcor here*/;
}
#GalleryContent a:hover{
color:#000/*Modify the HOVER colcor here*/;
}
#GalleryNav{
width:100%;
}
		a#GalleryHome, a#GalleryContact{
		background:url(../images/GalleryIcons/GalleryHomeBtnBG.jpg) repeat-x;		
		color:#fff;
		display:block;
		float:left;		
		font:bold 16px "Times New Roman", Times, serif;
		height:45px;
		width:50%;	
		}
		a:hover#GalleryHome {
		background:url(../images/GalleryIcons/GalleryHomeBtnBG_hover.jpg) repeat-x;		
		color:#fff;
		}
		#GalleryHome span, #GalleryContact span{
		display:block;
		padding:10px;		
		}
			
	a#GalleryContact{
	background:url(../images/GalleryIcons/GalleryContactBtnBG.jpg) repeat-x;		
	color:#333;		
	}
		a:hover#GalleryContact {
		background:url(../images/GalleryIcons/GalleryContactBtnBG_hover.jpg) repeat-x;		
		color:#333;		
		}		
#GallerySplash{
border-top:1px solid white;
background:url(../images/GalleryIcons/GallerySplash_BG.jpg) no-repeat;
clear:both;
height:120px;
}
#QuickSearch{
float:left;
margin:67px 0 0 20px;
width:190px;
}	
#KeywordSearch{
float:left;
margin:67px 0 0 10px;
width:190px;
}
.search_button{
background:url(../images/GalleryIcons/GalleryGo_Btn.gif);
border:none;
font-size:0;
position:relative;
top:-28px;
left:160px;
height:33px;
width:56px;
}
#GalleryProcBox{
background:url(../images/GalleryIcons/GalleryListMainBoxBG.jpg) repeat-x top #B09671;
padding: 0 0 20px 0;
height:400px;
width:100%;
}
#GalleryProcHDR{
background:url(../images/GalleryIcons/GalleryProcList_Header.gif) no-repeat;
clear:both;
height:80px;
width:100%;
}
	#LinkBox{
	padding:0 20px 0 45px; 
	}
	.igc_link{
	display:block;
	font:14px Arial, Helvetica, sans-serif;
	float:left;
	margin:0 20px 5px 0;
	width:290px;
	}			
/***** List page style ******/ 
#GalleryTitle{
background:#1a1e1f;
border-top:1px solid white;
clear:both;
color:#FFF;
padding:10px;
}
	#GalleryTitle h2{
	color:#FFF;
	display:inline;
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:0 20px 0 0;
	}
			
#GalleryListMainBox{
background:url(../images/GalleryIcons/GalleryListMainBoxBG.jpg) repeat-x top #B09671/*Modify the BG colcor here*/;
padding:10px 0 20px 20px;
}
	.link_prev, .link_search, .link_next{
	background:url(../images/GalleryIcons/GalleryIcon_Pre.jpg);		
	display:block;
	float:left;
	margin:0 0 0 18px;
	height:30px;
	width:111px;
	}
	.link_search{
	background:url(../images/GalleryIcons/GalleryIcon_Search.jpg);
	}			
	.link_next{
	background:url(../images/GalleryIcons/GalleryIcon_Next.jpg);
	}	
#ListHeader{
color:#000;
clear:both;
display:block;
font:16px Georgia, "Times New Roman", Times, serif;
font-weight:bold;
padding:10px 0 20px 18px;
text-decoration:underline;
}

	 .PhotoRowBox{
	 clear:both;
	 margin:0;
	 padding:0;	 
	 }
			.PhotoRowBox li{
			font:14px Arial, Helvetica, sans-serif;
			margin:0;
			padding:0 22px 10px 0;
			float:left;
			text-align:center;
			width:200px;
			}	
			.PhotoRowBox a{
			display:block;
			}		
			.PhotoRowBox img{
			border:2px solid black/*Modify the BORDER colcor here**/;
			}
#Gap {
clear:both;
}
#GallerySubNavBottom{
background:url(../images/GalleryIcons/GalleryTagLine_JumpTo.jpg) no-repeat #1a1e1f/*Modify the BG colcor here*/;
padding:10px 0 10px 120px;
}
	#GallerySubNavBottom select{
	width:300px;
	}
/***** Detail page style ******/
#GalleryDetailMainBox{
background:url(../images/GalleryIcons/GalleryListMainBoxBG.jpg) repeat-x top #B09671/*Modify the BG colcor here*/;
padding:10px 0 20px 0;
clear:both;
}
#GalleryDetailMainBox h3{
clear:both;
color:#000;
font-size:16px Arial, Helvetica, sans-serif;
text-transform:uppercase;
margin:0 0 10px 23px;
padding:10px 0 0 0;
}
#MainPic{
margin:0 0 10px 0;
}
	#MainPic img{
	border:2px solid black/*Modify the BORDER colcor here**/;
	}
	#PhotoSets{
	padding:0 0 0 3px;
	}
		#PhotoSets img{
		border:2px solid black/*Modify the BORDER colcor here*/;
		float:left;
		margin:0 10px 10px 0;
		width:180px;
		}
#PtDesc{
background:#B09671/*Modify the BG colcor here*/;
clear:both;
font:12px Arial, Helvetica, sans-serif;
padding:0 0 20px 20px;
color:#000;
}
	#PtDesc h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
	margin:10px 0 5px 0;
	}
