@charset "utf-8";
/* CSS Document  NFVIA */


/* GLOBAL */
img
{
	border-style: none;
}
body
{
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
}
p
{
	margin-top: 5px;
}


/* LINK STYLES */
A:link
{
	text-decoration: none;
	color: black;
}
A:active 
{
	text-decoration: none;
	color: black;
}
A:visited 
{
	text-decoration: none;
	color: black;
}
A:hover
{
	text-decoration:underline;
	color: black;
}

/* LAYOUT STYLES*/
.pageWrapper
{
	margin-left: auto;
	margin-right: auto;
}
.topBanner
{
	display: none;
	/*
	height: 112px;
	background-color: #FFFFFF;
	background-image: url(skin/topBannerBack.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 3px solid #141403;
	*/
}
.topNav
{
	display: none;
	/*
	height: 20px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #505050;
	*/
}
.mainNavWrapper
{
	display: none;
	/*
	height: 33px;
	border-top: 1px solid #000000;
	border-bottom: 100px solid #000000;
	padding-left: 6px;
	*/
}
.mainNavLeft
{
	display: none;
	/*
	width: 297px;
	height: 33px;
	float: left;
	
	
	background-image: url(skin/mainNavLeftBack.gif);
	background-repeat: repeat-x;
	clear: both;
	*/
}
.mainNavRight
{
	display: none;
	/*
	width: 472px;
	height: 33px;
	float: left;
	background-image: url(skin/mainNavRightBack.gif);
	background-repeat: repeat-x;
	*/
}
.dropdownMenu
{
	display: none;
	/*
	width: 96px;
	background-color: #505050;
	position: absolute;
	display: none;
	z-index: 50;
	*/
}
/*
.ddLower
{
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
	background-image: url(skin/ddLowerBack.gif);
	background-repeat: no-repeat;
	font-size: 11px;
}
.ddLower a, .ddLower a:visited
{
	display:table !important;
	display: block;
	width: 80px;
	height: 33px;
	border-bottom: 1px dotted #858585;
	margin-left: 4px;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	color: #B6B6B6;
}
.ddLower a:hover/*, .ddLower a:active*/
/*
{
	background-color: #5C5B68;
	color: #B6B6B6;
	text-decoration: none;
}
.ddFiller
{
	height: 11px;
	font-size: 1px;
}


*/
.contentWrapper
{
	height: 1px;
	width: 775px;
	height: 1px;
	display: table;
	background-image: url(skin/contentWrapperBack.gif);
	background-repeat: repeat-x;
	background-color: #282828;
}
.topDropShadow
{
	display: none;
	/*background-image: url(skin/topDropShadow.gif); 
	background-repeat: repeat-x; 
	height: 6px;  
	width: 277px;
	float: left; 
	font-size: 0px;
	*/
}
.topLeftDropShadowCorner
{
	display: none;
	/*
	background-image: url(skin/topLeftDropShadowCorner.gif); 
	background-repeat: no-repeat; 
	height: 6px; 
	width: 10px; 
	float:left; 
	font-size: 0px;
	*/
}
.topRightDropShadowCorner
{
	display: none;
	/*
	background-image: url(skin/topRightDropShadowCorner.gif); 
	background-repeat: no-repeat;
	height: 6px; 
	width: 14px; 
	float:left; 
	font-size: 0px;
	*/
}
.leftPane
{
	display: none;
	/*display: table;
	float: left;
	width: 287px;
	height: 550px;
	padding-left: 10px;
	background-image: url(skin/leftDropShadow.gif);
	background-position: 277px 6px;
	background-repeat: no-repeat;
	*/
}
.rightPane
{
	width: 775px;
	/*float: right;
	background-image: url(skin/topDropShadow.gif); */
	background-repeat: repeat-x; 
}
.leftContentWrapper
{
	
	
	display: table;
	/*
	height: 500px;
	width: 287px;
	background-position: 0px 50px;
	background-repeat: no-repeat;
	*/
}
.leftContentWrapperWithBackgroundImage
{
	
	display: table;
	height: 500px;
	width: 287px;
	/*
	background-position: 0px 50px;
	background-repeat: no-repeat;
	background-image: url(skin/images/leftContentBack.jpg);
	*/
}

.leftContent
{
	padding-top: 20px; 
	padding-right: 20px;
	color: #ffffff;
	font-size: 11px;
}
.rightDropShadow
{
	display: none;
	/*
	float: left; 
	height: 1px; 
	width: 14px; 
	height: 550px; 
	background-image: url(skin/rightDropShadow.gif); 
	background-repeat: no-repeat;
	*/
}
.rightContentWrapper
{
	display: table;
	background-color: #FFFFFF;
	width: 96%;
	/*
	background-image: url(skin/whiteDropShadow.gif);
	background-repeat: repeat-x;
	*/
}
.rightContentImage
{
	display: none;
	/*text-align: center;*/
}
.rightContent
{
	width: 96%;
	display: table;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.breadCrumb
{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.listContainer
{
	display: table;
	border-bottom: 1px solid #4A4A4A;
	border-top: 1px solid #4A4A4A;
	margin-bottom: 10px;
}
.memberAddress
{
	float: left;
	width: 350px;
	color: Black;
}
.memberAddressTop
{
	background-image: url(skin/memberAddressTopBack.gif);
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.memberAddressContent
{
	background-image: url(skin/memberAddressContentBack.gif);
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-right: 18px;
}
.memberAddressBottom
{
	background-image: url(skin/memberAddressBottomBack.gif);
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.memberProfileList
{
	padding-top: 25px;
	float: left;
	width: 250px;
	padding-left: 9px;
}
.mpListItem
{
	background-image: url(skin/rightArrow.gif); 
	background-position: 0 8px; 
	background-repeat:no-repeat; 
	padding-left: 15px;
	padding-top: 4px;
	line-height: 13px;
}
.memberProfilesHeading
{
	
	font-size: 12px;
	font-weight: bold;
	color: #010101;
}
.memberProfileWideHeading
{
	background-color: #E5E5E7;
	border-bottom: 1px solid #616162;
	font-size: 12px;
	font-weight: bold;
	color: #010101;
	clear: both;
	margin-top: 24px;
}
.credit
{
	display: table;
	clear: both;
	border-bottom: 3px dotted #000000;
	margin-top: 7px;
	font-size: 11px;
	height: 1px;
}
.profileLeft
{
	float: left;
	width: 350px;
}
.profileRight
{
	display: table;
	float: left;
	width: 350px;
	padding-left: 9px;
}
.addInfo
{
	font-size: 12px;;
}

.rightContentBottom
{
	display: table;
	width: 464px;
	height: 36px; 
	float: left;
	background-color: #FFFFFF;
	background-image: url(skin/contentBottom.gif); 
	background-repeat: repeat-x;
}
.contentBotLeftCorner
{
	position: absolute; 
	margin-left: -21px; 
	width:21px; 
	height: 36px; 
	background-image: url(skin/contentBotLeftCorner.gif); 
	background-repeat: no-repeat;
}
.contentBotRightCorner
{
	position: absolute; 
	margin-left: 464px; 
	width:14px; 
	height: 36px; 
	background-image: url(skin/contentBotRightCorner.gif); 
	background-repeat:no-repeat;
}

.topLeftPic
{
	margin-right: 9px;
}
.listingThreeCols
{
	display: table;
	float: left; 
	width: 134px;
	padding-right: 10px;
}
.linksPage
{
	width: 434px;
	font-size:  12px;
	list-style-image: url(skin/rightArrow.gif);
}
.linksPage strong
{
	width: 434px;
	display: block;
	background-color: #E5E5E7;
	border-bottom: 1px solid #616162;
	font-size: 12px;
	font-weight: bold;
	color: #010101;
	clear: both;
	margin-top: 17px;
	margin-bottom: 0px;
}
.linksPage li
{
	display: block;
	line-height: 14px;
}
.linksPage ul
{
	padding-top: 0px;
	margin-top: 7px;
	
}


.footerWrapper
{
	display: none;
	height: 38px;
	background-image: url(skin/footerBack.gif);
	background-repeat: repeat-x;
}
.footer
{
	margin-left: auto;	
	margin-right: auto;	
	width: 775px; 
	text-align: center;
	padding-top: 17px;
}
.footerTitle
{
	font-weight: bold; 
	font-size: 10px; 
	text-transform: uppercase; 
	color: #FFFFFF;
}
.footerAddress
{
	font-weight: bold; 
	font-size: 10px; 
	color: #BAB8B4;
}
.footerTE
{
	font-weight: bold; 
	font-size: 10px; 
	color: #BAB8B4;
}
.footerPhoEma
{
	font-weight: bold; 
	font-size: 10px; 
	color: #FEFEFE;
}



/* TEXT STYLES*/
.breadCrumb
{
	font-size: 10px;
}
.breadCrumbSeparator
{
	color: #D35102;
	font-size: 10px;
}
.rightContentTitle
{
	color: #444444;
	font-size: 28px;
}
.size15
{
	font-size: 15px;
}
.size13
{
	font-size: 13px;
}
.size12
{
	font-size: 12px;
}
.size11
{
	font-size: 11px;
}
.size9light
{
	font-size: 12px;
	color: black;
	font-weight: bold;
}

.catListing
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.catListing a, .catListing a:visited, catListing a:hover, .catListing a:active
{
	display: block;
	padding-top: 10px;
}
.light
{
	color: black;
}
.memberPhone
{
	color: #000000;
	font-weight: bold;
}
.ViewResume
{
	display: none;
}