
/* Default CSS stylesheet for Help Direct  */

	*{
	}
	body{
		font-family: Myriad, Arial, Helvetica, sans-serif;
		background-color: #FFF;
		color: #333;	
		padding: 0;
		margin: 0;	
	}
	h1{
		font-size: 120%;
	}
	h2{
		font-size: 100%;
		font-weight: bold;
		color:#000;
	}
	p{
		font-size: 80%;
	}
	li{
		font-size: 80%;
	
	}
	th{
		background-color: #333;
		color: #fff;
		padding: 4px;
		text-align: left;
	}
	td{
		background-color: #cecece;
		color: #000;
		padding: 4px;

	}

	#wrapper{
		min-width: 940px;
	}
	#titleHold{
		background-image:url(/helpdirect/help-direct-images/bgrs/bgr.jpg);
		background-position: top left;
		background-repeat:repeat-x;
		margin: 0;	
		background-color: #333;
		color: #fff;	
		font-weight: bold;
		z-index: 10;
	}
	#titleOverlayHold{
		background-image:url(/helpdirect/help-direct-images/bgrs/bgr-photos-1.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		height: 200px;
		margin: 0 20px 0 0;	
		color: #fff;
		z-index: 50;
	}
	#titleOverlayHold img{
		margin: 0 0 0 20px;
	}
	#titleIntroHold{
		margin: 0 300px 0 0 ;
		padding: 10px 30px ; 
		font-size: 100%;
	}
	#titleIntroHold p{
		margin: 8px 0 0 0;
		padding: 0;
	}
	#navHold{
		margin: 0;	
		background-color: #666;
		color: #fff;
	}
	#navHold a{
		color: #fff;
	}
	#contentHold{
		background-image:url(/helpdirect/help-direct-images/bgrs/bgr-content.jpg);
		background-position: top left;
		background-repeat:repeat-x;
		overflow: hidden;
	}
	
#column1Hold{
	padding: 10px 20px 20px 30px;
	margin-right: 340px;
}
#column2Hold{
/*	background-image:url(/helpdirect/help-direct-images/bgrs/bgr-rhs.jpg);
	background-position: top left;
	background-repeat:repeat-x; */
	background-color: #676767 /*#cecece*/;
	color: #fff;
	font-weight: bold;
	width: 310px;
	float: right;
	margin: 0 10px 0  0;
	border-right: 1px solid #4f4c4c;
	border-left: 1px solid #4f4c4c;
	padding-bottom: 98%;
	margin-bottom: -98%;

}
#column2Hold h2{
	display: none;
}
#column2Hold #supportText{
	margin:15px;
}

	ul#supportAreaList {
		margin: 10px 0 20px 0;
		padding: 0;
	}

	#supportAreaList li{
		color: #fff;
		font-weight: bold;
		padding: 6px 10px 6px 15px;
		font-size: 80%;
		background-repeat: repeat-x;
		background-position: top left;
		margin-top: 1px;
	}
	
	#supportAreaList li.hf{
	background-color: #ed1e24;
	background-image: url(/helpdirect/help-direct-images/bgrs/li/hf.gif);
}
#supportAreaList li.hg{
	background-color: #f89938;
	background-image: url(/helpdirect/help-direct-images/bgrs/li/hg.gif);
}
#supportAreaList li.ll{
	background-color: #99ca3c;
	background-image: url(/helpdirect/help-direct-images/bgrs/li/ll.gif);
}
#supportAreaList li.mf{
	background-color: #329966;
	background-image: url(/helpdirect/help-direct-images/bgrs/li/mf.gif);
}
#supportAreaList li.mt{
	background-color: #3fa7aa;
	background-image: url(/helpdirect/help-direct-images/bgrs/li/mt.gif);
}
#supportAreaList li.cg{
	background-color: #4968b1;
	background-image: url(/helpdirect/help-direct-images/bgrs/li/cg.gif);
}
#supportAreaList li.rf{
	background-color: #d7529e;
	background-image: url(/helpdirect/help-direct-images/bgrs/li/rf.gif);
}
#supportAreaList li.ev{
	background-color: #683366;
	background-image: url(/helpdirect/help-direct-images/bgrs/li/ev.gif);
}
#supportAreaList li.hs{
	background-color: #b980b9;
	background-image: url(/helpdirect/help-direct-images/bgrs/li/hs.gif);
}
#supportAreaList li.hc{
	background-color: #e2bf31;
	background-image: url(/helpdirect/help-direct-images/bgrs/li/hc.gif);
}	
	
	#about{
		display: none;
	}
	
	#contact{
		display: none;
	}
	#contactLocal{
		margin: 30px 0;
		background-color: #e9e9e9;
		border: 1px solid #b4b4b4;
		padding: 0px;
		overflow: hidden;
	}
	#footerHold{
		margin: 0;	
		background-color: #333;
		color: #fff;
		font-weight: bold;
		padding: 20px;
		border-top: 2px solid #000;
		z-index: 100;
	}