

/* ---------- theme-based css styles ---------- */
/* ---------- theme: CC Default ---------- */
/* ---------- version 9/16/2008 ---------- */



/* ------------------------------------------------------------------------------------*/
/* -- header styles --*/

#header {
	margin: 0px;
	padding: 0px;
	display: block;
	background: #FFFFFF url(http://img.constantcontact.com/ui/images1/header_tile_top2.gif) repeat-x;
}
#header a:link{color: #333333;}
#header a:visited{color: #333333;}
#header a:hover{color: #333333;}

#header table td#logo {
	width: 149px;
	margin-left: 20px;
	background: url(http://img.constantcontact.com/ui/images1/logo_bkgrd.gif) no-repeat right top;
	height: 60px;
	padding-left: 15px;
    padding-right: 30px;
	vertical-align: bottom;
}
#header table td#col2 {
	padding-right: 10px;
}
#header #logo h3 {
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	margin-left: 20px;
}
#header .topbar{
	display: block;
	text-align: right;
	height: 17px;
	font-size: .9em;
	margin-bottom: 11px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#header .topbar a:link{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;}
#header .topbar a:visited{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;}
#header .topbar a:hover{
	color: #333333;
	text-decoration: none;
	font-weight: bold;}

#primarynav {
	padding: 10px 0 0 0px;
	list-style: none;
	background: #FFFFFF url("http://img.constantcontact.com/ui/images1/tabs_bkgrd2.gif") repeat-x left bottom;
	margin: 0px;
	float: left;
	width: 100%;
	clear: left;
	}
#primarynav ul {
	margin:0px 0px 0px 10px;
	padding:0px;
	list-style:none;
  }
#primarynav li {
	float:left;
	background:url("http://img.constantcontact.com/ui/images1/primtab_off_left_rb.gif") no-repeat left top;
	margin:0px 0px 0px 3px;
	padding:0px 0px 0px 7px;
}
#primarynav a {
  color:#333333;
  float:left;
  display:block;
  background:url("http://img.constantcontact.com/ui/images1/primtab_off_right_rb.gif") no-repeat right top;
  padding:5px 15px 3px 6px;
    text-decoration:none;
 }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#primarynav a {float:none;}
/* End IE5-Mac hack */

#primarynav a:hover { color:#333333; text-decoration:underline;}
#primarynav #current {background-image:url("http://img.constantcontact.com/ui/images1/primtab_on_left_rb.gif");}

#primarynav #current a {
  background-image:url("http://img.constantcontact.com/ui/images1/primtab_on_right_rb.gif");
  padding-bottom:5px;
  font-weight: bold;
  color:#FFF;
}
  
/* -- Add class=noselection when there is no tab selected (i.e. My Account) -- */
  #primarynav.noselection {
	padding-bottom: 2px;
}


/*--- styles for formatting the box headings ----------------*/
.boxhd1-wrap {
	margin: 0;
	padding: 0px;
	background: url(http://img.constantcontact.com/ui/images1/box1hed-right_b_rb.gif) top right no-repeat;
	clear: left;
  }
.boxhd1 {
	padding: 4px 15px 2px;
	color: #000000;
	background: url(http://img.constantcontact.com/ui/images1/box1hed-left_b_rb.gif) no-repeat left top;
  } 
  
.boxhd2 {
 	padding: 6px 15px 3px;
	color: #FFF;
	background: url(http://img.constantcontact.com/ui/images1/box2hed-left.gif) no-repeat left top;
  } 
.boxhd2-wrap {
	margin: 0;
	padding: 0px;
	background: url(http://img.constantcontact.com/ui/images1/box2hed-right.gif) no-repeat right top;
	clear: left;
  }
  
  
h2.tblhed {
	font-size: 1.1em;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 8px 3px;
	border-top: 3px solid #00009C;
}
h2.tblhed a {
	font-weight: normal;
	font-size: .8em;
}
h2.tblhed img {
	font-weight: normal;
	font-size: .8em;
	position: relative;
	top: 0.2em;
}
.boxMssgCenter{
	background: #FFFBE8;
	padding: 5px;
	width: 100%;
	border: 1px solid #999999;
}
.boxMssgCenter h2 {
	margin: 0px;
	padding: 0px 0px 6px;
	font: bold 1.3em "Arial Narrow";
	color: #01019D;
}
.boxSupport {
	background: #F4F4FB;
	padding: 5px;
	width: 100%;
	border: 1px solid #999999;
}
.boxSupport ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.boxSupport ul li {
	margin: 0px;
	padding: 0px 0px 6px;
}
.boxSupport h2 {
	margin: 0px;
	padding: 0px 0px 6px;
	font: bold 1.3em "Arial Narrow";
	color: #01019D;
}


/* -- page-level sub navigation ----------------- */
.page-subnav {
	background: #FFFFFF url(http://img.constantcontact.com/ui/images1/subnav_bkgrd_shadow.gif) repeat-x top;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-left: 18px;
	padding-right: 0px;
	margin-bottom: 25px;
	color: #000000;
	float: left;
	width: 98.1%;
}
.page-subnav ul{ list-style: none; margin: 0px; padding: 0px;}
.page-subnav ul li{
	margin: 0px 10px 0px 0px;
	display: inline;
	border-right: 1px solid #CCCCCC;
	padding-right: 12px;
}

.page-subnav ul li a:link{color: #3E69BD;text-decoration: underline;}
.page-subnav ul li a:visited{color: #3E69BD;text-decoration: underline;}
.page-subnav ul li a:hover{color: #FF5050;text-decoration: none;}

.page-subnav ul li.last{ border-right: 0px;}
.page-subnav ul li.selected{ font-weight: bold;}

.page-subnav ul li.selected a:link{color: #F7910C;text-decoration: none;	padding-left: 4px; padding-right: 4px; padding-bottom: 1px; padding-top: 1px;}
.page-subnav ul li.selected a:visited{color: #F7910C;text-decoration: none;	padding-left: 4px; padding-right: 4px; padding-bottom: 1px;padding-top: 1px;}
.page-subnav ul li.selected a:hover{color: #F7910C;text-decoration: underline;	padding-left: 4px; padding-right: 4px; padding-bottom: 1px;padding-top: 1px;}


.partner-block {
	background: #999999;
	padding: 8px;
	height: 500px;
	width: 200px;
	clear: none;
	float: left;
	position: absolute;
	left: 975px;
	top: 15px;
}