/**********************************************************************/
/* NEW Layout Styles */
/**********************************************************************/

/**********************************************************************/
/* Main Navigation */
/**********************************************************************/

div.mainbar { 
}

div.mainnav {
	background: #96A394 url('/images/nav/mainbarr.gif') no-repeat top right;
	float: left;
	z-index: 1001; /* DEV NOTE: Ensure div appears above pagecurl */
}

.mainnav ul { 
	background: transparent url('/images/nav/mainbarl.gif') no-repeat top left;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.mainnav ul li {
	border-bottom: 1px solid #C1D1C1;
	float: left;
}

.mainnav ul li a {
	display: block;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 31px;
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.mainnav ul li.mainnavon {
	border-bottom: none;
}

.mainnav ul li.mainnavon {
	background: transparent url('/images/nav/maintabr.gif') no-repeat top right;
}

.mainnav ul li.mainnavon a {
	background: transparent url('/images/nav/maintabl.gif') no-repeat top left;
	color: #FFFFFF;
	line-height: 32px;
}

.mainnav ul li.mainnavonalt a { /* MFE DEV NOTE: For home tab on homepage */
	background: transparent url('/images/nav/maintablalt.gif') no-repeat top left;
}

.mainnav ul li a:link, .mainnav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.mainnav ul li a:active, .mainnav ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/**********************************************************************/
/* Sub Navigation */
/**********************************************************************/

div.subbar {
	background-color: #FFFFFF;
	background: url('/images/nav/subbar.gif') repeat-x top left;
	border-top: 2px solid #3366CC;
	clear: both;
	width: 920px;
}

ul.subnav {
	border-bottom: 1px dotted #99CC99;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

ul.subnav li {
	float: left;
}

ul.subnav li a {
	display: block;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 31px;
	text-decoration: none;
	color: #0066CC;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

ul.subnav li a:link, ul.subnav li a:visited {
	color: #0066CC;
	text-decoration: none;
}

ul.subnav li a:active, ul.subnav li a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/**********************************************************************/
/* Layout Styles */
/**********************************************************************/

div#homepagewrapper { /* special centred wrapper for pi homepage */
	/* centering method 1 - also in body style in global.css */
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 610px;
	
	/* centering method 2 */
	/* left: 50%;
	margin-left: -305px;
	position: relative;
	width: 610px; */

}

div#commsapprovalwrapper { /* special centred wrapper for creative approval pages */
	/* centering method 1 - also in body style in global.css */
	position: relative;
	margin: 0 auto;
	/* padding: 0; */
	/* text-align: center; */
	top: 10px;
	width: 900px;

	/* left: 50%;
	margin-top: 30px;
	margin-left: -450px;
	text-align: center;
	position: relative;
	width: 900px; */
}

div#homepageheader {
	background: url('/images/homepage/tagline.gif') no-repeat scroll right top;
	background-position: right top;
	height: 80px;
	position: relative;
	top: 0px;
	width: 610px;
}

div#homepagenav {
	background: url('/images/homepage/navbg.gif') no-repeat scroll right top;
	clear: both;
	height: 26px;
	width: 610px;
}
div#homepagecontentwrapper {
	width: 610px;
}

div#homepagelinks {
	text-align: center;
	font-size: 1em;
	color: #666666;
}

div#homepagelinks a {
	color:#666666;
}

div#wrapper {
	/* centering method 1 - also in body style in global.css */
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 920px;
	
	/* centering method 2 */
	/* width: 920px;
	position: relative;
	left: 50%;
	margin-left: -460px; */
}

div#accountwrapper {
	/* centering method 1 - also in body style in global.css */
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 920px;
	
	/* centering method 2 */
	/* width: 920px;
	position: relative;
	left: 50%;
	margin-left: -460px; */
}

div#header {
	height: 98px;
	width: 920px;
}

div#accountheader {
	height: 88px;
	width: 766px;
}

div#nav {
	border-bottom: 2px solid #0066CC;
	margin-top: 22px;
	position: relative;
	width: 920px;
	z-index: 1001;
}

div#tagline {
	background: url('/images/homepage/tagline.gif') no-repeat scroll right top;
	height: 22px;
	left: 508px;
	position: absolute;
	top: 45px;
	width: 232px;
	z-index: -1; /* MFE NOTE: should be below #mainbar and #userlinkswrapper */
}

/* DEVNOTE: pagecurl class no longer used - moved to inline style so it can be changed dynamically */
div#pagecurl {
	background: url('/images/homepage/pagecurl.gif') no-repeat scroll right top;
	height: 143px;
	left: 614px;
	position: absolute;
	top: 20px;
	width: 306px;
	z-index: -2; /* MFE NOTE: should be below #mainbar and #userlinkswrapper #tagline */
}

div#contentwrapper {
	min-height: 600px;
	/* MFE current */
	/* width: 766px; */
	/* MFE replacement */
	width: 930px; /* MFE NOTE: Allows for skyscraper position plus pixels to fix issue with 3rd party advert tags */
}

div.content {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 610px;
}

div.ukcontent {
	float: left;
	margin-bottom: 10px;
	width: 620px;
}

div.ukcontentfull {
	float: left;
	margin-bottom: 10px;
	width: 920px;
}

div#accountcontent {
	margin-bottom: 20px;
	margin-left: 10px;
	/* float: right; */
	width: 756px;
}

div#subnav {
	/* float: left; */
	background-color: #DBFFDB;
	border-bottom: 1px dotted #99CC99;
	width: 920px;
}
div#subcontentwrapper {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 300px;
}

div#subcontent {
	border-bottom: 1px dotted #99CC99;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div#subfeedwrapper {
	width: 300px;
	border-bottom: 1px dotted #99CC99;
	margin-bottom:10px;
	padding-bottom:10px;
	clear:both;
}

div#sublinkswrapper {
	float: left;
	width: 180px;	
}
div#sublinks {
	border-right: 1px dotted #99CC99;
	margin-right: 10px;
	padding-right: 10px;
}

div#subadcontentwrapper {
	float: left;
	width: 120px;
}

div#subadcontent {
	z-index: 3000;
}

/* UK SUB NAV CONTENT WRAPPER */

div#uksubcontentwrapper {
	display: inline;
	float: left;
	margin: 285px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	width: 300px;
	border-top: 1px dotted #990000;	
}
div#uksublinkswrapper {
	float: left;
	width: 180px;
}
div#uksublinks {
	border-right: 1px dotted #990000;
	margin-right: 10px;
	padding-right: 10px;
}
div#uksublinks a {
	color:#990000;
}
div#uksublinks a:hover {
	text-decoration:underline;
	color:#FF6600;
}

div#uksubadcontentwrapper {
	float: left;
	width: 120px;
}

/* END */

div#footer {
	border-top: 2px solid #3366CC;
	clear: both;
	margin-top: 10px;
	width: 920px;
}

#homepagewrapper #footer {
	border: none;
	margin: 0;
	width: 610px;
}

div#accountfooter {
	margin-top: 30px;
	clear: both;
	width: 766px;
}

#commsapprovalfooter {
	margin-top: 100px;
	margin-bottom: 30px;
}

div#aboutthispage {
	left: 0px;
	margin-top: 150px;
	padding-bottom: 10px;
	position: absolute;
	top: 0px;
	width: 610px;
}

div#adcontent {
	left: 226px;
	position: absolute;
	top: 25px;
	z-index: 5000;
}

div#mpucontent {
	left: 620px;
	top: 190px;
	position: absolute;
	z-index: 4000;
}

#accountwrapper #subadcontent {
	top: 126px;
	left: 778px;
	position: absolute;
	z-index: 3000;
}

/**********************************************************************/
/* Header styles */
/**********************************************************************/

/* header styles */

#header .logo {
	margin: 0;
	margin-top: 29px;
	padding: 0;
}

/* account header styles */

#accountheader .logo {
	float: left;
	margin-left: 9px;
	margin-top: 15px;
}

#accountheader p {
	background: url('/images/account/tagline.gif') no-repeat;
	float: right;
	height: 32px;
	margin-top: 19px;
	text-indent: -5000px;
	width: 226px;
}


#homepageheader .logo {
	float: left;
	margin-top: 14px;
}

/* Homepage header styles */

#homepageheader p {
	/* background: url('/images/homepage/tagline.gif') no-repeat; */
	/* float: right; */
	/* height: 104px; */
	/* margin-top: 0px; */
	text-indent: -5000px;
	/* width: 362px; */
}

/**********************************************************************/
/* Navigation styles */
/**********************************************************************/

/* homepage navigation styles */

#homepagenav p {
	background: url('/images/homepage/start.gif') no-repeat;
	float: left;
	height: 22px;
	margin: 0;
	text-indent: -5000px;
	padding: 0;
	width: 208px;
}

#homepagenav ul {
	font-family: Tahoma;
	font-size: 1.1em;
	float: right;
	list-style: none;
	margin: 0;
	margin-top: 7px;
	padding: 0;
}

#homepagenav ul a {
	margin-left: 6px;
}

#homepagenav ul li {
	background: url('/images/bullets/bar.gif') no-repeat left; /* use background image to create 'bullet' */
	float: left;
	margin-left: 4px;
}

#homepagenav ul li:first-child {
	background: none;
	margin-left: 0;
}


/* navigatiom styles */

.userlinkswrapper {
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 1003;
}

.userlinkswrapper p {
	color: #000000;
	display: inline; /* bug fix for IE 6 and below to stop doubling up of margins */
	float: left;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.userlinkswrapper ul.userlinks {
	font-family: Tahoma;
	float: left;
	list-style: none;
	margin: 0;
	margin-top: 1px;
	padding: 0;
}

.userlinkswrapper ul.userlinks a {
	font-size: 1.1em;
	margin-left: 6px;
}

.userlinkswrapper ul.userlinks li {
	background: url('/images/bullets/bar.gif') no-repeat left; /* use background image to create 'bullet' */
	float: left;
	margin-left: 4px;
}

.userlinkswrapper ul.userlinks li:first-child {
	background: none;
	margin-left: 0;
}

.userlinkswrapper ul.navlinks {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.userlinkswrapper ul.navlinks li {
	float: left;
	margin: 0;
	margin-right: 1px;
	padding: 0;
}

.userlinkswrapper ul.navlinks a {
	background-color: #00CC00;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
}

.userlinkswrapper ul.navlinks li:first-child a { 
	/* margin-left: 0; /* remove margin on first link */
}

.userlinkswrapper ul.navlinks a.highlighted {
	background-color: #0066CC;
	border-bottom: 1px solid #0066CC;
}

.userlinkswrapper ul.navlinks a:hover { /* must appear below other 'a' link elements */
	background-color: #0066CC;
}

.userlinkswrapper ul.navlinks a.highlighted:hover {
	background-color: #0066CC;
	border-bottom: 1px solid #0066CC;
}


/* Account navigation styles */


div#accountnav {
	position: relative;
	width: 100%;
	z-index: 1001;
	background-image:url(/images/account/menutab-line-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}


#accountnav p {
	color: #000000;
	display: inline; /* bug fix for IE 6 and below to stop doubling up of margins */
	float: left;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 2.4em;
	margin: 0;
	margin-left: 211px;
	padding: 0;
}

#accountnav ul.userlinks {
	font-family: Tahoma;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#accountnav ul.userlinks a {
	font-size: 1.1em;
	line-height: 2.4em;
	margin-top: 4px;
	margin-left: 6px;
}

#accountnav ul.userlinks li {
	background: url('/images/bullets/bar.gif') no-repeat left; /* use background image to create 'bullet' */
	float: left;
	margin-left: 4px;
}

#accountnav ul.userlinks li:first-child {
	background: none;
	margin-left: 0;
}

#accountnav ul.navlinks {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right:5px;
	border-right:5px solid #ffffff;
	border-left:5px solid #ffffff;
}

#accountnav ul.navlinks li {
	float: left;
	margin: 0;
	padding: 0;
}

#accountnav ul.navlinks a {
	background-color: #669966;
	background-image:url(/images/account/menutab-green.gif);
	width:105px;
	height:25px;
	color: #FFFFFF;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	margin-left: 1px;
	margin-top:10px;
	padding: 0;
	padding-top:7px;
	TEXT-ALIGN:center;
	text-decoration: none;
}

#accountnav ul.navlinks li:first-child a { /* remove margin on first link */
	margin-left: 0;
}

#accountnav ul.navlinks a.highlighted {
	background-image:url(/images/account/menutab-selected.gif);
	color:#009966;
}

#accountnav ul.navlinks a:hover { /* must appear below other 'a' link elements */
	background-image:url(/images/account/menutab-selected.gif);
	color:#009966;
}

#accountnav ul.navlinks a.highlighted:hover {
	background-image:url(/images/account/menutab-selected.gif);
}

div#adcentrelogo {
	background: url('/images/account/adcentre-logo.gif') no-repeat scroll right top;
	height: 110px;
	left: 190px;
	position: absolute;
	top: 2px;
	width: 710px;
	z-index: -100; /* NOTE: should be below #nav */
}

/**********************************************************************/
/* Sub navigation styles */
/**********************************************************************/

#subnav h2 {
	border-bottom: 1px solid #99CC99;
	color: #0066CC;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
}

#subnav h4.subnavformheader {
	color: #000000;
	display: block;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 12px 10px 6px 10px;
}

#subnav input.subnavtextbox {
	margin: 0;
	margin-left: 10px;
	width: 100px;
}

#subnav p {
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 1.1em;
	line-height: 1.2em;
}

#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subnav ul a {
	color: #0066CC;
	/* display: block; */
	float: left;
	/* font-family: Tahoma; */
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	/* width: 126px; */
}

#subnav ul a.regular {
	background-color: #DBFFDB; /* CCFFCC */
}

#subnav ul a.user {
	background-color: #DBFFDB; /* DBFFDB */
}

#subnav ul a.info {
	background-color: #DBFFDB; /* FFFFFF */
}

#subnav ul a.highlight {
	background-color: #DBFFDB; /* FFCC99 */
}

#subnav ul a:hover {
	background-color: #0066CC;
	color: #FFFFFF;
}

#subnav ul li {
	/* display: inline; /* bug fix - removes 'extra' padding added by IE */
	float: left;
}

ul.sponsorlinks {
	margin-left: 10px;
	margin-top: 3px !important;
}

#subnav ul.sponsorlinks a {
	border-bottom: none;
	color: #0066CC;
	display: block;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
	width: 126px;
}

#subnav ul.sponsorlinks a:hover {
	background-color: #FFFFFF;
	color: #FF6600;
	text-decoration: underline;
}

#subnav ul.sponsorlinks li {
	background-image: url('/images/bullets/arrow_laquo.gif'); /* use background image to create 'bullet' */
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 9px;
}

#subnav form {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#subnav img.banner {
	margin-top: 10px;
	margin-left: 10px;
}

#subnav img.providedby {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 3px;
}

/**********************************************************************/
/* Sub Links (Sub Content) styles */
/**********************************************************************/

#sublinks h2 {
	border-bottom: 1px solid #99CC99;
	color: #0066CC;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
}

#sublinks h4.subnavformheader {
	display: block;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0px 0px 6px 0px;
}

#sublinks input.subnavtextbox {
	margin: 0;
	width: 100px;
}

#sublinks p {
	margin-left: 0px;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 1.1em;
	line-height: 1.2em;
}

#sublinks ul {
	list-style-type: none;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

#sublinks ul a {
	color: #0066CC;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
}

#sublinks ul a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#sublinks ul li {
	background-image: url('/images/bullets/arrow_laquo.gif'); /* use background image to create 'bullet' */
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	margin-left: 5px;
	padding: 0;
	padding-left: 9px;
}

#sublinks form {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#sublinks img.banner {
	margin-top: 10px;
	margin-left: 0px;
}

#sublinks img.providedby {
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 3px;
}
/**********************************************************************/
/* UK Sub Links (Sub Content) styles */
/**********************************************************************/

#uksublinks h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #990000;
	font-family: Tahoma;
}

#uksublinks h4.subnavformheader {
	display: block;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	color: #990000;
	padding: 0px 0px 6px 0px;
}

#uksublinks input.subnavtextbox {
	margin: 0;
	width: 100px;
	border-color:#990000;
}

#uksublinks input.subnavbutton {
	background: transparent url("/images/forms/button_red.gif") no-repeat;
	margin-top: 5px;
}

#uksublinks p {
	margin-left: 0px;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 1.1em;
	line-height: 1.2em;
}
#uksublinks h4 {
	font-weight: normal;
	font-size: 1.2em;
	color: #990000;
	font-family: Arial;
	margin-top:5px;
	margin-bottom:5px;
}
#uksublinks hr {
	border-bottom: #990000 1px dotted;
	border-top: 0px; /* For Mozilla Glitch */ 
	width: 100%;
	height: 1px;
	color: #50cafd;
}
#uksublinks ul {
	list-style-type: none;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

#uksublinks ul a {
	color: #0066CC;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
}

#uksublinks ul a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#uksublinks ul li {
	background-image: url('/images/bullets/arrow_laquo.gif'); /* use background image to create 'bullet' */
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	margin-left: 5px;
	padding: 0;
	padding-left: 9px;
}

#uksublinks form {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#uksublinks img.banner {
	margin-top: 10px;
	margin-left: 0px;
}

#uksublinks img.providedby {
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 3px;
}

/**********************************************************************/
/* Main content styles */
/**********************************************************************/

/* homepage main content styles */

#homepagecontentwrapper img {
	border: 0;
	margin-bottom: 10px;
}

#homepagecontentwrapper a {
	font-size: 1.1em;
	color: #FFFFFF;
	text-decoration: underline;
}

#homepagecontentwrapper a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#homepagecontentwrapper div.locationlinks {
	margin-bottom: 10px;
	color: #FFFFFF;
}

/* main content styles */

em {
	font-style: normal;
	font-weight: bold;
}

.breadcrumblinks_wrapper {
	line-height: 25px;
}

.breadcrumblinks_resultswrapper {
	margin-bottom: 9px;
}

.breadcrumblinks ul {
	font-family: Tahoma;
	font-size: 1.1em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumblinks ul a {
	color: #0066CC;
	text-decoration: none;
}

.breadcrumblinks ul a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.breadcrumblinks li {
	background-image: url('/images/bullets/arrow.gif'); /* use background image to create 'bullet' */
	background-repeat: no-repeat;
	background-position: left;
	display: inline;
	margin: 0;
	margin-left: 2px;
	padding: 0;
	padding-left: 7px;
}

.breadcrumblinks li:first-child {
	background: none;
	margin-left: 0;
	padding: 0;
}

/**********************************************************************/
/* Footer styles */
/**********************************************************************/

/* Homepage footer styles */



/* Footer styles */

#footer ul {
	background-color: #FFFFFF;
	background: url('/images/nav/footerbar.gif') repeat-x top left;
	border-bottom: 1px dotted #3366CC;
	border-top: 1px solid #FFFFFF;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#footer li {
	float: left;
}

#footer li a {
	display: block;
	float: left;
	font-size: 1.2em;
	line-height: 30px;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer p {
	color: #666666;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0;
}

#footer p a {
	color: #000000;
	text-decoration: none;
}

#footer p a:hover {
	color: #000000;
	text-decoration: none;
}

/* Homepage Footer styles */

#homepagewrapper #footer ul {
	background-color: #00CC00;
	border-bottom: none;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 610px;
}

#homepagewrapper #footer li {
	background-color: #00CC00;
	float: left;
	line-height: 40px;
	padding: 0px 0px 0px 25px;
}

#homepagewrapper #footer li:first-child {
	padding-left: 10px;
}

#homepagewrapper #footer li a {
	color: #FFFFFF;
	display: block;
	font-size: 1.2em;
	margin: 0;
	text-decoration: none;
	padding: 0;
}

#homepagewrapper #footer li a:hover {
	text-decoration: underline;
}

#homepagewrapper #footer p {
	color: #666666;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0;
}

#homepagewrapper #footer p a {
	color: #000000;
	text-decoration: none;
}

#homepagewrapper #footer p a:hover {
	color: #000000;
	text-decoration: none;
}

#accountfooter ul {
	background-color: #99CC99;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 760px;
}

/* Account Footer styles */

#accountfooter li {
	background-color: #99CC99;
	float: left;
	line-height: 40px;
	padding-left: 25px;
}

#accountfooter li:first-child {
	padding-left: 10px;
}

#accountfooter li a {
	color: #FFFFFF;
	display: block;
	font-size: 1.2em;
	margin: 0;
	text-decoration: none;
	padding: 0;
}

#accountfooter li a:hover {
	text-decoration: underline;
}

#accountfooter p {
	color: #666666;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0;
}

#accountfooter p a {
	color: #000000;
	text-decoration: none;
}

#accountfooter p a:hover {
	color: #000000;
	text-decoration: none;
}

/**********************************************************************/
/* Clear fix */
/**********************************************************************/

.clearfix {
	clear: both;
}