@charset "UTF-8";
/* CSS Document */

/* --------------------------------------- */
/* ------------  NAVIGATION  ------------- */
/* --------------------------------------- */

/* -----  SIDE SUB-NAVIGATION  ----- */

.leftSideCol {
	width:194px;
	float: left;
	display:inline;
	/* margin:0;
	padding:0; */
	margin-top:10px;
	margin-left:23px;
	margin-right: 21px;
}
/* .leftSideCol-inner {
	width:194px;
} */
.leftSideCol h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: normal;
	/* color:#474646; */
	margin: 0 0 10px 0 !important;
}

.leftSideCol p {
	color: #5e5d5b;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.rightPanel {
	float:left;
	display:inline; 
	width:743px;
}
.rightPanel  p{
	padding-bottom:1em;
}
.sideNav {
	width:194px;
} 	

.sideNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 

.sideNav li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #1d1d1d;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5e5d5b;
	padding: 6px 0 6px 2px;
} 
/*---- Indented menu items ------*/
.sideNav li ul {
	margin-top:5px;
} 
.sideNav li li {
	padding: 6px 0 6px 20px;
	border-bottom:none;
} 
.sideNav li a:active {
	color:#1d1d1d;
	text-decoration: none;
}

.sideNav li a:hover {
	color:#B7936A;
	text-decoration: none;
	background-image: url(../images/navArrow.gif);
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	background-position: 0px 4px;
	font-weight: bold;
	padding-left: 8px;
} 


/* -----  END SUB-NAVIGATION  ----- */
