/* ----------------------------------    html redefines     -------------------------------------------- */

body
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);*/
}
form
{
	margin: 0;
	padding: 0;
}
h2
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #031f73;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 95%;
}
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #d9d9d9;
}
h1, h1 textarea
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #031f73;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1 textarea
{
	font-weight: bold;
	font-size: 12pt;
	padding: 3px 3px 3px 3px;
	border: solid 1px #d9d9d9;
}
.articleNote textarea
{
	border: solid 1px #d9d9d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h3
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #e3322a;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

label
{
	font-size: 12px;
}

hr
{
	border-top:none;
	border-left: none;
	border-right: none;
	border-bottom: dashed 1px #ccc;
	width: 100%;
}

table h1,table h2,table h3
{
	font-size:100% !important;
	color: #e3322a;
	background-color: #FFF;
	margin:0px !important;
	padding:5px !important;
}

table thead tr td, table thead tr th, table tr th, table tbody th
{
	background-color: #fff;
}





/* ----------------------------------    main page content   -------------------------------------------- */
.breadcrumb
{
	display: inline;
	font-size: 70%;
	padding: 0 3px 0 4px;
}

.breadcrumb a:link, a:visited
{
	color: #031F73;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

.container
{
	margin: 0 auto;
	width: 964px;
}

.containerBackground
{
	float: left;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	width: 964px;
	background-image: url(/Pages/App_Themes/Basic/Images/sidebar.gif);
	background-repeat: repeat-y;
}

.header
{
	float: left;
	width: 964px;
}

.logo
{
	width: 293px;
	height: 89px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.logo a, img
{
	border: 0;
}

.search
{
	height: 89px;
	width: 209px;
	float: Right;
	padding: 0;
	margin: 0;
	background-color: #031f73;
}

.searchBox
{
	padding-top: 40px;
}

.navBar
{
	background-color: #D52B1e;
	float: left;
	height: 24px;
	width: 964px;
	border-bottom: solid 1px #031f73;
	display: inline;
	list-style: none;
	font-size: 70%;
	color: #FFFFFF;
}

.navBar a:link, .navBar a:visited
{
	text-decoration: none;
	color: #fff;
}

.navBar a:hover
{
	text-decoration: underline;
}

.navBar ul
{
	padding: 4px 0 0 15px;
	margin: 0 0 0 0;
	display: inline;
}

.navBar li
{
	display: inline;
	list-style: none;
	font-size: 100%;
	color: #FFFFFF;
	padding: 0 10px 0 6px;
}

.leftNavTree
{
	font-size: 70%;
}

.headerMenuItem img
{
	vertical-align: top;
}

.headerMenuSubItem
{
	background-color: #D52B1e;
	display: inline;
	list-style: none;
	padding: 0 3px 0 4px;
}

.headerMenuSubItem a:link, .headerMenuSubItem a:visited
{
	text-decoration: none;
	color: #fff;
}

.mainContent
{
	clear: left;
}

.sharePriceContent
{
	width: 209px;
	height: 175px;
	padding-top: 15px;
	background-color: #D52B1e;
}

.sharePriceContent img
{
	margin: 10px 0 2px 0;
}

.shareLabel
{
	color: #211b73;
	font-family: Georgia, "Times New Roman" , Times, serif;
	clear: right;
	margin-left: 15px;
	font-weight: bold;
	font-size: 90%;
}
.contentArea
{
	display: block;
	float: left;
	width: 755px;
}
.leftNavigation
{
	width: 155px;
	float: left;
	height: 450px;
}

.dateTime, .sharePriceMessageHeader
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #FFF;
	font-size: 140%;
}

.sharePrice
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #FFF;
	font-size: 300%;
	margin-left: 15px;
	margin-top: 0px;
}

.sharePriceMessage
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #FFF;
	font-size: 105%;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
}

.otherSites
{
	background-color: #031f73;
	float: left;
}


.footer a:link, .footer a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}


.footer
{
	margin: 30px 30px 30px 200px;
	font-size: 70%;
	color: #999999;
	clear: left;
	padding-top: 40px;
	text-align: right;
}

.footerMenuItem
{
	padding: 0 0 0 1px;
}

/* ---------------------------------- home page specifics -------------------------------------------- */
.topImage
{
	float: left;
}

.leftContent
{
	float: left;
	width: 755px;
}

.leftContentNews
{
	float: left;
	width: 280px;
}

.middleDivider
{
	padding-top: 25px;
	float: left;
	width: 5px;
}

.welcomeTop
{
	margin-bottom: 100px;
}

.welcomeText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 10px 0 0 8px;
}

.leftContentWelcome
{
	padding: 30px 0 0 30px;
	float: left;
	width: 385px;
}

.specialAnnouncements
{
	border: 1px dotted #031f73;
	padding: 6px;
	width: 365px;
	margin-top:10px;
}

.specialAnnouncements p
{
	padding: 0px;
	margin: 5px 0 0 0;
	font-size: 90%;
}

.specialAnnouncements a:link, .specialAnnouncements a:visited
{
	text-decoration: none;
	color: #D52B1e;
}

.specialAnnouncements a:hover
{
	text-decoration: underline;
}

.leftContentNews
{
	padding: 30px 0 0 30px;
	float: left;
	width: 285px;
}

.newsArticle
{
	clear: left;
	margin: 3px 0 15px 0;
	border-top: dashed 1px #ccc;
	width: 280px;
}

.newsArticle .imgIcon
{
	width: 13px;
	height: 13px;
	border: 0;
	float: right;
	padding: 10px 5px 0 0;
}

.newsArticle a:link, .newsArticle a:visited
{
	text-decoration: none;
	color: #D52B1e;
}

.newsArticle a:hover
{
	text-decoration: underline;
}

.newsArticle h3
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	padding: 10px 0 0 5px;
	margin: 0;
	font-size: 90%;
	text-decoration: none;
}

.newsArticle p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #22508f;
	padding: 0px;
	margin: 0 0 0 5px;
}


.rightPanel
{
	/*float:right;*/
	float: left;
	width: 209px;
	background-color: #031f73;
}

.findperfect
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #FFF;
	margin: 0 0 0 4px;
	padding: 5px;
	font-size: 120%;
	width: 180px;
}

.selectCountry
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0 0 0 4px;
	padding: 5px;
	font-size: 60%;
	font-weight: bold;
	width: 180px;
}

/*----------------------------------------- mcms templates  ----------------------------------------------------*/
/*.mcmsControl #TitleContent
{
	width: 505px;
	height: 20px;
}

.mcmsControl #MainContent
{
	width: 520px;
	height: 506px;
}*/

/*----------------------------------------- Main navigation  ----------------------------------------------------*/

.mainNavigation ul.AspNet-Menu, /* Tier 1 */
.mainNavigationMicrosite ul.AspNet-Menu 
{
	text-transform: uppercase;
	width: 964px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.AspNet-Menu-WithChildren
{
	padding: 0 0px 0 5px;
	background-image: url(Images/nav_div.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.mainNavigationMicrosite .AspNet-Menu-Leaf
{
	padding: 0 0px 0 0px;
	background-image: url(Images/nav_div.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.mainNavigationMicrosite .AspNet-Menu-WithChildren
{
	padding: 0 0px 0 0px;
	/*background-image: none;*/
}

.AspNet-Menu-Leaf
{
	padding: 0 0px 0 0px;
}


.mainNavigationMicrosite .AspNet-Menu > li:first-child
{
	background-image: none;
}

.mainNavigation ul.AspNet-Menu ul, /* Tier 2 */
.mainNavigationMicrosite ul.AspNet-Menu ul
{
	width: 240px;
	overflow: hidden;
	top: 100%;
	left: 0;
	border-top: solid 1px #031f73;
	background-image: none !important;
}


.mainNavigation .AspNet-Menu-Link,
.mainNavigationMicrosite .AspNet-Menu-Link
{
	padding: 5px 12px 5px 13px;
	display: block;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.mainNavigation .AspNet-Menu-Link,
	.mainNavigationMicrosite .AspNet-Menu-Link
	{
		padding: 5px 9px 5px 9px;
		display: block;
	}
}



.mainNavigation li, /* all list items */
.mainNavigationMicrosite li 
{
	background-color: #D52B1e;
	margin: 0;
	padding: 0;
}

.mainNavigation li:hover, /* list items being hovered over */ 
.mainNavigationMicrosite li.AspNet-Menu-Hover
{
	background-color: #031f73;
}

.mainNavigation a, /* all anchors and spans (nodes with no link) */ 
.mainNavigationMicrosite span
{
	color: #FFFFFF;
	padding: 4px 2px 4px 8px;
}

.mainNavigation .AspNet-Menu-WithChildren .AspNet-Menu-Leaf a:link,
.mainNavigation .AspNet-Menu-WithChildren .AspNet-Menu-Leaf a:visited,
.mainNavigationMicrosite .AspNet-Menu-WithChildren .AspNet-Menu-Leaf a:link,
.mainNavigationMicrosite .AspNet-Menu-WithChildren .AspNet-Menu-Leaf a:visited
{
	background-color: #031f73 !important;
	width: 100%;
	border-bottom: solid 1px #031f73;
}

.mainNavigation .AspNet-Menu-WithChildren .AspNet-Menu-Leaf a:hover,
.mainNavigationMicrosite .AspNet-Menu-WithChildren .AspNet-Menu-Leaf a:hover
{
	background-color: #D52B1e !important;
	width: 100%;
	border-bottom: solid 1px #031f73;
}

.mainNavigation li:hover a, /* hovered text */ 
.mainNavigation li:hover span, 
.mainNavigation li.AspNet-Menu-Hover a, 
.mainNavigation li.AspNet-Menu-Hover span, 
.mainNavigation li:hover li:hover a, 
.mainNavigation li:hover li:hover span, 
.mainNavigation li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, 
.mainNavigation li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, 
.mainNavigation li:hover li:hover li:hover a, 
.mainNavigation li:hover li:hover li:hover span, 
.mainNavigation li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, 
.mainNavigation li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.mainNavigationMicrosite li:hover a, /* hovered text */ 
.mainNavigationMicrosite li:hover span, 
.mainNavigationMicrosite li.AspNet-Menu-Hover a, 
.mainNavigationMicrosite li.AspNet-Menu-Hover span, 
.mainNavigationMicrosite li:hover li:hover a, 
.mainNavigationMicrosite li:hover li:hover span, 
.mainNavigationMicrosite li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, 
.mainNavigationMicrosite li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, 
.mainNavigationMicrosite li:hover li:hover li:hover a, 
.mainNavigationMicrosite li:hover li:hover li:hover span, 
.mainNavigationMicrosite li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, 
.mainNavigationMicrosite li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
	color: White;
	text-decoration: none;
}

.mainNavigation li:hover li a, /* the tier above this one is hovered */ 
.mainNavigation li:hover li span, 
.mainNavigation li.AspNet-Menu-Hover li a, 
.mainNavigation li.AspNet-Menu-Hover li span, 
.mainNavigation li:hover li:hover li a, 
.mainNavigation li:hover li:hover li span, 
.mainNavigation li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, 
.mainNavigation li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span,
.mainNavigationMicrosite li:hover li a, /* the tier above this one is hovered */ 
.mainNavigationMicrosite li:hover li span, 
.mainNavigationMicrosite li.AspNet-Menu-Hover li a, 
.mainNavigationMicrosite li.AspNet-Menu-Hover li span, 
.mainNavigationMicrosite li:hover li:hover li a, 
.mainNavigationMicrosite li:hover li:hover li span, 
.mainNavigationMicrosite li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, 
.mainNavigationMicrosite li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
	color: #FFFFFF;
}

.mainNavigation .AspNet-Menu-WithChildren .AspNet-Menu-Leaf,
.mainNavigationMicrosite .AspNet-Menu-WithChildren .AspNet-Menu-Leaf
{
	width: 100%;
	background-image: none !important;
	position:relative;
	left:2px;
	border-left: solid 1px #fff;
}
.mainNavigation .AspNet-Menu li,
.mainNavigationMicrosite .AspNet-Menu li
{
	white-space: nowrap;
	float: left;
}
.mainNavigation ul li a,
.mainNavigationMicrosite ul li a
{
	float: left;
}

.mainNavigation .AspNet-Menu-Selected, /* this tier is selected */
.mainNavigationMicrosite .AspNet-Menu-Selected 
{
	border: solid 1px #00ff00 !important;
}

.mainNavigation .AspNet-Menu-ChildSelected, /* a tier below this one is selected */
.mainNavigationMicrosite .AspNet-Menu-ChildSelected 
{
	border: solid 1px #ff0000 !important;
}

.mainNavigation .AspNet-Menu-ParentSelected, /* a tier above this one is selected */
.mainNavigationMicrosite .AspNet-Menu-ParentSelected 
{
	border: solid 1px #0000ff !important;
}

/*----------------------------------------- Left navigation  ----------------------------------------------------*/

.crumbtrail
{
	height: 20px;
	float: left;
	width: 745px;
	padding: 5px;
	border-bottom: dashed 1px #ccc;
}

.crumbtrail p
{
	font-size: 70%;
	margin: 0 0 0 10px;
	padding: 0px;
}

.crumbtrail a:link, .crumbtrail a:visited
{
	color: #031F73;
	text-decoration: none; /*font-weight: bold;*/
}

.crumbtrail a:hover
{
	text-decoration: underline;
}


.leftNav
{
	width: 190px;
	float: left;
}

.leftNav h2
{
	margin: 10px 0 0 10px;
	padding: 0px;
}

.leftNav div.AspNet-TreeView ul
{
	font-size: 11px;
	padding: 2px;
	margin: 4px 0 2px 2px;
	list-style: none; /*border-top: dashed 1px #ccc;*/
}

.leftNav div.AspNet-TreeView li
{
	padding: 2px 0 2px 0;
	margin: 2px 0 2px 0;
	line-height: 16px;
}

.leftNav li.AspNet-TreeView-Leaf a
{
	margin: 0px 0 0px 12px;
	display: block;
}

.leftNav li.AspNet-TreeView-Leaf
{
	background-color: #eee;
	margin: 2px 0 2px 0px;
}

.leftNav .AspNet-TreeView-Collapse
{
	background-image: url(Images/bullet_down.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 12px;
	cursor: pointer;
	float: left;
}

.leftNav .AspNet-TreeView-Parent
{
	background-color: #eee;
	padding: 0px;
	margin: 0px;
}

.leftNav .AspNet-TreeView-Expand
{
	background-image: url(Images/bullet_front.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 12px;
	cursor: pointer;
	float: left;
}

.leftNav a:link, .leftNav a:visited
{
	color: #031F73;
	text-decoration: none; /*font-weight: bold;*/
}

.leftNav a:hover
{
	text-decoration: underline;
}

.leftContentText
{
	padding: 15px;
	float: left;
	width: 530px;
	border-left: solid 2px #CCC;
	min-height: 330px;
	margin-top: 5px;
}

.leftContentText a:link, a:visited
{
	color: #031F73;
	text-decoration: underline;
}

.leftContentText img
{
	float: right;
	margin: 5px 0px 5px 5px;
}

.leftContentText a:hover
{
	color: #D52B1e;
}


.leftContentText table
{
	padding:0px;
	margin:0px;
}

.leftContentText table li
{
	list-style-image: url(/Pages/App_Themes/Basic/Images/list-bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 2px 0 0px 0px;
}


.leftContentText li
{
	list-style-image: url(/Pages/App_Themes/Basic/Images/list-bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0 0px 0px;
}

.leftContentText ul
{
	padding: 2px 0 15px 20px;
	margin: 0;
}

.leftContentText li ul
{
	padding-bottom: 0px;
}


.leftContentText h1
{
	margin: 0 0 4px 0px;
	padding: 0px;
	font-size:110%;
}

.leftContentText h2
{
	margin: 0 0 4px 0px;
	padding: 0px;
	font-size:90%;
}

.leftContentText p, table
{
	font-size: 12px;
}


.leftContentText fieldset
{
	margin: 0 0 0 0;
	padding: 5px;
}
.iframeBox
{
	width: 530px;
	border: none 0px;
	border-width: 0px;
	overflow: hidden;
}

.iframeWrapper
{
	height: 100%;
	overflow: hidden;
}

/*----------------------------------------- Office location  ----------------------------------------------------*/
.tableOfficeLocation
{
}
.trOfficeLocation
{
}

.tdOfficeLocationDescription
{
	width: 70px;
	text-align: right;
}

.tdOfficeLocationInput, .tdOfficeLocationInput input
{
	width: 200px;
}

.lblOfficeName
{
}

lblAddress
{
	width: 465px;
	border: none 0px;
	border-width: 0px;
}
.enquiryInput, .contactTextbox, .contactFormTable
{
	width: 100%;
}
.enquiryInput
{
	width: 465px;
	height: 15em;
}
.contactFormTable td
{
	padding: 5px 5px 5px 5px;
}

.contactFormTable .contactFormTableInputCell
{
	width: 50%;
	vertical-align: top;
}
.contactForm
{
	font-size: 70%;
}

.officeLocationList h2
{
	clear: both;
}


/* ---------------------------------- Director Summary -------------------------------------------- */


.directorSummary
{
	clear: left;
	height: 83px;
	margin-bottom: 8px;
	border-top: dashed 1px #ccc;
}

.directorSummary img
{
	float: left;
	padding-right: 10px;
	margin-top: 0px;
	height: 83px;
	width: 80px;
}

.directorSummary a:link, .directorSummary a:visited
{
	color: #D52B1e;
	text-decoration: none;
}

.directorSummary a:hover
{
	text-decoration: underline;
}


.directorSummary h3
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #031f73;
	padding-top: 10px;
	margin: 0;
	font-size: 100%;
	text-decoration: none;
}

.directorSummary p
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 80%;
}

.articleImageLarge
{
	width: 194px;
	float: right;
	background-color: #EEE;
	margin-left: 10px; /*padding-bottom: 10px;*/
	margin-right: 10px;
	height: 0px;
}

.articleImageLarge p
{
	margin: 3px 0 0 10px;
	padding: 0px;
	font-size: 80%;
}

/* ---------------------------------- Search Results -------------------------------------------- */

thead
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #000;
	padding-top: 10px;
	margin: 0;
	font-size: 130%;
	text-decoration: none;
	text-align: left;
}

th
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #FFF;
	background-color: #fff;
	padding: 3px 0 4px 3px;
	margin: 0;
	font-size: 100%;
	text-decoration: none;
	text-align: left;
}

tr
{
	background-color: #FFF;
}

td
{
	border: solid 1px #ddd;
	border-collapse:collapse;
	padding: 3px;
	margin:0px;
	vertical-align: top;
}

#RadEditorRelativeToolbarHolder td,
#EditModeWrapper td
{
	border: none 0px #eee;
}

td .OutputTitle a:link,
td .OutputTitle a:visited
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #e3322a;
	padding-top: 10px;
	margin: 0;
	font-size: 130%;
	text-decoration: none;
	font-weight: bold;
}

td .OutputTitle a:hover
{
	text-decoration: underline;
}

td .OutputText
{
	font-size: 115%;
}

.OutputHighlight
{
}

tfoot
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	padding-top: 10px;
	margin: 0;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
}


/* ---------------------------------- News Item -------------------------------------------- */


.newsItem,
.financialCalendar
{
	clear: left;
	margin-bottom: 18px;
	border-top: dashed 1px #ccc;
}

.newsItem img,
.financialCalendar img
{
	float: right;
	padding-left: 10px;
	margin-top: 0px;
	height: 83px;
	width: 80px;
}

.newsItem .imgIcon,
.financialCalendar .imgIcon
{
	height: 22px;
	width: 22px;
	margin: 1px;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 0px;	
}

.newsItem a:link,
.newsItem a:visited,
.financialCalendar a:link,
.financialCalendar a:visited
{
	color: #D52B1e;
	text-decoration: none;
}

.newsItem a:hover
{
	text-decoration: underline;
}

.financialCalendar a:hover
{
	text-decoration: none;
}

.newsItem h1,
.financialCalendar h1
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	padding: 10px 0 0 5px;
	margin: 0;
	font-size: 100%;
	text-decoration: none;
}

.newsItem p,
.financialCalendar p
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 3px 0 0 5px;
	font-size: 70%;
}


/* ---------------------------------- Office Location Item -------------------------------------------- */

.officeLocation
{
	float: left;
	width: 160px;
	margin-bottom: 8px;
	border-top: dashed 1px #ccc;
	margin-right: 10px;
	height: 195px;
}

.officeLocation h2
{
	clear: both;
}

.officeLocation h3
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	padding: 10px 0 0 5px;
	color: #D52B1e;
	margin: 0;
	font-size: 80%;
}

.officeLocation p
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 3px 0 0 5px;
	font-size: 75%;
}

/* ----------------------------------     Error Page     -------------------------------------------- */
#errorOptions
{
	color: #000;
}

#errorOptions li
{
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 7px;
}

/* ----------------------------------     Financial Calendar     -------------------------------------------- */



/* ----------------------------------     Right Panel     -------------------------------------------- */

.rightPanel .rightPanelListing .newsArticle
{
	width: 190px;
	margin-left:7px;
}

.rightPanel .rightPanelListing .date
{
	color: #eee;
}

.rightPanel .rightPanelListing a, .rightPanel .rightPanelListing a:visited
{
	color: White;
	text-decoration: none;
}

.rightPanel .rightPanelListing h1
{
	color: White;
	margin: 10px 0 0 10px;
	padding: 0px;
	font-size: 80%;
}

.rightPanel .rightPanelListing h3
{
	font-size: 80%;
}

.rightPanel .rightPanelListing a:hover
{
	color: White;
	text-decoration: underline;
}

.rightPanelListing li
{
	font-family:Georgia,"Times New Roman",Times,serif;
	color: #fff;
	margin: 0 0 0 0px;
	font-size: 70%;
	padding: 8px 5px 5px 4px;
	border-bottom:dashed 1px #FFF;
	list-style:none;
	font-weight:bold;
}

.rightPanelListing img
{
	clear:right;
	width:190px;
	height:100px;
}

.rightPanel .rightPanelListing ul
{
	margin: 8px 0 4px 0px;
	padding: 2px 5px 0 5px;
}

.rightPanel .specialAnnouncements
{
	width: 90%;
}

.rightPanel .otherSites h1
{
	color: #fff;
	font-size: 90%;
	margin: 5px 0 0 5px;
}

.rightPanel .specialAnnouncements p
{
	color: #fff !important;
	font-size: 70%;
	border-bottom: dashed 1px #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.rightPanel .specialAnnouncements h3 a:link, .rightPanel .specialAnnouncements h3 a:visited
{
	color: #fff !important;
	font-size: 85%;
}

/* ----------------------------------       Sitemap    -------------------------------------------- */

.sitemap
{
	margin-left:-15px;
}

.sitemap li 
{
	font-size:12px !important;
	margin-left:15px;
	list-style:none;
	list-style-image:none;
}

.sitemap .AspNet-TreeView-Root
{
	border-bottom: 1px dotted #031f73;
	margin-top:20px !important;
	padding-bottom:20px !important;
	font-size:16px !important;
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #031f73;
	font-weight:bold;
	list-style:none;
}

.sitemap .AspNet-TreeView-Parent,.AspNet-TreeView-Leaf
{
	font-weight:normal !important;
	list-style:none;
	
}
/* ----------------------------------     Tabs Filter     -------------------------------------------- */

.yearFilter
{
	float: left;
	width: 70px;
	font-size: 90%;
}

.tabsFilter
{
	float: left;
	margin: 0 20px 10px 0;
	font-size: 90%;
}

.headerSelected .title
{
	font-size: larger;
}

/*----------------------------------------- mcms console  ----------------------------------------------------*/

.mcmsTable
{
	background-color: #FFF;
	width: 195px;
	height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100% !important;
	border: solid 1px #BBB;
	margin: 7px 7px 7px 7px;
}
.mcmsTable a:link, .mcmsTable a:visited
{
	color: #0066CC !important;
}
.mcmsTable th
{
	text-align: left;
}

.mcmsTable p
{
	width: 180px;
	overflow: hidden;
}

.mcmsTable h1 
{
	color: #e3322a !important;
}

.RadEWrapper td
{
	color: #000 !important;
	background-color: #fff !important;
}

/*.alertsDateLabel
{
	width: 200px;
}*/

/*----------------------------------------- alerts  ----------------------------------------------------*/
.alertsListItem
{
	list-style-image:none !important;
	list-style-type: none !important;
}