/* CSS Document */
.ptitle1 {
	 line-height:140%;
	 font-size: 12px;
	 color: #666666;
}
.title1 {
	color: #5f93c5;
	font-size: 14px;
	font-weight: bold;
	line-height:140%
}
.div1 {
	 margin-top:15px; 
	 margin-left:15px
}
.word1 {
	 line-height:140%;
	 font-size: 12px;
	 color: #024da8;
}
.card1 {
	 line-height:140%;
	 font-size: 12px;
	 color: #5f93c5;
	 font-weight: bold;
}
.card2 {
	 line-height:140%;
	 font-size: 12px;
	 color: #000000;
	 font-weight: bold;
}

/* NEW EWCD CUSTOM NAV STYLES */
/* NAV TOP IMAGE */
#visual_siteID {
	display: block; margin: 0px 4px 0px 5px;
}
/* NAV BACKGROUND */
#lsnwrap {
	background-color: #D1E0F3;
}
/* PLACE TITLE */
#lsnwrap h4 {
	margin: 0px;
	border-left-color: #D1E0F3;
	padding:  4px 0px 5px 3px;
	background-color: #D1E0F3;
}
#lsnwrap h4 a {color: #000000; font-weight: bold;}
#lsnwrap h4 a:hover {color: #000000; text-decoration:underline;}

#lsnwrap h4.selected {
	border-left-color: #FF0000;
}
#lsnwrap h4.selected a {
	color: #000000;
}
#lsnwrap h4.selected a:hover {
	color: #000000;
	text-decoration: underline;
}
/* FIRST LABEL */
#lsnwrap h5.first {border: none; padding-top: 1px;}

/* OTHER LABELS & SEPERATOR LINE COLOR */
#lsnwrap h5 {
	margin: 0px 11px 0px 7px;
	border-top: 1px solid #ccc;
	padding: 6px 0px 2px 0px;
}

/**************************
*     All Sub-Options     *
**************************/

/* INACTIVE BACKGROUND COLOR */
#lsnwrap ul li {
	background-color: #D1E0F3;
}
/* INACTIVE 4PX BORDER & LINK COLORS*/
#lsnwrap ul li a {
	border-left: 4px solid #D1E0F3;
	color: #716FB3;
}

/* ACTIVE BACKGROUND, 4PX BORDER & TEXT COLORS */
#lsnwrap ul li.selected a {
	color: #716FB3;
	background-color: #FFFFFF;
	border-left-color: #FF0000;
}
/* END NEW EWCD STYLES */