
/* Container for Cross-fade animation */

.fade-box {
	position: absolute;
	width: 453px;
	top: 518px;
}
/*  ############  IDs  ############  */

#navCell {
	background-color: #252525;
	border-bottom: solid 1px #424242;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	padding: 10px 10px 10px 10px;
}
#ftrText {
	font-size: 11px;
	color: #000000;
	padding: 20px 0px 0px 10px;
}
#ftrText a {
	color: #BD0000;
	text-decoration: none;
}
#ftrText a:hover {
	color: #BD0000;
	text-decoration: underline;
}
#thumbList {
	padding: 0px 0px 10px 0px;
}
#thumbList p {
	line-height: 15px;
}
#thumbListTitle {
	padding: 0px 0px 10px 0px;
}
#featureBlock {
	background-color: #EDEDED;
	padding: 12px 12px 4px 12px;
	margin: 0px 0px 17px 0px;
}
#featureBlock p {
	line-height: normal;
}
#featureBlock ul {
	line-height: normal;
	padding-left: 22px;
	list-style-type: square;
}
#featureImage {
	background-color: #EDEDED;
	padding: 12px 0px 4px 0px;
	margin: 0px 0px 17px 0px;
}
#featureImage p, #featureImage h2 {
	line-height: normal;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
}
#pullQuote {
	font-size: 14px;
	font-weight: normal;
	color: #777777;
	border: 1px solid #E9E9E9;
	background-image: url(../images/quote-open.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}
#pullQuoteClose {
	font-size: 14px;
	font-weight: normal;
	color: #777777;
	background-image: url(../images/quote-close.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 6px 12px 6px 12px;
}
#formTable {
	padding: 5px;
	border: 1px solid #E9E9E9;
}
#hpHeroFeature {
	border-top: 1px solid #BD0000;
}
#hpHeroFeatureBlock {
	padding: 12px 12px 4px 12px;
}
#hpHeroFeatureBlock img {
	padding-bottom: 4px;
}
#hpHeroFeatureBlock a {
	font-size: 12px;
	font-weight: normal;
	color: #F4AAAE;
	text-decoration: none;
}
#hpHeroFeatureBlock a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#hpInfo {
	border-left: 1px solid #F7F7F7;
}
#hpInfoEnd {
	border-left: 1px solid #F7F7F7;
	border-right: 1px solid #F7F7F7;
}
#hpInfoBlock {
	padding: 12px 12px 20px 12px;
}
#hpInfoBlock p {
	line-height: normal;
}
#hpInfo h2 {
	line-height: normal;
	padding: 4px 0px 4px 0px;
}

/*  ############  TAGS  ############  */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body.homepage {
	background-image: url(../images/bg_homepage.gif);
	background-repeat: repeat-x;
}
body.contentPage {
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #BD0000;
}
a:visited {
	color: #BD0000;
}
a:hover {
	color: #BD0000;
}
a:active {
	color: #BD0000;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	margin-top: 0px;
}
h1.intro {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px -12px 0px;
	line-height: 20px;
}
p {
	line-height: 20px;
}
ul {
	line-height: 20px;
	list-style-type: square;
}

/*  ############  CLASSES  ############  */

.comments {
	background-color: #FFFF00;
}
a.nav, a.nav:visited {
	font-size: 15px;
	font-weight: normal;
	color: #B1B1B1;
	text-decoration: none;
	background-color: #252525;
	padding-right: 10px;
}
a.nav:hover {
	font-size: 15px;
	font-weight: normal;
	color: #E4E4E4;
	text-decoration: none;
	background-color: #252525;
	padding-right: 10px;
}
a.navActive, a.navActive:visited {
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #252525;
	padding-right: 10px;
}
a.smallLink {
	font-size: 12px;
	font-weight: normal;
	color: #BD0000;
	text-decoration: none;
}
a.smallLink:hover {
	font-size: 12px;
	font-weight: normal;
	color: #BD0000;
	text-decoration: underline;
}
.highlightBlock {
	background-color: #E4E4E4;
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 17px 0px;
}
.highlightBlock p {
	color: #000000;
}
.date {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
}
.formTextField {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
}
.formListBox {
	width: 300px;
	border: 1px solid #999999;
}
.formButton {
	padding-right: 14px;
}
a.hpSmallLink, a.hpSmallLink:visited {
	font-size: 11px;
	font-weight: normal;
	color: #BD0000;
	line-height: 11px;
	text-decoration: none;
}
a.hpSmallLink:hover {
	font-size: 11px;
	font-weight: normal;
	color: #BD0000;
	line-height: 11px;
	text-decoration: underline;
}

/*  ############  MECRUS REVIEW  ############  */
#mrDate {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.mrBack, a.mrBack:visited {
	font-size: 12px;
	font-weight: bold;
	color: #BD0000;
	text-decoration: none;
}
a.mrBack:hover {
	font-size: 12px;
	font-weight: bold;
	color: #BD0000;
	text-decoration: underline;
}
#mrNav ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}
#mrNav li {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#mrNav a {
	font-size: 12px;
	font-weight: normal;
	color: #4F4F4F;
	text-decoration: none;
}
#mrNav a.selected {
	text-decoration: underline;
}
#mrNav a:hover {
	text-decoration: underline;
}
#mrDownload {
	font-size: 12px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: none;
}

#mrFeatureImage {
	background-color: #EDEDED;
	padding: 12px 0px 12px 0px;
	margin: 0px 0px 17px 0px;
}