@charset "UTF-8";/* CSS Document *//* Main Navigation -- highlighting current page based on the body ID definition *//*body#home #navigation a#homeNav,body#about #navigation a#aboutNav,body#jobs #navigation a#jobsNav,body#tools #navigation a#toolsNav,body#partners #navigation a#partnersNav {	color: #FFF;	background-color: #014961;	background-image: url(../images/navTab_original_blue.jpg);	background-attachment: scroll;	background-repeat: no-repeat;	background-position: center bottom;}*//* Sub Navigation -- highlighting current page based on body ID definition. CONSULTANT colors */body#profile.consultant #subNavigation a#profileNav,body#profilePublic.consultant #subNavigation a#searchNav,body#inbox.consultant #subNavigation a#inboxNav,body#search.consultant #subNavigation a#searchNav,body#searchResults.consultant #subNavigation a#searchNav,body#searchJobListing.consultant #subNavigation a#searchNav,body#jobmatch.consultant #subNavigation a#jobmatchNav,body#upgrade.consultant #subNavigation a#upgradeNav,body#changePass.consultant #subNavigation a#changePassNav,body#tracking.consultant #subNavigation a#trackingNav,body#signOut.consultant #subNavigation a#signOutNav {	color: #003300;	background-color: #FFF;}/* Sub Navigation -- highlighting current page based on body ID definition. RECRUITER colors */body#profile.recruiter #subNavigation a#profileNav,body#inbox.recruiter #subNavigation a#inboxNav,body#search.recruiter #subNavigation a#findNav,body#searchResults.recruiter #subNavigation a#findNav,body#post.recruiter #subNavigation a#postNav,body#jobmatch.recruiter #subNavigation a#jobmatchNav,body#upgrade.recruiter #subNavigation a#upgradeNav,body#changePass.recruiter #subNavigation a#changePassNav,body#tracking.recruiter #subNavigation a#trackingNav,body#signOut.recruiter #subNavigation a#signOutNav,body#profilePublic.recruiter #subNavigation a#findNav {	color: #F2B310;	background-color: #FFF;}/*sub nav color change - consultant AND recruiter*/body#inbox #subNavigation .inbox {	color: #990000;}