

/* !!! THIS img CSS IS REQUIRED TO MAKE PNG-TRANSPARENCY WORK IN MSIE !!! */
/* !!! REQUIRES pngFix.htc FILE TO BE LOCATED IN THE WEBSITE ROOT !!! */
/* !!! pngFix.htc SOURCE FROM http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html */
img
{	behavior: url("/pngFix.htc");}

body
{
	background-color: #000000;
	margin: 0px;
}

body, table, td
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	padding: 0px;
	margin: 0px;
}

table, td
{
	border: 0px none black;
	border-collapse: collapse;
}

h1
{
	margin: 0;
	padding: 0;
	border: none;
	color: #2E709F;
	font-size: 14pt;
	font-weight: bold;
}

h2
{
	color: #2E709F;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
}

h3
{
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
}

a:link, a:visited
{
	text-decoration: underline;
	color:	#2E709F;
}	
		
a:active
{
	text-decoration: underline;
	color:	#ff0000;
}	
		
a:hover, a:visited:hover 
{
	text-decoration: underline;
	color:	#2E709F;
}

ul
{
	/* *** padding-left: 0; */
	/* *** margin-top: 0; */
	/* *** margin-left: 15px; */
	/*margin-left: 1.3em;*/
	border: 1px none black;
}
/*
li
{
	margin-left: 0;
	padding-left: 0;
	border: 1px solid red;
}
*/


/* **************************************************************** */
/* *** GENERAL CONTAINERS */
/* **************************************************************** */

/* *** This is a single container for the entire page *** */
#Page_Container{}	/* SEE BELOW */

/* *** The page header panel *** */
#Page_Header{}	/* SEE BELOW */

/* *** The main content panel *** */
#Page_Content{}	/* SEE BELOW */

/* *** The main nav panel *** */
#Page_Nav{}	/* SEE BELOW */
#Page_NavList{}	/* SEE BELOW */

/* *** The page footer panel *** */
#Page_Footer{}	/* SEE BELOW */


/* **************************************************************** */
/* *** FOOTER */
/* **************************************************************** */
#Page_Footer
{
	clear: both;
	width: 760px;
	margin: 0 auto;
	background: #000000;
}
#Page_Footer_Interior
{
	width: 430px;
	margin: 40px auto 10px auto;
	padding: 10px;
	background: #000000;
    color: #ffffff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
	white-space: nowrap;
}
#FooterLogo
{
	float: left;
}
#Page_Footer_Txt
{
	margin-top: 7px;
}
#FooterTxt1
{
	margin: 1px 1px 9px 1px;
}
#FooterLine1
{
	padding-bottom: 4px;
	border-bottom: solid 2px #ffffff;
}
#FooterTxt2
{
	margin: 9px 1px 1px 1px;
}
#FooterLine2
{
	padding-top: 3px;
	border-top: solid 2px #ffffff;
}
#FooterTxt3
{
	margin: 1px 1px 1px 1px;
}
#FooterLine3
{
}
.TODO
{
	border: 1px solid black;
	margin: 10px;
	padding: 10px;
	background: yellow;
	color: red;
}
.xmlprint
{
	width: 75%;
	border: 1px solid black;
	margin: 10px auto;
}


/* **************************************************************** */
/* *** DROPDOWN MENUS */
/* **************************************************************** */

#DropDownContainer
{
	position: absolute;
	z-index: 100;
	border: 1px solid #2E709F;
	margin-top: 3px;
	padding: 2px 4px 1px 4px;
	background: #000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
#DropDownContainer a:link, #DropDownContainer a:visited, 
#DropDownContainer a:active,
#DropDownContainer a:hover, #DropDownContainer a:visited:hover 
{
	display: block;
	text-decoration: none;
	padding-bottom: 2px;
}
#DropDownContainer a:hover, #DropDownContainer a:visited:hover 
{
	text-decoration: underline;
}


/* **************************************************************** */
/* *** LINKS LIST */
/* **************************************************************** */
#LinkList
{	/* *** UL *** */
	width: 400px;
    margin: 0 auto;
	border: 1px none white;
}
.LinkList_Item
{	/* *** LI *** */
	margin-bottom: 20px;
    list-style-type: none;
}
.LinkList_Title
{	/* *** SPAN *** */
	font-weight: bold;
}
.LinkList_Title a:link, .LinkList_Title a:visited, 
.LinkList_Title a:active,
.LinkList_Title a:hover, .LinkList_Title a:visited:hover 
{
	color: #ffffff;
    text-decoration: none;
}
.LinkList_URL
{	/* *** SPAN *** */

}
.LinkList_Notes
{	/* *** SPAN *** */

}


/* **************************************************************** */
/* *** HOME PAGE ITEMS */
/* **************************************************************** */
#Home_Page_Container
{
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	border: 1px none red;
}
#Home_Page_Header{}
#Home_Page_Nav{}
#Home_Page_Content{}
#Home_Page_Footer{}

#HomeV_BSaulImg
{
	position: relative;
	left: 0;
	margin: 15px 0 0 0;
	border: 1px none yellow;
}
#HomeV_SSaulImg
{
	position: absolute;
	right: 0;
	margin: 15px 0 0 0;
	border: 1px none yellow;
}
#HomeV_TxtPanel
{
	margin: 25px auto 0 auto;
	border: 1px none blue;
	text-align: center;
}


/* **************************************************************** */
/* *** SITE-SPECIFIC ITEMS */
/* **************************************************************** */

#Page_Container
{
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	border: 1px none red;
}

#Page_Header
{
	position: relative;
	z-index: 80;
	margin-bottom: 25px;
}
#Page_Nav
{
	position: absolute;
	z-index: 90;
	top: 36px;
	right: 10px;
}
#Page_NavList{}

#Page_NavList a:link, #Page_NavList a:visited, 
#Page_NavList a:active,
#Page_NavList a:hover, #Page_NavList a:visited:hover
{
	margin-left: 5px;
	margin-right: 5px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #ffffff;
}
#Page_NavList a:hover, #Page_NavList a:visited:hover
{
	text-decoration: none;	/* underline */
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

#Page_Content{}
#Page_Title
{
	position: absolute;
	z-index: 99;
	top: 5px;
	right: 15px;
	border: 1px none white;
}

.galList_Item
{
	position: relative;
	width: 350px;
	height: 350px;
	margin: 10px 10px 25px 10px;
	border: 1px none yellow;
	border-right: 2px solid #2E709F;
	border-bottom: 2px solid #2E709F;
	padding: 15px 0 0 0;
	float: left;
	text-align: center;
}
.galList_Img{}
.galList_Title
{
	clear: both;
	margin-top: 10px;
	color: #ffffff;
}
.galList_Title a:link, .galList_Title a:visited, 
.galList_Title a:active,
.galList_Title a:hover, .galList_Title a:visited:hover
{
	color: #ffffff;
	font-weight: bold;
}
.galList_Title a:hover, .galList_Title a:visited:hover
{
	color: #2E709F;
}
.galList_Desc{}

#PricingText
{
	clear: both;
	padding-top: 25px;
}

#galImgNav_Container
{
	width: 746px;
	height: 122px;
	margin-top: -30px;
	margin-bottom: 10px;
	border-left: 2px solid #2E709F;
	border-right: 2px solid #2E709F;
	border-bottom: 2px solid #2E709F;
	padding: 10px 5px 0 5px;
	overflow: auto;
}
#galImgNav
{
	float: left;
	/* width: 2000px; */
	height: 100px;
	overflow: hidden;
}
#imgTitleHeader
{
	text-align: center;
}

#imgMain_Container
{
	/* width: 752px; *** determined dynamically for each image on the page */
	margin: 10px auto 25px auto;
	border: 2px solid #2E709F;
	padding: 5px;
	background: #000000;
	text-align: center;
}
#imgMain
{
	/* width: 752px; *** determined dynamically for each image on the page */
	margin: 0;
	padding: 0;
	border: 1px none white;
	background: #000000;
	text-align: center;
}


#ContactBox	/* Also see .InfoBox, .InfoBoxTitle, .InfoBoxText and #ContactInfoText below */
{
	width:  350px;
    text-align: center;
	margin: 0 auto 25px;
}
.InfoBox
{
	border: 2px solid #2E709F;
	padding: 0;
}
.InfoBoxTitle
{
	margin: 0;
	padding: 2px 5px;
	background: #2E709F;
}
.InfoBoxText
{
	border: 1px none yellow;
	padding: 5px;
	overflow: auto;
}

#imgDetailList
{
	margin-bottom: 12px;
	border: 2px solid #2E709F;
	padding: 0;
    background: #2E709F;
}
#imgDetailListNavContainer
{
	width: 746px;
	height: 120px;
	margin: 0;
	border: 1px none yellow;
	padding: 5px 5px 2px 5px;
	overflow: auto;
    background: #000000;
}
#imgDetailListNav
{
	margin: 0;
	border: 1px none pink;
    padding: 0;
    background: #000000;
}
#imgDetailList_Tn{}

#imgInfo, #galInfo
{
	float: left;
	height: 180px;
}
#imgInfoText, #galInfoText
{
	height: 150px;
}
#imgInfo
{
	width: 450px;
}
#imgInfo th
{
	border: 1px none pink;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
	vertical-align: top;
	line-height: 10pt;
}
#imgInfo td
{
	border: 1px none yellow;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	line-height: 12pt;
}

#galInfo
{
	width: 290px;
	margin-left: 12px;
}

#SaulsPortrait
{
	margin: 0 auto;
}