/* Global */
body {
	background: #e2e2e2 url(../images/background.jpg) repeat-x 0 0;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a, a:visited {
	color: #d2232a;
	text-decoration: none;
}

a:hover {
	color: #d2232a;
	text-decoration: underline;
}

div.clearAll {
	clear: both;
}

/* Main */
div#main-wrapper {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	font-size: 0.9em;
}

/* Header */
div.header-container {
	color: #d2232a;
}

div.header-container .sublinks {
	float: right;
	font-size: .8em;
	padding: 5px 0 0 0;
	height: 25px;
}

div.header-container .sublinks .spacer {
	float: left;
	width: 10px;
}

div.header-container .sublinks .item_sublink_twitter {
	float: left;
	height: 25px;
	padding: 0 2px 0 20px;
	background: url(../images/icon_twitter.png) no-repeat 0 0;
}

div.header-container .sublinks .item_sublink_blog {
	float: left;
	height: 25px;
	padding: 0 2px 0 20px;
	background: url(../images/icon_blog.png) no-repeat 0 0;
}

div.header-container .logo img {
	margin-left: 25px;
}

div.header-container .logo .message {
	color: #d2232a;
	float: right;
	text-align: left;
	width: 75%;
	position: relative;
}

div.header-container .logo .secLine {
	margin: 40px 0 0 0;
}

div.header-container .logo .secLine h1 {
	left: 207px;
}

div.header-container .logo .message .messageSpacer {
	padding-left: 200px;
}

/* Nav */
div.navContainer {
	padding: 10px 0;
	float: left;
	width: 100%;
}

div.navContainer .navGroup {
	font-size: 1em;
	font-weight: bold;
}

div.navContainer .navGroup .navItem {
	padding: 0 0 0 40px;
}

div.navContainer .navGroup .navItem a.selected,
div.navContainer .navGroup .navItem a.selected:hover,
div.navContainer .navGroup .navItem a.selected:visited {
	color: #fff;
	text-decoration: none;
}

div.navContainer .navGroup .navItem a,
div.navContainer .navGroup .navItem a:visited {
	color: #000;
	text-decoration: none;
}

div.navContainer .navGroup .navItem a:hover {
	color: #fff;
	text-decoration: none;
}

div.mid-container {
	background: #fff url(../images/midSection_background.jpg) repeat-x 0 0;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

/* Mid Content */
div.mid-container .highlightContainer {
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.mid-container .highlightContainer .highlightGroup {
	background: #fff;
	margin: 0;
	padding: 0 3px;
	float: left;
}

div.mid-container .highlightContainer .highlightGroup .highlightItem {
	padding: 7px 3px;
	margin-top: 3px;
	float: left;
}

div.mid-container .highlightContainer .highlightGroup .highlightItem .highlight {
	background: #fff;
	width: 288px;
}

div.mid-container .highlightContainer .highlightGroup .highlightItem .highlight .content {
	background: #B4B4B2 url(../images/highlight_background.jpg) repeat-x 0 0;
	padding: 0 10px 10px 10px;
}

div.mid-container .highlightContainer .highlightGroup .highlightItem .highlight .content h3 {
	padding: 7px 0;
	margin: 0;
	font-size: 1.2em;
}

div.mid-container .highlightContainer .highlightGroup .highlightItem .highlight .content .description {
	font-size: 0.9em;
	color: #606060;
	font-weight: 375;
	line-height: 120%;
}

div.mid-container .highlightContainer .highlightGroup .highlight .footer {
	background: #d2232a;
	width: 100%;
	text-align: right;
}

div.mid-container .highlightContainer .highlightGroup .highlight .footer .footerText {
	padding: 5px 20px 5px 5px;
	color: #fff;
	font-size: 0.75em;
}

div.mid-container .highlightContainer .highlightGroup .highlight .footer .footerText a,
div.mid-container .highlightContainer .highlightGroup .highlight .footer .footerText a:visited {
	color: #fff;
	text-decoration: none;
}

div.mid-container .highlightContainer .highlightGroup .highlight .footer .footerText a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Bottom Content */
div.content-container {
	background: #fff;
	margin: 25px 0 0 0;
	padding: 0 2px 0 0;
}

div.content-container .contentFull {
	background: #fff;
	margin: 0;
	padding: 0 0;
	float: left;
	width: 100%;
}

div.content-container .contentFull .leftNav {
	float: left;
	padding: 5px 0 0 0;
	width: 30%;
	line-height: 200%;
	font-weight: bolder;
}

div.content-container .contentFull .leftNav ul {
	list-style-type: none;
}

div.content-container .contentFull .leftNav ul li {
	padding: 0 0 5px 0;
	cursor: pointer;
}

div.content-container .contentFull .leftNav ul li.selected {
	color: #d2232a;
}

div.content-container .contentFull .info {
	float: left;
	padding: 5px 0 0 0;
	width: 70%;
	color: #707070;
	line-height: 150%;
}

div.content-container .contentFull .info h3 {
	color: #d2232a;
	font-size: 1.4em;
	font-weight: 300;
	padding: 0;
	margin: 15px 0 0 0;
}

div.content-container .contentFull .info p {
	padding: 0 5px 5px 0;
}

div.content-container .contentGroup {
	margin: 0 auto;
	float: left;
	width: 50%;
}

div.content-container .contentGroup .contentItem {
	padding: 10px;
	margin: 10px;
}

div.content-container .contentGroup .contentItem .header-contentItem {
	font-weight: 425;
	font-size: 1.25em;
}

div.content-container .contentGroup .contentItem .description {
	color: #707070;
	font-size: 0.9em;
	font-weight: 275;
	line-height: 175%;
}

div.footer-container {
	background: #000;
	color: #d2232a;
	width: 100%;
	float: left;
}

div.footer-container .content {
	float: right;
	padding: 5px 15px;
	font-size: .7em;
}

/* Rounded Corners */
.cornerBoxRed { 
	position: relative; 
	background: #d2232a; 
	width: 100%; 
	margin-top: 25px;
}
.cornerBoxRed .corner { 
	position: absolute; 
	width: 10px; 
	height: 10px; 
	background: url('../images/corner_red.gif') no-repeat; font-size: 0%; 
}
.cornerBoxRed .cornerBoxInner { 
	padding: 0; 
	margin: 0; 
}
.cornerBoxRed .TL { 
	top: 0;
	left: 0; 
	background-position: 0 0; 
}
.cornerBoxRed .TR { 
	top: 0; 
	right: 0; 
	background-position: -10px 0; 
}

.cornerBoxWhite .cornerBoxRed { 
	position: relative; 
	background: #d2232a; 
	width: 100%; 
	margin: 0;
	padding: 0; 
}
.cornerBoxWhite .cornerBoxRed .corner {  
	position: absolute; 
	width: 10px; 
	height: 10px; 
	background: url('../images/corner_red_white.gif') no-repeat; font-size: 0%; 
}
.cornerBoxWhite .cornerBoxRed .cornerBoxInner {  
	padding: 0; 
	margin: 0; 
}
.cornerBoxWhite .cornerBoxRed .BL {  
	bottom: 0; 
	left: 0; 
	background-position: 0 -10px; 
}
.cornerBoxWhite .cornerBoxRed .BR {  
	bottom: 0; 
	right: 0; 
	background-position: -10px -10px; 
}

.cornerBoxWhite {  
	position: relative; 
	background: #fff; 
	margin: 40px 0 0 6px;
	width: 890px;
}
.cornerBoxWhite .corner {  
	position: absolute; 
	width: 10px; 
	height: 10px; 
	background: url('../images/corner_white.gif') no-repeat; 
	font-size: 0%; 
}
.cornerBoxWhite .cornerBoxInner {  
	padding: 0; 
	margin: 0; 
}
.cornerBoxWhite .TL {  
	top: 0; 
	left: 0; 
	background-position: 0 0; 
}
.cornerBoxWhite .TR {  
	top: 0; 
	right: 1px; 
	background-position: -11px 0; 
}
