@font-face {
    font-family: 'TradeGothic';
    src: url('/fonts/TradeGothic.eot');
    src: url('/fonts/TradeGothic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/TradeGothic.woff') format('woff'),
         url('/fonts/TradeGothic.ttf') format('truetype'),
         url('/fonts/TradeGothic.svg#TradeGothic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TradeGothicBold';
    src: url('/fonts/TradeGothicBold.eot');
    src: url('/fonts/TradeGothicBold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/TradeGothicBold.woff') format('woff'),
         url('/fonts/TradeGothicBold.ttf') format('truetype'),
         url('/fonts/TradeGothicBold.svg#TradeGothicBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TradeGothicLight';
    src: url('/fonts/TradeGothicLight.eot');
    src: url('/fonts/TradeGothicLight.eot?#iefix') format('embedded-opentype'),
         url('/fonts/TradeGothicLight.woff') format('woff'),
         url('/fonts/TradeGothicLight.ttf') format('truetype'),
         url('/fonts/TradeGothicLight.svg#TradeGothicLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GillSansLight';
    src: url('/fonts/gillsansstd-light-webfont.eot');
    src: url('/fonts/gillsansstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gillsansstd-light-webfont.woff') format('woff'),
         url('/fonts/gillsansstd-light-webfont.ttf') format('truetype'),
         url('/fonts/gillsansstd-light-webfont.svg#GillSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GillSans';
    src: url('/fonts/gillsansstd-webfont.eot');
    src: url('/fonts/gillsansstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gillsansstd-webfont.woff') format('woff'),
         url('/fonts/gillsansstd-webfont.ttf') format('truetype'),
         url('/fonts/gillsansstd-webfont.svg#GillSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GillSansBoldCondensed';
    src: url('/fonts/gillsansstd-boldcondensed-webfont.eot');
    src: url('/fonts/gillsansstd-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gillsansstd-boldcondensed-webfont.woff') format('woff'),
         url('/fonts/gillsansstd-boldcondensed-webfont.ttf') format('truetype'),
         url('/fonts/gillsansstd-boldcondensed-webfont.svg#GillSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
	margin:0 auto;
	padding:0;
}
body#tinymce {
	background-color:#d3d3d3;
}
p {
	margin-bottom:15px;
}
#page-content,
body#tinymce td,
body#tinymce pre,
body#tinymce {
	color: #666666;
	font-size: 15px;
	line-height: 1.5em;
	text-align: left;
	font-family:Arial;
}
.Rockwell {
	font-family:Rockwell;
}
h1 {
	color:#e91413;
	font-family:GillSansLight;
	font-size:32px;
	font-weight:lighter;
	padding-bottom:10px;
	line-height:36px;
	text-rendering:optimizelegibility;
}
h2 {
	color:#666666;
	font-family:GillSansLight;
	font-size:32px;
	font-weight:lighter;
	padding-bottom:10px;
	line-height:36px;
	text-rendering:optimizelegibility;
}
h3 {
	color: #666666;
	font-family: Arial;
	font-size: 15px;
	line-height: 27px;
	font-weight:lighter;
	line-height:21px;
	margin-bottom: 20px;
	line-height:27px;
}
#page-content ul,
ul.disc {
	list-style:disc outside none;
	margin:15px;
}
h4 {
	color:#666666;
	font-size:21px;
	font-family:GillSansLight;
	line-height:28px;
	font-weight:lighter;
	padding-bottom:10px;
}
h5 {
	font-family:TradeGothicBold;
	font-size:32px;
	color:#f01d1b;
	line-height:31px;
}
h6 {
	color:#e91413;
	font-size:24px;
	font-family:GillSansLight;
	line-height:28px;
	font-weight:lighter;
	padding-bottom:10px;
	text-transform:none;
}
table {
	border-collapse:inherit !important;
}
.red_sidebar {
    color: #F01D1B;
    font-size: 30px;
    font-weight: bolder;
    line-height: 31px;
    text-align: left;
}
body #tinymce,
#page-content a {
	text-decoration:underline;
	color:#e91413;
}
ul.colored-bullet,
.colored-bullet ul {
	list-style:none !important;
}
.colored-bullet li {
	text-indent: -.9em;
	margin:9px;
}
.tradeGothic {
	font-family:TradeGothic;
}
.tradeGothicBold {
	font-family:TradeGothicBold;
}
.colored-bullet li:before {
	color: #e91413;
	content: "• ";
	font-size: 22px;
}