@charset "utf-8";

/*START BLOG SPECIFIC STUFF*/
/* Begin Typography & Colors */

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}


#content {
	/*font-size: 1.2em*/
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #80735f;
	min-height:1000px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.2em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.0em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h3, h3 a, h3 a:visited { /*h2, h2 a, h2 a:visited, */
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
/*small, */
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 850px;
	border: 1px solid #959596;
	}
.narrowcolumn {
	float: left;
	padding: 0 0 0 15px;/*0 0 20px 45px;*/
	margin: 0px 0 0 px;
	width: 670px;
		border-right: 1px #DBD6CE solid;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0px 20px 40px 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}
h2.pagetitle {
	margin-top: 30px;
	/*text-align: center;*/
}

.posttitle, .posttitle a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #F95710; /*#80735F; Dark Grey */
	line-height: 25px;
}
.postsubtitle { /*small*/
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #9CC023;
}

.author_info {

}



#sidebar h2 {
	margin: 15px 0 0;
	padding: 0;
}
#sidebar h2 a {
	color: #777777;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	/*margin: 40px auto 20px ;*/
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/ /*this did add &raquo; to all bullet links in sidemenu*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;/*10*/
	}

#sidebar ul ul ul {
	margin: 0 0 0 0px;/*10*/
	}
/*note: these two were together*/
#sidebar ul ol {
	margin: 0 0 0 0px;/*10*/
	}
/*added for 4th tier(child pages) */
#sidebar ul ul ul ul{
	margin: 0 0 0 10px;/*10*/
	}
#sidebar ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform div {
	width: 95%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 5px 0 10px 0;
	margin-left: 710px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	/*margin-left: 10px;*/
	margin-right: 10px;
	padding-bottom: 5px;
	}
/* End Various Tags & Classes*/



/*END BLOG SPECIFIC STUFF*/
/*END BLOG SPECIFIC STUFF*/
/*END BLOG SPECIFIC STUFF*/
/*END BLOG SPECIFIC STUFF*/


#floatingFlash {
	position:absolute;
	z-index:1;
	/*top: 432px;*/
}

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

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

a.smallbody {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #A09687;
	text-decoration: none;
}

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

a.topmenu:link, a.topmenu:visited  {
	display: block;
	width: 150px;
	height: 36px;
	vertical-align: top;
}
a.topmenu:hover  {
	position:static;/*supposed to fix IE7 problem*/
	background-image: url(images/menu_bg2c.gif);
}

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

a.sidemenudn:link, a.sidemenudn:visited  {
     color: #AA9980;
}
a.sidemenudn:hover  {
}
/*used in newsletter*/
A.orange-link {
	COLOR: #ED6A0A; FONT-FAMILY: Arial; font-size: 13px; 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;
}
/*controls "about" text in sidebar*/
.textwidget {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #80735F;
}


.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: #ACA08E;
	text-decoration: none;
}

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

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

.sidemenuul 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 ul li ul li a:hover{
	background-image: url(images/arrow_menu_orange.gif);
}

.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: none;
}

a.menubot:link, a.menubot:visited {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #ACA08E;
	text-decoration: none;
	display: block;
	height: 16px;
	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: #ACA08E;
	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);
}

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

/* Copy */

.mainbody {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #80735F;
}
.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: #A09687;
}

.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;
}

.#C4E3ACeads {
	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: 5px;
	margin-bottom: 10px;
	text-align: left;
}
a.r_icon_menu:hover  {
	text-decoration: underline;
}



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

/* 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: #aa9980	;
	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: 143px;/* 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: #aa9980	;
	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_noleft.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; 
	margin-left:-1px;
}
#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: #80735F;
	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: 180px;/* width needed or else Opera goes nuts */
}
.navbar li ul { /* second-level lists */
	z-index:1000;
	position: absolute;
	background: #A09687;
	height: auto;
	font-weight: normal;
	border: 0 0 0 0;
	width: 180px;
	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: #A09687;
	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' */

/*.plain, .plain a, .plain a:visited, .plain a:hover {*/
.textwidget a, .textwidget a:visited{
	font-family: Tahoma, sans-serif !important;
	font-size: 11px !important;
	color: #A09687 !important;
	text-decoration: none !important;
	background-image: none !important;
	background: none !important;
	display: inline !important;
	margin: 0px !important;
	padding: 0px !important;
}
.textwidget a:hover {
	text-decoration: underline !important;
}

#tag_cloud a, #tag_cloud a:visited{
/*	font-family: Tahoma, sans-serif !important;
	font-size: 11px !important;
	color: #A09687 !important;
	text-decoration: none !important;*/
/*	line-height:18px !important;
	background-image: none !important;
	background: none !important;
	display: inline !important;
	margin: 0px !important;
	padding: 0px !important;*/
}

#php-code-1 .widgettitle {
	margin-bottom: 5px;
}
#php-code-1 a, #php-code-1 a:visited{
	font-family: Tahoma, sans-serif !important;
/*	font-size: 11px !important;
	color: #A09687 !important;
	text-decoration: none !important;*/
	line-height:14px !important;
/*	line-height:22px !important;
	background-image: none !important;
	background: none !important;
	display: inline !important;
	margin: 0px !important;
	padding: 0px !important;*/
}
/*
#php-code-1 a:after{
	font-size: 11px !important;
	content: "\0020 \2022 \0020";
}*/

#php-code-2, #php-code-2 a, #php-code-2 a:visited{
	font-family: Tahoma, sans-serif !important;
	font-size: 11px !important;
	color: #A09687 !important;
	text-decoration: none !important;
	background-image: none !important;
	background: none !important;
	display: inline !important;
	margin: 0px !important;
	padding: 0px !important;
}
#php-code-2 a:hover {
	text-decoration: underline !important;
}

.author_info {
	padding:5px 0px 0px 0px;
}
.avatars_article {
	FONT-SIZE: 11px;
	COLOR: #6D6152;
	LINE-HEIGHT: 14px;
	FONT-FAMILY: arial,helvetica,arial,sans-serif;
	padding:0px 5px 0px 0px;
}

#contributors {
	float:none;
	display:block;
	/*padding-bottom:15px;
	height:auto;*/
	/*width:200px;
	height:400px;*/
	
	/*height:400px;*/
}
.contributor_container{
	display: block;
	width:63px;
	height:85px;
	float:left;
	text-decoration: none !important;
	background-image: none !important;
	background: none !important;
	margin: 0px !important;
	padding: 8px 0px 0px 0px !important;
	text-align:center;
}

.avatar, .avatar-55, .photo{
	text-decoration: none !important;
	background-image: none !important;
	background: none !important;
	display: inline !important;
	margin: 0px !important;
	padding: 0px !important;
}

#contributors .contributor_container .name{
	FONT-SIZE: 9px;
	COLOR: #80735f; 
	LINE-HEIGHT: 12px; 
	FONT-FAMILY: arial,helvetica,arial,sans-serif; 
	white-space:nowrap;
	padding-top:3px;
}
/*
#contributors .contributor_container .links a,
#contributors .contributor_container .links a:hover,
#contributors .contributor_container .links a:active, 
#contributors .contributor_container .links a:visited {
*/
#contributors .contributor_container .links,
#contributors .contributor_container a,
#contributors .contributor_container a:active, 
#contributors .contributor_container a:visited {
	text-decoration: none !important;
	background-image: none !important;
	background: none !important;
	display: inline !important;
	margin: 0px !important;
	padding: 0px 0px 0px 0px !important;	
	FONT-SIZE: 9px;
	COLOR: #A0937E;/*#80735f; */
	LINE-HEIGHT: 11px;
	/*LINE-HEIGHT: 12px; */
	FONT-FAMILY: arial,helvetica,arial,sans-serif; 
}

#contributors .contributor_container a:hover {
	text-decoration: underline !important;
}
.break{
	display:block;
	height:10px;
	width:100%;
}