/* Main Site CSS */

/* ----------------------------
	Page Template Settings
		- Body
		- Links
		- Left Nav
		- Top Nav
		- Footer
		- Table Borders & Backs
		- Text
   ----------------------------
*/

/* - Body - */

	body
	{ 
		font-family:				Verdana, Arial, Helvetica, sans-serif;	
		font-size:				12px; 
		color:						#000000;
		background: #646da5 url('/Assets/BGs/bg.jpg') ;
		background-repeat: repeat-x;
		margin:					0px 0px 0px 0px;
		text-align:				center;
		min-width:				770px;
	}
	
	h1
	{ 
		font-size:		22px; 
		font-weight:	normal; 
		color:				white;
		font-family:	Helvetica,Arial, sans-serif;
		margin:			0px;
	}

	h2
	{
		font-size:		11px; 
		font-weight:	normal; 
		color:				#b1d9fb;
		font-family:		verdana, Helvetica, Arial, sans-serif;
		margin:			0px;
	}


/* - End Body - */

.noBorder	{ border: 0px; }	/* Used for images */
.u	{ text-decoration: underline; }

/* - Links - */

	a:link		{	color: #336699; }
	a:visited	{	color: #003366;}
	a:active	{	color: #003366;}
	
/* - End Links - */

/* - Left Navigation Stuff - */
	.leftnavtext	{ font-family: Verdana; font-size: 11px; line-height: 8pt; text-align: center; width:100%; color: white;}
	
	#leftnav 
	{
		width:			100%;
		margin:			0px;
		float:				left;
		display:			inline;
		text-align:		left;
	}
	
	#leftnav h4 {		/* border */
		margin: 1px 0px 1px 0px;
		border-bottom: 1px solid #c3bc22;
	}
	.leftnavbg		{ background: #FFE1D7; }		
	#leftnav a, #leftnav span {
		margin: 0px 0px 0px 10px;
	}

	#leftnav .leftsubCurrent {	/* Current page item */
		width:					100%;
		margin:	0px;
		padding:	0px;
		background:	BLACK;	
		filter:alpha(opacity=60);   /* Internet Explorer       */
		-moz-opacity:0.6;           /* Mozilla 1.6 and below   */
		opacity: 0.6;               /* newer Mozilla and CSS-3 */	
	}	
	#leftnav .leftsublink {
		margin:	0px;
		padding:	0px;
	}	
	#leftnav .leftsublinkH {	/* hovering a nav div */
		margin:					0px;
		padding:					0px;
		cursor:					pointer;
		background:	#7F7F7F;
		filter:alpha(opacity=60);   /* Internet Explorer       */
		-moz-opacity:0.6;           /* Mozilla 1.6 and below   */
		opacity: 0.6;               /* newer Mozilla and CSS-3 */
	}

	.leftnavsublink	{ 
		font-family:				Verdana;
		font-size:				7.5pt; 
		line-height:				8pt;
		text-decoration:		none; 
		color:						BLACK; 		
	}

	:link.leftnavsublink, :visited.leftnavsublink{text-decoration:none; color: white;}
	:active.leftnavsublink, :hover.leftnavsublink {text-decoration:none; color: BLACK;}
/* /Left Nav */

	.recentIndic { font-family: Verdana; font-size: 7.5pt; line-height: 8pt; text-align: left; }	
	.statsHd	{ font-family: Verdana; font-size: 7.5pt; font-weight: bold; color:white; line-height: 8pt; margin-left: 15px; }
	.statsTxt{ font-family: Verdana; font-size: 7.5pt; color:white; line-height: 8pt; margin-left:25px;}
	
	.leftnavlink	/* Bold Header Link */
	{ 		
		color: 				white; 
		font-weight: 		bold; 
		font-size: 			11px; 
		font-family: 		Trebuchet MS, Arial, Helvetica;
		text-decoration:	none;
	}
	:link.leftnavlink		{ color: white;	}
	:visited.leftnavlink	{ color: white;	}
	:active.leftnavlink		{ color: white;	}
	:hover.leftnavlink		{ color: BLACK; text-decoration:	none; }

	.countertext	{ text-decoration:	none; color: #8e5128; font-family: Verdana; font-size:	8pt; text-align: center; }
	
	.leftnavhdlink	{ 
		font-family: Verdana, Arial, Helvetica;		
		font-size: 8pt;
		color: BLACK;
		text-align: Left;
		font-weight: bold;
		text-decoration: none;	
	}
	:link.leftnavhdlink		{text-decoration: none; color: BLACK;}
	:visited.leftnavhdlink	{text-decoration: none; color: BLACK;}
	:active.leftnavhdlink	{text-decoration: none; color: BLACK;}
	:hover.leftnavhdlink	{text-decoration: none; background: #FFF3EA; color: BLACK;}
	
	.leftnavhdhi	{ background: #FFF3EA; }
	.leftnavhd		{ background: #FBB396; }
	
	.leftnavlink2		{ font-family: verdana,arial,helvetica,sans-serif; font-size: 7.5pt; color: #8e5128; text-decoration: none;}

	:link.leftnavlink2		{ font-family: verdana,arial,helvetica,sans-serif; font-size: 7.5pt; text-decoration: none; color: #8e5128; }
	:visited.leftnavlink2	{ font-family: verdana,arial,helvetica,sans-serif; font-size: 7.5pt; text-decoration: none; color: #8e5128; }
	:active.leftnavlink2	{ font-family: verdana,arial,helvetica,sans-serif; font-size: 7.5pt; text-decoration: none; color: #8e5128; }
	:hover.leftnavlink2		{ font-family: verdana,arial,helvetica,sans-serif; font-size: 7.5pt; text-decoration: none; color: #8e5128; background: #FFF3EA; }

/* - End Left Nav Stuff - */

/* - Top Nav Stuff - */

	#topnav {
		clear:					both;		
		margin-top:			-100px
	}
	#topnav ul {
		margin:				0 auto;
		padding:				0;
		list-style-type:	none;
		text-align:			right;
		}
	#topnav ul li {
		display:				inline;		
		font-size:			9px; 
		font-weight:		bold;
		color:					white;
		font-family:			Trebuchet MS, verdana, arial;		
		text-decoration:	none;
	}
	
	#topnav ul li a {
		width:				auto;
		padding:				1px;
		color:					white;
		font-family:			Trebuchet MS, verdana, arial;
		font-weight:		bold; 
		font-size:			9px;
		text-decoration:	none;
		}
	#topnav ul li a:hover {
		text-decoration:	underline;
		}

/* - End Top Nav Stuff - */

/* - Footer Settings - */

	.footerlink 
	{ 
		font-weight:		normal; 
		font-size:			10px; 
		color:				#e6e6cc; 
		font-family:		verdana, arial, helvetica, sans-serif; 
		text-decoration:	none;
	}
	:link.footerlink {text-decoration: none; color:	#e6e6cc; }
	:visited.footerlink{text-decoration:none; color: #e6e6cc; }
	:active.footerlink{text-decoration:none; color:	#e6e6cc; }
	:hover.footerlink {text-decoration: underline; color: white;}

	.footerSep 
	{ 
		font-weight: normal; 
		font-size: xx-small; 
		color: #e6e6cc;
		font-family: verdana, arial, helvetica, sans-serif; 
		text-decoration: none;
	}
	.copyright, .copyrightP
	{
		font-weight: bold; 
		font-size: 10px; 
		color: BLACK; 
		font-family: verdana, arial, helvetica, sans-serif; 
		text-decoration: none;
	}
	:link.copyright, :link.copyrightP {text-decoration: none; 	color: BLACK;}
	:visited.copyright, :visited.copyrightP {text-decoration:none; 	color: BLACK;}
	:active.copyright, :active.copyrightP {text-decoration:none; 	color: BLACK;}
	:hover.copyright, :hover.copyrightP {text-decoration: underline; color: #e6e6cc;}

	.copyrightP { cursor:	pointer; }
	
	.footerbg		{ background: #FFE1D7; }
	
/* - End Footer Settings - */
	
	.pgMainbg		{
		border:					1px solid BLACK;
		background:			#495c00;
	}
	
	#contactbg {
		border:					1px solid BLACK;
		width:					100%;
		background:			#495c00;
		margin-top:				10px;
	}

	
	.tableborder2 { }
	
	.pictblbg		{ background:  #FFF9E6; }
	
	.pictblhd		{ background:  #FBB396; }
	
		
/* - End Table Borders - */

/* - Text - */

	.stndtext {
		font-family: Verdana, Arial, Helvetica;	
		font-size: 10pt; 
		color: #000000;
	}
	
	.maintext    { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; background: #FFFFFF;}
	.warntext		{ font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; background: #FFE1D7; }

/* - End Text - */

.modellisthd	{  font-family: Verdana, Arial, Helvetica; background: #D9D3C1; font-size: 9pt; color: #FFFFFF; text-align: Left; font-weight: bold; }

.modellisttext { font-family: verdana,arial,helvetica,sans-serif; font-size: 9pt; }
.modellisttextb { font-family: verdana,arial,helvetica,sans-serif; font-size: 9pt; font-weight: bold; }

/* - Info in the Header for Models - */
.modelinfotext		{ font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: BLACK;}
.modelinfotextb	{ font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: #6b6555; font-weight: bolder;}
/* - End Info in the Header for Models - */

.formmsg {font-family: verdana,arial,helvetica,sans-serif; font-size: 8pt; padding: 1px; border: 1px SOLID BLACK; background: #DEE5BE;}


.hdbgcolor {color: #000000; background: #000000;}
.dropdown { font-family: Verdana; font-size: 7.5pt; line-height: 10pt;}
.loctext { font-family: Verdana; font-size: 7.5pt; line-height: 8pt; color: #8e5128}

.trailtext { font-family: verdana, helvetica, arial, sans-serif; font-size: 10px; color: #000000;}


#trailimageid {z-index: 1000; left: 0px; visibility: hidden; width: 1px; position: absolute; top: 0px; height: 1px}

.bodyl
	{font-weight: normal; font-family: Tahoma, Verdana, Sans-Serif; font-size : 9pt; color:#000000; text-decoration: none; text-align: center;}
	
/* - Pop up image DHTML box - */

.dImgBox
{
	padding:				3px; 
	background: #fffff2 url('/images/06/imgPopupBg.gif') repeat-x;
	border:				1px solid #999281;
/*	float:					center;  -- Bad */
	font-family: Verdana, Arial, Helvetica;	
	font-size: 10px; 
	color: #000000;
}
.dImgHd		{ font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 13px; color: #6b6555; font-weight: bolder; }

.dImgField	{ font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: #6b6555; font-weight: bolder;}
.dImgTxt		{ font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: BLACK;}

/* - End Pop up image DHTML box - * /

/* - Top tab nav colors - */

.navBar2	
{ 
	background:			#fffff2 url('/images/06/temp_top_grad.jpg') repeat-x; 
	font-family: Verdana, Arial, Helvetica;	
	font-size: 10px; 
	color: #000000;
}
/* - End Top tab nav colors - */

.welc	
{ 		
		color: 				#999281; 
		font-weight: 		bolder; 
		font-size: 			12px; 
		font-family: 		Helvetica,Arial, Geneva, sans-serif; 
}

.modelComments
{
		font-size:		10px; 
		font-weight:	normal; 
		color:				BLACK;
		font-family:		verdana, Helvetica,Arial, sans-serif;
		margin:			0px;	
}

.nxprmod
	{ 
		font-weight:		bold; 
		font-size:			10px; 
		color:					white; 
		font-family:			verdana, arial, helvetica, sans-serif; 
		text-decoration:	none;
	}
	:link.nxprmod, :visited.nxprmod, :active.nxprmod{text-decoration:none; color:	white; }
	:hover.nxprmod {text-decoration: none; color: #b1d9fb;}
	
.thumbbrdr
{
	border:				1px solid BLACK;
}
/* Thumbnails and borders */
.thumbBox { 
	float:				left; 	border-left: 		1px solid SILVER; 	border-top:			1px solid SILVER;
	border-right: 		1px solid BLACK;
	border-bottom:	1px solid BLACK;	display:			inline; 	padding:			4px;	margin:			2px;
	background:	#ffffff url('/Assets/BGs/thumbDefault.jpg') repeat-x;
	text-align:		center;
	width:			auto;}.thumbBox .thumbImg { border:1px solid BLACK; }
.thumbBoxH{ 	float:				left; 	border-left:			1px solid SILVER; 	border-top:			1px solid SILVER;
	border-right:		1px solid BLACK;
	border-bottom:	1px solid BLACK;	display:			inline; 	padding:			4px;	margin:			2px;
	background:	#ffffff url('/Assets/BGs/thumbButterfliesH.jpg') repeat-x;
	text-align:		center;
	width:			auto;}

.thumbBoxH .thumbImg {border:1px solid BLACK; filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
.lBoxLink 	{
		font-family:			verdana,helvetica;		font-size:			10px;
		color:					black;
		text-decoration:	none;
		cursor:	pointer	}	:link.lBoxLink,:visited.lBoxLink, :active.lBoxLink			{text-decoration: none; color:	BLACK;}
	:hover.lBoxLink		{ text-decoration:underline;color: #999281; }
.lBox{		text-align:		center;		display:			block;		padding-top:	4px;		font-family:			verdana,helvetica;		font-size:			10px;
		color:					black;
}
/* Settings for the Photo Information Popup, others are defaulted in the Javascript */.phInfo		{ text-align:left;}.phInfo dt	{ font-weight: bold; }
.phInfo dd
{
	margin:				0px;
	padding:				0px;	margin-bottom:	4px;}/* End Thumbnails */

/* Form Stuff */
.forms { 	margin: 0 0 0 0; }
.inpText
{
	float: left;
	color:						#999281;
	font-size:				9px;
	font-family:				verdana, arial, helvetica, sans-serif; 
	background:			#DEE5BE;
	border:					1px SOLID BLACK;
}

.inpButt
{
   color:						#080807;
   font-family:				verdana,helvetica,sans-serif;
   font-size:				10px;
   font-weight:				bold;
   background:				#747E4A;
   border:					1px solid;
   border-top-color:			#DEE5BE;
   border-left-color:			#DEE5BE;
   border-right-color:			Black;
   border-bottom-color:		Black;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffD6DFB0',EndColorStr='#ff747E4A');
}

.helper
{
	border: 1px BLACK solid;
	background:	#747E4A; 
	color:				White;
	font-family:		Arial, Helvetica, sans-serif; 
	font-size:		10px; 
	padding-right: 5px; 
	padding-left: 5px; 
	padding-top: 0px;
	margin-left:	5px;
	display:	inline;
}

.contactForm 
{
  font-family:	verdana, Arial, sans-serif;
  font-size:		12px;
  color:			white;
  width:			95%;
  margin:			0px auto;
}
.contactForm fieldset {
	color:				White;	
	-moz-border-radius: 8px; border-radius: 8px;
}
.contactForm legend {
	color:						white;
	font-weight:			bold;
	font-size:				10px;	
	font-family:				Trebuchet MS, Verdana, Arial;
}

.contactForm div label {
  display:		block;
  float:			left;
  width:			132px;
  height:			expression('1%');
  padding:		3px 5px;
  margin:			0px 0px 2px 0px;
  text-align:	right;
  font-size:		10px;
}

.contactForm div label.req
{
	font-weight:	bold;
}

.contactForm div label.login
{
	font-weight:	bold;
	width:100px;
}

.contactForm div label.opt
{
font-weight:	normal;
}
.contactForm div input.inpText
{
	color:						BLACK;
	font-size:				9px;
	font-family:				verdana, arial, helvetica, sans-serif; 
	background:			#DEE5BE;
	border:					1px SOLID BLACK;
	display:					inline;
}

.contactForm div input.chkBox
{
  display: inline;
  height: 14px;
  width: 14px;
  background: transparent;
  border-width: 0px;
  padding: 0px;
  margin: 0px 0px 0px 10px;
}
.contactForm div label.chkB
{
  float: left;
  display: block;
  width: 140px;
  height: expression('1%');
  padding: 0px;
  margin: 0px 0px 5px 0px;
  text-align: left;
}

.contactForm div input.nudeCK
{
  display: inline;
  background: transparent;
  border-width: 0px;
  padding: 0px;
  margin: 0px 0px 0px 10px;
}
.contactForm div label.nudeCB
{
  float: left;
  display: block;  
  height: expression('1%');
  padding: 0px;
  margin: 0px 0px 5px 0px;
  text-align: center;
  width:	100%;
}
.contactLink:hover { color:white; text-decoration: underline; }

.formerr {  
	clear:					both;
	font-family:			verdana, arial, helvetica ,sans-serif; 
	font-size:			10px; 
	color:					YELLOW; 
	font-weight:		bold;
	display:				block;
	padding:				3px 0px 3px 0px;
	text-align:			center;	
}

/* /Form Stuff */

.modelthumblink 		{ font-family: verdana,arial,helvetica,sans-serif; font-size: 9pt; font-weight: bold; color: #8e5128; text-decoration: none;}

:link.modelthumblink 	{ font-family: verdana,arial,helvetica,sans-serif; font-size: 9pt; font-weight: bold; text-decoration: none; color: #8e5128; }
:visited.modelthumblink { font-family: verdana,arial,helvetica,sans-serif; font-size: 9pt; font-weight: bold; text-decoration: none; color: #8e5128; }
:active.modelthumblink 	{ font-family: verdana,arial,helvetica,sans-serif; font-size: 9pt; font-weight: bold; text-decoration: none; color: #8e5128; }
:hover.modelthumblink 	{ font-family: verdana,arial,helvetica,sans-serif; font-size: 9pt; font-weight: bold; text-decoration: none; color: white; background: #FBB396; }


/* Links Page */

.linksTb
{
	padding:				3px; 
	background:		 #fffff2 url('/images/06/imgPopupBg.gif') repeat-x;
	border:				1px solid #999281;
	font-family:			Verdana, Arial, Helvetica;	
	font-size:			11px; 
	color:					#000000;
	text-align:			left;
	width:				95%;
	margin:				0px auto;
}
.linksTb dd { margin-bottom: 6px; margin-left: 12px; }

.linksTb dt a, dt a:visited, dt a:active, .linksTb dd a, dd a:visited, dd a:active
{
	color:					BLACK;
	text-decoration:	underline;
}

.linksTb dd a:hover, dt a:hover
{
	color:					#999281;
	text-decoration:	underline;	
}

.linkHd
{
	font-weight:		bold;
	margin-bottom:	7px;
}

.topLink
	{
		font-size:		10px; 
		font-weight:	normal; 
		color:				BLACK;
		font-family:		verdana, Helvetica, Arial, sans-serif;
		margin:			0px;
	}
	
	:link.topLink			{text-decoration: none; color:	#ADFBFD;}
	:visited.topLink	{text-decoration: none; color:	#ADFBFD;}
	:active.topLink		{text-decoration: none; color:	#ADFBFD;}
	:hover.topLink		{ text-decoration:underline;color: BLACK; }
	
/* /Links Page */

#hireIndex
{
	padding:				3px; 
	background:		 #fffff2 url('/images/06/imgPopupBg.gif') repeat-x;
	border:				1px solid #999281;
	font-family:			Verdana, Arial, Helvetica;	
	font-size:			12px; 
	color:					#000000;
	text-align:			left;
	width:				95%;
	margin-right:		2px;
}

#hireIndex a
{
	color:				black;
	font-weight:	bold;
}

br
{
	clear:				left;
	line-height:		6px;
}



.formText
{
	color:						WHITE;
	font-size:				10px;
	font-family:				verdana, arial, helvetica, sans-serif; 
/*	display:					inline;*/
	float:						left;
}

#friendBg { 	background:	#999281;
}


#friendDiv{ 
	background: #fffff2 url('/images/06/imgPopupBg.gif') repeat-x;
	display:					block;
	width:					500px;
	margin:					0 auto;
	text-align:				left;
	border-color:			#999281;
	border-style:			solid;
	border-width:			1px;
	padding:					5px 5px 5px 5px;
	z-index:					100;}

#thumbWrap {
	clear:			both;	margin:			0px auto;
	padding:			0px;
	width:			100%;	
}.modAll {	padding:			2px 2px 2px 2px;
	display:			inline;	float:				left;	text-align:		center;	
}
.modAll .thumbImg { border: 0px; }
/* Main page Wrapper */
	#container {
		width:					770px;
		margin-left:				auto;
		margin-right:			auto;
		text-align:				left;
	}
	#mainBG {
		width:					770px;
		margin-left:				auto;
		margin-right:			auto;
		margin-top:				0px;		
		/*background:			#999281 url(/images/06/mainbg.gif);*/
		
	}
	#col1 {
		position:					relative;
		width:					158px;
		left:						0px;
		margin-top:				10px;
		float:						left;
		background:			#495c00 url(/Assets/LeftNav/butterflies.jpg);
		background-repeat:	no-repeat;
		border:					1px SOLID BLACK;
	}
	#col2 {
		display:			inline;
		margin-left:		10px;
		float:				left;
		position:			relative;
		width:			600px;
		text-align:		left;		
	}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 } 
.clearfix{display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

#bottBrdr {
	width:			770px;
	height:			10px;
	background:	#7ba5df url(/images/06/bottom_border.gif);
	clear:				both;
	overflow:		hidden;
}
#topBrdr {
	width:			770px;
	height:			10px;
	background:	#7ba5df url(/images/06/top_border.gif);
	clear:				both;
	overflow:		hidden;
}
#topLogo {
	width:770px;
	height:100px;	
	border: SOLID 1px BLACK;
}

#tabBarNav 
{ 
	width:			750px;
	margin-left:		10px;
	text-align:		center;
	background:	#abcbee; 
	font-family:		Verdana, Arial, Helvetica;	
	font-size:		10px; 
}
#pageInfo {
	background:	#495c00; 
	color:						white; 
	border:					1px SOLID BLACK;
	width:					100%;
	margin-top:				10px;
	font-family:				Trebuchet MS, Verdana, Arial;
	overflow:				hidden;
}
#infoDiv{
	padding:			0px 0px 0px 0px;
	width:			475px;
	height:			92px;
	margin:			0px 0px 0px 135px;
}

#srchBox
{
	clear:					both;
	padding:				2px; 
	margin-top:			20px;
	margin-right:		5px;
	float:					right;
	font-family:			Verdana, Arial, Helvetica;	
	font-size:			10px; 
	color:					#000000;
	text-align:			right;
	width:				220px;
	position:				relative;
	z-index:				20;
}
#srchBox .inpBox
{
	color:						#747E4A;
	font-size:				9px;
	font-family:				verdana, arial, helvetica, sans-serif; 
	background:			#DEE5BE;
	margin-right:			5px;
	border:					1px SOLID BLACK;
}
#srchBox .srchButt
{
   color:						#080807;
   font-family:				verdana,helvetica,sans-serif;
   font-size:				10px;
   font-weight:				bold;
   background:				#747E4A;
   border:					1px solid;
   border-top-color:			#DEE5BE;
   border-left-color:			#DEE5BE;
   border-right-color:			Black;
   border-bottom-color:		Black;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffD6DFB0',EndColorStr='#ff747E4A');
}


/* Footer */

#footer {
	text-align:				center;
	line-height:				12px;
	border:					1px SOLID BLACK;
	margin-top:				10px;
	padding:					0px;
	width:					100%;
	background:	#495c00;
}
#footPad {
	padding: 2px;
}
#foot2 {
	text-align:				center;
	margin-top:				0px;	
	padding:					0px;
	width:					100%;
}
#footer ul {
	padding:				0; 
	margin:				0 auto; 
	list-style-type:	none;
}
#footer ul li {
	display:				inline;
	font-weight:		normal; 
	font-size:			xx-small; 
	color:					#ddf2fe;
	font-family:			verdana, arial, helvetica, sans-serif; 
	text-decoration:	none;
}

#footer ul li a {
	width:				auto;
	padding:				1px;
	color:					#ddf2fe;
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:		normal; 
	font-size:			10px;
	text-decoration:	none;
}
#footer ul li a:hover {
	text-decoration:	underline;
	color:					white;
}

/* * html #footer ul li a {
  float:left;
}*/

/*
.fcontainer {clear:both; text-decoration:none;}
* html .fcontainer {display:inline-block;}
*/
/** html #footer ul li {
  float:left;
}*/
	.footerlink 
	{ 
		font-weight:		normal; 
		font-size:			10px; 
		color:				#e6e6cc; 
		font-family:		verdana, arial, helvetica, sans-serif; 
		text-decoration:	none;
	}
	:link.footerlink {text-decoration: none; color:	#e6e6cc; }
	:visited.footerlink{text-decoration:none; color: #e6e6cc; }
	:active.footerlink{text-decoration:none; color:	#e6e6cc; }
	:hover.footerlink {text-decoration: underline; color: white;}

	.footerSep 
	{ 
		font-weight: normal; 
		font-size: xx-small; 
		color: #e6e6cc;
		font-family: verdana, arial, helvetica, sans-serif; 
		text-decoration: none;
	}
	.copyright
	{
		font-weight: bold; 
		font-size: 10px; 
		color: BLACK; 
		font-family: verdana, arial, helvetica, sans-serif; 
		text-decoration: none;
	}
	:link.copyright {text-decoration: none; 	color: BLACK;}
	:visited.copyright{text-decoration:none; 	color: BLACK;}
	:active.copyright{text-decoration:none; 	color: BLACK;}
	:hover.copyright {text-decoration: underline; color: #ddf2fe;}

	.property
	{
		font-size: 10px; 
		color: BLACK; 
		font-family: verdana, arial, helvetica, sans-serif; 
		padding-top:	10px;
		text-align:	center;
		width:		100%;
	}

/* /Footer */

/* Left Nav */

.paging {
	background:	#495c00; 
	color:						white; 
	border:					1px SOLID BLACK;
	width:					100%;
	margin-top:				10px;
	font-family:				Trebuchet MS, Verdana, Arial;
	overflow:				hidden;

}
.pagingLink
{
	margin-top:				10px;
	font-family:				Trebuchet MS, Verdana, Arial;
	text-decoration:	none;
	color:					white;
}

:hover.pagingLink		{text-decoration: none; color: SILVER;}
:visited.pagingLink	{text-decoration: none; color: white;}
:link.pagingLink		{text-decoration: none; color: white;}
:active.pagingLink	{text-decoration: none; color: white;}

.infoLink
	{
		font-size:		11px; 
		font-weight:	normal; 
		color:				#b1d9fb;
		font-family:		verdana, Helvetica, Arial, sans-serif;
		margin:			0px;
	}
	
	:link.infoLink		{text-decoration: none; }
	:visited.infoLink	{text-decoration: none; }
	:active.infoLink	{text-decoration: none; }
	:hover.infoLink		{text-decoration:underline;color: white; }
	
#photos {
	clear:				both;
	width:			100%;
	margin-top:		10px;
	display:			block;
	overflow:		hidden;
}

#pgOverlay { background:	BLACK; }
/*
* html #pgOverlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(/images/spacer.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/LightBox/overlay5.png", sizingMethod="scale");
	}
	*//* - Index 2 Stuff - */.i2Tb
{	
	padding:				0px;
	background:		#495c00;
	border:				1px solid BLACK;
	font-family:			Verdana, Arial, Helvetica;	
	font-size:			11px; 
	color:					WHITE;
	text-align:			left;
	/*width:				100%;*/
}
.i2Tb ul { margin-top: 2px; margin-bottom: 2px;  }

.i2Tb li a, li a:visited, li a:active, a, a:visited, a:active, a:link
{
	color:					WHITE;
	text-decoration:	none;
}

.i2Tb li a:hover, a:hover
{
	color:					BLACK;
	text-decoration:	underline;	
}
.i2Hd{
	font-weight:		bold;
	margin-bottom:	7px;	
	color:					white;
}
.i2Tb dl	{ margin: 0px; }
.i2Tb dt	{ font-weight: bold; }


.i2Tb dd { margin-bottom: 6px; margin-left: 12px; color:#CDCDCD; }

.i2Pad {	margin: 5px; background:	#747E4A; padding:10px;}

.hHead
{
	font-size:		16px; 
	color:				WHITE; 
	font-family:		Trebuchet MS, Verdana, Arial;
	font-weight:	normal;
}

#hDetail
{
	background:	#747E4A;
	padding:			8px;
	width:			220px;
	margin-top:			10px;
}
/* - /Index 2 Stuff - */

.banner {padding-top: 5px;}

.nudeLink
{
	font-weight: bold; 
	font-size: 10px; 
	color: BLACK; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-decoration: none;
}
:link.nudeLink {text-decoration: none; 	color: BLACK;}
:visited.nudeLink{text-decoration:none; 	color: BLACK;}
:active.nudeLink{text-decoration:none; 	color: BLACK;}
:hover.nudeLink {text-decoration: underline; color: #F17676;}

/*
	Shopping Cart Stuff
*/

#cart {
	border:					1px solid BLACK;
	width:					100%;
	background:			#495c00;
	margin-top:				10px;	
	text-align:				center;
/*	height:					125px;*/
}
/* Temp Stuff below */
#carttext {
		background:		#747E4A;
		font-family:			verdana, arial, helvetica, sans-serif;
		color:					yellow;
		margin:				5px;		
		padding:				10px;
}

