/*  */
#leftCol {
	width: 290px;
	float: left;
	clear: left;
}

#lowerPage {
	clear:left;

}

#pageHeader img {
	clear: left;
	float: left;
	border-bottom: 4px solid #1184a6;
}

iframe {
	width: 270px;
	height: 330px;
	border: 1px solid #dbdbdb;
	margin-bottom: 20px;
}

#blogLink {
	background-color: #f0f5f7;
	width: 250px;
	padding: 10px;
	font-size: 14px;
}

#blogLink a {
	color: #1184a6;
	text-decoration: none;
}

#footer {
	clear: left;
	float: left;
	width: 760px;
	border-top: 1px solid #dbdbdb;
	padding: 20px 0;
	margin-top: 20px;
}

#footer img {
	float: right;
}

#SecNavCol {
	float: left;
	width: 260px;
}

#SecNavCol ul {
	list-style: none;
	padding: 20px 20px 20px 20px;
	font-size: 12px;
	line-height: 1.4em;
}

#SecNavCol ul li {
	margin: 0 0 8px 0;
	padding-left: 20px;
	background: white url(/global-assets/images/blue-arrow.gif) no-repeat;
}

#SecNavCol ul li a {
	text-decoration: none;
	color: #1184a6;

}

#SecNavCol ul li.selected {
	background: white url(/global-assets/images/orange-arrow.gif) no-repeat;
}

#SecNavCol ul li.selected a {
	color: #ea8521;
}

#SecNavCol ul ul {
	list-style: none;
	padding: 10px 0px 10px 10px;
	font-size: 11px;
	line-height: 1.2em;
	
}

#SecNavCol ul ul li {
	text-decoration: none;
	color: #1184a6;
	background: white url(/global-assets/images/blue-bullet.gif) no-repeat;
}

#SecNavCol ul ul li a {
	text-decoration: none;
	color: #1184a6!important;
}

#SecNavCol ul ul li.selected  {
	background: white url(/global-assets/images/orange-bullet.gif) no-repeat;
}

#SecNavCol ul ul li.selected a  {
	color: #ea8521!important;
}

#pageContent p a {
	color: #1184a6;
}


.feedbackQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 2px 12px 5px 12px;
	margin-top: 10px;
	background-color: #f7fafb;
	border-top: 2px solid #e1ebef;
	border-bottom: 2px solid #e1ebef;
}

.feedbackQuote p.client {
	font-size: 11px!important;
}