@charset "utf-8";
/* CSS Document */



.TopNavigation ul li
{
   float:left;
   margin-right:30px;
   font-family:"trebuchet MS";
   font-size:12px;
   font-weight:bold;
   color:#0D3D69;
   text-transform:uppercase;
   margin-top:13px;
   padding-left:9px;

}




.TopNavigation ul li.active div
{
  	background:url(../images/topnav_left.jpg) no-repeat left top;
	height:38px;
	padding-left:6px;
	margin-top:-1px;
	margin-left:-9px;
	margin-right:16px;
	margin-left:0px;
}






.SecondaryNav
{
	width:940px;
	height:124px;
	/*z-index:1;*/
	margin-left:-20px;
	/*margin-bottom:20px;*/
	/*position:absolute;*/
}

.ActiveChannel
{
	font-family:'Trebuchet MS';
	font-size:26px;
	color:#fff;
	position:absolute;
	margin-top:80px;
	margin-left:20px;
	text-transform:capitalize;
}


/*
* > .SecondaryNav
{
	position:static;
}

.SecondaryNavMargin
{
	padding-top:144px;
}

* > .SecondaryNavMargin
{
	padding-top:0;
}

.infographicPlaceHolder
{
	height:134px;
	margin-bottom:10px;
	display:table;
}


* > .infographicPlaceHolder
{
	min-height:134px!important;
	height:auto!important
}

* > /**//* .infographicPlaceHolder
{
	min-height:134px!important;
	height:134px!important;
}
*/
.ContentRight
{
	z-index:10;
	position:relative;
	height:124px;
}

* > .ContentRight
{
	position:static;
	height:auto;
}

.Channels
{
	position:absolute;
	margin-top:11px;	
	padding-left:8px;
}

.Channels ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:920px;
}


.Channels ul li
{
	float:left;	
	background:url(../images/secondNavSpacer.png) no-repeat right top;
	height:18px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
	padding-left:8px;
	padding-right:8px;
	font-size:11px;
	font-family:"trebuchet MS";
	white-space:nowrap;
	text-transform:capitalize;
}


.Channels ul li.last
{
	background:none;
	width:80px;
	padding-right:5px;
}

.SecondaryNav a:link , .SecondaryNav a:active , .SecondaryNav a:visited 
{
	color:#c4c4c4;
	text-decoration:none;
}

.SecondaryNav a:hover  , .SecondaryNav span
{
	color:#fff;
	text-decoration:none;
}

.breadcrumb
{
	width:920px;
	height:18px;
	font-size:12px;
	margin-left:-20px;
	padding-top:2px;
	padding-left:20px;
	background:url(../images/headerimages/breadcrumb_bg.jpg) no-repeat left top;
}

.breadcrumb a:link , .breadcrumb a:active , .breadcrumb a:visited
{
	color:#277ac8;
	text-decoration:none;
}


.breadcrumb a:hover , .breadcrumb span
{
	color:#dc4d00;
	text-decoration:none;
}

.breadcrumb span
{
	font-size:11px;
}

.PageContentActions
{
	height:20px;
	padding:0 15px 15px 15px;
	text-align:right;
}


.PageContentActions .contact , .PageContentActions .contactHover 
,.PageContentActions .share , .PageContentActions .shareHover 
,.PageContentActions .print , .PageContentActions .printHover 

{
	float:right;
	text-align:right;
	padding-left:17px;
	color:#1971c4;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	margin-left:20px;
	cursor:pointer;
	height:14px;
	z-index:10000;
}


.PageContentActions  a:link , .PageContentActions a:active , .PageContentActions a:visited
{
	color:#1971c4;
	text-decoration:none!important;
}

.PageContentActions a:hover
{
	color:#e97a2e;
	text-decoration:none;
	
}

.PageContentActions .shareHover 
{
}


.ContentColumn
{
	float:left;

}

.LeftCol
{
	width:191px;
	padding-right:19px;
	background:url(../images/column_vertical_separator.gif) no-repeat right top;
	height:692px;
	min-height:692px;
	*height:auto;
}

.RightCol
{
	width:440px;
	padding-left:10px;
}


.PageTitle
{
	font-size:16px;
	color:#545559;
	margin-top:0px;
	font-weight:bold;
}

.BodyTxt
{
	color:#000;
	font-size:12px;
}


.ContentColumn a:link , .ContentColumn a:active
{
	color:#1971c4;
	text-decoration:underline;
}

.ContentColumn a:hover
{
	color:#e97a2e;
	text-decoration:underline;
}

.ContentColumn a:visited
{
	color:#9f3b0f;
	text-decoration:none;
}

h2
{
	font-size:12px;
	font-weight:bold;
	color:#545559;
	text-transform:capitalize;
}


h3
{
	font-size:11px;
	font-weight:bold;
	color:#8c8d90;
	margin-bottom:0;
	margin-top:10px;
	padding:0;
	text-transform:uppercase;

}

h4
{
	font-size:11px;
	font-weight:bold;
	color:#6b859c;
	text-transform:uppercase;
	margin-bottom:10px;
}

h5
{
	font-size:11px;
	font-weight:bold;
	color:#545559;
	margin-bottom:0;
	margin-top:10px;
	padding:0;
	text-transform:capitalize;
}


h6
{
	font-size:11px;
	color:#000;
	margin-bottom:0;
	margin-top:10px;
	padding:0;
	text-transform:capitalize;
}


address
{
	color:#6b859c;
	text-transform:uppercase;
	display:inline;
	font-style:normal;
	
}

.ContentColumn ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	
}



.ContentColumn ul li
{
	padding-left:15px;
	background:url(../images/firstlevel_ul.gif) no-repeat left 5px;
}

.RightCol li
{
	padding-bottom:10px;
}

.ContentColumn li ol , .ContentColumn li ul
{
	margin-top:12px;
}

.ContentColumn ul li ul li
{
	margin-left:20px;
	background:url(../images/secondlevel_ul.gif) no-repeat left 5px;

}


.ContentColumn ul li ul li ul li
{
	margin-left:20px;
	background:url(../images/thirdlevel_ul.gif) no-repeat left 6px;

}


.ContentColumn ol
{
	margin:0px;
	margin-left:30px;
}


* >/**/ ol
{
	margin-left:-15px!important;
}


.ContentColumn .ImgBorder
{
	float:left;
}


.LeftCol .ImgBorder
{
	float:none;
	margin-right:0px;
}


.ContentColumn > .ImgBorder
{
	margin-bottom:20px;
}

.ContentColumn .ImgBorder img
{
	width:187px;
}

.ContentColumn .Callout
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#636363;
	line-height:18px;
	font-size:13px;
}

.ContentColumn .Quote
{
	background:url(../images/quote_bot_bg.gif) no-repeat left bottom;
	width:440px;
	padding-bottom:8px;
	margin:10px 0;
	display:table;
	
}


.ContentColumn .Quotebg
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#636363;
	background:#fefefe url(../images/quote_top_bg.gif) no-repeat left top;
	width:416px;
	padding:8px 12px 0px 12px;
	margin:0px;
	line-height:18px;
}


.ContentColumn .QuoteWithLabel
{
	/*font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#636363;
	background:url(../images/quoteWlabel_bg.gif) no-repeat left top;
	width:416px;
	height:56px;
	padding:12px 12px 20px 12px;
	margin:0px;*/
	background:url(../images/quoteWlabel_bg.gif) no-repeat left bottom;
	width:440px;
	padding-bottom:18px;
	margin:10px 0;
	display:table;
}

.ContentColumn > .QuoteWithLabel , .ContentColumn  > .Quote
{
	width:426px;
}

.ContentColumn .QuoteLabel
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	margin-top:-13px;
	color:#636363;
}


.leftquote , .rightquote
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#cececf;
	vertical-align:top;
	line-height:1em;
}


.Qutetxt , .leftquote
{
	float:left;	
	width:10px;
}

.Qutetxt
{
 	padding-top:0px;
	width:360px;
}

.leftquote
{
	margin-right:5px;
	margin-top:-4px;
}


* > .leftquote
{
	margin-right:10px;
	margin-top:-2px;
}

.rightquote
{
	padding-left:5px;
	margin-top:-4px;
}


/**********Components *******************/
.RepotItem
{
	margin-bottom:20px;
}
.RepotItem .ImgBorder
{
	float:left;
	margin-right:10px;
}

.RepotItem .ImgBorder , .RepotItem .ImgBorder img
{
	width:68px;
	height:53px;
}


.RepotItem p
{
	margin:0;
	padding:0;
}

.RepotItem p.title
{
	color:#0e3f69;
	font-weight:bold;	
}

.RepotItem p.brief
{
	margin-top:8px;
}

.RepotItem p.more
{
	text-transform:capitalize;
	font-weight:normal;
}

.RepotItem p.more a:link , .RepotItem p.more a:active , .RepotItem p.more a:link , .RepotItem p.more a:visited
{
	text-decoration:none;
}

/****Latest Info***/
.LatestInformation
{
	clear:right;
	margin-bottom:30px;
}

.LatestInformation .Item
{
	padding:10px;
	float:left;
}

.LatestInformation .bg
{
	background-color:#f4f6f7;
}

.LatestInformation .title
{
	color:#0e3f69;
	font-weight:bold;
	float:left;
	width:80%;
	margin:0px;
}

.LatestInformation .date
{
	float:right;
}

.LatestInformation .links
{
	margin-top:2px;
}

.LatestInformation .links a:link , .LatestInformation .links p.more a:active , .LatestInformation .links p.more a:link , .LatestInformation .links p.more a:visited
{
	text-decoration:none;
}


.UpcomingEvents
{
	margin-bottom:30px;
}

.UpcomingEvents .Item
{
	border-top:solid 1px #eef1f3;
	margin-bottom:25px;
}

.UpcomingEvents .Item .eventcal
{
	background:url(../images/eventcal.jpg) no-repeat left top;
	color:#3d475a;
	text-align:center;
	width:49px;
	height:61px;
	padding-top:5px;
	float:left;
	margin-right:15px;
}

.eventcal .day
{
	font-size:15px;
	font-weight:bold;
	display:block;
	margin-top:5px;
}


.eventcal .month
{
	text-transform:uppercase;
	display:block;

}

.eventcal .year
{
	display:block;
	margin-top:3px;
}


.UpcomingEvents .Item p
{
	margin-bottom:5px;
	margin-top:12px;
}


.UpcomingEvents .Item .more
{
	text-transform:capitalize;
	font-weight:normal;
}


.UpcomingEvents .Item .more a:link , .UpcomingEvents .Item .more a:active , .UpcomingEvents .Item .more a:visited , .UpcomingEvents .Item .more a:hover
{
	text-decoration:none;
}

/*************Table template ****************/
table.smalltable
{
	border:0;
	width:100%;
	color:#313131;
}

table.smalltable td , table.smalltable th
{
	border-right:solid 1px #dae0e4;
	text-align:left;
	padding:3px 10px;	
}

table.smalltable th
{
	background:#f4f6f7 url(../images/tblHeader_bg.jpg) repeat-x left top;
	height:21px;
	border-top:solid 1px #bcc7cf;
	border-bottom:solid 1px #bcc7cf;
	color:#727f88;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	padding:0px 10px;
	white-space:nowrap;
}


table.largetable
{
	border:0;
	width:100%;
	color:#313131;
}


table.largetable th
{
	background:#f4f6f7 url(../images/lg_tblHeader_bg.gif) repeat-x left top;
	height:19px;
	border-bottom:solid 1px #bcc7cf;
	border-right:solid 1px #dde3e7;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	padding:0px 10px;
	white-space:nowrap;
}


span.asc , span.desc
{
	cursor:pointer;
}


table.largetable td
{
	padding:3px 10px;
	border-right:solid 1px #dde3e7;
	height:26px;
}

table.largetable .altrow td
{
	background-color:#f4f6f7;
}

table td.last ,  table th.last
{
	border-right:0;
}






/************************Global Function Trays**********************/

#contactTray , #shareTray
{
	position:absolute;
	margin-top:5px;
	padding-bottom:22px;
	margin-left:30px;
	text-align:left;
}


#contactTray 
{
	width:349px;
	background:url(../images/trays/tray_contact_bottom.gif) no-repeat left bottom;
}


#shareTray 
{
	width:499px;
	background:url(../images/trays/tray_share_bottom.gif) no-repeat left bottom;
}



.ContactTrayBg
{
	background:url(../images/trays/tray_contact_bg.gif) repeat-y left top;
	width:349px;
	float:left;
}

.ContactTrayTop
{
	background:url(../images/trays/tray_contact_top.gif) no-repeat left top;
	width:299px;
	float:left!important;
	padding:28px 25px 0 25px;

}


.ShareTrayBg
{
	background:url(../images/trays/tray_share_bg.gif) repeat-y left top;
	width:499px;
	float:left;
}

.ShareTrayTop
{
	background:url(../images/trays/tray_share_top.gif) no-repeat left top;
	width:446px;
	float:left!important;
	padding:28px 21px 0 32px;

}




#contactTray .close , #contactTray .closeHover , #shareTray .close , #shareTray .closeHover
{
	position:relative;
	right:15px;
	top:30px;
	float:right;
}


.form
{
	width:220px;
	float:left;

}



/************************************************************/
/***************************NEWS*****************************/
/************************************************************/

.Category
{
	background:url(../images/category_bg.gif) no-repeat left top;
	width:650px;
	height:11px;
	padding:10px;
	margin-bottom:10px;
}
.Category h4 
{
	float:left;
}

.Category h4 , .ContentRight h4
{
	margin-top:0;
}

.pageno
{
	float:right;
}

.pageno a:link , .pageno a:active , .pageno a:visited , .pageno a:hover
{
	text-decoration:none;
	margin:0 2px;
}

.pageno span
{
	color:#e97a2e;
	margin:0 2px;

}


.NewsItem , .WideNewsItem
{
	margin-bottom:20px;
}


.WideNewsItem *
{
	display:;
}


.ItemCollapsed .ImgBorder , .ItemCollapsed .NewsBrief , .ItemCollapsed .more , .ItemCollapsed .StoryActions
{
	display:none;
}

img.arrow
{
	margin:5px 7px 0px 7px;
	float:left;
	cursor:pointer;
}
.NewsDate
{
	width:115px;
	float:left;
}

.NewsItemStory
{
	width:555px;
	float:left;
}


.RightCol .NewsItemStory
{
	width:400px;
}

.WideNewsItem .NewsItemStory
{
	width:630px;
	margin-left:27px;
	float:left;
}


.NewsHeadline
{
	width:465px;
	float:left;
}


.RightCol .NewsHeadline
{
	width:300px;
}


.WideNewsItem .NewsHeadline
{
	width:620px;
	float:left;
	margin-top:10px;
}


.NewsItemStory .ImgBorder , .NewsItemStory .ImgBorder img
{
	width:99px;
	height:68px!important;
	float:left;
}

.NewsItemStory .NewsTitle
{
	font-size:16px;
	color:#545559;
	margin-top:0px;
}

.ItemCollapsed .NewsTitle
{
	color:#0e3f69;
	margin-bottom:0;
	font-size:12px;
	font-weight:bold;
}

.StoryActions
{
	float:right;
	width:75px;
	margin-left:15px;
}

.StoryActions div
{
	float:right;
	width:10px;
	margin-left:15px;
	cursor:pointer;
}

.NewsItemStory .more
{
	margin-bottom:0;
}

.NewsItemStory .more a:link , .NewsItemStory .more a:active , .NewsItemStory .more a:visited
{
	text-decoration:none;
}

.NewsBrief
{
	margin-top:10px;
}

.NewsBrief p
{
	margin-top:0;
}

.news_separator_lg
{
	margin:15px auto;
	width:669px;
	background:url(../images/news_separator_lg.gif) no-repeat left top;
	height:1px;
}


.RightCol .news_separator_lg
{
	width:441px;
	height:3px;
	margin:10px auto;
	background:url(../images/separator_lg.gif) no-repeat center center;
}

/*****Pagination***********/

.Pagination
{
	width:50%;
	margin:10px auto;
	text-align:center;
	
}


.Pagination span , .Pagination a
{
	margin:0 4px;
}

.Pagination span
{
	color:#DC4D00;
}


.Pagination span.link , .Pagination a:link , .Pagination a:active
{
	color:#1971c4;
 	cursor:pointer;	
	text-decoration:none;
} 

.Pagination span.linkHover , .Pagination a:hover
{
	color:#e97a2e;
 	cursor:pointer;	
}

.Pagination img
{

	vertical-align:bottom;
	border:0;
	cursor:pointer;
}


/*****End Pagination***********/

/*****Right Grey filter box***********/
.FilterBox
{
	background:#D7DDE2 url(../images/greybox_bottom.gif) no-repeat left bottom;
	padding-bottom:8px;
	width:210px;
	margin-bottom:1px;
	
}


.FilterBoxTop
{
	background:url(../images/greybox_top.gif) no-repeat left top;
	/*padding:8px 7px 0px 7px;*/
	width:210px;	
}

.FilterTitle
{
	margin:0;
	padding:12px 20px 8px 20px;
    font-weight:bold;
	color:#545559;
	text-transform:uppercase;
	
}


.FilterTitle img
{
	vertical-align:middle;
	margin-right:8px;
	cursor:pointer;
}

.FilterBoxContent
{
	background:url(../images/innerbox_bottom.gif) no-repeat left bottom;
	padding-bottom:8px;
	width:196px;
	margin:0 7px;
	
}


.FilterBoxContentTop
{
	background:url(../images/innerbox_top.gif) no-repeat left top;
	padding-top:8px;
	width:196px;	
}

.FilterBoxContentBg
{
	background:url(../images/innerbox_bg.gif) repeat-y left top;
	padding:0px 7px;
	width:182px;	
}

.FilterBoxContentBg p
{
	margin:0;
	padding-bottom:10px;
}


.option
{
	background:url(../images/option.gif) no-repeat left top;
	padding:7px;
	width:168px;	
	height:13px;
	color:#1971c4;
}

.optionHover
{
	background:url(../images/optionhover.gif) no-repeat left top;
	padding:7px;
	width:168px;	
	height:13px;
	color:#DC4D00;
}

.option span , .optionHover span
{
	width:85%;
	float:left;
}
.option input , .optionHover input
{
	float:right;
}


.SearchArchive
{
   background:url(../images/search_bg_lg.gif) no-repeat center top;
   width:181px;
   height:20px;
   margin:10px 0;
   font-size:12px;
   color:#000;
   padding-left:30px;
   padding-top:2px;
}


.SearchWord
{
   background:url(../images/search_bg_vlg.gif) no-repeat center top;
   width:226px;
   height:20px;
   margin:0;
   margin-bottom:10px;
   font-size:12px;
   color:#000;
   padding-left:30px;
   padding-top:2px;
   float:left;
}

.SearchArchive input , .SearchWord input
{
	border:0px;
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:10000!important;
}

.filterAction
{
	margin:10px auto;
	float:left;
}

.filterAction h4
{
	/*float:left;*/
	display:inline;
}


.filterAction input
{
	display:inline;
	margin-left:62px;
}


/*****End Right Grey filter box***********/


/*****Search result box***********/
.SearchResBox
{
	background:#D7DDE2 url(../images/searchres_box_bottom.gif) no-repeat left bottom;
	padding-bottom:8px;
	width:670px;
	margin-bottom:1px;
	
}


.SearchResBoxTop
{
	background:url(../images/searchres_box.gif) no-repeat left top;
	width:670px;	
}



.SearchResBoxContent
{
	background:url(../images/searchres_innerbox_bot.gif) no-repeat left bottom;
	padding-bottom:8px;
	width:656px;
	margin:0 7px;
	
}


.SearchResBoxContentTop
{
	background:url(../images/searchres_innerbox_top.gif) no-repeat left top;
	padding-top:8px;
	width:656px;	

}

.SearchResBoxContentBg
{
	background:url(../images/searchres_innerbox_bg.gif) repeat-y left top;
	padding:0px 7px 0 14px;
	width:635px;	
	display:table;
}

.SearchResBoxContentBg p
{
	margin:0;
	margin-bottom:15px;
}


.SearchResTitle
{
	margin:0!important;
	padding:0px;
	padding-bottom:3px;
    font-weight:bold;
	font-size:12px;
	color:#545559;
	text-transform:capitalize;
	
}

span.keyword
{
	color:#000;
	font-weight:bold;
}

.SearchResTitle a:link , .SearchResTitle a:active , .SearchResTitle a:visited
{
	text-decoration:none;
	color:#0e3f69;	
}

.SearchResBoxContentBg a:hover
{
	text-decoration:none;
}


.SearchResBoxTop .pageno
{
	float:right;
	margin-top:10px;
	margin-right:10px;
}

.SearchResBoxTop .pageno span
{
	color:#606163;
	margin:0 2px;

}


/*********************Left NAV********************/

.LeftNav
{
	margin:0;
	padding:0;

}


* > .LeftNav
{
	width:205px;

}

.LeftNav li
{
	background-image:url(../images/ln_separator.gif)!important;
	background-position:left bottom!important;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
}


.LeftNav > li
{
	padding-right:10px;
}

.LeftNav ul
{
	width:100%;
}

.LeftNav li li
{
	background-image:none!important;
	padding-left:0!important;
	margin-left:15px!important;
	padding-right:0px;
	margin-bottom:0px;

}


.LeftNav li div
{
	background:url(../images/ln_arrow.gif) no-repeat left 3px;
	padding-left:15px;

}

.LeftNav li.active div
{
	background:url(../images/ln_arrow_active.gif) no-repeat left 3px;

}

.LeftNav li.parent div
{
	background:url(../images/ln_arrow_active_dn.gif) no-repeat left 5px;

}


.LeftNav li.parent li div
{
	background:url(../images/ln_arrow.gif) no-repeat left 3px;
}

.LeftNav li.lnavhover div , .LeftNav li.parent li.lnavhover div
{
	background:url(../images/ln_arrow_hover.gif) no-repeat left 3px;

}

.LeftNav li a:link , .LeftNav li a:active , .LeftNav li a:visited
{
	color:#0e3f69;
	text-decoration:none;
}


.LeftNav li a:hover 
{
	color:#dc4d00;
	text-decoration:none;
}

.LeftNav li.active a:link , .LeftNav li.active a:active , .LeftNav li.active a:visited , .LeftNav li.active a:hover{
	color:#595959;
	text-decoration:none;
}

.LeftNav li.active li a:link , .LeftNav li.active li a:active , .LeftNav li.active li a:visited 
{
	color:#0e3f69;
}

.LeftNav li.active li a:hover
{
	color:#dc4d00;
}



.ContentColumn .DropdownValues li
{
	margin-left:5px;
}


.section
{
	color:#0e3f69;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}


ul.sitemap
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:210px;
	float:left;
	margin-right:10px;
	
}

.sitemap li a:link , .sitemap li a:active , .sitemap li:hover , .sitemap li a:visited
{
	text-decoration:none;
}

.sitemap li
{
	padding-left:0px!important;
	background:none!important;
	color:#0e3f69;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	margin-bottom:30px;
}

.sitemap li , .sitemap li a:link , .sitemap li a:active , .sitemap li a:visited
{
	color:#0e3f69;
	font-weight:bold;
	text-transform:uppercase;
}



.sitemap ul
{
	margin-top:10px!important;

}

.sitemap li li
{
	margin-left:0px!important;
	margin-bottom:10px!important;

}


.sitemap li li , .sitemap li li a:link , .sitemap li li a:active , .sitemap li li a:visited
{
	color:#1971c4;
	font-weight:bold;
	text-transform:capitalize;
}

.sitemap li li li
{
	padding-left:15px!important;
	background-image:url(../images/firstlevel_ul.gif)!important;
	background-repeat:no-repeat!important;
	background-position:left 3px!important;

}


.sitemap li li li , .sitemap li li li a:link , .sitemap li li li a:active , .sitemap li li li a:visited
{
	color:#1971c4;
	font-weight:normal;
	text-transform:capitalize;
}

.sitemap li li li li
{
	margin-left:20px!important;
	background-image:url(../images/secondlevel_ul.gif)!important;
	background-repeat:no-repeat!important;
	background-position:left 5px!important;

}



.sitemap li li li li li
{
	margin-left:20px!important;
	background-image:url(../images/thirdlevel_ul.gif)!important;
	background-repeat:no-repeat!important;
	background-position:left 6px!important;

}


/*
.sitemap li ul
{
	margin-top:12px;
}

.sitemap ul li ul li
{
	margin-left:20px;
	background:url(../images/secondlevel_ul.gif) no-repeat left 5px;

}


.sitemap ul li ul li ul li
{
	margin-left:20px;
	background:url(../images/thirdlevel_ul.gif) no-repeat left 6px;

}*/



/*****leadership-sustainability***********/
.leadership-sustainability
{
	width:344px;
	background:#dbe1e6 url(../images/leadership_sustainability_container_bot_sm_bg.gif) no-repeat left bottom;
	padding-bottom:11px;
	margin-top:10px;
	float:left;

}

.leadership-sustainability_Content
{
	width:342px;
	background:#dbe1e6 url(../images/leadership_sustainability_container_top_sm_bg.gif) no-repeat left top;
	height:auto;
	min-height:163px;
	padding:20px 0px 0px 2px;

}

#leadership , #sustainability
{
	width:325px;
	float:left;
	margin-left:5px;
} 

.WhiteBoxTitle
{
	font-size:18px;
	font-family:;
	padding-left:20px;
	padding-bottom:0px;
	margin-bottom:10px;
	margin-top:0px;

}

.WhiteBox
{
	width:325px;
	background:#fff url(../images/whitebox_bot_bg.gif) no-repeat left bottom;
	padding-bottom:10px;


}

.WhiteBoxTop
{
	width:325px;
	background:url(../images/whitebox_top_bg.gif) no-repeat left bottom;
	height:10px;
}

.WhiteBoxContent
{
	width:303px;
	background-color:#fff;
	border-left:solid 1px #c5c9cc;
	border-right:solid 1px #c5c9cc;
	padding:5px 10px;

}

.WhiteBoxContent .Quote
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.Item .ImgBorder , .Item .Info 
{
	float:left;
	height:68px;
}

.Item .news
{
	float:left;
}


.Item img
{
   float:left;
   width:99px;
   height:68px;
   
}

.NewsItem
{
	margin-bottom:20px;
}

.NewsItem .ImgBorder
{
	height:35px;
}


.NewsItem img
{
	width:50px;
	height:35px;
}


.name
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin:0px;
	padding:0px;
	width:180px;
}

.position
{
	color:#619ed5;
	margin:0px;
	margin-top:5px;
	padding:0px;

}

.news .title
{
	color:#0e3f69;
	margin:0px;
	padding:0px;
	width:180px;
	font-weight:bold;


}

.news .title a:link , .news .title a:active , .news .title a:visited
{
	color:#0e3f69;
	text-decoration:none;
}

.news .title a:hover
{
	color:#e97a2e;
	text-decoration:none;
}

.news .brief
{
	margin:0px;
	padding:0px;
	margin-top:5px;
	width:180px;

}

.ActiveNewsItem .title
{
	font-size:13px;
}

.NewsItem .title
{
	font-size:11px;
	
}


.news .more
{
	margin:0;
	padding:0;
	margin-top:10px;
}



.LeadershipArrows img
{
	vertical-align:bottom;
}

/*****End leadership-sustainability********/


