
/*------------------------------------------------------------------------------
|    =Sitemap
------------------------------------------------------------------------------*/

.sitemap2 a,
.sitemap2 a:link,
.sitemap2 a:visited
{
	color: #91B9C9;
	text-decoration: none;
}
.sitemap2 a:active,
.sitemap2 a:hover,
.sitemap2 a:focus
{
	color: #FFF;
}

.sitemap2 {
	color: #91B9C9;
	margin: 4px 0 4px 10px;
	float: none;
	font-family: Arial, sans-serif;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

.sitemap {
	color: #A9D6E7;
	background-color: #4B5F7A;
	margin: 0 0 25px;
	line-height: 1.2em;
	font-size: 13px;
}
.sitemap ul {
	padding: 0;
	margin: 0;
}
#smCompany, #smCommunity {width: 11.98em}
.sitemap ul ul {width: auto; font-size: 11px;}
.sitemap li {
	list-style-type: none;
	font-family: DINPro-medium, Arial, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}
.sitemap li.first {
	margin-left: 0;
	padding-left: 0;
}
.sitemap li li {
	color: #91B9C9;
	margin: 4px 0 4px 10px;
	float: none;
	font-family: Arial, sans-serif;
	line-height: 15px;
	font-size: 11px;
	text-transform: none;
}
.sitemap ul ul ul {
	padding-left: 1ex;
}
.sitemap li li li {
	font-size: 0.9em;
	margin: 0;

}
.sitemap a,
.sitemap a:link,
.sitemap a:visited
{
	color: #91B9C9;
	text-decoration: none;
}
.sitemap a:active,
.sitemap a:hover,
.sitemap a:focus
{
	color: #FFF;
}

.sitemap .column
{
	width: 200px;
	float: left;
}

.sitemap .column.events,
.sitemap .column.help,
.sitemap .column.readMore{
	width:180px;
}

.linkbucketLeft
{
	width: 700px;
}

.linkbucketRight
{
	background: #4B5F7A url(../../media/image/layout/link_bucket_bkg.png) repeat-x scroll left top;
	position:absolute;
	top:0;
	right:0;
	padding: 40px 20px 0 40px;
	min-height: 297px; /* + 34px padding = 331px i.e. bg image height */
	*height:297px;
}
* html .linkBucketRight { height: 263px } /* min-height hack */
.linkbucketRight .column {
	width: 140px;
}

#linkbucket
{
	background-color: #4B5F7A;
	padding:40px 0 40px 40px;
	position:relative;
	width:700px;
}

.linkbucketHeader
{
	background-color: #4B5F7A;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #154053;
}

.linkbucketToggle
{
	line-height: 36px;
	color: #A9D6E7;
	text-align: right;
	padding-right: 36px;
	cursor: pointer;
	height: 36px;
	background: url(../../media/image/layout/plusminus.png) no-repeat 953px -36px;
}

.linkbucketHeader p
{
	margin-bottom: 0px;
}

.linkbucketToggleOpen
{
	display:none;
	background-position: 953px top;
}
