/******************* START STANDARD HTML STYLES ******************/
body{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/structure/background/bodyBackground002.gif);
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 21px;
	font-family: "Myriad Web","Myriad Pro","Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-size: 0.9em;
	color: #808080;
}

img{
	border: 0px;
}

a{
	text-decoration: none;
	color: #1c1e70;
}

a:hover{
	text-decoration: none;
	color: #000000;
}

p{
	margin-top: 0px;
}

hr{
	height: 1px;
	color:#E3E2E1;
}

form{
	margin: 0px 0px 0px 0px;
}

td{
	font-size: 0.9em;
}
/******************* END STANDARD HTML ELEMENTS ******************/

/* ******************* START PAGE LAYOUT STYLES *******************/
#functionBar{
	height:22px;
	font-size: 0.9em;
	color: #4C4C4C;
	background-color: #D7D7D7;
}

#displayVersion{
	padding-top: 4px;
	padding-left: 5px
}

#keyLinks{
	padding-top: 4px
}

#keyLinks a{
	padding-right: 10px;
	color: #419CD2
}

#siteSearch{
	line-height:2em;
}

#siteSearch form{
	margin: 0px;
	padding: 0px;
}

#siteSearch input{
	font-size: 1em;
}

#siteSearch .submit{
	border: medium none;
	font-weight: bold;
	width: 30px;
	cursor: pointer;
	color: #ff8003;
	font-size: 0.9em;
	background-color: #D7D7D7;
}

div#header{
	padding: 0px 0px 1px 0px;
}

div#contentContainer{
	/*background-image: url(/images/structure/background/bodyBackground001.gif);
	background-position: center top;
	background-repeat: no-repeat;*/
}

div#site{
}

div#center{
	padding: 0px 55px 0px 0px;
}

div#leftColumn{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#rightColumn{
	margin-top:10px
}

div#center {
}
	
div.pageTitle{
	font-size: 1.4em;
	padding: 0px 0px 20px 0px;
	color: #7670b3;
}

div#footer{
	margin-top: 20px;
	font-size: 0.75em;
	text-align: left;
	color: #b0abd5;
	line-height: 15px;
}

div#footer .contents{
	padding: 4px 35px 30px 35px;
}

div#footer .boxharryDetails{
	display: none;
}

#footer A{
	color: #b0abd5;
	text-decoration: none;
}

#footer a:hover{
	color: #1c1e70;
	text-decoration: underline
}
/********************* END PAGE LAYOUT STYLES ********************/

/************* START CUSTOM PAGE LAYOUT STYLES *************/
div#header .navBar{
	float:left;
	height: 31px;
}

div#header .buttons{
	float:left;
	height: 31px;
	padding: 0px 0px 0px 1px;
}

div#header .search{
	float:right;
	padding: 3px 18px 1px 0px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
}

div#header input{
	font-family: arial;
}

div#header .logoRowA{
	clear: left;
	float:left;
}

div#header .logoRowB{
	clear: left;
	float:left;
	padding: 0px 0px 0px 1px;
}

.openingPara {
	font-size: 1.1em;
}

.subHeading{
	font-size: 1.4em;
	padding: 0px 0px 20px 0px;
	color: #7670b3;
}
/************** END CUSTOM PAGE LAYOUT STYLES ***************/

/**************** START STANDARD WIDGET STYLES ***************/
.widget{
	margin: 0px 0px 14px 0px;
	color: #b0abd5
}

.widget a{
	color: #b0abd5;
}

.widget a:hover{
	color: #000000;
	text-decoration: none;
}

.widgetHeader .widgetLeftBorder{
	background-image: url(/images/structure/widgets/topLeft001.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 11px;
}

.widgetHeader .widgetRightBorder{
	background-image: url(/images/structure/widgets/topRight001.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 11px;
}

.widgetHeader .widgetContent{
	height: 11px;
	font-size: 0;
	background-image: url(/images/structure/widgets/topBack001.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px 11px 0px 11px;
}

.widgetBody{
	background-color: #FFFFFF;
}

/* bug in IE6 adds background images to widgetFooter - the following line removes the images*/
* html .widgetBody{border-bottom: 1px solid #ffffff;}

.widgetBody .widgetLeftBorder{
	background-image: url(/images/structure/widgets/left001.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

.widgetBody .widgetRightBorder{
	background-image: url(/images/structure/widgets/right001.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

.widgetBody .title{
	background-color: #FFFFFF;
	color: #7670b3;
	font-weight: none;
	font-size: 1.2em;
	margin: 0px 4px 0px 4px;
	padding: 18px 7px 3px 8px;
}

.widgetBody .body{
	margin: 0px 4px 0px 4px;
	padding: 1px 7px 0px 8px;
}

.widgetHeader{
	background-image: none;
	font-size: 0;
}

.widgetFooter .widgetLeftBorder{
	background-image: url(/images/structure/widgets/bottomLeft001.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 11px;
}

.widgetFooter .widgetRightBorder{
	background-image: url(/images/structure/widgets/bottomRight001.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 11px;
}

.widgetFooter .widgetContent{
	height: 11px;
	font-size: 0;
	background-image: url(/images/structure/widgets/bottom001.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px 11px 0px 11px;
}
/******************* END STANDARD WIDGET STYLES *******************/

/******************* START CUSTOM WIDGET STYLES *******************/
.leftColumnWidget{
	margin-left: 35px
}

.subsectionTeaser .widgetContent .body{
	padding: 17px 8px 6px 8px;
	font-size: 0.9em;
}

.informationPanel .titleLink{
	font-size: 1.3em;
	color: #7670b3;
}

.informationPanel .titleLink:hover{
	color: #1c1e70;
	text-decoration: none;
}

.marketingMenu .title{
	padding: 18px 7px 20px 8px;
}

.footerPanel .body{
	padding: 11px 7px 0px 9px;
}

.menuItem{
	border-bottom : 1px dotted #b0abd5;
	padding-left: 15px;
}

.firstParent{
	margin: 15px 0px 0px 0px;
}

.lastParent {
	margin: 0px 0px 0px 0px;
}

.unpanelled {
	margin: 0px 0px 0px 0px;
	color: #808080;
}

.unpanelled .widgetHeader .widgetLeftBorder {
	background-image: none;
	height: 0px;
}

.unpanelled .widgetHeader .widgetRightBorder{
	background-image: none;
	height: 0px;
}

.unpanelled .widgetHeader .widgetContent{
	background-image: none;
	height: 0px;
}

.unpanelled .widgetBody{
	background-color: transparent;
	border-bottom: none;
}

.unpanelled .widgetBody .widgetLeftBorder{
	background-image: none;
}

.unpanelled .widgetBody .widgetRightBorder{
	background-image: none;
}

.unpanelled .widgetBody .body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.unpanelled .widgetFooter .widgetLeftBorder{
	background-image: none;
	height: 0px;
}

.unpanelled .widgetFooter .widgetRightBorder{
	background-image: none;
	height: 0px;
}

.unpanelled .widgetFooter .widgetContent{
	background-image: none;
	height: 0px;
	margin: 0px 0px 0px 0px;
}

.unpanelled a{
	color: #1c1e70;
}

.resultsSummary{
	padding: 0px 0px 10px 0px;
}

.resultsCount{
	width: 150px;
}

.resultsNavigation{
	position:relative;
	left: 220px;
	color: #808080;
}

.resultsNavigation a{
	color: #1c1e70;
}

.searchResults table{
	width: 500px;
}

.searchResultItem{
	padding: 0px 0px 20px 0px;
}

.marketingMenu .articleDate {
	display: none;
}

.marketingMenu .articleSummary{
	display: none;
}

.marketingMenu .articleMoreLink{
	display: none;
}

.webMenu .body{
	padding-bottom: 30px;
}

.assetMenu .body{
	padding-bottom: 30px;
}
/********************* END CUSTOM WIDGET STYLES *********************/

/************************** ASSET STYLES *******************************/
.assetDetails .title{
	font-size: 1.4em;
	padding: 0px 0px 20px 0px;
	color: #7670b3;
}

.assetDetails .form{
	margin: 0px;
}
.assetDetails .contents{
	width: 549px;
}

.assetDetails .assetTable{
	width: 539px;
	margin: 0px 0px 0px 0px;

}

.assetDetails .description{
	color: #808080;
	padding: 0px 0px 20px 0px;

}

.assetDetails a{
	text-decoration: none;
	color: #1c1e70;
}

.assetDetails .categoryItem{
	margin: 5px 0px 5px 0px;
	border-bottom: 1px dotted #cccccc;
}

.assetDetails td a{
	color: #1c1e70;
}

.assetDetails .assetList{
	padding: 0px 0px 10px 0px;
}

.assetDetails .assetList .assetItem{
	margin: 5px 0px 5px 0px;
	border-bottom: 1px dotted #cccccc;
}
	
.assetDetails .assetList .assetThumbnail{
	margin: 0px 0px 0px 0px;
	width: 200px;
	text-align: center;
}

.assetDetails .assetDetail{
		margin: 0px 5px 0px 5px;
		
}

.assetDetails .assetImage{
	float: left;
	width: 200px;
	border: 1px solid #cccccc;
	text-align: center;
	padding: 10px 10px 20px 10px;
	margin: 0px 0px 20px 10px;
}

.assetDetails .assetDescription {
	float: right;
	width: 300px;	
	padding:0px 5px 5px 00px;
}

.assetDetails .assetTools a {
	font-weight: bold;
	float:right;
	clear:right;
	width: 300px;	
	padding:0px 0px 5px 0px;
}

.assetDetails .assetRefNumber{
		display: none;
	/*	clear:right;		
		padding:0px 0px 50px 245px;
		border: 1px solid pink;   */
	}

.assetDetails .assetBackToSearch{
	padding: 10px 10px 10px 10px;
	text-align: right;
}

.assetDetails .contextualResults{
	font-size:0.89em;
}
/************************** ASSET STYLES *******************************/