
/*===== Landing : Start ==================*/
/* Left Nav Start */
#LeftNav
{
  	background: url("../imgs/turquoise/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:#34ada4; /* unique */
	margin:0px;
	padding: 4px 0px 0px 0px;
	vertical-align: middle
}
/* Left Nav End */
/* Right Content Start */
#RightColumn
{
  	background: url("../imgs/turquoise/landing_bk.jpg") bottom left no-repeat; /* unique */
	background-color:#FFFFFF;
  	width:767px;
	min-height:500px; 
  	margin: 0px 0px 0px 0px;
	text-align:left;
}
#RightColumnPlain
{
  	background:none;
	background-color:#FFFFFF;
  	width:767px;
	min-height:500px; 
  	margin: 0px 0px 0px 10px;
	text-align:left;
	padding:0px;
}
#primaryNav .turOn {

	background-image:url(../imgs/turquoise/ul_bg.gif);
	color:#000 !important;
		}
a.turOn:link, a.turOn:active, a.turOn:hover, a.turOn: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: #FF4242 !important;
	text-decoration: none !important;	
}		
		
/*===== Landing : Start ==================*/
