@charset "utf-8";
/* CSS Document */


/* COLOURS ***************************************************** */

/* #52c6c2 - blue background */

/* #fafaf0 - white canvas */

/* #ea4486 - pink rollover */

/* #666 - grey text */

/* #6c6c6c - grey breadcrumbs */

/* #89bfcf - blue left panel rollover */

/* ************************************************************* */


#top-middle {
	width:840px;
	float:left;
	background:#fafaf0 url(../images/bg-header-top.jpg) no-repeat top;
	height:auto;
}
#second-middle {
	width:840px;
	float:left;
	background:#fafaf0 url(../images/bg-top-middle.jpg) no-repeat top;
	height:auto;
}

#content-header p.link-pinkarrow a {
	color: #666666;
	font-size: 14px;
	text-decoration: underline;
	background: url(../../global-images/icon-pink-arrow.gif) no-repeat left center;
	padding: 0px 0px 0px 12px;
	font-weight: bold;
}
#content-header p.link-pinkarrow a:hover {
	color: #ea4486;
	text-decoration: none;
}


#sitemap {
	float:left;
	width:595px;
}

#sitemap-left {
	float:left;
	width:289px;
}

#sitemap-right {
	float:right;
	width:289px;
}


#sitemap ul.tier1 {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#sitemap ul.tier1 li a {
	color: #666;
	font-size: 12px;
	text-decoration: underline;
	background: url(../../global-images/icon-arrow-tier2.gif) no-repeat left center;
	padding: 0px 0px 0px 12px;
	line-height: 25px;
}
#sitemap ul.tier1 li a:hover {	
	color: #ea4486;
	text-decoration: none;
}


#sitemap ul.tier1 ul {
	margin: 0 0 0 12px;
	list-style: none;
	padding: 0px;
}
#sitemap ul.tier1 ul li a {
	color: #666;
	font-size: 10px;
	text-decoration: underline;
	background-image:none;
	line-height: 25px;
}
#sitemap ul.tier1 ul li a:hover {
	color: #ea4486;
	text-decoration: none;
}



#sitemap p.link-pinkarrow a {
	color: #666666;
	font-size: 12px;
	text-decoration: underline;
	background: url(../../global-images/icon-pink-arrow.gif) no-repeat left center;
	padding: 0px 0px 0px 12px;
	font-weight: bold;
	line-height: 25px;
}
#sitemap p.link-pinkarrow a:hover {
	color: #ea4486;
	text-decoration: none;
}


#sitemap .border-289-B {
	margin: 20px 0px;
}
