@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;
margin-bottom:20px;
padding-Top:20px;
width:750px;
}

#GalleryContent a{
color:#5c4d41;/*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:#5c4d41;
		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:#ecbd78;
		}
		#GalleryHome span, #GalleryContact span{
		display:block;
		padding:10px;		
		}
			
	a#GalleryContact{
	background:url(../images/GalleryIcons/GalleryContactBtnBG.jpg) repeat-x;		
	color:#5c4d41;		
	}
		a:hover#GalleryContact {
		background:url(../images/GalleryIcons/GalleryContactBtnBG_hover.jpg) repeat-x;		
		color:#ecbd78;		
		}						
		
#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;
}
#FormsButton2{
background:url(../images/GalleryIcons/GalleryGo_Btn.gif);
border:none;
font-size:0;
position:relative;
top:-28px;
left:190px;
height:35px;
width:56px;
}
#GalleryProcBox{
background:url(../images/GalleryIcons/GalleryListMainBoxBG.jpg) repeat-x top #ECBD78;
width:100%;
}
#GalleryProcHDR{
background:url(../images/GalleryIcons/GalleryProcList_Header.gif) no-repeat;
clear:both;
height:80px;
width:100%;
}
	.List{	
	display:table;		
	margin:20px 30px 20px 30px;
	}
		.List a{
		color:#FF9966;
		display:block;
		float:left;
		font:12px Arial, Helvetica, sans-serif;
		padding:0 20px 10px 20px;
		text-decoration:underline;
		width:300px;
		}
		
/***** 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;
	}

#GalleryListBG{
}
	
#GallerySubNav{
background:#FFF;
display:table;
width:100%;
}
	#GallerySubNav li{
	float:left;	
	}
			.GallerySubNav_Pre a, .GallerySubNav_Search a, .GallerySubNav_Next a, .GallerySubNav_Thumbs a{
			background:url(../images/GalleryIcons/GalleryIcon_Pre.jpg);		
			display:block;
			margin:10px;
			height:30px;
			width:111px;
			}
			.GallerySubNav_Search a{
			background:url(../images/GalleryIcons/GalleryIcon_Search.jpg);
			}
			.GallerySubNav_Thumbs a{
			background:url(../images/GalleryIcons/GalleryIcon_Thumbs.jpg);			
			}
			.GallerySubNav_Next a{
			background:url(../images/GalleryIcons/GalleryIcon_Next.jpg);
			}
			
#ListHeader{
background:url(../images/GalleryIcons/GalleryListHeader.jpg) no-repeat #fff;
clear:both;
height:53px;
}
#GalleryListMainBox{
background:url(../images/GalleryIcons/GalleryListMainBoxBG.jpg) repeat-x top #ECBD78;/*Modify the BG colcor here*/
}	
	  .GalleryListBox{
		display:table;
		clear:both;
		width:100%;
		}
			.GalleryListBox li{
			float:left;
			font:12px Arial, Helvetica, sans-serif;
			padding:10px 0 0 12px;
			text-align:center;
			width:210px;
			}			
			.GalleryListBox img{
			border:2px solid #5C4D41/*Modify the BORDER colcor here**/;
			}
#BottomGap{
background:#ECBD78;
clear:both;
height:20px;
}
		
#GallerySubNavBottom{
background:url(../images/GalleryIcons/GalleryTagLine_JumpTo.jpg) no-repeat #1a1e1f/*Modify the BG colcor here*/;
border-top:1px solid white;
padding:10px 0 5px 120px;
}
	#GallerySubNavBottom select{
	width:300px;
	}


/***** Detail page style ******/
#GalleryDetailMainBox{
background:url(../images/GalleryIcons/GalleryListMainBoxBG.jpg) repeat-x top #ECBD78/*Modify the BG colcor here*/;
}
#GalleryDetailMainBox h3{
color:#000;
font-size:16px Arial, Helvetica, sans-serif;
text-transform:uppercase;
margin:0 0 10px 10px;
}
#MainPic{
}
	#MainPic img{
	border:2px solid #5C4D41/*Modify the BORDER colcor here**/;
	}
#PhotoSetsBox{
padding:20px 0 0 100px/*Modify the PADDING here*/;
}
#PhotoSets img{
border:2px solid #5C4D41/*Modify the BORDER colcor here*/;
float:left;
margin:0 10px 20px 0;
width:200px;
}
#PtDesc{
background:#5C4D41/*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:#ECBD78;
	padding-top:10px;
	margin:10px 0 0 0;
	}

	

