@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:950px;
}

#GalleryContent a{
color:#003366;/*Modify the <A> TAG colcor here*/
}
#GalleryContent a:hover{
color:#336699;/*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;
}
#FormsButton2{
background:url(../images/GalleryIcons/GalleryGo_Btn.gif);
border:none;
font-size:0;
position:relative;
top:-28px;
left:160px;
height:35px;
width:56px;
}
#GalleryProcBox{
background:url(../images/GalleryIcons/GalleryListMainBoxBG.jpg) repeat-x top #6da7d6;
width:100%;
}
#GalleryProcHDR{
background:url(../images/GalleryIcons/GalleryProcList_Header.gif) no-repeat;
clear:both;
height:80px;
width:950px;
}
	.List{	
	display:table;		
	margin:20px 30px 0 30px;
	padding:0 0 20px 0;
	}
		.List a{
		color:#FF9966;
		display:block;
		float:left;
		font:12px Arial, Helvetica, sans-serif;
		padding:0 20px 20px 20px;
		text-decoration:underline;	
		width:250px;	
		}
		
/***** 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 #6da5d6;/*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 20px;
			text-align:center;
			width:210px;
			}			
			.GalleryListBox img{
			border:2px solid #003366/*Modify the BORDER colcor here**/;
			}
#BottomGap{
background:#6da5d6;
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 #6da5d6/*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{
background:#003366;
float:left;
padding:20px 0 20px 20px;
margin:0 20px 0 30px;
width:525px;
}
	#MainPic img{
	border:2px solid #fff/*Modify the BORDER colcor here**/;
	}
#PhotoSetsBox{
float:left;
width:210px;
margin:0 0 0 30px;
}
#PhotoSets img{
border:2px solid #003366/*Modify the BORDER colcor here*/;
float:left;
margin:0 10px 20px 0;
width:200px;
}
#PtDesc{
background:#6da5d6/*Modify the BG colcor here*/;
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:#333;
	margin:10px 0 0 0;
	}

	

