﻿
/* text.css - Text styles: margins, padding, font properties */

body {
	background-color: #fe0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	color: #ba0001;
	text-decoration: underline
}

a:hover {
	text-decoration: none;
}

.bold {
	font-weight: bold
}

#content-body p {
	line-height: 20px;
	padding-bottom: 12px;
	margin:0
}

.cta-header {
	color: #84596b;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 4px;
}

#mainnav a {
	padding: 0 35px 0 20px;
	color: white;
	font-size: 13.5px;
	text-decoration: none;
}

#mainnav a:hover, #mainnav a.active {
	color: #333;
}

h1 {
	color: #fe0000;
	font-size: 32px !important;
	font-weight: normal;
	text-transform: lowercase;
	position: absolute;
	top: 32px;
	left: 35px;
}

h2 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 2px;
	text-transform: capitalize;
}

h3 {
	color: #fe0000;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
	text-transform: capitalize;
}

h4 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
	text-transform: capitalize;
}

p {
	line-height: 16px;
}

#sidebar {
	font-size: 11px;
}

#subnav-header {
	color: #999;
	font-size: 20px;
	text-transform: lowercase;
	margin-bottom: 6px;
}

#subnav {
	margin-bottom:20px;
}

#subnav, #subnav a {
	text-decoration: none;
	text-transform:lowercase;
}

#subnav dt {
	border-top: 1px solid #cccccc;
	padding: 5px 0;
}

#subnav dt a {
	color: #ba0001;
	font-size: 12px;
	font-weight:bold;
}

#subnav dt a:hover {
	color: #fe0000;
	text-decoration: underline;
}

#subnav a.cat {
	color: #ba0001;
	font-size: 12px;
	font-weight:bold;
	width: 100%;
	display: block;
	line-height: 40px;
}

#subnav a.cat:hover {
	color: #fe0000;
	text-decoration: underline;
	width: 100%;
	display: block;
	line-height: 40px;
}

#subnav dd {
	padding: 0 0 2px 25px;
}

#subnav dd a {
	font-size:11px;
	color: #333333;
}

#subnav dd a:hover, #subnav dd a.active {
	color: #fe0000;
	text-decoration: underline;
}

#cta-info a {
	font-size: 11px;
	color:#fff;
	text-decoration: none;
	background: transparent url(../images/arrow.gif) 0 3px no-repeat;
	padding-left: 8px;
}

#cta-info a:hover {
	text-decoration: underline
}

#footer a {
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .linkdivider {
	padding-left: 7px;
}

#footer a.gssi {
	color: #fff;
	padding-left: 0;
	text-decoration: none;
}

#footer a.gssi:hover {
	text-decoration: underline;
}

#category-fullline {
	display: block;
	position: absolute;
	top: 66px;
	left: 35px;
}

#category-fullline, #category-fullline a {
	color:#666666;
	font-size:11px;
	text-decoration: none;
	text-transform:lowercase;
}

#category-fullline a:hover {
	text-decoration: underline;
}
