html {
	background-color:#931f18;
}
body {
	/*background-color:#a6231b;*/
	background-color:#931f18;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	background-position:50% 0px;
}
/** base font definitions **/
.page{
	font-size: 100.00%; /* = 13pixels */
	overflow: hidden;
}
.page h1{
	font-size: 100.00%; /* = 13pixels */
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
}
.page h2{
	font-size: 100.00%; /* = 13pixels */
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;
	margin-top:18px;
	color:#000000;
}
.page h3{
	font-size: 100.00%; /* = 13pixels */
	color:#000000;
}
.page h4{
	font-size: 100.00%; /* = 13pixels */
	color:#000000;
}
/** page layout definitions **/
.page { 
	width: 987px;
	background-color:#FFFFFF;
	background-image:url(../images/bg_page.gif);
	background-repeat:repeat-y;
	background-position:top left;
}
.page .pageContent .breadCrumbs {
	padding-top:15px;
	margin-left:-461px;
	margin-bottom:-29px;
}
.page .pageContent .breadCrumbs span {
	padding-left:10px;
	background-image:url(../images/bg_breadcrumb_arrow.gif);
	background-repeat:no-repeat;
	background-position:2px 4px;
}
.page .pageContent .breadCrumbs span a,
.page .pageContent .breadCrumbs span.current {
	color:#999999;
	text-decoration:none;
}
.page .pageContent .breadCrumbs span a:hover {
	color:#ee3226;
}
.page .pageContent .breadCrumbs span.first {
	padding-left:0px;
	background-image:none;
}
.page .pageContent .mainContent { 
	width: 461px;
	float: left;
	margin-top:38px; 
	margin-bottom:0px;
	min-height:325px;
	padding-bottom:30px;
	/*position:relative;*/
}

.page .header {
	background-image:url(../images/bg_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:111px;
	padding-top:10px;
}

/* mainMenu */
.page .header .mainMenu {
	height:38px;
	background-color:#000000;
	margin:32px;
	margin-top:0px;
	position:relative;
	margin-bottom:0px;
}
.page .header .mainMenu .logo {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFFFFF;
	height:38px;
	width:112px;
	padding-right:10px;
	display:block;
}
.page .header .mainMenu .logo span {
	display:none;
}
.page .header .mainMenu ul {
	margin-top:11px;
	position:absolute;
	margin-left:147px;
	left:0px;
}
.page .header .mainMenu ul li a {
	padding-left:7px;
	padding-right:7px;
	margin:0px;
}
html>body .page .header .mainMenu ul li a {
	padding-top:0px;
	padding-bottom:0px;
}
html>/**/body .page .header .mainMenu ul li a {
	padding-top:8px;
	padding-bottom:11px;
}
.page .header .mainMenu ul li {
	padding-top:20px;
	margin-top:10px;
	/*padding-left:7px;
	padding-right:7px;*/
	padding-top:11px;
	padding-bottom:12px;
}
.page .header .mainMenu ul li,
.page .header .mainMenu ul li a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	position:relative;
}
.safari .page .header .mainMenu ul li a {
	padding-top:11px;
	padding-bottom:13px;
}
.page .header .mainMenu ul li:hover,
.page .header .mainMenu ul li.hover 
{
	background-color:#FF0000;
}

.page .header .mainMenu ul li.hover ul li.hover {
	background-color:#FFFFFF;
}

.page .header .mainMenu ul li.active,
.page .header .mainMenu ul li.active a{
	color:#808080;
	background-color:#000000;
}
.page .header .mainMenu ul li.active:hover,
.page .header .mainMenu ul li.active:hover a,
.page .header .mainMenu ul li.hover,
.page .header .mainMenu ul li.hover a {
	background-color:#FF0000;
	color:#FFFFFF;
}

.page .header .mainMenu ul li.hover li a,
.page .header .mainMenu ul li.hover ul li,
.page .header .mainMenu ul li.hover ul {
	background-color:#FFFFFF;
	color:#000000;
}

.page .header .mainMenu ul li.active ul,
.page .header .mainMenu ul li.active ul li,
.page .header .mainMenu ul li.active ul li a {
	background-color:#FFFFFF!important;
	color:#000000!important;
}
.page .header .mainMenu ul li ul {
	display:none;
}
.page .header .mainMenu ul li.hover ul {
	top:0px;
	margin-top:0px;
}
.page .header .mainMenu ul li ul li ul {
	display:none;
	visibility:hidden;
	/*width:175px;*/
}
.page .header .mainMenu ul li ul li ul li a {
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	padding-bottom:12px;
}
/* subMenu */
.page .header .mainMenu ul li:hover ul,
.page .header .mainMenu ul li.hover ul {
	border:1px solid #cecbce;
	background-color:#FFFFFF;
	display:block;
	float:left;
	margin-left:0px;
	margin-top:1px;
	top:37px;
	padding-bottom:3px;	
}
html>body .page .header .mainMenu ul li:hover ul,
html>body .page .header .mainMenu ul li.hover ul {
	padding-bottom:0px;	
}

.page .header .mainMenu ul li ul li {
	padding:0px;
	margin:0px;
}
.page .header .mainMenu ul li ul li a {
	padding-left:10px;
	padding-right:50px;
	padding-top:11px;
	padding-bottom:12px;
	width:150px;
}
.page .header .mainMenu ul li ul li,
.page .header .mainMenu ul li ul li a {
	color:#000000;
	display:list-item;
	text-align:left;
	width:auto;
}
/*
.page .header .mainMenu ul li.active ul,
.page .header .mainMenu ul li.active ul li,
.page .header .mainMenu ul li.active ul li a
*/
.page .header .mainMenu ul li ul li:hover,
.page .header .mainMenu ul li ul li a:hover,
.page .header .mainMenu ul li.active ul li:hover,
.page .header .mainMenu ul li.active ul li a:hover {
	background-color:#616162!important;
	color:#FFFFFF!important;
}
.page .header .mainMenu ul li ul li:hover ul,
.page .header .mainMenu ul li ul li.hover ul {
	display:block;
	visibility:visible;
	position:absolute;
	top:0px;
	margin-top:0px;
	left:137px;
}
html>body .page .header .mainMenu ul li ul li:hover ul,
html>body .page .header .mainMenu ul li ul li.hover ul {
	left:150px;
}
.page .header .mainMenu ul li ul li a.multipleItems {
	background-image:url(../images/bg_arrow.gif);
	background-position:-115px 50%;
	background-repeat:no-repeat;
}
html>body .page .header .mainMenu ul li ul li a.multipleItems {
	background-position:-115px 50%;
}
.page .header .mainMenu ul li ul li:hover a.multipleItems,
.page .header .mainMenu ul li ul li.hover a.multipleItems {
	background-position:130px 50%;
	background-color:#616162!important;
	color:#FFFFFF!important;
}
html>body .page .header .mainMenu ul li ul li:hover a.multipleItems {
	background-position:130px 50%;
}
.page .header .mainMenu ul li.hover ul li.hover ul{
	margin-left:13px;
}
html>body .page .header .mainMenu ul li.hover ul li.hover ul {
	margin-left:auto;
}
.page .header .mainMenu ul li.hover ul li {
	height:38px;
	width:150px;
	margin-bottom:-3px;
}
html>body .page .header .mainMenu ul li.hover ul li {
	height:auto;
	/*width:auto;*/
	margin-bottom:auto;
}
/* end of subMenu */
.page .header .mainMenu .searchInput {
	position:absolute;
	top:9px;
	right:178px;
}
.page .header .mainMenu .searchInput input.searchField {
	position:absolute;
	width:140px;
	height:18px;
	border:1px solid #a9a9a9;
	
	padding-top:1px;
	height:17px;
	color:#999999;
	font-size:11px;
}
.page .header .mainMenu .searchInput input.submit {
	color:#FFFFFF;
	position:absolute;
	left:142px;
	top:0px;
}
/* end of mainMenu*/

.pageContent .mainContent .intro {
	font-size:12px;
	font-weight:bold;
	margin-bottom:18px;
	margin-top:18px;
}
.pageContent .mainContent p {
	line-height:18px;
}
.pageContent .mainContent p a,
.pageContent .mainContent ul li a {
	text-decoration:underline;
	color:#000000;
}
.pageContent .mainContent p a:hover,
.pageContent .mainContent ul li a:hover {
	color:#ee3226;
}
.page .pageContent .mainContent ul {
	margin-bottom:18px;
}
.page .pageContent .mainContent ul li {
	list-style-type:square;
	list-style-position:outside;
	line-height:normal;
	list-style-image:url(../images/li_bullit.gif);
	margin-left:17px;
}
.page .pageContent .mainContent img {
	margin-top:15px;
}
.page .pageContent .mainContent a.readMore {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	display:block;
	padding-bottom:30px;
	text-align:right;
	padding-right:10px;
	background-image:url(../images/bg_arrow.gif);
	background-repeat:no-repeat;
	background-position:100% 4px;
	margin-top:31px;
	float:right;
}
html>/*ff only*/body .page .pageContent .mainContent a.readMore {
	padding-bottom:0px;
}
.page .pageContent .mainContent a.readMore span {
	color:#ee3226;
}

/* campaignfilter */
.page .pageContent .campaignFilter { 
	width: 217px;
	float: left;
	margin: 0px 13px 0px 33px;
	_margin: 0px 13px 0px 16px;
}
.page .pageContent .campaignFilter .campaignFilterHeader {
	line-height: 38px;
	font-size: 16px;
	color: #cccccc;
	font-weight: bold;
	text-transform: uppercase;
}
.page .pageContent .campaignFilter .filterBody {
	background-color: #e6e6e6;
	padding: 10px 10px 10px 10px;
}
.page .pageContent .campaignFilter .filterForm {
	padding-bottom: 9px;
	border-bottom: 1px solid #FFF;
}
.page .pageContent .campaignFilter .filterForm form .submitButtonSmall {
	margin-left:147px;
	margin-top:8px;
}
.page .pageContent .campaignFilter .filterForm select {
	width: 197px;
	margin-bottom: 9px;
}
.page .pageContent .campaignFilter .filterResults {
	padding-top: 10px;
}
.page .pageContent .campaignFilter .filterResults #campaign_results {
	height:170px;
}
.page .pageContent .campaignFilter .filterResults .arrowUp {
	/*float: right;*/
	margin-left:191px;
	width:7px;
	height:5px;
}
.page .pageContent .campaignFilter .filterResults .arrowUp a {
	background-image:url(../images/arrow_up.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:7px;
	height:5px;
	display:block;
	text-decoration:none;
}
.page .pageContent .mediaBrowser .filterResults .arrowUp {
	float:right;
}
.page .pageContent .campaignFilter .filterResults .resultRow {
	width: 180px;
	clear: left;
	margin-bottom: 4px;
	cursor:pointer;
}
.page .pageContent .campaignFilter .filterResults .mouse_over {
	background-color: #de2b1f;
}
.clearer {
	clear: both;
}
.page .pageContent .campaignFilter .filterResults .resultRow .resultImage {
	width: 72px;
	height: 40px;
	overflow: hidden;
	float: left;
	border: none;
}
.page .pageContent .campaignFilter .filterResults .mouse_over .resultImage {
	width: 68px;
	height: 36px;
	border: 2px solid #de2b1f;
}
.page .pageContent .campaignFilter .filterResults .resultRow .resultImage img {
	position:inherit;
	float:left;
}
html>body .page .pageContent .campaignFilter .filterResults .resultRow .resultImage img {
	position: relative;
	float:none;
}
.page .pageContent .campaignFilter .filterResults .mouse_over .resultImage img {
	top: -2px;
	left:-2px;
}
.page .pageContent .campaignFilter .filterResults .resultRow .resultText {
	margin-left: 81px;
	padding-top: 6px;
}
.page .pageContent .campaignFilter .filterResults .resultRow .resultText h4 {
	color: #000;
	font-weight: bold;
	overflow:hidden;
	height:15px;
	/*position:relative;*/
}
.page .pageContent .campaignFilter .filterResults .resultRow .resultText h4 span {
	/*position:absolute;
	display:block;
	white-space:nowrap;*/
}
.page .pageContent .campaignFilter .filterResults .mouse_over .resultText h4 {
	color:#FFF;
}
.page .pageContent .campaignFilter .filterResults .resultRow .resultText .year{
	color: #808080;
}
.page .pageContent .campaignFilter .filterResults .mouse_over .resultText .year {
	color: #FFF;
}
.page .pageContent .campaignFilter .filterResults .arrowDown {
	/*margin: -9px 0px 0px 190px;*/
	margin: 13px 0px 0px 190px;
	width:7px;
	height:5px;
}
.page .pageContent .mediaBrowser .filterResults .arrowDown {
	margin: 5px 0px 0px 190px;
}
.page .pageContent .campaignFilter .filterResults .arrowDown a {
	background-image:url(../images/arrow_down.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:7px;
	height:5px;
	display:block;
	text-decoration:none;
}
.page .pageContent .newsletterSubscription { 
	width: 217px;
	float:right;
	margin: 0px 33px 0px 13px;
	_margin: 0px 16px 0px 13px;
}
.page .pageContent .newsletterSubscriptionHeader {
	line-height: 38px;
	font-size: 16px;
	color: #cccccc;
	font-weight: bold;
	text-transform: uppercase;
	background-color:#FFFFFF;
}
.page .pageContent .newsletterSubscriptionBody {
	background-color: #e6e6e6;
	padding: 10px 10px 10px 10px;
	color:#4d4d4d;
	line-height:16px;
}
.page .pageContent .newsletterSubscriptionBody input {
	color:#333333;
	border:1px solid #a8adaf;
	width:195px;
	height:17px;
	margin-top:10px;
	padding-top:3px;
	font-size:11px;
}
.page .pageContent .newsletterSubscriptionBody .submitButtonBig {
	margin-left:127px;
	margin-top:10px;
	padding-top:0px;
}
.page .pageContent .newsletterSubscriptionPage input {
	float:left;
	margin-left:65px;
	margin-top:-15px;
}
.page .pageContent .newsletterSubscriptionPage .submitButtonBig {
	margin-left:5px;
	margin-top:-15px;
	padding-top:0px;
}
.page form legend {
	visibility:hidden;
}
.page form .submitButtonSmall,
.page form .submitButtonBig {
	border:0px!important;
	height: 20px!important;
	display: block;
	padding-bottom:0px;
	padding-left:1px;
	color:#333333;
	font-size:11px;
	cursor:pointer;
}
.page form .submitButtonSmall {
	background-image: url(../images/bg_submitButtonSmall.png);
	width: 50px!important;
}
.page form .submitButtonBig {
	background-image: url(../images/bg_submitButtonBig.png);
	width: 70px!important;
}
html>/*ff only*/body .page form .submitButtonSmall,
html>/*ff only*/body .page form .submitButtonBig {
	padding-bottom:2px;
	padding-left:0px;
}
/* infoBlocks */
.page .infoBlocks {
	clear:both;
	color:#000000;
	padding-top:17px;
	background-image:url(../images/bg_infoBlocksBorder.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#FFFFFF;
}
html>/*ff only*/body .page .infoBlocks {
	padding-top:33px;
	
	padding-top:17px;
}
.page .infoBlocks .content h1 {
	background-image:url(../images/bg_arrowInfoBlocks.gif);
	background-repeat:no-repeat;
	margin-bottom:21px;
}
.page .infoBlocks .content h1 a {
	text-decoration:none;
	color:#000000;
}
.page .infoBlocks .content h1 span {
	color:#ee3226;
}

.page .infoBlocks .content img {
	padding:0px;
	margin:0px;
	position:absolute;
	top:80px;
	right:33px;
}

.page .infoBlocks .leftBlock {
	width:494px;
	height:167px;
	float:left;
	background-image:url(../images/bg_infoBlock.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
	background-color:#f7f7f7;
}
.page .infoBlocks .leftBlock .content {
	margin-top:32px;
	margin-left:34px;
}
.page .infoBlocks .leftBlock .content h1 {
	background-position:111px 50%;
}
.page .infoBlocks .leftBlock .content ul li span {
	color:#666666;
	margin-right:22px;	
}
.page .infoBlocks .leftBlock .content ul li a {
	color:#000000;
	text-decoration:none;
}
.page .infoBlocks .leftBlock .content ul li a:hover {
	color:#ee3226;
	text-decoration:underline;
}
.page .infoBlocks .rightBlock {
	position:absolute;
	width:493px;
	height:167px;
	background-color:#f7f7f7;	
}
html>/*ff only*/body .page .infoBlocks .rightBlock {
	margin-left:494px;
}
.page .infoBlocks .rightBlock .content {
	padding-top:32px;
	margin-left:34px;
}
.page .infoBlocks .rightBlock .content h1 {
background-position:296px 50%;
}
.page .infoBlocks .rightBlock .content p {
	width:255px;
}
.page .infoBlocks .rightBlock .content p a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	background-image:url(../images/bg_doubleArrow.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding-right:8px;
}
.page .infoBlocks .rightBlock .content p a:hover {
	color:#ee3226;
}
/* footer */
.page .footer {
	background-color:#931f18;
	color:#c68f8b;
	height:22px;
	padding-top:8px;
	padding-left:35px;
	padding-right:32px;
	/*float:left;*/
}
.page .footer a {
	color:#c68f8b;
	text-decoration:none;
}
.page .footer .divider {
	background-image:url(../images/bg_pipe.gif);
	background-repeat:no-repeat;
	background-position:1px 2px;
	width:4px;
	overflow:hidden;
	padding-left:5px;
}
.page .footer .first {
	margin-right:340px;
}
.page .footer .spacer {
	margin-right:330px;
}

/* SIMPLESTEP */
.page .pageContent .simpleStep {
	display:block;
	margin-top:9px;
}
.page .pageContent .firstSimpleStep {
	margin-top:0px;
}
.simpleStepReplaced select{
	display: none;
}
.page .pageContent .simpleStepBody{
	border: 1px Solid #989d9f;
	height: 1.45em;
	font-size: 91.67%;
	color: #7e7e7e;
	background: url(../images/bg_page_simpleStepBody.gif) #fff no-repeat 100% 0;
}

.page .pageContent .simpleStepBody .simpleStepContent {
	margin-right: 19px;
	padding-left: 3px;
	background-color: #fff;
	line-height: 1.5em;
	/*border-bottom: 1px Solid #989d9f;*/
	border-right: 1px Solid #9b9b9b;
}

.page .pageContent .simpleStepReplaced .dropDown {
	background-color: #FFF;
	border: 1px Solid #8a9192;
	border-top: 1px Solid #fff;
	z-index: 100;
	position: relative;
	height: 7.6em;
	height: 190px;
}
.page .pageContent .dropDown .dropDownOverflower {
	overflow: auto;
	z-index: 2;
}
.page .pageContent .simpleStepReplaced .dropDown li {
	color: #7e7e7e !important;
	font-size: 91.67%;
	padding-left:3px;
}

.page .pageContent .simpleStepReplaced .dropDown li.hover{
	color: #FFF !important;
	background-color: #005883;
	z-index: 2;
}

.page .pageContent .error .simpleStepBody {
	/*margin-right: 13px;*/
	border:1px solid #C53658;
}

.page .pageContent .error .simpleStepContent {
	background-color: #F9EBEE;
}

.page .pageContent .simpleStepBody{
	width: 195px;
	border: 1px Solid #989d9f;
	height: 1.45em;
	font-size: 91.67%;
	color: #7e7e7e;
	background: url(../images/bg_page_simpleStepBody.gif) #fff no-repeat 100% 0;
	overflow:hidden;
}

.page .pageContent .simpleStepBody .simpleStepContent {
	margin-right: 19px;
	padding-left: 3px;
	background-color: #fff;
	line-height: 1.5em;
	/*border-bottom: 1px Solid #989d9f;*/
	border-right: 1px Solid #9b9b9b;
	color:#000000;
}

.page .pageContent .simpleStepReplaced .dropDown {
	background-color: #FFF;
	width: 195px;
	border: 1px Solid #8a9192;
	border-top: 1px Solid #fff;
	z-index: 100;
	position: relative;
	color:#000000;
}
.page .pageContent .dropDown .dropDownOverflower {
/*	height: 130px;*/
	overflow: auto;
	z-index: 2;
}
.page .pageContent .simpleStepReplaced .dropDown li {
	/*color: #7e7e7e !important;*/
	color:#000000!important;
	font-size: 91.67%;
	padding-left: 3px;
}

.page .pageContent .simpleStepReplaced .dropDown li.hover{
	color: #FFF !important;
	background-color: #de2b1f;
	z-index: 2;
}
/* END OF SIMPLESTEP*/


/* PAGING */ 
.paging {
	text-align:center;
	color:#4d4d4d;
	font-size:91.2%;
	padding-top: 7px;
	margin-bottom:9px;
}
.page .pageContent .mainContent .paging a {
	text-decoration:none;
	color:#4d4d4d;
	margin:7px;
}

.page .pageContent .mainContent .paging a:hover {
	color:#ee3226;
}
.page .pageContent .mainContent .paging a.active {
	background-color:#ee3226;
	padding-left:3px;
	padding-right:3px;
	color:#FFFFFF;
	text-decoration:none;
}
.page .pageContent .mainContent .paging a.active:hover {
	color:#FFFFFF;
}
.page .pageContent .mainContent .paging span {
	color:#4d4d4d;
	margin-left:7px;
	margin-right:7px;
}
.paging .rwd,
.paging .rrwd,
.paging .fwd,
.paging .ffwd {
	background-position:0px 4px;
	background-repeat:no-repeat;
}
.paging .rwd {
	background-image:url(../images/bg_rwd.gif);
}
.paging .rrwd {
	background-image:url(../images/bg_rrwd.gif);
}
.paging .fwd {
	background-image:url(../images/bg_fwd.gif);
}
.paging .ffwd {
	background-image:url(../images/bg_ffwd.gif);
}
.paging a span {
	display:none;
}
.page .pageContent .mainContent .paging .rwdHolder {
	background-image:url(../images/bg_pipe.gif);
	background-position:100% 2px;
	background-repeat:no-repeat;
	padding-right:10px;
	margin-right:12px;
}
.page .pageContent .mainContent .paging .fwdHolder {
	background-image:url(../images/bg_pipe.gif);
	background-position:0% 2px;
	background-repeat:no-repeat;
	padding-left:14px;
	margin-left:9px;
}
.page .pageContent .mainContent .paging .fwd:hover,
.page .pageContent .mainContent .paging .ffwd:hover,
.page .pageContent .mainContent .paging .rwd:hover,
.page .pageContent .mainContent .paging .rrwd:hover {
	background-position:0% -18px;
}

.page .pageContent .mainContent .paging .nr {
	text-decoration:underline;
}
/* END OF PAGING */

.accessibility {
	display:none;
}