﻿/* Web Fonts (fonts.com)
-----------------------------------------------------------------------------------------------------------

Book:			font-family:'ITCFranklinGothicW01-Bk 812647';
Book Italic:	font-family:'ITCFranklinGothicW01-Bk 812665';
Medium:			font-family:'ITCFranklinGothicW01-Md 812695';
Medium Italic:	font-family:'ITCFranklinGothicW01-Md 812704';
Demi:			font-family:'ITCFranklinGothicW01-Dm 812668';

font-family:'Bembo Book W01';
----------------------------------------------------------------------------------------------------------- */

/* Base Styles 
==========================================*/
/*h1  {
color: #0c4da2;
}
h2  {
color: #0c4da2;
}
h3  {
color: #0c4da2;
}
h4  {
color: #0c4da2;
}
h5  {
color: #0c4da2;
}
h6  {
color: #0c4da2;
}*/

#LeftColumnPanels .cmspanel, #RightColumnPanels .cmspanel {
	background:#fee9ca;
	border:0;
	padding:0;
}
#LeftColumnPanels .cmspanel .cmsPanelContent, #RightColumnPanels .cmspanel .cmsPanelContent {
	padding:15px;
}
#LeftColumnPanels .cmspanel h3, #RightColumnPanels .cmspanel h3 {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0.6em;
}
.Pink, .Yellow, .Red, .Blue {
	float:left;
	height:11px;
	width:25%;
}
.Pink {
	background:#ec008c;
}
.Yellow {
	background:#f7941e;
}
.Red {
	background:#ed272a;
}
.Blue {
	background:#90c3ea;
}
#CallToAction .cmspanel .cmsPanelContent {
	background-image: none;
	padding:15px;
}
#LeftColumnPanels .cmspanel.Plain .cmsPanelContent, #RightColumnPanels .cmspanel.Plain .cmsPanelContent {
	padding:0;
}