html {
	width: 100%;
}

html, body, form {
	height: 100%;
	}
#wrap {
	min-height: 100%;
    margin: 0 auto;
    position: relative;
    width: 960px;
}

#main {overflow:auto;
	padding-bottom: 176px;}  /* must be same height as the footer */

#footerwrap {
	position: relative;
	margin-top: -176px; /* negative value of footer height */
	height: 176px;
	clear:both;
}
     
#footer_bottom 
{
	height: 115px;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

html.interior {
	background-color: transparent;
	background-image: url(/manager/images/MC/tile_interior.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body {
	/* Home Page */
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #666;
	margin: 0px;
}
.interior body {
	/* Interior Pages */
	background: none;
}
#header {
	height: 118px;
	margin: 0 auto;
	width: 958px;
        position: relative;
}
#logo {
	margin-top: 6px;
	display: block;
	width: 258px;
	float: left;
	margin-bottom: 4px;
}
#logo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#search {
	bottom:6px;
	height:30px;
	position:absolute;
	right:0;
	width:225px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/manager/images/MC/search-input.gif);
	background-repeat: no-repeat;
	background-position: 20px 2px;
}
input#keywords, input#keywords:focus {
	padding: 3px 4px;
	border: 0px;
	background-color: transparent;
	margin-top: 5px;
	font-size: 11px;
	width: 130px;
	margin-left: 27px;
	letter-spacing: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}
input#submitquery {
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	display: block;
	font-size: 10px;
	height: 27px;
	min-width: 53px;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: -999em;
	top: 0;
	width:53px;
}
#login { 
	position:relative;
	top:20px;
	list-style:none;
	width:223px;
	height:35px;
	padding:0;
	margin:0 1px 0 0;
        position:absolute;
        right:0px;
}
#login ul {
	width:223px;
	height:56px;
	padding:0;
	display: block;
}
#login li { 
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width: 88px;
	height: 35px;
}
#login li a {
	text-indent:-999em;
	padding:0;
	display:block;
	height:35px;
	background-image: url(/manager/images/MC/signup_login_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#login li.signup a { 
	background-position:top right;
	width:0px;
}
#login li.signup a:hover { 
	background-position:bottom right;
}
#login li.login a {
	width:48px;
}
#login li.login a:hover {
	background-position:bottom left;
}
#logout {
	top:20px;
	list-style:none;
	width:140px;
	height:35px;
	padding:0;
	margin:0 1px 0 0;
	position:absolute;
	right:0px;
	text-align: right;
}
#logout ul {
	height:56px;
	padding:0;
	text-align: left;
}
#logout li {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	width: 134px;
	height: 34px;
}
#logout li a {
	padding:0;
	display:block;
	height:34px;
}
#logout li.signout a {
	text-indent:-999em;
	background-image: url(/manager/images/WD/signout_bg.png);
	background-repeat: no-repeat;
	background-position:right top;
	width:134px;
}
#logout li.signout a:hover { 
	background-position:bottom right;
}
#welcome {
	position: absolute;
	top: 20px;
	right: 145px;
	text-align: right;
	color: #d6862f;
	line-height: 1.2em;
	padding-top: 3px;
}
#welcome .w_intro {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-shadow: 0px 1px 0px #FFFFFF;
}
#welcome a {
	font-size: 0.8em;
	padding-right: 2px;
}
#nav {
	clear: both;
	float: left;
	height: 40px;
	margin: 2px 0 0;
	padding: 0 2px 0 0;
	position: relative;
	width: auto;
	background-color: transparent;
	background-image: url(/manager/images/MC/bg_nav_item.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#nav li {
	margin: 0;
	list-style:none;
	padding: 0 0 0 1px;
	height: 40px;
	display: block;
	float: left;
	background-color: transparent;
	background-image: url(/manager/images/MC/bg_nav_item.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav li a {
	display: block;
	color: #8f7758;
	line-height: 40px;
	padding: 0 19px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #FFFFFF;
	text-decoration: none;
}
#nav li.current a
{
    color: #ce853d;
    background-color: transparent;
    background-image: url(/manager/images/MC/bg_nav_current.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}
/*#nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none;
} */
#nav a:hover {
	background-color: transparent;
	color: #8f7758;
	background-image: url(/manager/images/MC/bg_nav_current.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h2 {
	font-family: "Trebuchet MS",serif;
	font-size: 22px;
	color: #336699;
	font-weight: bold;
        margin-bottom: 12px;
}
/* Global Page Styles */
ul#breadcrumbs {
	overflow: hidden;
	font-size: 11px;
	border-bottom: solid 1px #D7D1C9;
	padding-left: 10px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/manager/images/MC/crumbs_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#breadcrumbs li {
	float: left;
	padding: 1px 20px 1px 10px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/manager/images/MC/crumbs.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#breadcrumbs .selected {
	font-weight: bold;
	background: none;
}
#page {
	width: 958px;
	margin: 0 auto;
        clear: both;
	font-size: 16px;
	line-height: 24px;
}
/* Subnav */
  	  #page.subnav {
	overflow: visible;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(/manager/images/MC/bg_subnav.gif);
	background-repeat: repeat-y;
	background-position: left top;
  	  }
  	  .subnav #content {
  	    width: 680px;
  	    float: right;
  	    padding: 40px 40px 40px 0;
  	    position: relative;
  	  }
      #subnav {
        position: absolute;
        top: 100px;
        width: 192px;
      }
      #subnav li {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        clear: left;
        display: block;
        position: relative;
        width: 100%;
      }
      #subnav li a {
        border-bottom: 1px solid #dcddde;
        border-top: 1px solid #fff;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        color: #817b7b;
        display: block;
        font-family: "Lucida Grande",Lucida,Arial,sans-serif;
        font-size: 13px;
        text-shadow :0px 1px 0px #fff;
        line-height: 41px;
        padding-left: 20px;
      }
      #subnav li a:hover {
        color: #cc6600;
      }
      #subnav li a.active, #subnav li a.active:hover {
	color: #fff;
	text-shadow :0px 1px 0px #666;
	border: none;
	background-image: url(/manager/images/MC/subnav-status.png);
	background-repeat: no-repeat;
	background-position: -15px 0;
      }
      #subnav li a.active span {
	position: absolute;
	width: 15px;
	height: 49px;
	top: 0;
	left: -15px;
	z-index: 8888;
	background-image: url(/manager/images/MC/subnav-status.png);
	background-repeat: no-repeat;
	background-position: left bottom;
      }

/* Resources */
#popular-articles h3 {
	margin-top:10px;
}
#popular-articles h3 a {
	font-size:14px;
}
#popular-articles div {
	border-bottom:1px dotted #ccc;
}
.sidebar p {
	font-size:11px;
}
.resource {
     overflow: hidden;
}
.resource img {
	float:left;
	display:block;
	margin-bottom:105px;
	margin-right:15px;
	position:relative;
	clear:left;
}
ul.small {
	font-size:11px;
}
img.guide_callout {
	margin-right:20px;
	float:left;
}
img.guide_callout_last {
	float:left;
}

/* Footer Styles */
#footer_top {
	width: 100%;
	border-bottom: 0px solid #3d70a3;
	clear: both;
	float: none;
	height: 60px;
}
#footer_top p {color: #666;}
#footer_top h2 {
	border-bottom: 1px solid #B38B64;
	color: #E8D2B8;
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 5px;
}
#footer_bottom {
	width: 100%;
	border-top: 1px solid #7eabd8;
	clear: both;
	float:none;
	background-color: #69a3d3;
	background-image: url(/manager/images/MC/footer_bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.footer_content {
	width: 958px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}


ul.policies_notices
{
    margin: 0px auto 0px auto;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
ul.policies_notices li
{
    line-height: 1.5em;
    margin: 0;
    padding: 0 10px 0 10px;
    display: inline-block;
    zoom:1; /* IE 7 Hack starts here*/
    *display:inline;
}
ul.policies_notices li a {
	color: #d2e1f1;
	float: left;
	font-size: 12px;
	padding-bottom: 2px;
	text-decoration: none;
	width: 100%;
}
ul.policies_notices li a:hover {
	color: #FFF; 
	text-decoration: underline;
}

/* Footer Copyright */
p.copyright {
	clear: both;
	color: #d2e1f1;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.copyright a:link, .copyright a:visited, .copyright a:active, .copyright a:hover {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}

#memberships {
	background: url(/manager/images/MC/footer_nav_border.png) no-repeat 0 0;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#memberships a {
	margin: 10px 15px;
}

/* Subscribe Box in Footer */
#subscribe {
	margin: 0 20px 0 0;
	color: #FFF;
	width: 310px;
}
#subscribe a { padding:2px 9px 2px 4px;color:#666;text-decoration:none;}
#subscribe-form { margin-top:0px; position: relative; padding: 0 !important;}
#subscribe-form label { display:block;float:none;color:#666;text-align:left; }
#subscribe-form input { float:left;margin:0;font-size:12px; }
#signup-response { float:left;clear:both; width:90%; margin: 6px 0 4px; }
#signup-response li { margin-left:0;list-style:none; }
#subscribe-form label {
	display: block;
	width: auto;
}
#subscribe-form ul {
  display: block;
  clear: both;
}
#email-field {
	display: block;
	background: url(/manager/images/MC/search-input_footer.gif) no-repeat 0 0;
	height: 24px;
	width: 204px;
	border: none;
	margin: 0;
	padding: 7px 0 0 10px;
	float: left;
    color: #333;
}
#subscribe-button
{
    background: url(/manager/images/MC/submit_btn_footer.gif) no-repeat 0 0;
    height: 31px;
    border: none;
    padding: 0 !important;
    color: #9c9893;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 75px;
    position: absolute;
    top: 0;
    right: 21px;
}
ul#interest-groups {
  display: block;
  margin:12px 0 0 20px;
  list-style: none;
  padding: 0;
}
ul#interest-groups li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  list-style: none;
}
ul#interest-groups li label input {margin-right: 5px;}
li label, #subscribe-form input {
  float: none;
}
p.newsletter_privacy {font-size: 11px !important; font-weight: normal !important;clear:both; margin-left: 1px; padding: 5px 0 0 0;}
.formlabel
{
    font-size: 0.8em;
}
.keepme
{
    color: #817134;
}
.loginfield
{
    padding: 5px 4px 5px 4px;
    margin-bottom: 1em;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: 10px;
}
.mybutton
{
    border-width: 0px;
    padding: 0px;
    width: 134px;
    height: 34px;
    background-image: url('/manager/images/WD/signin_bg.png');
    background-repeat: no-repeat;
    text-indent: -999px;
    outline: none;
    text-transform: capitalize;
}
/* Form Messaging */
/* Success,error & notice boxes for messages and errors. */
.errorWD, .warningWD, .warningWD1, .successWD
{
    padding: 4px 10px 4px 30px;
    margin-bottom: 1em;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: 10px;
}
.successWD
{
    display: block;
    background:#E6EFC2 url(/manager/images/MC/success_24.png) no-repeat 14px 50%;
}
.error, .warning, .success
{
    padding: 10px 4px 10px 60px;
    margin-bottom: 1em;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.error, .plan-response-error
{
    background: #FBE3E4 url('/manager/images/MC/stop_24.png') no-repeat 14px 50%;
    color: #D12F19;
    border-color: #FBC2C4;
}
.warning
{
    background: #FFF6BF url('/manager/images/MC/flag_24.png') no-repeat 14px 50%;
    color: #817134;
    border-color: #FFD324;
}
.warningWD, .warningWD1
{
    background: #FFF6BF url('/manager/images/MC/flag_24.png') no-repeat 4px 50%;
    color: #817134;
    border-color: #FFD324;
}
.warningWD1
{
    margin-left: 0px;
    margin-bottom: 10px;
    display: inline-block;
}
.success,#mc_success_msg{background:#E6EFC2 url(/manager/images/MC/success_24.png) no-repeat 14px 50%;color:#529214;border-color:#C6D880;}
.error a{color:#D12F19;}
.notice a{color:#817134;}
.success a{color:#529214;}
.success strong{color:#2a4d09;}
#mc_message{margin:4px 0 !important;padding:4px 8px 4px 0;}
#mc_message ul{margin:0;}
.mc_error_msg{margin:0 !important;padding:4px 8px;background:#FBE3E4;color:#D12F19;-moz-border-radius:4px;border-radius:4px;-webkit-border-radius:4px;}
.mc_success_msg{display:block;margin:0 !important;padding:4px 8px;line-height:1.3em;font-weight:normal;background:#E6EFC2;color:#529214;-moz-border-radius:4px;border-radius:4px;-webkit-border-radius:4px;}

/*FancyZoom*/
#zoom_content{padding:10px;}
#zoom td, #zoom th{padding:0 !important;}
.interior #page {
	background-color: #FFF;
	border: solid 1px #d6d1ca;
	border-bottom: solid 2px #d6d1ca;
	margin: 20px auto 40px auto;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#content {
	padding: 40px;
	overflow: hidden;
	position: relative;
}
#content.kb, #content.resources
{
    background: transparent url('/manager/images/MC/bg_kbpage.gif') repeat-x top left;
}
#content.sitemap a {
     margin-bottom: 12px;
}

a {
     color:#336699;
     text-decoration:none;
}

a:hover {
     color:#CC6600;
     text-decoration:underline;
}
/* Deliverability */
#bodycopy {
	width: 500px;
	float: left;
	margin: 0 40px 40px 0;
	position: relative;
}
#content.deliverability {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(/manager/images/MC/bg_kbpage.gif) repeat-x scroll left top;
}
.deliverability #sidebar {
	float: right;
	background-color: #FFF;
	padding: 20px;
	width: 290px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.deliverability .intro {
  font-size: 14px;
}
.deliverability dl {
  margin-bottom: 12px;
  padding: 10px;
  font-family: Georgia, Times, serif;
}
.deliverability dd {
  font-size: 13px;
}
.deliverability #sidebar h3 {
	color: #8f7758;
	font-weight: normal;
	font-size: 16px;
}
.deliverability #sidebar a {
	font-size: 12px;
	line-height: 120%;
}
.deliverability #sidebar .section {
	margin-bottom: 20px;
	position:relative;
}
#eep_promo {
margin: 0 0 12px 0;
padding: 6px;
border: solid 1px #e7e7e7;
background-color: #f8f5f1;
text-align: center;
}
#eep_promo p {
margin: 0 0 6px 0;
}
#eep_promo h3 {
color: #cc6600;
font-size: 12px;
}
#social-networks #subscribe-button {
      position: relative;
      right:auto;
      top:auto;
}
#social-networks {
	background:#f6f5f1 none repeat scroll 0 0;	
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:2px solid #efefef;
	float:right;
	padding:20px;
    width:auto;
	margin:6px 0 20px 20px;
}
#social-networks p, #social-networks label {
	font-size:0.8em; 
	font-family:'Trebuchet MS','Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#social-networks ul { margin-bottom:0; }

#social-networks ul li {
		list-style:none; 
		margin:0; 
		padding:2px 0;
		font-size: 0.8em;
}
#social-networks ul li a img {
	margin-right:8px; 
	position:relative; 
	top:4px;
}
#social-networks ul li a:hover { text-decoration:none; }
/* Headings
-------------------------------------------------------------- */
.interior h1 {
	color:#CC6600;
	display:block;
	font-size:24px;
	font-weight:bold;
	height:60px;
	line-height:60px;
	padding-left:20px;
	border-bottom: solid 1px #d6d1ca;
	text-shadow: 0 1px 0 #FFFFFF;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/manager/images/MC/tile_interior_header.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h2 {
	color:#336699;
	font-family:"Trebuchet MS",serif;
	font-size:22px;
	font-weight:bold;
        margin-bottom: 12px;
}
h2.ruled {
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	font-family:Georgia,Times,serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:12px;
	padding-bottom:6px;
	text-align:left;
	position: relative;
}
h2.ruled a {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
}
h3 {
	color:#336699;
	font-family:"Trebuchet MS",serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:6px;
}
h2 a,h3 a,h4 a,h5 a, h6 a {text-decoration:none;}

h1 img,h2 img,h3 img,
h4 img,h5 img,h6 img {margin:0;}

/* Text elements
-------------------------------------------------------------- */
p {font-size:12px;line-height:1.6em;margin-bottom:18px;}
p.lead {font-size:1.2em;line-height:1.7em;margin-bottom:26px;color:#5f5f5f;}
p.note {font-size:10px;line-height:1.8em;margin-bottom:24px;}
 
a:hover {color:#cc6600;text-decoration:underline;}
a { text-decoration:none; color:#336699; }
a.arrow {
	padding-right:9px;
	background-image: url(/manager/images/MC/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:hover.arrow, a:focus.arrow
{
    background: url(/manager/images/MC/link_arrow_hover.gif) bottom right no-repeat;
}

blockquote {font-family:georgia;font-style:italic;line-height:1.7em;}
acronym { border-bottom:1px dotted #ccc; }
pre {
	background-color: #F4F9FE;
	font-family: menlo,monaco,monospace;
	font-size: 11px;
	overflow: auto;
	padding: 10px;
	margin-bottom: 18px;
}

ul.disc_style {
    list-style-image:none;
    list-style-position:inside;
    list-style-type:inherit;
}