/*
Styles
Created 28/08/07 CL
*/

/* Subnav styles */

#left #subNav {
	float: left;
	width: 171px;
	padding: 0;
	height: auto;
	text-align: right;
	margin-top: 30px;
	background: url(../images/lh_bg_bottom.gif) bottom no-repeat;
}


#left #subNav ul {
	float: left;
	list-style-type: none;
	padding: 15px 0 0 0;
	width: 170px;
	margin-left: 1px;
	background: #D6D6D6 url(../images/lh_bg_top.gif) top left no-repeat;
}

#left #subNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#left #subNav ul li a {
	display: block;
	padding: 11px 10px 10px 30px;
	font: normal 1em verdana, times new roman, arial, helvetica, sans serif;
	color: #737373;
	text-decoration: none;
}

#left #subNav ul li a:hover, 
#left #subNav ul li a.active {
	text-decoration: none;
	background:#F0F0F0;
	color: #D8282A;
}

/*secondary style*/
#left #subNav ul ul {
	background: #CDC9C9;
	float: left;
	list-style-type: none;
	padding: 0 0 0 0;
	width: 170px;
	margin: 0 0 8px 0px;
}

#left #subNav li li a{
	/*height: 10px;*/
	padding: 8px;
}

#left #subNav li li a.active,
#left #subNav li li a:hover {
	background-color: #B4B3B3;
	color: #fff;
	font-weight: bold;
}

#left #subNav ul ul ul {
	background: #CDC9C9;
	float: left;
	list-style-type: none;
	padding: 0 0 0 0;
	width: 170px;
	margin-left: 0px;
}

#left #subNav li li li a {
	
}

#left #subNav li li li a.active,
#left #subNav li li li a:hover {
	background: #B4B3B3;
	color: #fff;
	font-weight: normal;
}


/* Utility styles */

#mainNav #utilities {
	display: none;
}

/* LEFT */

#left {
	float: left;
	width: 171px;
	padding:0px;
	clear: left;
}

#centrecontent {
	clear: right;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

#centrecontent h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: 1.7em Arial, Helvetica, sans-serif;
	color: #432100;
}

#centrecontent h2 {
	font: 1.6em Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	clear: both;
	border: none;
	color: #432100;
}

#centrecontent h3 {
  font: 1.4em Arial, Helvetica, sans-serif;
  margin: 7px 0 10px 0;
  padding-bottom: 5px;
  clear: both;
  color: #432100;
}

#centrecontent h4 {
	font:  1.3em Arial, Helvetica, sans-serif;
	margin: 5px 0;
	padding: 0;
	clear: both;
	color: #432100;
}

#centrecontent h5 {
	font:  1em Arial, Helvetica, sans-serif;
	margin: 5px 0;
	padding: 0;
	clear: both;
	color: #432100;
}

#centrecontent h6 {
	font:  0.8em Arial, Helvetica, sans-serif;
	margin: 5px 0;
	padding: 0;
	clear: both;
	color: #432100;
	
}


