/* gold: #FFFF00
    blue Holly color: #A1D7C7
blue text color: #003366

holly:
brown:		6F503B
green:		94B894
lite grn:	E0EBDF

*/

BODY
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color:#6F503B;
	font-family: Tahoma;
	font-size:13px;
	background-color:#E0EBDF;
}

.BizCard
{
	border-color:Red;
	border-width:1px;
	border-style:solid;
}

.BizCardThumb
{
	border-color:black;
	border-width:1px;
	border-style:solid;
	width:100px;
	height:100px;
}

.BizCardThumbText
{
	font-size:11px;
	text-transform:uppercase;
}

#layout1
{
	text-align: center;
	margin-top: 0px;
}
#layout2
{
	width: 800px;
	height: 100%;
	border: 1px solid #333333;
}

#brandBG
{
	height: 50px;
	background-image: url(images/bkg_lightblue.gif);
	background-repeat: repeat-y;
}

#brand
{
	height: 50px;
	background-image: url(images/bkg_lightblue.gif);
	background-repeat: repeat-y;
	color: #6F503B;
	font-size: 26pt;
	font-weight: 600;
	font-family: Lucida Handwriting;
	font-variant: small-caps;
	text-align: left;
	text-indent: 10px;
}
#nav
{
	height: 25px;
	border-bottom: 1px solid #333333;
	background-image: url(images/bkg_nav2_lightblue.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding-left: 5px;
}
#flash
{
	height: 110px;
	border-bottom: 1px solid #333333;
}
#footer
{
	height: 20px;
	border-bottom: 1px solid #6F503B;
	background-image: url(images/bkg_lightblue.gif);
	background-repeat: repeat-y;
	color: #6F503B;
	font-size: 10pt;
	font-family: verdana;
}
#panedcontent
{
	height: 500px;
	width: 100%;
}
.menuitem
{
	color: #6F503B;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}
.menuitem A, .menuitem A:LINK, .menuitem A:VISITED, .menuitem A:SELECTED, .menuitem A:HOVER
{
	color: #6F503B;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;
}
.menuitem A:HOVER
{
	color: #6F503B;
	text-decoration: underline;
}


.PageHeader
{
	font-size:17px;
	font-weight:bold;
	color:#6F503B;
	height: 25px;
	text-align: left;
	padding-left: 5px;
	vertical-align:middle;
	width:100%;
	padding-top:6px;
	/* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#9ABB99',EndColorStr='#FFFFFF'); */	
}

.noBorder
  {
  	border-width:0px;
  	font-style:italic;
  	color:#6F503B;
  	height:22px;
  	font-size:15px;
  	vertical-align:middle;
  	background-color:white;
  	width:280px;
  	text-indent:3px;
  }
  
.TableHeader
{
	font-size:13px;
	font-weight:bold;
	/*color:Black;*/
	height: 18px;
	background-color:#9ABB99;
	text-align: left;
	padding-left: 5px;
	/*
	border-bottom: 1px solid #333333;
	border-right:1px solid #333333;
	border-left:1px solid #333333;
	border-top:1px solid #333333;
*/
	padding-top:6px;
	padding-bottom:2px;
	
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#9ABB99',EndColorStr='#FFFFFF');
}

.TableHeaderNoFade
{
	font-size:13px;
	font-weight:bold;
	height: 18px;
	/* background-color:#9ABB99; */
	text-align: left;
	padding-left: 5px;
	padding-top:6px;
	padding-bottom:2px;
}

.InputLabel
{
	text-align:right;
}

.ProfilePhoto
{
	width:180px;
	height:240px;	
	padding-left:10px;
	padding-right:10px;
}

.Question
{
	font-size:12px;
	font-style:italic;
	width:150px;
	font-weight:bold;
}
.Answer
{
}

.GalleryImage
{
	width:250px;
	height:250px;
}

.GridImageMed
{
	width:90px;
	height:90px;
}

.GridImageMedLeft
{
	width:85px;
	height:110px;
}
.ImageComp
{
	border-color:black;
	
}


/*  FORM ENTRY PAGES */
.caption1
{
	font-size:16px;
	text-align:left;
	background-color:#9ABB99;
	width:100%;
	font-weight:bold;
	height:35px;
	vertical-align:middle;
	
	border-top:1px solid rgb(101,80,137);
	border-left:1px solid rgb(101,80,137);
	border-right:1px solid rgb(101,80,137);
}
/*
.subTable{table-layout:fixed;border:1px solid rgb(101,80,137);width:95%; margin-top:5px; margin-bottom:5px; margin-left:5px; margin-right:5px;}
.subTable td{ padding:1px 1px 1px 1px; }
.subTable th{ padding:1px 1px 1px 1px; }

.entryLine {border-bottom: 1px solid rgb(101,80,137);padding:1px 1px 1px 1px; margin:1px 1px 1px 1px;}
.entryLine span { }

.entryLine input { background-color:rgb(245,245,243); color:rgb(101,80,137); }
.underLable {padding:0;margin:0; font-family:Verdana, Helvetica; font-size:6pt; text-align:center;}


.entryLine3 {border-bottom: 1px solid rgb(101,80,137);padding:1px 1px 1px 1px; margin:1px 1px 1px 1px; float:left;}
.entryLine3 span { }
.entryLine3 input { background-color:rgb(245,245,243); border:none; color:rgb(101,80,137); }

.submit input { background-color:rgb(245,245,243); border:none; color:rgb(101,80,137); }

.columnLeft{float:left; padding-left:5px; padding-top:5px; padding-bottom:5px;}
.columnRight{margin:0pt -10px 0pt 350px; padding-left:0px; padding-right:0px; padding-top:10px; padding-bottom:10px;width:500px;}
.columnFooter{clear:both;}
*/
.columnLeft{float:left; padding-left:5px; padding-top:5px; padding-bottom:5px; width:100%;
}

.subTable{
	border:1px solid rgb(101,80,137);width:90%; margin-top:5px; margin-bottom:5px; margin-left:5px; margin-right:5px;
}


/* menus */
a.AddLinks
{
	color:white;
	font-size:12px;
}
a.AddLinks : Hover
{
	color:black;
	font-size:12px;
}

a.AddLinksMemberMenu
{
	color:white;
	font-size:9px;
	/* font-weight:bold; */
}
a.AddLinksMemberMenu : Hover
{
	color:white;
	font-size:9px;
	/* font-weight:bold; */
}

a.AddLinksSub
{
	color:#6F503B;
	font-size:12px;
	text-indent:5px;
}

a.AddLinksSub: Hover
{
	color:black;
	font-size:12px;
	text-indent:5px;
}

.SubMenuCell
{
	height:22px;
	width:100%;
	border-left:solid 1 red;
	vertical-align:middle;
	text-align:left;
}

.submenuSelected
{
	background-color:silver;
	color:black;
	cursor:pointer;
	text-decoration:none;
}

.submenuUnselected
{
	color:white;
	cursor:default;
	text-decoration:underline;
	background-color:#9ABB99;
	border-left:solid 1 black;
	border-right:solid 1 black;
	border-top:solid 1 black;
	border-bottom:solid 1 black;
}