/*---------RE-HASHING GENERAL DECLARATIONS---------*/

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #460C1F;
	font-size: 0.72em;
}

a:link {
	color: #474747;
	text-decoration:underline;
}

a:visited {
	color: #474747;
	text-decoration: underline;
}

a:active {
	color: #474747;
	text-decoration: underline;
}
a:hover {
	/*color: #5000A0;*/
	text-decoration: underline;
}

img {
	border: none;
}

p {
}

h1 {font-size: 125%;
	font-weight: bold; 
}
	
h2 {font-size: 110%;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	color: #A51445; 
}
	
h3 {font-size: 95%;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	color: #A51445; 
}
	
h4 {font-size: 100%; 
	font-family: Georgia, Times, serif;
	font-weight: bold;
	color: #A51445;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #333;
	text-decoration: underline;
}

h2 a:hover {
	text-decoration: underline;
}

h3 a:link, h3 a:visited, h3 a:active {
	text-decoration: underline;
}

h3 a:hover {
	text-decoration: underline;
}

h4 a:link, h4 a:visited, h4 a:active {
	text-decoration: underline;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	color: #474747;
	font-size:95%;
}

h4 a:hover {
	text-decoration: underline;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	color: #474747;
}

.landingSection h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p.landingOverview img{

margin:0 0.7em 0.7em 0;
}

a.readmore, .readmore a:link, .readmore a:visited, .readmore a:active {
	color: black;
	text-decoration: underline;
	font-size:100%;
	font-weight:bold;
}

a:hover.readmore {
	color: #7EBECA;
	text-decoration: underline;
}



q {
display:block;
margin:0;
padding:0;
margin-left:20px;
padding:1em 0 1em 5px;
border-left:4px solid #E59CAA;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:140%;
color:#C01848;
font-weight:bold;
font-style:italic;
}

h1, h2, h3, h4, h5 {
color:#57A2AF;
}

#hpMessages h2 {
color:#000;
}

h6 {
color: #460C1F;
font-size: 90%;
font-weight:normal;
}

/************************ header stuff ***********************/

/* accessibility class to allow screen readers to skip straight to content */
#skipnav {
	display:none;
}

#rightHead {

}

#rightHead a {
	text-align: right;
	color: #5A5A5A;
	font: bold 11px Georgia, Times, serif;
}

#topBanner {
}
#leaderboard{
width:100%;
overflow:hidden;
margin-bottom:0.5em;
text-align:center;
}



.thumbTitle {
	font-size: 105%;
	font-weight: bold;
/*	color: #2B292B;*/
color:white;
	background-color: #7EBECA;
	margin: 0 1px 5px 1px;
	padding: 1px 2px 1px 2px;
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.latest {
	background: #D0E8EA; margin: -5px 0 5px 0; padding-top: 5px;
}

.latest p {
	color: #460C1F;
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
}
.latestArrow {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	float: right;
	margin: 0 3px;
}

/*****************HERE BE THE STUFF IN THE LEFT HAND BIT********************/
/*Poll module*/
#pollBox{
	border:solid 1px #afdae1;
	margin-top:15px;
	padding-bottom:8px;
	}
#pollBox h3{
	background-color:#afdae1;
	font-size:150%;
	color:white;
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
}

/*End poll module*/

/* pollwrapper PIXELS USED ON ALL POLL OPTIONS DUE TO OLD IE ERRORS */
#poll {
	background-color:#7EBECA;
	color:white;
	font-weight:bold;
}

/* the title above poll */
#pollHeader {
color:white;
/*color: #C01647;*/
font: bold 160%  Georgia, Times, serif;
}

/* the single question */
#pollQuestion {
	color:#000;
	padding:10px 10px 0 10px;
	font-size: 10px;
	font-weight:bold;
	text-align:left;
}

/*each of the options to the question*/
.pollOption {
	color:#000;
	font-size: 10px;
	padding: 0px 10px 0 10px;
	font-weight:bold;
	text-align:left;
}

/* submit button */
#pollButton {
	text-align:left;
	margin: 10px 0 5px 0;
	margin-left:0;
	padding-left:0;
}

/* the actual percent number */
.pollPercent {
	color: #000;
	font-size: 10px;
}

/* the result percentage bar */
#pollBar {
	font-size: 10px;
	color: #000;
	background-color: #000;
	margin-left: 10px;
}

/******************** content gumf ************************/

.breadcrumbs {
	padding: 3px;
	margin-bottom: 0.5em;
	font-size:95%;
}

.breadcrumbs a:link {
	border-bottom: 0px !important; 
}

.breadcrumbs a:visited {
	border-bottom: 0px !important; 
}

.breadcrumbs a:hover {
}

.breadcrumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	margin: 0px;
} 

.breadcrumbs ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	display: inline;
}

#contentWrapper p a:link, 
#contentWrapper p a:visited, 
#contentWrapper p a:hover, 
#contentWrapper p a:active,
#contentWrapper li a:link, 
#contentWrapper li a:visited, 
#contentWrapper li a:hover {
}

.catSell {
	font-weight: bold;
}

/********* subindex pages *******/
div#index{
	position:absolute;
	margin:12px 0pt 0pt 155px;
}

div#index p.intro{}
div#index div.indexItem{}
div#index div.pic{
width:100px;
height:75px;
overflow:hidden;
text-align:center;
float:left;
margin-right:1em;
}
div#index h2.headline{}
div#index p.teaser{}
div#index p.readmore{}

/********* unique to homepage **********/

h4 { text-transform: uppercase; font-size: 110% }

div#hpMessages{

width:182px; 
float:left; 
margin-top: -3px; 
margin-bottom: 5px;
} 

div#hpMessages ul{
margin:0;
padding:0;
list-style:none;
} 

div#hpMessages ul li{
padding-left:20px;
margin-top:8px;
background-image:url(/images/wh_bullet_small.gif);
background-position:5px 1px;
background-repeat:no-repeat;
} 

div#hpMessages a:link, div#hpMessages a:visited {
text-decoration:none;
} 

div#hpMessages a:hover {
	text-decoration:underline;
} 



.featureSubHead {
	font-weight: bold;
	color: #474747;
}
.boxOutArticle {
	/*background-color: #F8E9ED;*/
}
.boxOutArticleHeadline {
	font-size: 95%;
	/* color: #555; */
	/*margin: 3px 1px 6px 1px;*/
	/*padding: 1px 2px 1px 2px;*/
	font-weight:bold;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.boxOutArticleHeadline h3 {
	/*font-size:95%;
	color: #474747;
	display:inline; */
}
.boxOutArticleHeadline a:link {
	text-decoration:none;
}

.boxOutArticleHeadline a:hover {
	text-decoration:underline !important;
}

.boxOutArticleTeaser {
	font-size: 95%;
	color: #555;
	margin: 4px 1px 0 1px;
	padding: 1px 11px 6px 11px;
	width: 124px;
	overflow: hidden;
}
.boxOutArticleTeaser a:link {
	text-decoration:none;
}
.boxOutArticleTeaser a:visited {
	text-decoration:none;
}
.boxOutArticleTitle {
	font-size: 95%;
	color: #A51445;
	margin: 0 1px 0 1px;
	padding: 1px 2px 1px 2px;
}

.boxOutTitle {
	background-color: #A24355; width: 148px; margin-left: 1px; height: 16px; color: #fff; font-weight: bold; text-align: center;
	font-size: 90%/*100%*/; padding-top: 3px; padding-bottom:3px; text-transform: uppercase;
}

.boxOutTitle h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size:110%;
}

.boxOutTitle h2 a:link, .boxOutTitle h2 a:visited {
	color:white;
	text-decoration:none;
}


.boxOutTitle a, .boxOutTitle a:active, .boxOutTitle a:visited, .boxOutTitle a:hover {
	color: #fff;
}

.boxOutTitle h2 a:hover {
	text-decoration:underline;
}

.boxOutTeaser {
	z-index: 2; font-size: 95%; left: 4px; font-weight: bold; height: 40px; color: #444;
}

.contentIsland {
	width:115px;
}

.contentIsland ul {
	list-style: none;
	margin: 0 0px 0 0;
	padding: 0;
	font-size: 95%;
}

.contentIsland h3 {
	display: none;
}

.contentIsland a {
	font-weight: bold;
	text-transform: uppercase;
}

div#whatsHappening {
	float: left; 
	background-repeat: repeat-y; 
	margin-top: 8px;  
	width: 230px; 
	/*height: 200px; */
	/*border-top: 1px solid #C7E2B8;  
	border-bottom: 1px solid #C7E2B8; */
	margin-right: 10px;
}

div#whatsHappening h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-transform: uppercase;
}

div#whatsHappening p {
	font-size: 95%;
}

.boxOut {
	background-color: #dfe9ea;
	float: left;
	width: 148px;
	margin-top:14px;
}

.boxOutCell {
	background-color: #dfe9ea;
	width: 148px;
	margin-top:14px;
}

.boxOut img {
	width:126px;
	height:126px;
	margin:0 11px 0 11px;
}

.boxOutCell img {
	width:126px;
	height:126px;
	margin:0 11px 0 11px;
}

.boxOutText {
	font-weight:bold;
	font-size:85%;
	padding:6px 11px 9px 11px;
	width:126px;
}

div#posts {
width:148px;
overflow:hidden;
}

div#posts h3 {
font-size:120%;
display:none;
}

#posts ul {
margin:0;
padding:0;
list-style:none;
	margin-top: 3px;
	font-size: 92%;
	margin-left: 0;
	padding-left: 0;
}
#posts ul li{

/*	margin-left: 16px;
	padding-left: 3px;*/
font-weight:bold;
padding-left:20px;
margin-top:2px;
background-image:url(/images/wh_bullet_small.gif);
background-position:5px 1px;
background-repeat:no-repeat;
}
#posts {
	margin-top: 5px;
}

/***********newlstter box ***********************/
div#newsletterBox {

}

div#newsletterBox h3{

}

div#newsletterBox p{
font-size:100%;
color:black;
padding:0;
margin: 7px 2px 0 5px;
}

div#newsletterBox form#newsletter{
}

div#newsletterBox form#newsletter input#email{
font-size: 120%;
background-color: white;
border: 1px solid #666666; 
width:130px;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
padding:2px;
margin:0;
float:left;
margin: 7px 2px 0 5px;
}

div#newsletterBox form#newsletter div#newsletterSubmit{
float:right;
position:relative;
top:5px;
right:10px;
text-align:center;
margin-bottom:7px;
}

div#newsletterBox form#newsletter div#newsletterSubmit input#submit{

}


div#newsletterBox form#newsletter p#emailMore{
font-size:90%;
padding:0;
margin:0;
}

div#newsletterBox form#newsletter p#emailMore a:link, div#newsletterBox form#newsletter p#emailMore a:visited{
color:black;
font-weight:bold;}

/*************** unique to contact page*************/


/**************unique to subs******************/
#subWrapper {
	margin: 10px;
	font-size: 90%;
}
.subSection {
	padding: 20px;
	border-left: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
#subDot {
	margin: 0 0 -20px 4px;
}
.subButton {
	float:right; margin-top: -11px;
}
.dateSection {
	padding: 10px;
	border-top: 1px dotted #666;
	height: 1em;
	width:100%;
	overflow:hidden;
}

.subNum {
	margin: 0 5px -6px 0;
}

/********************* right bar******************/

#google {
}

#google p {
}

.emailHeader {
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
}

.emailFeature {
	margin: 0px;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 6px;
	}

/***************************misc***********************/

#source {
font-size:95%;
}

.date {
	font-size: 92%;
	font-style: italic;
}

.threadsTease {
	font-size: 92%;
}

#terms {
}

#copyright, #copyright a {
	color: #460C1F;
}


#splitWrapper {
	font-size: 90%;
	background-image: url(/images/split.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.leftSplit {
}

.rightSplit {
}

.leftFloatPic {
}

.rightFloatPic {
}

#choiceBoxContainer {
	background-color: #5A5A5A;
	font: 94% Georgia, Times, serif;
}

#subscribebox {
height: 100px;
margin-top: 50px;
margin-bottom: 5px;
width: 459px;
border: 1px solid #ddd;
padding: 4px;
}

#subscribebox h3{
font-size:120%;}

.specialFeature {
background-color: white;
margin-bottom: 10px;
padding: 5px;
border: 2px dotted #E6D1EF;

}

.normalFeature {
margin-bottom: 5px;
}

.rightCoverItems h3 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2B292B;
}

.roundbox{
	width: 159px;
	background: transparent url(/images/roundbox190.gif) no-repeat center top;
	margin: 8px 0 0 0;
	padding: 0;
}
.roundbox h3 {
	font-size: 100%;
	padding: 4px 0 0 0;
	margin: 0;
	line-height: 1em;
	color:white;
}

.roundboxContent {
	position: relative;
	z-index: 1;
	margin: 0 6px;
	padding: 0;
}
.roundboxClose {
	position: relative;
	padding: 0;
	margin: 0;
	width: 159px;
	font-size: 0;
	height: 12px;
	top: -5px;
	background: transparent url(/images/roundbox190.gif) no-repeat center bottom;
}




/****************************footer***************************/
#footer {
	text-align:center;
	font-size: 92%;
	border-top:1px solid #eee;
	background:white;
}

/********************************************************/
/**************** woman and home Layout.css ******************/
/* This file provides the css layout the woman and home site */
/********************************************************/

a:hover {
}

a:active {
}

img {
	border: 0;
}

p {
	margin: 0;
	padding:0;
	margin-bottom: 1em;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

hr {
 	height: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

form { 
	margin: 0;
	padding: 0;
}

h1 { 
	text-align:center;
	margin-bottom: 6px;
}

h2 {
	margin-bottom: 4px;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	border-bottom: 0px;
}

h3 {
	border-bottom: 0px;
}

h3 a:link {
	border-bottom: 0px !important;
}

h3 a:visited {
	border-bottom: 0px !important;
}

h3 a:hover {
	border-bottom: 0px !important;
}

h3 a:active {
	border-bottom: 0px !important;
}

a.readmore,
a:link.readmore,
a:visited.readmore,
a:active.readmore {
	border: 0;
	font-weight:bold;
}

a:hover.readmore {
	border: 0px;
}

a.more,
a:link.more,
a:visited.more,
a:active.more {
	border: 0;
	font-weight:bold;
}

a:hover.more {
	border: 0px;
}


/* clearfix class goes on a container to save the need to put an empty clearing div in html */	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/************************ header stuff ***********************/

/* accessibility class to allow screen readers to skip straight to content */
#skipnav {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

/* banner is the very first element at top of page, */
/* it contains the site logo and a banner ad        */
div#banner {
	width:400px;
	float:left;
	margin-bottom:5px;
}

#rightHead {
position:relative;
top:10px;
width:200px;
float:right;
}

#rightHead a{

}

#topNavContainer {
	margin:10px 0 15px 0;
	padding:0;
	border-top:1px solid #7EBECA;
	border-bottom:1px solid #7EBECA;
	background:white;
	clear:both;
	font-weight:bold;
	color:#676767;
	font-size:110%;
}
.topNavLink {
	text-decoration: none !important;
}
.topNavLink:hover {
	text-decoration: underline !important;
}
/*ul#navigation 
{
margin: 0;
padding: 0;
margin-top:5px;
margin-bottom:5px;
margin-left:auto;
margin-right:auto;
}

ul#navigation li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:100%;
font-weight:bold;
margin-right:16px;
}

ul#navigation a
{
margin:0;
padding:0;
padding-left:19px;
background-image: url(/images/wh_bullet.gif);
background-position:1px ;
background-repeat: no-repeat;
text-transform:uppercase;
}
*/

ul#navigation a:link, ul#navigation a:visited
{
color: black;
text-decoration: none;
}

ul#navigation a:hover
{
/*border: 1px solid #333;*/
/*background-color: #FF6600;*/
background-image: url(/images/wh_bullet.gif);
background-repeat:no-repeat;
color: black;
}





/* top nav only in layout because no style required - uses images */
.topNav
{
position: relative;
white-space: nowrap;
display: inline;
height: 22px;
margin: 0;
padding: 0;
float: left;
}

.topNav a
{
height: 22px;
display: block;
float: left;
}

.topNav img
{
height: 22px;
border: 0;
}

* html a:hover
{
visibility:visible;
}

.topNav a:hover img
{
visibility:hidden;
}



/******************** left bar ********************/


/* pollwrapper */
#poll {
	margin: 0;
	margin:5px 0;
	width: 118px;
	border:1px solid #777;
	color:white;

}

/* the title above poll */
#pollHeader {
border-bottom: 1px solid #7EBECA;
padding-bottom: 5px;
margin:5px;
margin-bottom: 5px;
}

/* the single question */
/*
#pollQuestion {
	margin:5px;
	margin-bottom: 1em;
}
*/

/* specific alignment for radio buttons */
.pollRadio {
	float: left;
	position: relative;
	top: -2px;

}

/* the actual percent number */
.pollPercent {
	display: inline;
	float: right;
}

/* the result percentage bar */
.pollbar {
	display: block;
}

.emailHeader {
	padding-top: 3px;
	padding-left: 4px;
	height: 15px;
}

.emailFeature {
	padding: 0px;
	border-bottom: 1px solid #000;
}

/* =Centre content
----------------------------------------------- 
*/

.catSell {
	margin: .5em 0;
}

#breadcrumbs {
	padding: 3px;
	margin-bottom: 0.5em;
}

#breadcrumbs a:link {
	border-bottom: 0px !important; 
}

#breadcrumbs a:visited {
	border-bottom: 0px !important; 
}

#breadcrumbs a:hover {
}

#breadcrumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	margin: 0px;
} 

#breadcrumbs ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	display: inline;
}



#homepage {
float: left;
margin-left: 0px;
padding: 0;
width: 472px;
}

#splitWrapper {
}

.leftSplit {
	float: left;
	width: 234px;
}

.rightSplit {
	float: right;
	width: 224px;
}

.leftFloatPic {
	float:left;
	margin-right: 8px;
}

.rightFloatPic {
	float:right;
	margin: 0 8px 0 8px;
}

#choiceBoxContainer {
	margin-top: 10px;
}



.featureIndexPic {
	float: left;
	margin-right: 10px;
	margin-left: 2px;
	margin-bottom: 5px;
}

.featurePic {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	clear:both;
}

.featureText {

}

.pagination {
	float: right;
	margin-bottom: 5px;
	margin-right: 20px;
}

#topBanner {
	margin-bottom: 10px;
}

.rightCoverItems h3 {

}

.goBackLink a:link, .goBackLink a:visited {
	font-weight:bold;
}

/********* unique to homepage **********/

h4 { 
}

.featureSubHead {
}
	
.boxOutArticle {
}

.boxOutArticleTitle {
}

.boxOutTitle {
}

.boxOutTitle a, .boxOutTitle a:active, .boxOutTitle a:visited, .boxOutTitle a:hover {
}

.boxOutTeaser {
}

.boxOut {
}

.posts ul {
}

.posts ul li{
}

.posts {
}

div#hpMessage {}

/* =right bar
----------------------------------------------- 
*/

#google {
	position: relative;
	text-align: center;
}

#google p {
	height: 600px; 
 	width: 120px;
}

/******************* misc **************************/

.button {
	border: 0;
	margin-top: 1px;
	margin-bottom: 2px;
	padding: 0;
}


.date {
}
	
.threadsTease {
	margin-bottom: 1em;
}

.competitionPic img {
	width: 200px;
	float: right;
	margin: 0 10px 10px 10px;
}

#emailEditor {
	border:0px solid #80BFCA;
	margin:0/* auto*/;
	text-align:center;
	background:white;
}

#emailEditor h3 {
	margin:4px 1px;
}

#emailEditor h4 {
	margin:0;
	padding:0;
	margin: 3px 0
}

#emailEditor div a {
	display:block;
	/*color:inherit !important;*/
	color:red !important;
}

#emailEditor div a:hover {
	background-color:transparent !important;
}


/************************Directory Search **************/

div#directorySearch {
	width:143px;
}


/************************footer*********************/

#footer {
	clear: both;
	margin-top: 0px;
	height: 39px;
}

#terms {

}

#copyright {
	margin-top: 10px;
}

/******************** Additional styling colour classes for Hazel************/

.blue      { color:#8499cb; }
.pinkyred  { color:#d67c9a; }
.purple    { color:#a84d8f; }
.turquoise { color:#80b7bc; }

div#comments {
	border:1px solid #7ebeca;
	padding:10px;
}

/******************* new for redesign sept 2007 *****************************/

.promo_box {
	background-color:#afdae1;
	width: 120px;
}

#search_field {
	background-image:url('/images/search_input_bg.gif'); /* doesnt work on safari - probably a good thing. */
	background-repeat:no-repeat;
	font-size: 13px !important;
	float:left; 
	padding: 2px !important;
	border: solid 0px #a7a7a7;
	width: 182px; height:22px !important; 
}

/****************** Google Maps Application ************************************/
#formContainer{
margin-bottom:1em;
width:471px;
}

#clubForm{
background-color:#afdae1;
padding:0.8em;
}
#clubForm fieldset{
border:none;
border-top:1px solid #57A2AF;
padding:0;
margin-bottom:1em;
width:48%;
float:left;
}
#clubForm legend{
	color:#57A2AF;
	}
#clubForm label{
display:block;
	clear:left;
	line-height:180%;
	}
#clubForm input, clubForm textarea{}
#clubForm button{
	background-color:#e0f2f4;
	border:1px solid #838383;
	text-transform:uppercase;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
button#f_submit{
	margin-left:49%;
}
#clubForm .error{
	color:#FF0000;
}
#clubForm input.error{
	border:2px solid #FF0000;
}
h2#f_error,h2#f_complete{
font-size:1em;
line-height:2.5em;
text-align:center;
font-weight:bold;
margin:1em 0;
width:471px;
}
h2#f_error{
background-color:#FF3333;
color:#000000;
}
h2#f_complete{
background-color:#AFDAE1;
}
h2#f_error a,h2#f_complete a{
padding:0 0.5em 0 0;
float:right;
font-size:0.75em;
font-weight:bold;
}
a.close{
	background:url(../images/symbol_close.png) no-repeat top left;
	display:block;
	height:13px;
	width:13px;
	float:right; 
	font-size:0.75em; 
	font-weight:bold;
	}
	a.close span{
	display:none;
	}
	
/******************* Temp styles for Olay sponsorship *****************************/

.sponsor {
	float: right; 
	width: 190px; 
	padding-bottom: 10px;
	}
.sponsorImg {
	float: right;
	}
