﻿/* GENERAL STYLES */

body
{
	margin: 0;
	margin: auto;
	font-family: Arial, Helvetica;
	width: 100%;
}

a img
{
	border: 0;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
	text-align: right;
}

.float-clear
{
	clear: both;
	height: auto;
}

.align-left
{
	float: left;
}

.text-left
{
	text-align: left;
	vertical-align: top;
}

.align-right
{
	float: right;
}



/* END GENERAL STYLES */


/* MAIN LAYOUT */

#OuterHolder
{
	width: 100%;
	margin: 0;
	margin: auto;
	text-align: center;
}

.invisible-anchor
{
	visibility: hidden;
	display: none;
}

noscript p
{
	padding: 1em;
	border: 0.063em solid #CCC;
	font-size: 0.8em;
}

#InnerHolder
{
	width: 62.5em;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#PageMainArea
{
	background-color: #EAEAEA;
	margin: 0;
	background-image: url(../media/images/common/menu_shadow_grey.gif);
	background-repeat: repeat-x;
	width: 62.5em;
	height: auto;
}

/* INTERACTIVE */

#InteractiveBar
{
	height: 1.25em;
	background-color: Gray;
	background-image: url(../Media/Images/Common/BGInteractiveBar.gif);
	border-left: 0.063em solid #CCC;
	border-right: 0.063em solid #CCC;
	font-size: 0.9em;
	color: #AAA;
	padding: 0.75em;
}

#InteractiveBar a
{
	color: #AAA;
	text-decoration: none;
}

/* END INTERACTIVE */

/* HEADER */

#Header
{
	height: 4.5em;
	background-color: #FFF;
}

#Header .float-right img
{
	float: left;
	margin: 0.4em 0em 0em 0.5em;
	display: inline;
}

#Header .float-right .btn-blue
{
	float: left;
	margin: 0.4em 0em 0em 0.5em;
	display: inline;
}

#Header .btn-gray
{
	float: left;
	margin: 0.4em 0em 0em 0.5em;
	display: inline;
}

.google-translate
{
	float: left;
	margin-right: 0em;
	height: 4em;
	overflow: hidden;
	width: 10em;
	margin-left: 0.5em;
	text-align: right;
	margin-top: 0.45em;
	display: inline;
}

ul#contactmenu
{
	float: left;
	list-style: none;
	margin-top: 0.35em;
	margin-left: 0.5em;
	padding: 0;
		z-index: 999999;
}

ul#contactmenu li.mega
{
	float: left;
	position: relative;
	width: 114px;
	height: 34px;
	background-image: url( '/Media/Images/Common/btnContactUs_off.gif' );
		z-index: 999999;
}

ul#contactmenu li.mega:hover
{
	float: left;
	position: relative;
	width: 114px;
	height: 1.9em;
	background-image: url( '/Media/Images/Common/btnContactUs_over.gif' );
	background-repeat: no-repeat;
}

ul#contactmenu li.mega div
{
	display: none;
}

ul#contactmenu li.hovering div
{
	display: block;
	position: relative;
	top: 30px;
	left: 0.13em;
	z-index: 999999;
	background-color: #123881;
}


ul#boardmenu
{
	float: left;
	list-style: none;
	margin-top: 0.35em;
	margin-left: 0.5em;
	padding: 0;
}

ul#boardmenu li.mega
{
	float: left;
	position: relative;
	width:180px;
	height: 34px;
	background-image: url( '/Media/Images/Common/btnMyNoticeboard_over.gif' );
	padding:0;
	margin:0;
	z-index: 999999;
}

ul#boardmenu li.mega div
{
	display: none;
		padding:0;
	margin:0;
	width:177px;
}

ul#boardmenu li.hovering div
{
	display: block;
	position: relative;
	top: 30px;
	left: 0.13em;
	z-index: 999999;
	background-color: #626262;
}
.main-board-items
{
	background-color: #626262;
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	z-index: 999999;
	text-align: left;
}
.main-board-items li
{
	white-space: nowrap;
	clear: both;
	font-size: 0.8em;
	font-weight: bold;
	z-index: 999999;
}
.main-board-items li a
{
	display: block;
	background-color: #626262;
	color: White;
	text-decoration: none;
	padding: 0.5em 0.5em 0.5em 0.5em;
	z-index: 999999;
}
.main-board-items li a:hover
{
	display: block;
	background-color: #4a4a4a;
	padding: 0.5em 0.5em 0.5em 0.5em;
	width: auto;
	color: White;
	z-index: 999999;
}

.main-contact-items
{
	background-color: #2A5FAB;
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	z-index: 999999;
	text-align: left;
}

.contact-panel
{
	z-index: 999999;
}

.main-contact-items li
{
	white-space: nowrap;
	clear: both;
	font-size: 0.8em;
	width: 16em;
	font-weight: bold;
	z-index: 999999;
}


.main-contact-items li a
{
	display: block;
	background-color: #2A5FAB;
	color: White;
	text-decoration: none;
	padding: 0.5em 0.5em 0.5em 0.5em;
	z-index: 999999;
}


.main-contact-items li a:hover
{
	display: block;
	background-color: #3D72BE;
	padding: 0.5em 0.5em 0.5em 0.5em;
	width: auto;
	color: White;
	z-index: 999999;
}



/* END HEADER */

/* TOP MENU */

div#TopMenu
{
	height: 2.6em;
	background-image: url(../Media/Images/Common/BGTopMenu.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #184A8F;
	z-index:3000;
}

ul#menu
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#menu li.mega
{
	display: inline;
	float: left;
	position: relative;
	font-size: 1em;
	color: White;
	font-weight: bold;
	border-right: 0.063em solid #2458A1;
	line-height: 2.6em;
	margin: auto;
	height: 2.6em;
	background-image: url(../media/images/common/menu_top_off.gif);
	background-repeat: repeat-x;
}

ul#menu li.mega:hover
{
	display: inline;
	position: relative;
	float: left;
	font-size: 1em;
	color: White;
	font-weight: bold;
	margin: 0;
	background-image: url(../media/images/common/menu_top_over.gif);
	background-repeat: repeat-x;
	background-color: #123881;
	z-index: 888888;
}

ul#menu li.mega a
{
	display: block;
	color: White;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
	z-index: 888888;
	width: auto;
}


ul#menu li.mega div
{
	display: none;
}

ul#menu li.hovering div
{
	display: block;
	margin: auto;
	top: 2.6em;
	left: 0em;
	z-index: 8000;
	background-color: #123881;
}


#liServices
{
	width: 8.3em;
}


#liInfo
{
	width: 8.3em;
}

#liLinks
{
	width: 7em;
}

#liCareer
{
	width: 7.5em;
}

#liAbout
{
	width: 7em;
}


.sub-list-menu
{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
	width: 13em;
	float: left;
}

.sub-list-menu2
{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
	width: 13em;
	float: left;
}

.sub-list-menu li, .sub-list-menu2 li
{
	white-space: nowrap;
	font-size: 0.8em;
	position: relative;
	background-color: #123881;
	padding: 0em;
	margin: 0em;
}

.sub-list-menu li a, .sub-list-menu2 li a
{
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.sub-list-menu li a:hover, .sub-list-menu2 li a:hover
{
	background-color: #3D72BE;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.one-col-menu
{
	width: 13em;
}

.two-col-menu
{
	width: 26em;
}

.SearchTextBox
{
	font-size: 1em;
	color: #C5D6EA;
	border: 0em;
	margin: 0em;
	text-align: left;
	margin-top: 0.188em;
	float: left;
	width: 12em;
}

.SearchArea
{
	float: right;
	background-color: White;
	border-left: solid 0.063em #CAD6E8;
	border-top: solid 0.063em #9BB2D3;
	border-right: solid 0.063em #CAD6E8;
	border-bottom: solid 0.063em #E2E9F3;
	width: 14.438em;
	height: 1.625em;
	margin-top: 0.4em;
	margin-right: 0.35em;
	text-align: left;
	vertical-align: baseline;
	padding: 0.125em;
	display: inline;
}

.btnSearchStyle
{
	float: right;
	margin-top: 0.063em;
}

/* END TOP MENU */

/* HOME PAGE STYLES */

#AdvertArea
{
	text-align: left;
	overflow: hidden;
	margin-top: 0;
	height: 16em;
}

#AdvertArrowLeft
{
	float: left;
	z-index: 19999;
	position: relative;
	top: -16em;
	left: 0;
	padding: 0.625em;
}

#AdvertThumbs
{
	float: left;
	z-index: 19999;
	position: relative;
	top: -16em;
	left: 0;
	padding: 0.625em;
}

#AdvertArrowRight
{
	float: right;
	z-index: 19999;
	position: relative;
	top: -16em;
	left: 0;
	padding: 0.625em;
}

.AdvertImage
{
	width: 62.5em;
	height: 16em;
	overflow: hidden;
}

#HomePageMenu2
{
	background-color: #CCC;
	height: 2.75em;
	overflow: hidden;
}

#HomePageMenu2 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#HomePageMenu2 ul li
{
	display: inline;
	float: left;
}

.HomeSub1 img
{
	float: left;
	margin-top: 0.25em;
	padding-left: 1.825em;
}

.HomeSub2 img
{
	float: left;
	margin-top: 0.25em;
	padding-left: 2em;
}

#HomePageNews
{
	width: 21.25em;
	margin-left: 0.625em;
	background-color: White;
	background-image: url(../Media/Images/HomePage/BGNews.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

#HomePageNews h2
{
	color: #22539F;
	font-size: 1.4em;
	margin: 0;
}

#HomePageNews .news-item
{
	border-top: solid 0.063em #EAEAEA;
	padding: 0.8em 1em 0.8em 1em;
}

#HomePageNews .news-item-view
{
	padding: 0.8em 1em 0.8em 1em;
}

#HomePageNews .news-item h3
{
	color: #22539F;
	font-size: 1em;
	margin: 0;
}

#HomePageNews .news-item a
{
	color: #22539F;
	text-decoration: none;
}

#HomePageNews .news-item p
{
	color: #22539F;
	font-size: 0.8em;
	margin: 0em 0em 0em 0em;
}

#HomePageNews .news-item img
{
	float: right;
}

#HomePageNews .news-item .news-item-date
{
	font-size: 0.7em;
	color: #ACACAC;
	margin-top: 1.2em;
}

#HomePageWelcome
{
	background-color: #FFF;
	margin-right: 0.625em;
	float: right;
	width: 37.4em;
	padding: 1em;
	background-image: url(../Media/Images/HomePage/BGNews.jpg);
	background-repeat: repeat-x;
	display: inline;
}


#HomePageWelcome h1
{
	color: #22539F;
	margin: 0;
	font-size: 1.6em;
	line-height: 1em;
}

#HomePageWelcome p
{
	color: #22539F;
	font-size: 0.8em;
}


.ArrowLink
{
	color: #22539F;
	font-size: 1em;
	background-image: url(../Media/Images/common/arrow_blue.gif);
	background-repeat: no-repeat;
	padding-left: 0.625em;
	background-position: middle left;
	text-decoration: none;
}

#HomePageWelcomeButtons
{
	background-color: #FFF;
	margin: 0.625em 0.625em 0em 0em;
	float: right;
	width: 39.4em;
	padding: 0em;
	display: inline;
}

#HomePageWelcomeButtonsHeader
{
	padding: 1em;
	border-bottom: solid 0.063em #EAEAEA;
}

#HomePageWelcomeButtons .buttons
{
	padding: 1em;
}

#HomePageWelcomeButtonsExp
{
	padding: 1.3em;
	color: #22539F;
	font-size: 0.8em;
}



#HomePageWelcomeButtons h2
{
	color: #22539F;
	margin: 0;
	font-size: 1.3em;
	line-height: 1em;
}



#HPTabs
{
	float: right;
	margin: 0em 0.625em 0em 0em;
	width: 39.4em;
	background-color: White;
}

.hptab-holder
{
	background-color: #22539F;
	padding: 0.6em;
	margin: 0em 0.063em 0em 0.063em;
	display: none;
	clear: both;
}

.hptab-holder-inner
{
	background-color: white;
	background-image: url(../Media/Images/HomePage/Services.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #22539F;
	padding: 1em;
	font-size: 0.8em;
	clear: both;
	height: 12em;
}

.hptab-text
{
	width: 26em;
	float: left;
}

.hptab-button
{
	margin-top: 9em;
	margin-right: 0.5em;
	float: right;
}

.hptab-text p
{
	margin-top: 0em;
}

.hptab-text ul
{
	margin-left: 0.938em;
	padding-left: 0px;
}

.tab-holder
{
	background-color: White;
	margin-top: 0em;
}

/* END HOME PAGE STYLES */

/* MAIN PAGE STYLES */

.sub-menu
{
	background: url(../Media/Images/Common/BGsubmenu.gif) repeat-y left top;
	display: block;
	margin: 0;
	width: 62em;
	padding: 0;
	height: auto;
	padding-left: 0.5em;
}

.sub-menu a
{
	height: 1.75em;
	color: #22539F;
	text-decoration: none;
	padding: 0.5em;
	padding-top: 0.75em;
	float: left;
	white-space: nowrap;
	background-color: transparent;
	clear: none;
	font-size: 0.8em;
	font-weight: bold;
}

.sub-menu a:hover
{
	text-decoration: underline;
}

.sub-menu .space
{
	height: 1.75em;
	color: #22539F;
	text-decoration: none;
	padding: 0.5em;
	padding-top: 0.75em;
	float: left;
	white-space: nowrap;
	background-color: transparent;
	clear: none;
	font-size: 0.8em;
	font-weight: bold;
}

#PageViewArticle
{
	background-repeat: repeat-x;
	width: 43.075em;
	background-color: #FFF;
	float: left;
	clear: none;
	overflow: hidden;
	display: inline;
	margin-left: 0.625em;
}

#PageViewArticleText hr
{
	color: #EAEAEA;
	z-index: 222;
	width: 53.925em;
	height: 0em;
	margin-left: -1.1em;
	border-top: 0.063em solid #EAEAEA;
	background-color: #EAEAEA;
}

#PageViewArticleSummary
{
	width: 25.5em;
	padding: 0.765em;
	border-bottom: solid 0.625em #EAEAEA;
	float: left;
	margin-bottom: 0em;
	display: inline;
}

.PageViewArticleSummary 
{
		width: 25.5em;
	padding: 0.765em;
	border-bottom: solid 0.625em #EAEAEA;
	float: left;
	margin-bottom: 0em;
	display: inline;
	
	
}

#PageViewArticleSummary h1
{
	color: #22539F;
	margin: 0;
}


.PageViewArticleSummary  h1
{
	color: #22539F;
	margin: 0;
	
	
}
.PageViewArticleSummaryNoLine  h1
{
	color: #22539F;
	padding: 0.5em;
	
	
}


.PageViewArticleSummary .item-summary
{
	font-size: 0.8em;
	color: #22539F;
}


#PageViewArticleText a
{
	color: #6699CC;
	font-weight: bold;
}

#PageViewArticleSummary .item-date
{
	font-size: 0.7em;
	color: #ACACAC;
	margin-top: 0.5em;
}

#PageViewArticleSummary .item-summary
{
	font-size: 0.8em;
	color: #22539F;
}

#PageViewArticleText img
{
	padding: 0.3em;
}

#PageViewArticleText .item-date
{
	font-size: 0.8em;
	color: #ACACAC;
	margin-top: 0.5em;
}

#PageViewArticleText .SmallText
{
	font-size: 0.8em;
}

#PageViewArticleImg
{
	float: right;
	padding: 1em;
	text-align: right;
}

#PageViewArticleText
{
	font-size: 0.8em;
	padding: 1.0em;
	color: #22539F;
	clear: left;
	margin-top: -1.3em;
}

.event-break
{
	border-bottom: 0.063em solid #EAEAEA;
	margin-top: 0.625em;
	margin-bottom: 0.312em;
}


#PageViewArticleText h2
{
	font-size: 1.4em;
}

#PageViewArticleText h3
{
	font-size: 1.3em;
}


#PageViewArticleText h4
{
	font-size: 1.2em;
}

#Downloads
{
	width: 17.062em;
	padding: 0.5em;
	float: right;
	border-left: solid 0.063em white;
	border-bottom: solid 0.063em white;
}

#DownloadTitle
{
	font-size: 1.3em;
	color: #22539F;
}

#LeftCol
{
	width: 18.125em;
	float: right;
}

#Features
{
	width: 18.175em;
	float: right;
}

#Features img
{
	margin: 0.625em 0em 0em 0em;
	border-left: solid 0.063em white;
	border-top: solid 0.063em white;
	border-bottom: solid 0.063em white;
}

#WhiteLine
{
	width: 18.125em;
	height: auto;
	float: right;
	border-left: solid 0.063em white;
}

.divFiles
{
	width: 17.125em;
	padding: 0.5em;
	float: right;
	border-left: solid 0.063em white;
	border-bottom: solid 0.063em white;
}

.FilesLink
{
	color: #22539F;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}

.FilesInfo
{
	color: #22539F;
	font-size: 0.8em;
	text-decoration: none;
}

.tbl-form tr td input, .tbl-form tr td textarea, .tbl-form tr td select
{
	color: #22539F;
	font-family: Arial;
}

.tbl-form tr td textarea
{
	font-size: 1em;
}



#FeedbackPage
{
	font-size: 0.8em;
	color: #22539F;
}

#FeedbackPage h2
{
	font-size: 1.4em;
	padding-top: 1em;
	padding-left: 1em;
}

#FeedbackPage hr
{
	color: #EAEAEA;
	height: 0em;
	border-top: 0.063em solid #EAEAEA;
}


/* END MAIN PAGE STYLES */

/* FOOTER STYLES */

#Footer
{
	height: 12.5em;
	background-color: #D2DEEC;
	color: #7997C9;
}

#FooterTop
{
	height: 8em;
	border-bottom: solid 0.063em white;
	padding: 1em;
	padding-right: 0.5em;
	padding-top: 1em;
}

#FooterBottom
{
	padding-left: 1em;
	margin-right: 1em;
	font-size: 0.9em;
	margin-top: 0.8em;
	font-size: 0.8em;
}

#FooterBottom a
{
	color: #7997C9;
	font-weight: bold;
}

.footer-tele
{
	font-weight: bold;
}


.footer-address
{
	font-size: 0.7em;
	margin-top: 0.5em;
}

#FooterLogoArea
{
	vertical-align: baseline;
	padding-top: 2.3em;
	padding-bottom: 1em;
	padding-right: 0.5em;
}
/* END FOOTER STYLES */


/* SITE MAP */

.LWUmenu
{
	padding-top: 0.188em;
	padding-bottom: 0.188em;
	color: #22539F;
	font-weight: bold;
}

.LWUmenu a
{
	color: #22539F;
}

/* END SITE MAP */


.SearchPager
{
	background-color: #EAEAEA;
	z-index: 222;
	color: #22539F;
}

.SearchPager a
{
	color: #22539F;
}

.Pager
{
	width: 51.825em;
	clear: both;
	color: #22539F;
}

.SearchPager td
{
	padding: 1em;
	color: #22539F;
}

.SearchGrid
{
	z-index: 222;
	width: 50.825em;
	margin-left: -1em;
	margin-bottom: -1em;
}

.SearchGridItem
{
	width: 50.825em;
	padding: 1em;
	color: #22539F;
}

.texterror
{
	color: Red;
}


.cal-area
{
	margin-top: 1em;
}

.SearchGridItem hr
{
	margin-bottom: -1em;
}

.btnNumPager
{
	margin-right: 0.5em;
	color: #22539F;
	text-decoration: none;
}

.btnNumPagerActive
{
	margin-right: 0.5em;
	color: #22539F;
	text-decoration: underline;
}



#PageViewArticleSummarySearch
{
	padding: 0.765em;
	margin-bottom: 0em;
}

#PageViewArticleSummarySearch h1
{
	color: #22539F;
	margin: 0;
}

#PageViewArticleSummarySearch p
{
	color: #22539F;
	font-size: 0.8em;
}

/* POLL AREA */


.PollArea
{
	width: 17.125em;
	padding: 0.5em;
	float: right;
	background-color: White;
	margin-top: 0.625em;
}

.PollHeader
{
	color: #22539F;
	font-size: 1.3em;
	margin: 0em;
	font-weight: bold;
}

.PollArea #Answers
{
	color: #22539F;
	font-size: 0.8em;
}

.PollArea fieldset
{
	border: 0em;
	margin: 0em;
	padding: 0em;
}

.PollArea legend
{
	visibility: hidden;
}

.GrayBar
{
	width: 13.5em;
	background-color: #EAEAEA;
	margin-left: 1.25em;
	margin-top: 0.313em;
	float: left;
	padding: 0em;
}

.GrayBar img
{
	margin: 0em;
	border: 0em;
}

.PollOption
{
	margin-top: 0.625em;
	clear: both;
}

.results-text
{
	color: #ccc;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0.3em;
	padding-left: 8em;
}

/* END OF POLL AREA */


/* Careers area */

.apply_form_question
{
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

.apply_form_answer
{
}

.apply_form_error
{
	color:Red;
}

.pagetitle_2
{
	margin: 1em 0em 1em 0em;
	font-size: 1.3em;
	font-weight: bold;
}

.apply_form_textarea
{
	width: 51em;
	border-left: solid 0.08em #CFCFCF;
	border-top: solid 0.08em #9B9B9B;
	border-right: solid 0.08em #CDCDCD;
	border-bottom: solid 0.08em #E0E0E0;
	font-family: Arial;
	color: #22539F;
	font-size: 1em;
	padding: 0.3em;
}

.apply_form th
{
	font-weight: normal;
	text-align:left;
}

.apply_form td
{
	
}

.apply_form_textbox
{
	font-family: Arial;
	padding: 0.3em;
	width: 24em;
	border-left: solid 0.1em #CFCFCF;
	border-top: solid 0.1em #9B9B9B;
	border-right: solid 0.1em #CDCDCD;
	border-bottom: solid 0.1em #E0E0E0;
	color: #22539F;
}

.apply_form_select
{
	font-family: Arial;
	padding: 0.3em;
	width: 100%;
	border-left: solid 0.1em #CFCFCF;
	border-top: solid 0.1em #9B9B9B;
	border-right: solid 0.1em #CDCDCD;
	border-bottom: solid 0.1em #E0E0E0;
	color: #22539F;
}

.grid-header
{
	width: 100%;
	margin: 0;
}

.grid-header td
{
	margin: 0;
	padding: 0.5em;
}

.grid-header th
{
	background-color: #EAEAEA;
	font-weight: bold;
	padding: 0.5em;
	margin: 1em;
}

.apply-2col td
{
	width: 50%;
	padding-bottom: 1em;
}

.apply-button
{
	background-color: #EAEAEA;
	font-weight: bold;
	border-right: solid 0.08em #CFCFCF;
	border-bottom: solid 0.08em #9B9B9B;
	border-left: solid 0.08em #CDCDCD;
	border-top: solid 0.08em #E0E0E0;
	color: #22539F;
	font-size: 1.0em;
	font-family: Arial;
}

.apply-form-butts
{
	clear: both;
	margin-bottom: 4em;
}

.apply-form-next
{
	text-align: right;
	float: right;
}

.apply-form-prev
{
	text-align: left;
	float: left;
}

.float-left-careers

{
		float: left;
		padding-right:0em;
		margin-top:-0.5em;
		margin-left:-0.3em;
}

.vacancy-link 
{
		color:#0763AE;
	text-decoration: none;
}

.apply_stagemenu 
{
	background-color:#DADADA;
	background-image: url(/Media/Images/AppForm/pagingbg.jpg);
	background-repeat:repeat-x;
	width: 53.925em;
margin:0em;
z-index:999;
	margin-left: -1em;
	margin-top: -1em;
height:4.3em;
	padding:0em;

}


.progressimg 
{
	padding:0em;
	margin:0em;
}

.float-buttons 
{
	padding-top:0.3em;
}

.float-buttons img 
{
  padding:0em;
  margin:0em;	
  display:inline;
}
#banner { 
  border:solid 1px red; 
  background:#fff; 
  margin: 0 8px 0 8px; 
  color: #003768; 
  padding: 4px 6px 4px 6px;
  margin:10px 0 10px 0;
 font-size:12px;
}
 #banner a { 
  color: #003768; 
  text-decoration: underline; 
}
 #banner p { 
  line-height: 1.2em; 
  padding: 0; 
  margin: 0 0 5px 0 ;
    font-size:12px;
}
#header #banner input { 
  float: left; 
  clear: left; 
  margin: 1px 5px 0 0 
}
#header #banner label { 
  float: left; 
  padding-top: 2px;
  margin: 0 8px 0 0; 
  line-height: 1.1em 
}
#header #banner input.button { 
  float: left; 
  clear: none; 
  padding: 2px 5px; 
  margin-top: -2px;  
}







