@charset "utf-8";
#floatingFlash {
	position:absolute;
	z-index:10;
	height:254px;
	overflow:hidden;
	padding:0;
	margin:0;
}

/* Links */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.relatedtopics {
	color: #80735F;
	font-size: 11px;
}
.header_text {
	color: #9A8D7A;
	font-size: 11px;
}

.header_text_small {
	font-family: Arial, Helvetica, sans-serif;
	color: #9A8D7A;
	font-size: 10px;
}

a.otherdomain:link, a.otherdomain:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9A8D7A;
	text-decoration: none;
	display: block;
	width: 145px;
	height: 22px;
	vertical-align: top;
}
a.otherdomain:hover  {
	background-image: url(../images/egg_donor_bg_on.gif);
}
a.otherdomain2:link, a.otherdomain2:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AA9980;
	text-decoration: none;
	display: block;
	width: 120px;
	height: 22px;
	/*vertical-align: top;*/
}
a.otherdomain2:hover  {
	position:static;/*supposed to fix IE7 problem*/
	background-image: url(images/pfc_bg_on.gif);
}
a.otherdomain3:link, a.otherdomain3:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AA9980;
	text-decoration: none;
	display: block;
	width: 120px;
	height: 22px;
	/*vertical-align: top;*/
}
a.otherdomain3:hover  {
	position:static;/*supposed to fix IE7 problem*/
	background-image: url(images/pfc_bg_on_short.gif);
}

.menusmall, a.menusmall:link, a.menusmall:visited {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #A49886;
	text-decoration: none;
}
a.menusmall:hover  {
	color: #A49886;
	text-decoration: underline;
}

.menusmall2, a.menusmall2:link, a.menusmall2:visited {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #A49886;
	text-decoration: none;
}
a.menusmall2:hover  {
	color: #A49886;
	text-decoration: underline;
}

a.topmenu:link, a.topmenu:visited  {
	display: block;
	width: 150px;
	height: 36px;
	vertical-align: top;
}
a.topmenu:hover  {
	background-image: url(../images/menu_bg2c.gif);
}

a.searchmenu:link, a.searchmenu:visited  {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #9B9179;
	text-decoration: none;
}
a.searchmenu:hover  {
	text-decoration: underline;
}

a.loginmenu:link, a.loginmenu:visited  {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #BAAB98;
	text-decoration: none;
}
a.loginmenu:hover  {
	text-decoration: underline;
}

a.sidemenudn:link, a.sidemenudn:visited  {
     color: #9B9179;
}
a.sidemenudn:hover  {
}
/*used in newsletter*/
A.orange-link {
	COLOR: #ED6A0A; FONT-FAMILY: Arial; font-size: 12px; font-weight: bold; TEXT-DECORATION: none
}
A.orange-link:hover {
	TEXT-DECORATION: underline
}
A.sm-orange-link {
	COLOR: #ED6A0A; FONT-FAMILY: Arial; font-size: 12px; TEXT-DECORATION: none
}
A.sm-orange-link:hover {
	TEXT-DECORATION: underline
}
/**/
.sidemenuul {
	margin: 0px;
	padding: 0px; 
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	list-style-type: none;
	text-align: left;
	line-height: 15px;
}

.sidemenuul li {
margin: 0px;
}

.sidemenuul li ul {
margin: 0px;
padding: 0px;
}

.sidemenuul li ul li {
list-style-type: none;
}

.sidemenuul li ul li ul {
margin: 0px;
padding: 2px 0px 5px 10px;
list-style-type: none;
}

.sidemenuul li a, .sidemenuul li a:visited {
	display: block;
	margin: 0px;
	padding: 3px 8px 1px 16px;
	background-image: url(../images/arrow_menu_grey.gif);
	color: #9A8D7A;
	text-decoration: none;
}

.sidemenuul li a:hover{
	background-image: url(../images/arrow_menu_orange.gif);
	text-decoration: underline;
}

/*first tier default*/
.sidemenuul li ul li a, .sidemenuul li ul li a:visited {
	background-image: url(../images/arrow_menu_orange_dn.gif);
}

/*second tier default*/
.sidemenuul li ul li ul li a, .sidemenuul li ul li ul li a:visited {
	background-image: url(../images/arrow_menu_grey.gif);
}

/*third tier default*/
.sidemenuul li ul li ul li ul li a, .sidemenuul li ul li ul li ul li a:visited {
	background-image: url(../images/arrow_menu_grey.gif);
}

.sidemenuul li ul li a:hover{
	background-image: url(../images/arrow_menu_orange.gif);
}
/**/
.sidemenuul li ul li ul li a:hover{
	background-image: url(../images/arrow_menu_orange.gif);
}
/*
.sidemenuul li ul li ul li a, .sidemenuul li ul li ul li a:visited {
	background-image: url(images/arrow_menu_grey.gif);
}*/


.sidemenuul li.parent a, .sidemenuul li.parent a:visited{
	background-image: url(../images/arrow_menu_orange_dn.gif);
	background-position: top left;
}
.sidemenuul li.parent a:hover{
	background-image: url(../images/arrow_menu_orange.gif)!important;
    text-decoration: underline;
}

/*not selected, had to do this to overcome the cascading effect of CSS (and the selected class) : ( */
.sidemenuul li.nselected{
	position: inherit;
}
.sidemenuul li.nselected a, .sidemenuul li.nselected a:visited{
	color: #978c7d!important;
	background-image: url(../images/arrow_menu_grey.gif)!important; 
			/*this increases the weight of this value, it will overwrite*/
	background-position: top left;
}
.sidemenuul li.nselected a:hover{
    text-decoration: underline;
	background-image: url(../images/arrow_menu_orange.gif)!important;
	/*this increases the weight of this value, it will overwrite*/
}
/*selected class*/
.sidemenuul li.selected{
	position: inherit;
}
.sidemenuul li.selected a, .sidemenuul li.selected a:visited{
    color: #80735F;
	text-decoration: none;
	background-image: url(../images/arrow_menu_orange.gif);
	background-position: top left;
}
.sidemenuul li.selected a:hover{
    text-decoration: underline;
}

a.menubot:link, a.menubot:visited  {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #978c7d;
	text-decoration: none;
	display: block;
	height: 24px;
	padding: 3px 3px 3px 17px;
}
a.menubot:hover  {
	text-decoration: underline;
	color: #80735F;
	background-image: url(../images/arrow_menu_orange.gif);
}
/*for reverse image on home link*/
a.menuhome:link, a.menuhome:visited  {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #978c7d;
	text-decoration: none;
	display: block;
	height: 16px;
	padding: 3px 3px 3px 17px;
}
a.menuhome:hover  {
	text-decoration: underline;
	color: #80735F;
	background-image: url(../images/arrow_menu_orange_rev.gif);
}
/* Flower */

.addflower {
	height: 14px;
	padding: 0px 0px 0px 17px;
	background-image: url(../images/flower_small_grey.gif);
}

.addflower2 {
	height: 14px;
	padding: 0px 0px 0px 17px;
	background-image: url(../images/flower_small_green.gif);
}

.addflowergreen {
	padding: 0px 0px 0px 17px;
	background-image: url(../images/flower_small_green.gif);
}

/* Copy */

.body {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #80735F;
}

.mainbody {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #655B4E;
}

.indexbody {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #80735F;
}

.subheaders {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #80735F;
}

.smallbody {
	font-family: Tahoma, sans-serif;
	line-height: 13px;
	font-size: 10px;
	color: #A49886;
}

.pageheads {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #F95710;
	line-height: 28px;
}

.pagesub {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #F95710;
}

.subheads {
	color: #9CC023;
	font-weight: bold;
	padding-top: 15px;
}

a.homelink:link, a.homelink:visited  {
	color: #968770;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
a.homelink:hover  {
	color: #9CC023;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


.Home_right {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #80735F;
	line-height: 16px;
	text-decoration: none;
}

a.r_icon_menu:link, a.r_icon_menu:visited  {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #95866F;
	line-height: 15px;
	text-decoration: none;
	display: block; 
	padding: 0px 9px 0px 0px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	text-align: left;
}
a.r_icon_menu:hover  {
	text-decoration: underline;
}


/*************************
* Suckerish Drop-down CSS
*************************/

/* START style for div id="nav2" 'Patient Resources' */
#nav2, #nav2 ul { /* all lists */
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	padding: 0;
	margin: 0 0 0 1px;/*left 1px*/
	list-style: none;
	width: 58px;
}
#nav2 a {
	display: block;
	color: #9B9179;
}
#nav2 li { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
}
#nav2 li:hover, #nav2 li.sfhover {
	position:static;/*supposed to fix IE7 problem*/
}
#nav2 li ul { /* second-level lists */
/*start border stuff*/
	padding: 0;
	border: 1px solid #E4E6DF;
	margin: 0;
/*end border stuff*/
	z-index:1000;
	position: absolute;
	background: white;
	height: auto;
	font-weight: normal;
	width: 150px;
	left: -999em;
}
#nav2 li ul li a{
	padding: 4px 6px 4px 6px;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
/* END style for div id="nav2"*/

/* START style for div id="nav3" 'Global Care' */
#nav3, #nav3 ul { /* all lists */
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	padding: 0;
	margin: 0 0 0 1px;/*left 1px*/
	list-style: none;
	width: 80px
}
#nav3 a {
	display: block;
	color: #9B9179;
}
#nav3 li { /* all list items */
	float: left;
	width: 120px;/* width needed or else Opera goes nuts */
}
#nav3 li:hover, #nav3 li.sfhover {
	position:static;/*supposed to fix IE7 problem*/
}
#nav3 li ul { /* second-level lists */
/*start border stuff*/
	padding: 0;
	border: 1px solid #E4E6DF;
	margin: 0;
/*end border stuff*/
	z-index:1000;
	position: absolute;
	background: white;
	height: auto;
	font-weight: normal;
	margin: 0;
	width: 110px;
	left: -999em; 
}
#nav3 li ul li a{
	padding: 0.4em 0.75em 0.4em 0.75em;
}
#nav3 li:hover ul, #nav3 li li:hover ul, #nav3 li.sfhover ul, #nav3 li li.sfhover ul { 
	left: auto;
}
/* END style for div id="nav3" */
/* START style for div id="nav5" 'Global Care' */
#nav5, #nav5 ul { /* all lists */
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	padding: 0;
	margin: 0 0 0 1px;/*left 1px*/
	list-style: none;
	width: 68px
}
#nav5 a {
	display: block;
	color: #9B9179;
}
#nav5 li { /* all list items */
	float: left;
	width: 125px;/* width needed or else Opera goes nuts */
}
#nav5 li:hover, #nav5 li.sfhover {
	position:static;/*supposed to fix IE7 problem*/
}
#nav5 li ul { /* second-level lists */
/*start border stuff*/
	padding: 0;
	border: 1px solid #E4E6DF;
	margin: 0;
/*end border stuff*/
	z-index:1000;
	position: absolute;
	background: white;
	height: auto;
	font-weight: normal;
	margin: 0;
	width: 125px;
	left: -999em; 
}
#nav5 li ul li a{
	padding: 0.4em 0.75em 0.4em 0.75em;
}
#nav5 li:hover ul, #nav5 li li:hover ul, #nav5 li.sfhover ul, #nav5 li li.sfhover ul { 
	left: auto;
}
/* END style for div id="nav5" */

/* START style for div id="nav4" 'PFC Egg Donor Agency' top tab */
#nav4, #nav4 ul, #nav4 ul { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9B9179;
	font: 10px Arial;
	text-align: left;
	background-color: #EBF2D3;
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav4 a {
	display: block;
}
#nav4 li { /* first list items */
	text-align: left;
	float: left;
	width: 145px;/* width needed or else Opera goes nuts */
}
#nav4 li ul li a{
	padding: 0px 8px 4px 25px;
}
#nav4 li ul li:hover, #nav4 li ul li.sfhover {
	color: #9B9179;
	background: none;
	text-decoration: underline;
}
#nav4 li:hover {
   background-position: 0 0;
}
#nav4 li:hover, #nav4 li.sfhover {
	position:static;/*supposed to fix IE7 problem*/
	background-image: url(../images/egg_donor_bg_on.gif);
}
#nav4 li ul { /* second-level lists */
/*start border stuff*/
	padding: 0;
	margin: 0;
	border: 1px solid #BCBFAE;
	border-top: none;
/*end border stuff*/
	z-index:1000;
	position: absolute;
	background: #F5F9E9;
	height: auto;
	font-weight: normal;
	width: 144px;
	left: -999em; 
}
#nav4 li:hover ul, #nav4 li li:hover ul, #nav4 li.sfhover ul, #nav4 li li.sfhover ul { 
	left: auto;
}
/* END style for div id="nav4" */


/* START style for ul class="navbar" 'Solutions' */
.navbar, ul.navbar{ 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #A39A8B;
	list-style: none;
	padding: 0;
	margin: 0;
}
.navbar li a {
	text-align:left;
    color: #ffffff;
	display: block;
}
.navbar li { /* all list items */
	list-style: none;
	text-align: left;
	float: left;
	width: 150px;/* width needed or else Opera goes nuts */
}
.navbar li ul { /* second-level lists */
	z-index:1000;
	position: absolute;
	background: #A39A8B;
	height: auto;
	font-weight: normal;
	border: 0;
	width: 150px;
	left: -999em; 	
	opacity: 0.94; /*standard opacity*/
	filter:alpha(opacity=94);/*IE fix for opacity*/

}
.navbar li ul li a{
	padding: 6px 8px 6px 8px;
}
.navbar li ul li:hover, .navbar li ul li.sfhover {
	background: #A39A8B;
	text-decoration: underline;
}
.navbar li:hover {
   background-position: 0 0;
}
.navbar li:hover, .navbar li.sfhover {
	position:static;/*supposed to fix IE7 problem*/
	background-image: url(../images/menu_bg2c.gif);
}
.navbar li:hover ul, .navbar li li:hover ul, .navbar li.sfhover ul, .navbar li li.sfhover ul { 
	margin:0;
	padding:0;
	left: auto;
}
/* END style for div class="navbar" 'Solutions' */


/*************************
* Tab Carousel CSS
*************************/
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: -16px;/*-29px;/*-30px;*/
	margin-bottom: 0;
	font: 10px Arial;	
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	border: 1px solid #DBD6CE;
	padding: 3px 8px;/*3px 7px;*/
	margin-right: 0px;
	margin-left:1px;
	background-color:#FFFFFF;
	color: #BCBFAE;/* background: white url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #9CC023;
}

.shadetabs li.selected{
	position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
	/* background-image: url(shadeactive.gif);*/
	border: 1px solid #CED1C0;
	border-bottom-color: white;
	background-color:#FFFFFF;
	color: #AA9980;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;

}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #CED1C0;
	width: 265px;
	height: 170px;
	margin-bottom: 1em;
	padding: 10px;
	background-color:#FFFFFF;
}

.tabcontent {
	display:none;
	position: relative;
}

@media print {
.tabcontent {
display:block!important;
}
}

#mainTabWrapper {
	z-index: 2;
	height:218px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#mainTabWrapper a.pause {display: block; position: relative; z-index: 3; top: 0; left: 0; width: 17px; height: 17px;
	background: url(../images/pfc_pause.gif) no-repeat; cursor: pointer; }
#mainTabWrapper a.stopped {background-image: url(../images/pfc_play.gif); cursor: pointer; z-index: 3;}	
