﻿@import url("reset.css");
/* global rules */

h1,h2,h3,h4,h5,h6 {margin:0 0 .7em 0; font-weight: bold;}
h1 {font-size:1.4em; }
h2 {font-size:1.2em; }
h3 {font-size:1em;}
h4,h5,h6 {font-size:.9em;}

p {
	color: #666;
	margin: 0 0 1em 0;
}

a {text-decoration: none; color: #DC2521; }
a:hover {text-decoration: underline; }

.printonly {display:none;}

/* global layout */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.75em;
	color: #666;
}


#container {
	width: 760px;
}

#header {
	padding: 10px 0px 0px 0px;
}

#header #headertop img {
	float: left;
	margin: 0 0 0 10px;
}

#header #headertop ul {float: right;}

#header ul li {float: left;}

#header #headertop ul li {
	background: url(../images/icon_redarrow.gif) left no-repeat;
	padding: 0 0 0 13px;
}

#header #headertop ul li a {
	color: #737272;
	font-weight: bold;
}

#header div#mainmenu {
	background: #7C7C7C;
	float: left;
	margin: 3px 0 0 0;
	width: 100%;
}
ul.list
{
	list-style: circle;
	display: block;
}
#header div#mainmenu li {
	border-right: 2px solid #fff;
}

#header div#mainmenu li a {
	color: #fff;
	display:block;
	font-size: 10px;
	padding: 5px 12px;
	text-transform: uppercase;
}

#header div#mainmenu li a:hover {
	background: #999;
	text-decoration: none;
}

#header div#mainmenu li.current-section a {
	background: #DE0031;
}

#header div#headerbar {
	background: #E8E8E8;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	clear: both;
	height: 8px;
	width: 100%;
}

#content {
	float: left;
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
}

#content #leftCol {
	float: left;
	padding: 0 5px;
	width: 160px;
}

#content #leftCol h2 {
	background: url(../images/bg_h2.gif) 2px no-repeat;
	border-bottom: 2px solid #D3D3D6;
	color: #7c7c7c;
	padding: 0 0 0 15px;
}

#content #leftCol ul {
	color: #DE0031;
	font-size: 8px;
	list-style-type: square;
	padding: 0 0 15px 20px;
}

#content #leftCol ul li {
	margin: 0 0 10px 0;
}

#content #leftCol ul li a {
	color: #856685;
	font-size: 11px;
}
#content #leftCol h3 {
	color: #de0031;
	margin: 2px 5px;
	line-height: 110%;
}
#content #leftCol p {
	padding: 2px 5px;
	line-height: 110%;
}
#content #leftCol p a {
	color: #de0031;	
}

#content #midCol {
	float: left;
	padding: 0 10px;
	width: 415px;
}

#content #stretchCol {
	float: left;
	padding: 0 0;
	width: 580px;
	margin-bottom: 10px;
}
#content #rightCol {
	float: left;
	width: 155px;
}

#footer {
	border-top: 3px solid #DE0031;
	clear: both;
	font-size: 11px;
	width: 100%;
}

#footer ul {
	background: #E2E2E2;
	line-height: 30px;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
}

#footer ul li {
	display: inline;
	border-left: 1px solid #666;
	padding-left: 3px;
}

#footer ul li.first {border-left: none;}

#footer ul li a {
	color: #666;
}

#footer p {
	padding: 5px 0;
	text-align: center;
}

#midCol, #leftCol, #rightCol { line-height: 130%; font-size: 90%; }
#midCol a, #leftCol a, #rightCol a, .page-feature a { color: #B01E1A !important; }
#midCol img { margin: 5px; }
#midCol h2 { font-size: 1.1em; color: #DC2521 !important; }
