/* --------------------------  BEGIN - GENERAL HTML TAGS  -------------------- */
html 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #888888;
	/* background-image: url(/images/bg.gif); */
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a
{
	font-weight: bold;
	color: #000000;
}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	color: #0973aa;
}
/* --------------------------  BEGIN - Top CSS  -------------------- */

/* --------------------------  BEGIN - Page Formatting  -------------------- */

.BodyArea
{
    text-align: center;
    width: 884px;
    margin: auto;
    padding: 0px 0px 0px 0px;
}

.content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #efefef;
	margin: 0px 0px 0px 0px;
	padding: 30px 30px 30px 25px;
	width: 775px;
}

.footer 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* --------------------------  END - Page Formatting  -------------------- */

/*  -----------------  START - BODY TABLE   --------------------  */

.bodytable
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.bodytabletopleft 
{
	background-image: url(/images/topleft.png); 
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
}

.bodytabletop 
{
	background-image: url(/images/top.png); 
	background-repeat: repeat-x;
	height: 27px;
}

.bodytabletopright 
{
	background-image: url(/images/topright.png); 
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
}

.bodytableleft 
{
	background-image: url(/images/left.png); 
	background-repeat: repeat-y;
	width: 27px;
}

.bodytableright 
{
	background-image: url(/images/right.png); 
	background-repeat: repeat-y;
	width: 27px;
}

.bodytablebottomleft 
{
	background-image: url(/images/bottomleft.png); 
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
}

.bodytablebottom 
{
	background-image: url(/images/bottom.png); 
	background-repeat: repeat-x;
	height: 27px;
}

.bodytablebottomright 
{
	background-image: url(/images/bottomright.png); 
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
}

/*  -----------------  END - CONTENT TABLE   --------------------  */

/* --------------------------  BEGIN - Navigation Formatting  -------------------- */

.NavContainer
{
	background-color: #FFFFFF;
}

#Nav
{
    height: 46px;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 6px 0px;
}

#Nav li 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
}

#Nav a 
{
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 46px 0px 0px 0px;
	overflow: hidden;
	height: 0px;  /*  !! THIS IS IMPORTANT. THIS HIDES THE TEXT. !! */
}
	
#Nav a:hover 
{
	background-position: 0 -46px;
}

/*			BEGIN - Nav_Home       */

	#Nav_Home a  
	{
		width: 80px;
		background: url(/images/nav/home_off.gif) top left no-repeat;
	}
		
	#Nav_Home a:hover  
	{
		width: 80px;
		background: url(/images/nav/home_on.gif) top left no-repeat;
	}

	#Nav_Home_Active a
	{
		width: 80px;
		background: url(/images/nav/home_on.gif) top left no-repeat;
	}

	#Nav_Home_Active a:hover
	{
		width: 80px;
		background: url(/images/nav/home_off.gif) top left no-repeat;
	}

/*			END - Nav_Home       */

/*			BEGIN - Nav_WhatIsONJ       */

	#Nav_WhatIsONJ a  
	{
		width: 117px;
		background: url(/images/nav/whatisonj_off.gif) top left no-repeat;
	}
		
	#Nav_WhatIsONJ a:hover  
	{
		width: 117px;
		background: url(/images/nav/whatisonj_on.gif) top left no-repeat;
	}

	#Nav_WhatIsONJ_Active a
	{
		width: 117px;
		background: url(/images/nav/whatisonj_on.gif) top left no-repeat;
	}

	#Nav_WhatIsONJ_Active a:hover
	{
		width: 117px;
		background: url(/images/nav/whatisonj_off.gif) top left no-repeat;
	}

/*			END - Nav_WhatIsONJ       */

/*			BEGIN - Nav_DentalWork       */

	#Nav_DentalWork a  
	{
		width: 107px;
		background: url(/images/nav/dentalwork_off.gif) top left no-repeat;
	}
		
	#Nav_DentalWork a:hover  
	{
		width: 107px;
		background: url(/images/nav/dentalwork_on.gif) top left no-repeat;
	}

	#Nav_DentalWork_Active a
	{
		width: 107px;
		background: url(/images/nav/dentalwork_on.gif) top left no-repeat;
	}

	#Nav_DentalWork_Active a:hover
	{
		width: 107px;
		background: url(/images/nav/dentalwork_off.gif) top left no-repeat;
	}

/*			END - Nav_DentalWork       */

/*			BEGIN - Nav_Alerts       */

	#Nav_Alerts a  
	{
		width: 72px;
		background: url(/images/nav/alerts_off.gif) top left no-repeat;
	}
		
	#Nav_Alerts a:hover  
	{
		width: 72px;
		background: url(/images/nav/alerts_on.gif) top left no-repeat;
	}

	#Nav_Alerts_Active a
	{
		width: 72px;
		background: url(/images/nav/alerts_on.gif) top left no-repeat;
	}

	#Nav_Alerts_Active a:hover
	{
		width: 72px;
		background: url(/images/nav/alerts_off.gif) top left no-repeat;
	}

/*			END - Nav_Alerts       */

/*			BEGIN - Nav_FazIssues       */

	#Nav_FazIssues a  
	{
		width: 146px;
		background: url(/images/nav/fazissues_off.gif) top left no-repeat;
	}
		
	#Nav_FazIssues a:hover  
	{
		width: 146px;
		background: url(/images/nav/fazissues_on.gif) top left no-repeat;
	}

	#Nav_FazIssues_Active a
	{
		width: 146px;
		background: url(/images/nav/fazissues_on.gif) top left no-repeat;
	}

	#Nav_FazIssues_Active a:hover
	{
		width: 146px;
		background: url(/images/nav/fazissues_off.gif) top left no-repeat;
	}

/*			END - Nav_FazIssues       */

/*			BEGIN - Nav_SeeIfYouHaveACase       */

	#Nav_SeeIfYouHaveACase a  
	{
		width: 107px;
		background: url(/images/nav/seeifyouhaveacase_off.gif) top left no-repeat;
	}
		
	#Nav_SeeIfYouHaveACase a:hover  
	{
		width: 107px;
		background: url(/images/nav/seeifyouhaveacase_on.gif) top left no-repeat;
	}

	#Nav_SeeIfYouHaveACase_Active a
	{
		width: 107px;
		background: url(/images/nav/seeifyouhaveacase_on.gif) top left no-repeat;
	}

	#Nav_SeeIfYouHaveACase_Active a:hover
	{
		width: 107px;
		background: url(/images/nav/seeifyouhaveacase_off.gif) top left no-repeat;
	}

/*			END - Nav_SeeIfYouHaveACase       */

/*			BEGIN - Nav_CaseStatus       */

	#Nav_CaseStatus a  
	{
		width: 106px;
		background: url(/images/nav/casestatus_off.gif) top left no-repeat;
	}
		
	#Nav_CaseStatus a:hover  
	{
		width: 106px;
		background: url(/images/nav/casestatus_on.gif) top left no-repeat;
	}

	#Nav_CaseStatus_Active a
	{
		width: 106px;
		background: url(/images/nav/casestatus_on.gif) top left no-repeat;
	}

	#Nav_CaseStatus_Active a:hover
	{
		width: 106px;
		background: url(/images/nav/casestatus_off.gif) top left no-repeat;
	}

/*			END - Nav_CaseStatus       */

/*			BEGIN - Nav_About       */

	#Nav_About a  
	{
		width: 95px;
		background: url(/images/nav/aboutus_off.gif) top left no-repeat;
	}
		
	#Nav_About a:hover  
	{
		width: 95px;
		background: url(/images/nav/aboutus_on.gif) top left no-repeat;
	}

	#Nav_About_Active a
	{
		width: 95px;
		background: url(/images/nav/aboutus_on.gif) top left no-repeat;
	}

	#Nav_About_Active a:hover
	{
		width: 95px;
		background: url(/images/nav/aboutus_off.gif) top left no-repeat;
	}

/*			END - Nav_About       */

/* --------------------------  END - Navigation Formatting  -------------------- */

/* --------------------------  BEGIN - Content Formatting  -------------------- */

.PageHeader
{
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	color: #0973aa;
}

.SubHeader
{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #0973aa;
}

.SubHeader a, a:link, a:hover, a:visited
{
	text-decoration: none;
}

.FormHeader
{
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #0973aa;
	padding: 2px 0px 2px 5px;
}

.FormLabel
{
	text-align: left;
	vertical-align: top;
}

.FormField
{
	text-align: left;
	vertical-align: top;
}

.SidebarSolid
{
	background-color: #FFFFFF;
	width: 256px;
	text-align: right;
	float: right;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
}

.SidebarSolidHeader
{
	background-color: #3B8E1C;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

.Sidebar
{
	width: 249px;
	height: 675px;
	border: solid 1px #888888;
	text-align: right;
	vertical-align: top;
	float: right;
	margin: 0px 0px 50px 70px;
	padding: 0px 0px 0px 0px;
}

.SidebarHeader
{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	vertical-align: top;
	background-color: #0173a9;
	margin: auto;
	padding: 2px 0px 2px 0px;
}

.SidebarContent
{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	vertical-align: top;
	text-align: center;
	margin: auto;
	padding: 10px 10px 15px 10px;
}

.SidebarContent a
{
	cursor: pointer;
}

.ImageLeft
{
	text-align: left;
	float: left;
	margin: auto;
	padding: 0px 20px 20px 0px;
}

.HomeName
{
	font-size: 20px;
	line-height: 22px;
	color: #0d3767;
	font-weight: bold;
}

h1
{
	font-size: 16px;
	line-height: 18px;
	color: #0d3767;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2
{
	font-size: 14px;
	line-height: 15px;
	color: #777777;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* --------------------------  END - Content Formatting  -------------------- */


