/* CSS Document */

/* SELECTABLE STYLES IN EDITOR */

.clearviewGreen{
	color:#408080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
	
.clearviewWhiteLinks{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	}
.clearviewFooterText{
	background-color:#CC005A;
	width:100%;
	color:#FFFFFF;
	text-decoration:none;
	margin-bottom:10px;
	}
.clearviewStrapline {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;	
	}

/* Clearview Diamond */

#ClearviewUnderLeftNav {
	width:200px;
	height:196px;
	float:left;
	background-image:url(../images/green_diamond.gif);
	}

/*Left Navigation - Two Column - Color Selection Styles */

	/* All Level Styles*/
	#topdropmenu			{border-top:0px solid #ffffff;}	
	#topdropmenu a			{}
	#topdropmenu a:hover	{}

	/* Level 0 Styles */
	#topdropmenu UL UL.L0			{}	/* level 0 "leaf" properties - not really a leaf since its the top level */
	/*#topdropmenu a.L0hc				{color:#ffffff; border-right:0px solid #ffffff; background:#cc005a url(../../../images/dnArwGrey.gif) right center no-repeat;}*/  /* level 0 item with children properties. defines background color and bullet image */
	#topdropmenu a.L0nc				{color:#ffffff; border-right:0px solid #ffffff; background-image:url(../images/leftnavtab.gif); background-repeat:no-repeat; background-position:center;} /* level 0 item with no children properties. defines background color*/
	#topdropmenu a.L0ncsel				{color:#ffffff; border-right:0px solid #ffffff; background-image:url(../images/leftnavtab_green.gif); background-repeat:no-repeat; background-position:center;} /* level 0 item with no children properties. defines background color*/
	#topdropmenu a.L0ncsel:hover				{color:#ffffff; border-right:0px solid #ffffff; background-image:url(../images/leftnavtab_green.gif); background-repeat:no-repeat; background-position:center;} /* level 0 item with no children properties. defines background color*/
	/*#topdropmenu a.L0hc:hover		{color: #ffffff; background:#cc005a url(../../../images/dnArwGrey.gif) right center no-repeat;}*/	/* hover effect for level 0 with children */
	#topdropmenu a.L0nc:hover		{color: #ffffff; background-image:url(../images/leftnavtab_on.gif); background-repeat:no-repeat; background-position:center;} /* hover effect for level 0 with no children */

	
	/* Level 1 Styles */
	#topdropmenu UL UL.L1			{border:1px solid black;}
	#topdropmenu a.L1hc				{color:#000000; background:#e5e5e5 url(../../../images/rtArwGrey.gif) right center no-repeat;}
	#topdropmenu a.L1nc				{color:#000000; background:#e5e5e5;}
	
	#topdropmenu a.L1hc:hover		{color:#000000; background:#ffffff url(../../../images/rtArwGrey.gif) right center no-repeat;}	
	#topdropmenu a.L1nc:hover		{color:#000000; background:#ffffff;}

	/* Level 2 Styles */
	#topdropmenu UL UL.L2			{border:1px solid black;}
	#topdropmenu a.L2hc				{color:#000000; background:#d8d8d8 url(../../../images/rtArwGrey.gif) right center no-repeat;}
	#topdropmenu a.L2nc				{color:#000000; background:#d8d8d8;}
	
	#topdropmenu a.L2hc:hover		{color:#000000; background:#ffffff url(../../../images/rtArwGrey.gif) right center no-repeat;}	
	#topdropmenu a.L2nc:hover		{color:#000000; background:#ffffff;}

/* NAVIGATION 3 - Sub Top Nav Styles */

	#ClearviewNavThree {
		width:560px;
		float:left;
		text-align:center;
		background-color:#408080;
		}
	#ClearviewNavThreeWidth {
		width:560px;	
		color:#004990;
		background-color:#FFFFFF;
		float:left;
		}
	#ClearviewNavThreeWidth a {
		color:#004990;
		width:70px;
		height:30px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		font-weight:bold;
		float:left;
		line-height:1;
		}

	#NavThreeButton a {
		font-size:12px;
		color:#FFFFFF;
		width:140px;
		height:30px;
		background-image:url(../images/subnavtab_green_wide.gif);
		background-repeat:no-repeat;
		padding-top:5px;
	}
	#NavThreeButton a:hover {
		text-decoration:none;
	}
