﻿.helpScreen 
{
	display:none;
	position:absolute; 
	width:300px; 
	border-style: solid; 
	border-width: 2px; 
	border-color: #A86400; 
	background-color: #F7E8AF; 
	padding: 5px; 
	height: auto; 
	overflow:visible; 
	z-index:100;
	vertical-align:top
}
.exemptionScreen 
{
	display:none;
	position:absolute; 
	width:500px; 
	border-style: solid; 
	border-width: 2px; 
	border-color: #A86400; 
	background-color: #F7E8AF; 
	padding: 2px; 
	height: auto; 
	overflow:visible; 
	z-index:100;
	vertical-align:top
}
.exemptionSmallFonts 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	font-weight: normal; 
	text-decoration: none
}
.heading   
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: bold; 
	color: #993333; 
	text-decoration: none
}
.small 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
	font-weight: normal; 
	text-decoration: none
}

.error  
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 14px; 
	color: #FF0000 
}

.MenuItem_default
{
	background-color: Transparent;	
	background-position: top left;	
	background-repeat: no-repeat;    
	display:table;
	color:#ffffff;	
	font-family:verdana;	
	font-size:0.6em;	
	margin-right:0px;	
	padding:0px 0px 0px ;	
	text-align:left;	
	white-space:normal;
	width:130px;	
	height: 10px;
	white-space:normal;
}
.MenuItem_hover
{
	padding:0px 0px 0px;
}
	
.MenuItem_selected
{
	padding:0px 0px 0px;
}

.Menu_bottom
{  
	background-color: Transparent;	
	background-position: top left;	
	background-repeat: no-repeat;    
	display:table;
	color:#ffffff;	
	font-family:verdana;	
	font-size:0.6em;	
	margin-right:0px;	
	padding:0px 0px 0px 2px;	
	text-align:left;	
	white-space:normal;
	width:130px;	
	white-space:normal;	
}
.ads 
{
	margin:0px;
	padding:5px;
	font-size:9px;
	text-align:justify;
}
.adcontent 
{
	margin:0px;
	padding:10px;
	font-size:10px;
	text-align:justify;
	border:#3F8B4B dashed 1px;
	background-color:#E7E6E6;
}
.HLink
{	
	font-family:Verdana;
	font-size:0.7em;
}

.button
{
	width:150px;
	background-color:#338000;
	color:#FFFFFF;
	border-color:#CCCC66;
	border-style:solid;
	border-width:1px;
	font-family:Verdana;
	font-size:0.8em;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color: inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    font-family:Verdana;
    font-size:0.8em;
 }

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
    font-family:Verdana;
    font-size:0.8em;	
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	font-family:Verdana;
    font-size:0.8em;
}

.Label_Small
{
 font-size:0.7em;
 font-family:Verdana;
 height: auto; 
 vertical-align:top 
}

.Label_Title
{
 font-size:0.9em;
 font-family:Verdana;
 font-weight:bold;
}

.paddall { padding:50px }
.DisclaimerTitle { font-size: 1.3em; color:#3f8b4b;}
.labelinfo {font-size:0.8em; font-family:"Verdana"}
.labelsmall {font-size:0.7em; font-family:"Verdana"}
.labelsmallbold {font-size:0.7em; font-family:"Verdana"; font-weight:bold}
.labeltitle {font-size:1.1em; font-family:"Verdana"; font-weight:bold;}
.labeltitlesmall {font-size:0.9em; font-family:"Verdana"; font-weight:bold;}
.faqanswer {font-size:0.7em; font-family:"Verdana"; padding-left:10px;}
.padleft{padding-left:10px;}
.right {float: right; text-align:center; display: block;}
.homeletter{padding: 10px; width: 300px;}
.homepagetext {font-size:0.8em; font-family:"Verdana"; padding-left:10px;}

#Bio{  }
.bioImage {}
.bioScreen 
{
	display:none;
	position:absolute; 
	width:0px; 
	
	border-style: solid; 
	border-width: 2px; 
	border-color: #A86400; 
	background-color: #F7E8AF; 
	padding: 2px; 
	height: auto; 
	overflow:visible; 
	z-index:10000;
	vertical-align:top;
	margin-right: 0px;
}
.bioSmallFonts 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	font-weight: normal; 
	text-decoration: none
}

#homewrap 
{
		
		margin:0 auto;
		}
#homemain 
{
		float:left;
		width:300px;
		padding:10px;
		}
#homesidebar 
{
		float:right;
		width:200px;
		padding:10px;
		}
