/* Gerardy Photo Web Site Style Sheet */

BODY
{
	font-weight: normal;
	font-size: xx-small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: gainsboro;
	margin:0;
	padding:0;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

.SmallFont
{
	font-size: small;
	color: black;
	font-family: Arial;
}
.ReviewFont
{
	font-size: x-small;
	font-family: 'Times New Roman','Arial Narrow' , 'MS Reference Sans Serif'  ;
}

TextBox.SmallerFont
{
	font-size: x-small;
	color: black;
	font-family: Arial;
}

VerySmallFont
{
	font-size: 6pt;
	color: black;
	font-family: Arial;
}

A:link
{
	text-decoration: underline;
	color: #333333;
	font-family: 'Times New Roman' , Times, serif;
	font-size: medium;
}	
Footerlink
{
	font-size: xx-small;
	color: #3333cc;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration: underline;
	color: #333333;
	font-family: 'Times New Roman' , Times, serif;
	font-size: medium;
	}	
		
A:active	{	
	text-decoration: underline;
	color: #333333;
	font-family: 'Times New Roman' , Times, serif;
	font-size: medium;
	}	
		
A:hover	{	
	text-decoration: underline;
	color: #333333;
	font-family: 'Times New Roman' , Times, serif;
	font-size: medium;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
TD.LeftNavButton
{
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	height: 50px;
	background-color: buttonface;
}
TD.TopNav
{
	color: white;
	background-color: inactivecaptiontext;
}
TD.HeaderNav
{
	color: white;
	background-color: #ccffff;
}

TD.PackageType
{
	color: white;
	background-color: #ffff99;
}
Button.PackageButton
{
	background-color: #ffff66;
}


.VS1
{
	visibility:visible;
}

.VS2
{
	visibility:hidden;
}
.BlueText
{
	font-family: "Times New Roman" , Times, serif;
	color: #27487B;
	font-size: medium;
}

.outertable
{
	height: 100%;
	background-color: #27487B;
	width: 100%;
	margin:0; 
	padding:0; 
	margin: 0px;
}
.fullheight
{
	height: 100%;
	background-color: #27487B;
	width: 100%;
	margin:0; 
	padding:0; 
	margin: 0px;
}
.fullheightbody
{
	background-position: center top;
	height: 100%;
	background-color: #27487B;
	width: 100%;
	margin: 0;
	padding: 0;
	margin: 0px;
	background-image: url('/images/Bkgd-1024.jpg');
	background-repeat: repeat-y;
}

.yuiextdlg { 
	/* make modal cfwindows with content (with no seperate source) render offscreen to avoid showing their content while the page is loading */
	position:absolute;
	left:-2000px;
	/* other cfwindow styles */
	font-size: 120%;
	line-height: 120%;
}



