
/*===== Landing : Start ==================*/
/* Left Nav Start */
#LeftNav
{
  	background: url("/webassets/client/imgs/blue/ln_bk.gif") top left repeat-x; /* unique */
	background-color:#FFFFFF;
  	width:183px;
  	margin: 0px 0px 0px 0px;
	padding: 10px 0px 24px 0px;
	text-align:left;
	height:100%;
		border-left-width:1px;
	border-left-color:#999999;
	border-left-style:solid;
		border-right-width:1px;
	border-right-color:#999999;
	border-right-style:solid;
		border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
}
#LeftNav .selParent, .selChild
{
	background-color:#3c7cb7; /* unique */
	margin:0px;
	padding: 4px 0px 0px 0px;
	vertical-align: middle
}
/* Left Nav End */
/* Right Content Start */
#RightColumn
{
  	background: url("/webassets/client/imgs/blue/landing_bk.jpg") bottom left no-repeat; /* unique */
	background-color:#FFFFFF;
  	width:767px;
	min-height:500px; 
  	margin: 0px 0px 0px 0px;
	text-align:left;
	padding:0px;
}
#RightColumnPlain
{
  	background:none;
	background-color:#FFFFFF;
  	width:767px;
	min-height:500px; 
  	margin: 0px 0px 0px 10px;
	text-align:left;
	padding:0px;
}
#primaryNav .blueOn {

	background-image:url(/webassets/client/imgs/blue/ul_bg.gif);
	color:#000 !important;
		}
a.blueOn:link, a.blueOn:active, a.blueOn:hover, a.blueOn:visited{
	background-image:none !important;
	color:#000 !important;
	font-weight: bold; !important;
		}
		
a.btn:link, a.btn:active, a.btn:visited, a.btn:hover {
	color: #2484D8 !important;
	text-decoration: none !important;	
}		
/*===== Landing : Start ==================*/