
/* CSS Document */
body  {
	font: 100% Tahoma, lucida, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 963px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 100%;
}
#nav {
	width: 948px;
	height: 28px;
	text-align: right;
	border-bottom: 1px solid #254fa3;
	margin: 0 0 0 15px;
}
#nav.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 209px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 21px 0 0 0;
}
#sidebar1 .box {
	background-color: #F3F2EF;
	width: 100%;
	margin-bottom: 15px;
	color: #555555;
}
#sidebar1 .box p {
	margin: 5px 0 7px 0;
	padding: 0 10px 7px 10px;
	font-size: .7em;
	line-height: 1.3em;
}
#mainContent {
	margin: 0 0 0 15px; 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent .box {
	background-color: #F3F2EF;
	border-top: 1px solid #d8d4c9;
	border-bottom: 1px solid #d8d4c9;
	width: 689px;	
	margin-bottom: 53px;
	min-height:210px;
	height: auto !important;
	height: 210px;
}
#mainContent .boxpad {
	padding: 0 18px 0 18px;
	
}
#mainContent .box h1 {
	font-size: .8em;
	color: #555555;
	font-weight: bold;
	line-height: 1.4em;
	margin: 5px 0 4px 0;
} 
#mainContent .box p {
	font-size: .7em;
	color: #555555;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 0;
}
#mainContent .box ul {
	font-size: .7em;
	color: #555555;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 0;
	padding-left: 0;
	margin-left: 18px;
}
#mainContent_sub {
	width: 496px;
	margin: 0 0 0 142px; 
	padding: 10px 10px 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #d8d4c9;
}
#mainContent_sub p {
	font-size: .7em;
	color: #555555;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 0;
}
#mainContent_sub td {
	font-size: .7em;
	color: #555555;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 0;
	border: 2px solid #d8d4c9;
}
#mainContent_sub .subhead {
	color: #f15f32;
	font-weight: bold;
}
#mainContent_sub li {
	font-size: .7em;
	color: #555555;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 0;
}
#mainContent_sub2 {
	width: 420px;
	margin: 0 0 0 142px; 
	padding: 10px 10px 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #d8d4c9;
	min-height:490px;
	height: auto !important;
	height: 490px;
}
#mainContent_sub2 p {
	font-size: .7em;
	color: #555555;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 0;
}
#mainContent_sub2 .bar {
	background-color: #ff6900;
	color: #FFF;
	font-size: .7em;
	font-weight: normal;
	padding: 6px 6px;
}
#mainContent_sub2 .form {
	background-color: #f2f2f2;
	padding: 3px 10px 3px 10px;
	color: #555;
	font-size: .6em;
	line-height: 2em;
}
#mainContent_sub2 .formtext {
	background-color: #f2f2f2;
	padding: 3px 10px 3px 10px;
}
#mainContent_sub2 .formtextsm {
	font-size: .7em;
	color: #2F70D5;
	font-weight: bold;
	margin-bottom: 1px;
}
#mainContent_sub2 .formtextlg {
	font-size: 1.3em;
	color: #555;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
#mainContent_sub2 .formpad {
	padding-bottom: 10px;
}
#footer { 
	margin: 0 0 0 15px;
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #c8d3e8;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .6em;
	color: #555555;
	line-height: 1.5em;
}
h1 {
	font-size: 1.7em;
 	color: #2F70D5;
 	font-weight: normal;
 	margin: 10px 0 29px 0;
}
h2 {
	font-size: 1.6em;
 	color: #2F70D5;
 	font-weight: normal;
 	margin: 0;
}
h3 {
	font-size: 1.2em;
 	color: #2F70D5;
 	font-weight: normal;
 	margin: 0 0 10px 0;
}
.subhead {
	color: #2F70D5;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 18px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
  color: #0047B6;
  text-decoration: none;
}
a:visited {  
color: #0047B6;
text-decoration: none;
}
a:hover {
  color: #5287DC;
  text-decoration: none;
}
a:active {
  color: #0047B6;
  text-decoration: none;
}
/* start main nav buttons */
/* span tags are to replace <a> tags for
   current pages */
a.home:link, a.home:visited {
	display: block;
	height: 28px;
	width: 48px;
	background: url(/MaritzRealtimeRewards/images/btn_home.gif) no-repeat;
}
a.home:hover {
	background: url(/MaritzRealtimeRewards/images/btn_home_ro.gif) no-repeat;
}
.home {
	background: url(/MaritzRealtimeRewards/images/btn_home_ro.gif) no-repeat;
	display: block;
	height: 28px;
	width: 48px;
}
a.retailers:link, a.retailers:visited {
	display: block;
	height: 28px;
	width: 117px;
	background: url(/MaritzRealtimeRewards/images/btn_for_retailers.gif) no-repeat;
}
a.retailers:hover {
	background: url(/MaritzRealtimeRewards/images/btn_for_retailers_ro.gif) no-repeat;
}
.retailers {
	background: url(/MaritzRealtimeRewards/images/btn_for_retailers_ro.gif) no-repeat;
	display: block;
	height: 28px;
	width: 117px;
}

a.partners:link, a.partners:visited {
	display: block;
	height: 28px;
	width: 117px;
	background: url(/MaritzRealtimeRewards/images/btn_partners.gif) no-repeat;
}
a.partners:hover {
	background: url(/MaritzRealtimeRewards/images/btn_partners_ro.gif) no-repeat;
}
.partners {
	background: url(/MaritzRealtimeRewards/images/btn_partners_ro.gif) no-repeat;
	display: block;
	height: 28px;
	width: 117px;
}

a.inthenews:link, a.inthenews:visited {
	display: block;
	height: 28px;
	width: 117px;
	background: url(/MaritzRealtimeRewards/images/btn_inthenews.gif) no-repeat;
}
a.inthenews:hover {
	background: url(/MaritzRealtimeRewards/images/btn_inthenews_ro.gif) no-repeat;
}
.inthenews {
	background: url(/MaritzRealtimeRewards/images/btn_inthenews_ro.gif) no-repeat;
	display: block;
	height: 28px;
	width: 117px;
}


a.aboutus:link, a.aboutus:visited {
	display: block;
	height: 28px;
	width: 117px;
	background: url(/MaritzRealtimeRewards/images/btn_aboutus.gif) no-repeat;
}
a.aboutus:hover {
	background: url(/MaritzRealtimeRewards/images/btn_aboutus_ro.gif) no-repeat;
}
.aboutus {
	background: url(/MaritzRealtimeRewards/images/btn_aboutus_ro.gif) no-repeat;
	display: block;
	height: 28px;
	width: 117px;
}

a.card:link, a.card:visited {
	display: block;
	height: 28px;
	width: 131px;
	background: url(/MaritzRealtimeRewards/images/btn_for_card.gif) no-repeat;
}
a.card:hover {
	background: url(/MaritzRealtimeRewards/images/btn_for_card_ro.gif) no-repeat;
}
.card {
	background: url(/MaritzRealtimeRewards/images/btn_for_card_ro.gif) no-repeat;
	display: block;
	height: 28px;
	width: 131px;
}
a.contact:link, a.contact:visited {
	display: block;
	height: 28px;
	width: 81px;
	background: url(/MaritzRealtimeRewards/images/btn_contact.gif) no-repeat;
}
a.contact:hover {
	background: url(/MaritzRealtimeRewards/images/btn_contact_ro.gif) no-repeat;
}
.contact {
	background: url(/MaritzRealtimeRewards/images/btn_contact_ro.gif) no-repeat;
	display: block;
	height: 28px;
	width: 81px;
}

.se .more-info {
	
	width: 377px;
	padding: 0 13px 13px 13px;
	margin: 0 0 65px 0;
	background: #EFEEE9;
	color: #6F6F62;
}
.se .more-info .left {
	width: 179px;
	float: left;
}
.se .more-info .right {
	width: 179px;
	float: right;
}
#complete-form-more-info {
	width: 403px;
	height: 28px;
	margin: 0 -13px 8px -13px;
}
#complete-form-more-info span {
	background-image: url(/images/text/complete-form-more-info.gif);
}
#complete-form-more-info2 {
	width: 204px;
	height: 41px;
}
#complete-form-more-info2 span {
	background-image: url(/images/text/complete-form-more-info2.gif);
}
.se .more-info .left p, .se .more-info .right p, #content .right .more-info p {
	line-height: 1.9;
	margin: 0 0 5px 0;
}
.se .more-info .left input, .se .more-info .right input, .se .more-info textarea, .right .more-info input, .right .more-info input {
	background: #fff url(/images/bg/search-text.gif) repeat-x;
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-top: 1px solid #828282;
	color: #908C81;
	padding: 3px;
	width: 170px;
}
.se .more-info textarea {
	width: 370px;
	height: 40px;
}
.se .more-info .comments {
	clear: both;
	padding: 5px 0 0 0;
}
.se .more-info .comments span {
	margin-left: 145px;
	color: #968C7D;
}
.se .more-info .left input.short, .right .more-info input.short {
	width: 39px;
}
.se .more-info .right input.med, .right .more-info input.med {
	width: 96px;
}
.se .more-info select, .right .more-info select {
	width: 173px;
	padding: 1px 0;
}
.se .more-info p.req {
	color: #968C7D;
	margin: -5px 0 0 200px;
	clear: both;
	line-height: 1.3;
}
.se .more-info .submit {
	float: right;
	width: 179px;
	clear: both;
	margin: 15px 0 0 0;
}
.se .more-info p.call, .right .more-info p.call {
	color: #0047B6;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 179px;
	margin: 0;
}
#content .right .more-info p.call {
	float: none;
	line-height: 1.35;
}
.se .more-info p.call span, .right .more-info p.call span {
	color: #6F6F62;
	font-size: 2.2em;
	font-weight: normal;
}
.se .content-photo {
	margin: -37px 0 36px 0;
}
/*
=Image replacement
*/
.ir {
	font-size: 1.1em;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.ir span {
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.ir a {
	cursor: pointer;
	display: block;
	height: 100%;
	width: 100%;
}
p.webcast-pager {
	border-top: 1px solid #C8C5BC;
	border-bottom: 1px solid #C8C5BC;
	margin: 0;
	padding: 7px 2px;
	color: #6F6F62;
}

.webcast:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.webcast {
	border-bottom: 1px solid #C8C5BC;
	padding: 12px 0;
}

.webcast h3 {
	margin: 0 0 0.5em 0;
	font-weight: bold;
	font-size: 8pt;
	line-height: 10px;
}
.webcast h3 em {
	font-weight: normal;
}
.webcast p {
	margin: 0 0 0.5em 0;
	font-size:8pt;
}

.calendar-detail h2 {
	margin-top: 0;
	line-height: 1.22;
	padding: 0.75em 0;
}
.calendar-detail h3 {
	font-weight: bold;
	font-size: 8pt;
}

.calendar-detail a
{
    font-size:8pt;
}

h3.summary
{
    color: #908C81;
}

span.downloadText
{
    font-size: 8pt;
    color: #555555;
}

