/*css cheat sheet
	font-family: arial, san-serif;
	line-height: 140%;
	font-size:14px;
	font-weight: 400;
	text-align: center;
	font-stretch: normal, condensed;
	color: #0033CC;
		color: #000000;
			color: #999999;
				color: #0066FF;
	padding: top right bottom left;	padding: 10 5 0 10;
*/

.copy
	{
	font-family: arial, helvetica, san-serif;
	line-height: 130%;
	font-size:12px;
	font-weight: 400;
	color: #000000;
	}
.copy a:link { color: blue; text-decoration: none }
.copy a:active { color: blue; text-decoration: none }
.copy a:visited { color: blue; text-decoration: none }
.copy a:hover { color: blue; text-decoration: underline }
	
.h1
	{
	font-family: arial, helvetica, san-serif;
	line-height: 130%;
	font-size:14px;
	font-weight: 600;
	color: #8c203a;
	}
.side
	{
	border-style: solid;
	border-width:  thick;
	border-color: #8c203a;
	padding: 10px;
	}
.navbartext
	{
	font-family: arial, helvetica, san-serif;
	line-height: 130%;
	font-size:14px;
	font-weight: 800;
	color: #8c203a;
	}

.navbartext a:link {color: #8c203a;  text-decoration: none }
.navbartext a:active { color: #8c203a; text-decoration: none }
.navbartext a:visited {color: #8c203a;  text-decoration: none }
.navbartext a:hover {color: #8c203a;  text-decoration: underline }

.copyImage
	{
	text-align: center;
	}
.copyImageCaption
	{
font-family: arial, helvetica, san-serif;
line-height: 120%;
font-size:10px;
font-weight: 400;
color: #000033;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 360px;
}
/* start Photo Gallery <--*/
.pgCopy 
	{
	font-family: arial, helvetica, sans-serif;
	line-height: 140%;
	font-weight: 400;
	font-size:12px;
	}

/*controls image and caption on pg index*/
.pgImg
	{
float:left;
margin:10 10 5px 5px;
padding:10px;
text-align:center;
font-family: arial, helvetica, san-serif;
line-height: 100%;
font-size:10px;
font-weight: 400;
text-align: center;
}

/*controls the iView:Caption var, aka copy*/
.pgCaption
	{
	font-family: arial, helvetica, san-serif;
	line-height: 140%;
	font-weight: 400;
	font-size:12px;
	}
	
/* This controls the iView:Catalog variable*/	
.pgCatalog
	{
	font-family: arial, helvetica, san-serif;
	line-height: 140%;
	font-size:16px;
	font-weight: 800;
	color: 	#0033CC;
	}

/* This controlls the iView:Copyright variable*/
.pgCopyright
	{
	font-family: arial, helvetica, san-serif;
	line-height: 100%;
	font-size:11px;
	font-weight: 400;
	color: #000000;
	}
	
/*This controls the iView:Headline variable aka Image Title*/
.pgHeadline
		{
	font-family: arial, helvetica, san-serif;
	line-height: 100%;
	font-size:14px;
	font-weight: 600;
	color: #000000;
	}

/*this is the page numbers on the index page of a gallery*/
.pgIndex
	{
	font-family: arial, helvetica, san-serif;
	line-height: 100%;
	text-align: right;
	font-size:12px;
	font-weight: 400;
	color: #000000;
	}
/*the word image b4 the .pgIndex var*/
.pgImage
	{
	font-family: arial, helvetica, san-serif;
	line-height: 100%;
	font-size:12px;
	font-weight: 600;
	color: #999999;
	}	
/*this is the "presented by sabrams.com For related images click here"
information below the Catalog name info*/
.pgPresentedBy
	{
	font-family: arial, helvetica, san-serif;
	line-height: 100%;
	font-size:12px;
	font-weight: 400;
	color: #000000;
	}
	
/*controls the (iView:Media) variable - aka large image view*/
.pgMedia
 	{
	text-align: center;
	}
	
/*this is the thumbnails view in the index pages*/
.pgPreview 
	{	
	align: center;
	}


/* end Photo Gallery*/