@import url("../../breadcrumb.css");
@import url("../../infMessages.css");

/*****************************************************/
/* 			START HTML REDEFINERS					 */
/*****************************************************/
body
{
	font-size: 100%;
	background-color: #FFFFFF;
	margin: 0 0.25em;
}

a
{
	font-weight: bold;
}
/*****************************************************/
/* 			END HTML REDEFINERS						 */
/*****************************************************/


/*****************************************************/
/* 			START MAIN CONTAINER				 	*/
/*****************************************************/
#page_container
{	
	font-family: Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.71em;
	line-height: 1.4;
	margin: 0 auto;
	width: 64em;
	color: #000000;
}
/*****************************************************/
/* 			END MAIN CONTAINER						 */
/*****************************************************/


/*****************************************************/
/* 			START HEADER 							 */
/*****************************************************/
#header
{
	margin: 0;
	padding: 20px 0 30px 0;
	text-align: right;
}
#header img 
{
	vertical-align: bottom;
}	
#header img.mainLogo
{
	padding-top: 13px;
	float: left;
}
#header_text_only_text
{	
	position:relative;
	font-size:1em;
	color:#000000;
	float:left;
	overflow:hidden;
}
#header_search_box
{
	position:relative;
	font-size:1em;
	color:#000000;
	float:right;
	overflow:hidden;
}
/*****************************************************/
/* 			END HEADER 								 */
/*****************************************************/


/*****************************************************/
/* 			START OTHER LAYOUT  CONTAINERS			 */
/*****************************************************/
#sub_header
{
}
#middle
{
}
#left_column
{
	position:relative;
	min-height:250px;
	height:expression(this.scrollHeight < 250? "250px":"auto" );
	float:left;
	width:35%;
	z-index:1000
}
#cms_content_pane
{
	position:relative;
	min-height:250px;
	height:expression(this.scrollHeight < 250? "250px":"auto" );
	float:right;
	width:65%;
	z-index:100
}
/*****************************************************/
/* 			END OTHER LAYOUT CONTAINERS		 		 */
/*****************************************************/


/*****************************************************/
/* 				START FOOTER 						 */
/*****************************************************/
#footer
{
	position:relative;
	clear: both;
	margin: 3em 2;
	padding: 2em;
	border-top: 1px solid #d2d2d2;
	/* Make it clear any internal floats */
	width: 60em;
	overflow: hidden
}
#footer p.jumplink
{
	width: 34em;
	float: right;
	text-align: right
}
#footer p.legalese
{
	width: 26em;
	float: left
}
/*****************************************************/
/* 				END FOOTER 						 	 */
/*****************************************************/


/*****************************************************/
/* 				START LOGIN COLUMN ADVERT 			 */
/*****************************************************/
#login_form
{
	width: 19.8em;	
	margin: 0 0 0 0;
	padding: 0 0 0.75em 0;
	background-color: #FFFFFF;
	border: 0.05em solid #d2d2d2;
}
#login_form h2
{
	margin: 0 0 0.25em 0;
	padding: 0.25em 0.75em;
	font-size: 1.5em;
	background-color: #f7b926;
	border-bottom: 0.05em solid #d2d2d2;
}
#login_form fieldset
{
	border: 0;
	margin: 0;
	padding: 0 1em;
	overflow: hidden;
}
#login_form fieldset legend
{
	display: none;
}
#login_form fieldset p
{
	margin: 0;
	padding: 0.25em 0;
	line-height: 1;
}
#login_form fieldset label
{
	display: block;
	font-weight: bold;
	line-height: 1.1em;
}
#login_form input[type="text"],
#login_form input[type="password"]
{
	width: 13.5em;
}
#login_form input 
{
	vertical-align: top;
	font-family: Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0.2em;
}
#login_form input.button {
	padding: 0.1em 0.3em;
}
/*****************************************************/
/* 				END LOGIN COLUMN ADVERT 			 */
/*****************************************************/


/*****************************************************/
/* 				START MENU 						 	 */
/*****************************************************/
#menu_container
{
	position:relative;
	width: 19.9em;	
	z-index:1000;
	margin-top: 1.25em;
}
.menu_header
{
	height: 32px;
	width: 100%;
	background-color: #595E61;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	overflow: hidden;
	text-indent: 12px;
}
#page_container #menu_container ul#udm li a {
	font-weight: normal !important;
	font-size: 1.1em;
}

/*****************************************************/
/* 				END MENU 						 	 */
/*****************************************************/


/*****************************************************/
/* 				START NEWS COLUMN ADVERT 			 */
/*****************************************************/
#news_container
{
	position:relative;
	width: 17.5em;	
	z-index:10;
	background-color: #e8e7e1;
	padding: 0.75em 1.25em;
	line-height:1.8em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:1.2em;
	min-height: 22.5em;	
	border-top: 0.05em solid #F7B926;
}
.news_head
{
	width:100%;
	color:#323232;
	font-size: 1.5em;
	margin-bottom:1em;
}
.news_block
{
	width:100%;
	margin: 0 0 0.5em 0;
}
.news_item_head
{
	width:100%;
	font-size: 1.25em;
	margin: 0.25em 0;
	font-weight: normal;
	color: #323232;
	letter-spacing: -0.05em;
}
.news_item
{
	font-family: Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width:100%;
}
/*****************************************************/
/* 				END NEWS COLUMN ADVERT 			 	 */
/*****************************************************/



/*****************************************************/
/* 				START RESOURCE COLUMN ADVERT 		 */
/*****************************************************/
.resource_update
{
	position:relative;
	width: 17.5em;	
	z-index:10;
	background-color: #e8e7e1;
	padding: 0.75em 1.25em;
	line-height:1.8em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:1.2em;
	border-top: 0.05em solid #cf142b;
}
.resource_update_head
{
	width:100%;
	font-size: 1.25em;
	margin: 0.25em 0;
	font-weight: normal;
	color: #323232;
	letter-spacing: -0.05em;
}
.resource_update_item
{
	margin-top:.4em;
	margin-bottom:.4em;
	border-bottom:1px dotted #dddddd;
}
.resource_update_item_text
{
	margin-top:.4em;
	margin-bottom:.4em;
}
.resource_update_item_foot
{

}
/*****************************************************/
/* 				END RESOURCE COLUMN ADVERT 		 	*/
/*****************************************************/



/*****************************************************/
/* 				START VOTE COLUMN ADVERT 			 */
/*****************************************************/
/* START vote items */
.vote
{
	position:relative;
	width: 17.5em;	
	z-index:10;
	background-color: #e8e7e1;
	padding: 0.75em 1.25em;
	line-height:1.8em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:1.2em;
	border-top: 0.05em solid #cf142b;
}
.vote_item_head
{
	width:100%;
	font-size: 1.5em;
	margin: 0.25em 0;
	font-weight: normal;
	color: #cf142b;
	letter-spacing: -0.05em;
}
.vote_text
{
	margin-top:.4em;
	margin-bottom:.4em;
}
.vote_item
{
	margin-top:.4em;
	margin-bottom:.4em;
}
.vote_item_foot
{

}
/*****************************************************/
/* 				END VOTE COLUMN ADVERT 			 */
/*****************************************************/


/*****************************************************/
/* 				START EVENTS COLUMN ADVERT 			 */
/*****************************************************/
#events_container
{
	position:relative;
	width: 17.5em;	
	z-index:10;
	background-color: #e8e7e1;
	padding: 0.75em 1.25em;
	line-height:1.8em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:1.2em;
	min-height: 22.5em;	
	border-top: 0.05em solid #F7B926;
}
.events_head
{	
	width:100%;
	color:#323232;
	font-size: 1.5em;
	margin-bottom:1em;
}
.events_block
{
	width:100%;
}
.events_item_head
{
	width:100%;
	font-size: 1.25em;
	margin: 0.25em 0;
	font-weight: normal;
	color: #323232;
	letter-spacing: -0.05em;
}
.events_link_text
{
}
.events_location
{
}
.events_item
{
	width:100%;
	font-size: 1em;
	margin: 0.25em 0;
	font-weight: normal;
	color: #323232;
	font-family: Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
a.events_item_link
{
}
a.events_item_link:hover
{
}
/*****************************************************/
/* 				END EVENTS COLUMN ADVERT 			 */
/*****************************************************/


/*****************************************************/
/* 				START OTHER CLASSES 			 	 */
/*****************************************************/
.column_item_spacer
{
	position:relative;
	height:5px;
	overflow:hidden;
	width:100%;
}
.clear
{
	position:relative;
	top:0px;
	left:0px;
	clear:both;
	height:1px;
	width:100%;
	overflow:hidden;
}
/* OH - Added width and declarations for object/embed/img elements. */
#flashcontent_cts1
{
	width: 65.75%;
	height: 20em;
	float:left;
}
	#flashcontent_cts1 object,
	#flashcontent_cts1 embed,
	#flashcontent_cts1 img {
		height: 100% !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
#sub_head_box_container
{
	float:right;
	width:33%;
	position:relative;
}
.sub_head_box1, .sub_head_box2, .sub_head_box3
{
	position: relative;
	height: 6em;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	padding-top:3px;
	margin: 0 0 1em 0;
	padding: 0;
}
.sub_head_box1
{
	background-color:#3964b6;
}
.sub_head_box2
{
	background-color:#d3751c;
}
.sub_head_box3
{
	background-color:#61bf1a;
}
.sub_head_box_title
{
	color:#ffffff;
	font-size:1.8em;
	margin: 0.1em 0.25em 0em 0.3em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
}
.sub_head_box_text
{
	color:#ffffff;
	font-size:1em;
	margin: 0.3em 0.5em 0.5em 0.55em;
	line-height: 1.2;
}
a.sub_head_box_link, a.sub_head_box_link:link, a.sub_head_box_link:visited
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.sub_head_box_link:hover
{
	color: #ffffff;
}
#skipnav_container
{
	position:relative;
	visibility:hidden;
	width:0px;
	height:0px;
	overflow:hidden;
}
h1.page_title
{
	color: #323232;
	font-weight: normal;
	font-size: 2.75em;
	margin: 0.7em 0 0.25em 0;
}
a.low_graphics_link {
	color: #0f1f7a;
	font-weight: bold;
	text-decoration: none;
}
a.low_graphics_link:hover {
	color: #B11515;
}
.paging_style
{	
	line-height:20px;
	min-height:20px;
	height:expression(this.scrollHeight < 20? "20px":"auto" );
	width:100%;
	margin-bottom:10px;
	text-align:center;
}
.menu_access_key
{
	border-bottom: 0.05em solid #B0B0B0;
}

.sub_head_box_container_top
{
	position:absolute;
	top:0px;
	left:0px;
}

.sub_head_box_container_bottom
{
	position:absolute;
	top:159px;
	left:0px;
}


/* NEW */

#header_bar_1{
	position:relative;
	width:726px;
	height:76px;
	background-color:#543b33;
}

#header_bar_2{
	position:relative;
	width:726px;
	height:86px;
	background-color:#f8a908;
}

#header_bar_3{
	position:relative;
	width:726px;
	height:49px;
	background-color:#543b33;		
}

#sesame{
	position:absolute;
	top:33px;
	left:566px;
	background-color:#f7b81e;
	width:118px;
	height:23px
}

#for-directly-authorised-advisers{
	position:absolute;
	top:13px;
	left:453px;
	background-color:#a1491a;
	width:239px;
	height:23px
}

#MoneyMarketing{
	margin-bottom:1em;
}