﻿/* Hyperlink styles */
a {
	color: #595959;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #c41230;
}
a img {
	border-style: none;
}
/* End hyperlink styles */

/* Page template styles */
body {
	margin: 0px;
	padding: 0px;
	background-color: #e5e5e5;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/Background-Gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #595959;
}
.main {
	width: 802px;
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #c0c0c0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.main .header {
	width: 800px;
	height: 112px;
	padding: 0px;
}
.main .redbox {
	background-color: #c41230;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 180px;
	height: 188px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #ffffff;
	color: #ffffff;
	text-align:center;
	text-transform: uppercase;
}
.main .image {
	height: 188px;
	width: 620px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #ffffff;
	padding: 0px;
}
.main .content {
	width: 620px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	overflow: hidden;
	border-top: 3px solid #dcdcdc;
}
.main .content .textbox {
	border-right: 1px solid #dcdcdc;
	padding: 20px;
	float: left;
	color: #595959;
	font-size: 9pt;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}
.main .content .textbox2 {
	padding: 20px;
	float: left;
	color: #595959;
	font-size: 9pt;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}
.main .leftsidecolumn {
	font-size: 9pt;
	width: 179px;
	border-right: 1px solid #dcdcdc;
	border-top: 3px solid #dcdcdc;
}
.main .leftsidecolumn .text {
	color: #595959;
	padding: 20px;
	font-size: 9pt;
}
.footer {
	width: 800px;
	padding: 0px;
	margin-top: -9px;
	font-size: 8pt;
	text-align: left;
}
.footer .designed {
	float: right;
	color: #a0a0a0;
}
.footer a {
	color: #a0a0a0;
}
.footer a:hover {
	color: #dc1230;
}
.footer .noflash {
	float: left;
}

/* End Page Template Styles */

/* Top and side menus */
.main .header .mainmenu {
	height: 32px;
}
.main .header .mainmenu .item {
	float: left;
	border-style: none;
}
.leftmenu {
	border-style: none;
	background-color: #fcfcfc;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #dcdcdc;
}
.leftmenu a {
	color: #595959;
}
.leftmenu .item {
	float: none;
}
.leftmenu .itemselected {
	color: #c41230;
}
.submenu {
	background-image: url(images/Growth/submenuBackground.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #f8f8f8;
	border-bottom: 1px solid #dcdcdc;
	padding-top: 3px;
	padding-bottom: 5px;
}
.submenu .subitem {
	font-size: 8pt;
}
.submenu a {
	padding-top: 2px;
	padding-left: 35px;
	width: 140px;
	display: block;
}
.submenu a:hover {
	text-decoration: none;
}
.submenu .subitemselected a {
	color: #c41230;
	font-size: 8pt;
}

.footermenu {
	background-image: url(images/Footer/menu-background.png);
	background-repeat: repeat-x;
	width: 800px;
	height: 35px;
}
.footermenu .item {
	float: left;
}
.footermenu .itemselected {
	float: left;
}

/* End top and side menus */

/* Definitions for global text styles */
.title1 {
	background-image: url(images/title1boxes.png);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 14px;
	color: #c41230;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.title2 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.title3, h1 {
	font-size: 10pt;
	font-weight: bold;
	padding-top: 0pt;
	margin-top: 0pt;
}
h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
}
.readmore {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #c41230;
}
.readmore a {
	color: #c41230;
}
.previouspage {
	font-size: 8pt;
	float: right;
	margin-left: 5pt;
	color: #c41230;
}
.previouspage a {
	color: #c41230;
}

.message {
	color: #c41230;
	font-weight: bold;
	font-size: 9pt;
}
.smalltext {
	font-size: 8pt;
}
/* End definitions for global text styles */

/* Miscellaneous global styles */
ul {
	margin-top: 4pt;
	margin-bottom: 4pt;
}
.gridtable {
	border: 1px solid #000000;
	background-color: #f0f0f0;
}

.input, textarea {
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}
li {
	padding-bottom: 3pt;
}
ul li {
	list-style-type: square;
	color: #757575;
}
ul li span {
	color: #595959;
}

/* For the careers and opportunities pages */
.careers {
	font-size: 9pt;
}
.careers a {
	color: #434343;
}
.careers a:hover {
	color: #dc1230;
}
.careers .new {
	width: 30pt;
	padding-top: 4px;
	padding-bottom: 0px;
	float: left;
	text-align: center;
}
.careers .jobnumber {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 60pt;
	float: left;
}
.careers .title {
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	height: 22px;
}
.careers .highlight {
	background-color: #f2f2f2;
}
.bodytitle {
	font-weight: bold;
}
/* End */

/* End Miscellaneous global styles */