@charset "utf-8";
body  {
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-size: 12px;
	line-height: normal;
	color: #3333ff;
}
a:active {
color: #3333ff;
}
a:hover {
color: #3333ff;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #0099cb;
	margin-bottom: -5px;
}
h1.larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #0099cb;
	margin-bottom: -5px;
}
h1.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #0099cb;
	margin-bottom: -5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #0099cb;
	margin-bottom: -5px;
}
h2.purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #330066;
	margin-bottom: -14px;
}
h2.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #fff;
	/*margin-bottom: -12px;*/
}
h2.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #0099cb;
	margin-bottom: -5px;
}
h3.gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	margin-bottom: -12px;
}
h3.purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #330066;
	margin-bottom: -14px;
}
h3.blueborderpad{

	padding-left: 5px;
}
h4.blue{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #0099cb;
}

#container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15;
	margin-left: auto;
} 
.thrColFixHdr #header { 
	padding: 0px;  /* 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. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 167px; /* padding keeps the content of the div away from the edges */
	/*background-color: #FFFFFF;*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 242px; /* padding keeps the content of the div away from the edges */
	/*background-color: #FFFFFF;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 5px;
}
.thrColFixHdr #sidebar2-b2s {
	float: right; /* since this element is floated, a width must be given */
	width: 282px; /* padding keeps the content of the div away from the edges */
	/*background-color: #FFFFFF;*/
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
	margin-left: 5px;
}
.thrColFixHdr #sidebar2-slide {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* padding keeps the content of the div away from the edges */
	/*background-color: #FFFFFF;*/
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 15px;
	margin-left: 5px;
}

.thrColFixHdr #mainContent {
	margin-top: 20px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
	width: 485px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #ffd861;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ffd861;
} 
.thrColFixHdr #mainContent-b2s {
	margin-top: 20px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
	width: 470px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ffd861;
}
.thrColFixHdr #mainContent-ad {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
	width: 730px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ffd861;
}  
.thrColFixHdr #mainContent-slide {
	margin-top: 20px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 13px;
	width: 547px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ffd861;
} 
/*.thrColFixHdr #mainContent-sfcom {
	margin-top: 20px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 25px;
	width: 490px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ffd861;
} */
/*.thrColFixHdr #mainContent-hsk {
	margin-top: 20px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 25px;
	width: 530px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ffd861;
}*/ 
.thrColFixHdr #mainContent-mg {
	margin-top: 20px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
	width: 750px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ffd861;
	
} 
#inner {
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 1000px;
}
.thrColFixHdr #footer {
	width: 1000px;
	background-image: url(../images/main_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 42px;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #0099cb;
	
} 
a.footer {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #0099cb;
	text-decoration: none;
}
a.footer:active {
	color: #000000;
}
a.footer:hover {
	color: #3E86C0;
}

.thrColFixHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.thrColFixHdr #hedr {
	clear: both;
	width: 1016px;
}
/*NAV*/
/*#menuwrap {
	clear: both;
	width: 1016px;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#menuwrap-inner {
	width: 1002px;
	background-color: #0099cb;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
}*/

/*NAV HIGHLIGHT*/
#navcontainer {
	width: 988px;
	background-color: #0099cb;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -12px;	
}

#navcontainer ul {
	/*margin-right: auto;
	margin-left: auto;*/
	list-style-type: none;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#navcontainer ul li a {
	width: 235px;
	height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}

#navcontainer ul li a:hover {
	color: #ffd861;
}
body#moms a#momsnav,
body#connect a#connectnav,
body#solution a#solutionnav,
body#partner a#partnernav {
	color: #ffd861;
	font-size: 16px;
}

.borderright {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
/*LEFT MENU*/
	a.leftcolmodule {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #0099cb;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 10;

	}
	a.leftcolmodule:active {
	color: #000000;
	}
	a.leftcolmodule:hover {
		color: #3E86C0;
	}
	a.leftcolmodule-bold {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #7b3de5;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 10;

	}
	a.leftcolmodule-bold:active {
	color: #000000;
	}
	a.leftcolmodule-bold:hover {
		color: #3E86C0;
	}
	
	div.leftcolmodulenav{
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	background-image: url(../images/left_menu_arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: left;
	}
	div.leftcolmodulenav-sub{
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
	width: 150px;
	}
	div.leftcolmodulenav-sub2{
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	text-align: left;
	width: 100px;
	}
	div.leftcolmodulenav-sub3{
	padding-bottom: 6px;
	text-align: left;
	width: 70px;
	}
/*	img.img-bullet {
	vertical-align: 60%;
	display: inline;
	text-align: left;
	text-indent: 5px;
	white-space: normal;
	}*/
/*SMALL YELLOW CALL OUT LEFT*/
#y-callout-top{
	background-image: url(../images/y_box_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 152px;
	height: 7px;
}
#y-callout-middle {
	background-image: url(../images/y_box_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 152px;
	font-size: 13px;
	font-weight: bold;
}
#y-callout-bottom{
	background-image: url(../images/y_box_bottom.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 152px;
	height: 7px;
}
a.purple{
	font-size: 13px;
	font-weight: bold;
	color: #7b3de5;
	text-decoration: underline;
}
/*SMALL YELLOW CALL OUT RIGHT*/
#y-calloutR-top{
	background-image: url(../images/audience/moms-we-reach_yellow-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 221px;
	height: 10px;
}
#y-calloutR-middle {
	background-image: url(../images/audience/moms-we-reach_yellow-middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 221px;
	font-size: 13px;
	font-weight: bold;
	color: #793ee4;
}
#y-calloutR-bottom{
	background-image: url(../images/audience/moms-we-reach_yellow-bottom.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 221px;
	height: 10px;
}
/*SFCOM YELLOW CALL OUT RIGHT*/
#sfcom-R-top{
	background-image: url(../images/sf_yellow-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 262px;
	height: 42px;
}
#sfcom-R-middle {
	background-image: url(../images/sf_yellow-middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 262px;
}
#sfcom-R-bottom{
	background-image: url(../images/sf_yellow-bottom.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 262px;
	height: 25px;
}
/*FLASH MODULE*/
#flash-top{
	background-image: url(../images/flash-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 211px;
	height: 16px;
}
#flash-middle {
	background-image: url(../images/flash-middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 211px;
	font-size: 12px;
}
#flash-bottom{
	background-image: url(../images/flash-bottom.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 211px;
	height: 16px;
}
/*SLIDESHOW MODULE*/
#slide-top{
	background-image: url(../images/slideshow/slideshowtop.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 547px;
	height: 24px;
}
#slide-middle {
	background-image: url(../images/slideshow/slideshowmiddle.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 547px;
	font-size: 12px;
	text-align: center;
}
#slide-bottom{
	background-image: url(../images/slideshow/slideshowbottom.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 547px;
	height: 29px;
}
h1.slide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #0099cb;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1.slide-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #0099cb;
	margin-top: 0px;
}
div.slideR {
	margin-top: -8px;
}
/*MISC*/
table.blueborder {
	border: 1px solid #0099cb;
	/*width: 350px;*/
	padding: 0px;
}
table.grayborder {
	border: 2px solid #999999;
	padding: 0px;
}
table.whiteborder {
	border: 2px solid #ffffff;
	padding: 0px;
}
td.gray {
	border: 1px solid #CCCCCC;
}
td.white{
	border: 1px solid #ffffff;
}
tr.whiteborder{
	border: 1px solid #ffffff;
}
td {
	border: 1px solid #0099cb;
}
td.whiteright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
div.whiteborderL {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 241px;
	float: left;
	height: 58px;
	padding-left: 6px;
	margin-top: -10px;
}
div.whiteborderR {
	width: 138px;
	float: right;
	padding-right: 3px;
	height: 58px;
	margin-top: -10px;
}
.sm-gray{
	font-size: 10px;
	color: #333333;
}
.lg-gray{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
#success {
	padding: 15px 0 20px 0;
}
#successText {
	padding: 0 0 0 87px;
}
#success img {
	float: left;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #0099cb;
}
.graytabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #0089B7;
}
.white-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #fff;
}
.blue-bold {
	font-size: 12px;
	font-weight: bold;
	color: #0099cb;
}
.blue-bold-menu {
	font-size: 12px;
	font-weight: bold;
	color: #0099cb;
	padding-left: 5px;
}
hr {
  border: 0;
  color: #ffd861;
background-color: #ffd861;
height: 2px;

}
img.team {
	border: 1px solid #0098cc;
	margin-right: 10px;
	float: left;
}
.purpleH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #330066;
}
a.small {
	font-size: 10px;
	line-height: normal;
}
a.small:active {
}
a.small:hover {
}
div.align {
	height: 42px;
}