/*  */

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

#newsCol {
	clear: left;
	float: left;
	width: 300px;
}

#newsCol h3 {
	padding-top: 30px; 
}

iframe {
	width: 270px;
	height: 260px;
	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;
}


#voucherLink {
	background-color: #fffbde;
	width: 250px;
	padding: 10px;
	font-size: 14px;
	margin-top: 5px;
	clear: left;
	margin-bottom: 10px;
}

#voucherLink a {
	color: #ea8521;
	text-decoration: none;
}


#emailSubLink {
	background-color: #daf6df;
	width: 250px;
	padding: 10px;
	clear: left;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#emailSubLink a {
	color: #32733e;
	width: 250px;
	display: block;
	text-decoration: none;
}

#footer {
	clear: left;
	width: 760px;
	border-top: 1px solid #dbdbdb;
	padding: 20px 0px;
	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;
}


.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;
}

#subscribe div {
	width: 200px;
	float: left;
}

#subscribe {		
	float: left;
	width: 400px;
	padding: 20px 10px 20px 20px;
	background-color: #ffffc9;
	font-size: 13px;
	border: 2px solid #f6e18c;
}

#subscribe p {
	margin: 0 0 20px 0;
	padding: 0;
	color: red;
}

#subscribe input {
	border: 1px solid #1184a6;
	padding: 4px;
}

#submit {
	margin-left: 100px;
	margin-top: 10px;
	background-color: #1184a6;
	color: white;
}