/**** RESETS ****/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/**************************** MAIN ******************************/

html {
	background-color: #e5e5e5;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
}

strong
{
	font-weight: bold;
}

.outer-wrapper {
	max-width: 1138px;
	min-width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.inner-wrapper {
	margin: 0 auto;
	width: 980px;
}

#BackgroundContainer {
	background: transparent url(/Templates/Public/Styles/Images/radial-bg-main.png) no-repeat center top;
	max-width: 1138px;
	min-width: 980px;
	min-height: 500px;
	float: left;
	padding: 50px 0 25px 0;
}

#HeaderContainer {
	height: 100px;
	background: transparent url(/Templates/Public/Styles/Images/radial-bg-top.png) no-repeat center top;
	float: left;
	width: 980px;
}

.top-and-main
{
	width: 450px;
	float: left;
	line-height: 1.6em;
	padding-right: 50px;
}

.body-content a
{
	color: #0051af;
}

.sidebar 
{
	width: 480px;
	float: right;
}

.divider-line
{
	background: transparent url(/Templates/Public/Styles/Images/divider-line.gif) no-repeat center top;
	clear: both;
	height: 1px;
}

/************************ HEADER ****************************/

#Logo a img 
{
	border-width: 0;
}

ul.TopMenu {
	float: left;
	background-color: #e5e5e5;
	list-style: none;
	width: 980px;
/*	height: 32px;*/
}

ul.TopMenu li.first-level {
	float: left;
	margin-right: 15px;
	position: relative;
}

ul.TopMenu li.first-level a 
{
	text-decoration: none;
	height: 16px;
	padding: 8px;
	color: #5c5555;
	display: block;
	float: left;
}

ul.TopMenu li.first-level a:hover,
ul.TopMenu li.hl a,
ul.TopMenu li.selected a {
	background-color: #2e3134;
	color: #fff;
}

ul.TopMenu li.first-level ul.submenu 
{
	background-color: #2e3134;
	border-top: #6b6b6b 1px solid;
	padding-top: 10px;
	top: 32px;
	left: 0;
	display: none;
	position: absolute;
	z-index: 1000;
}

ul.TopMenu li ul.submenu li a 
{
	float: none;
	color: #fff;
	display: block;
	padding: 8px;
	white-space: nowrap;
	width: 16 0px;
}

ul.TopMenu li ul.submenu li a:hover {
	background: transparent url(/Templates/Public/Styles/Images/submenu-hover-bg-wrapper.gif) repeat-x left center;
}

#HeadingContainer {
	margin: 0 auto;
	height: 100px;
	width: 980px;
}

#Logo {
	margin-top: 33px;
	float: left;
}

#HeaderRight 
{
	float: right;
	position: relative;
	padding-top: 38px;
	width: 370px;
}

.SearchContainerLeft {
	float: left;
	width: 183px;
	margin-right: 15px;
}

.SearchContainerRight {
	float: right;
	width: 183px;
	margin-left: 15px;
}

#LanguageContainer
{
	background: #9a9a9a url(/Templates/Public/Styles/Images/language-choser-arrow.gif) no-repeat 153px 9px;
	color: #fff;
	position: relative;
	float: right;
	padding: 3px 0 4px 10px;
	width: 160px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	height: 17px;
}

#LanguageContainer ul
{
	background: #9a9a9a url(/Templates/Public/Styles/Images/language-choser-arrow.gif) no-repeat 153px 9px;
	position: absolute;
	display: none;
	background-color: #2e3134;
	width: 160px;
	padding: 3px 0 4px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	right: 0;
	top: 0;
}

#LanguageContainer ul li
{
	clear: both;
}

#LanguageContainer ul li:first-child
{
	margin-bottom: 10px;
}


#LanguageContainer ul li.current-lang a
{
	color: #828282;
}
#LanguageContainer ul li a 
{
	color: #fff;
	margin-bottom: 4px;
	float: left;
}

#LanguageContainer ul li .flag
{
	margin-right: 10px;
	padding-top: 2px;
	float: right;
	display: block;
}

#InputContainer
{
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
	border: solid 1px #9a9a9a;
	z-index: 1;
	height: 18px;
	padding: 2px;
	background-color: #f1f1f1;
	float: left;
}

#InputContainer.selected 
{
	border: solid 1px #ff8a00;
}


.search-input 
{
	border: none;
	outline: none;
	width: 153px;
	height: 18px;
	background-color: #f1f1f1;
}

#ButtonContainer
{
	background: #9a9a9a url(/Templates/Public/Styles/Images/search-magnifyer.png) no-repeat center center;
	width: 24px;
	height: 24px;
	float: left;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topright: 6px;
}

#ButtonContainer.selected
{
	background: #ff8a00 url(/Templates/Public/Styles/Images/search-magnifyer.png) no-repeat center center;
}

.search-button 
{
	border: none;
}

.search-button a {
	display: block;
	width: 24px;
	height: 24px;
}

/*
.search-input {
	padding: 3px 2px 0 4px;
	width: 153px;
	height: 20px;
	float: left;
	background: transparent url(/Templates/Public/Styles/Images/search-bg.gif) no-repeat left top;
	border: none;
	outline: none;
	z-index: 1;
}

.search-input-hover {
	background-image: url(/Templates/Public/Styles/Images/search-bg-alt.gif) !important;
}

.search-button {
	border: none;
	float: right;
}

.search-button a {
	background-image: url(/Templates/Public/Styles/Images/search-btn.gif);
	width: 24px;
	height: 23px;
	display: block;
}

.search-button a.hover {
	background-image: url(/Templates/Public/Styles/Images/search-btn-alt.gif);
}
*/

/************************* MAIN CONTENT ***************************/

h1 {
	font-size: 270%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	color: #2e3134;
}

h2 
{
	color: #2e3134;
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.3em;
}

div.ingress p 
{
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	color: #000;
	margin-top: 5px;
}

p 
{
	color: #4f5358;
	margin-bottom: 1em;
}

body a
{
	color: #1a63b7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: #a8a8a8 1px solid;
	margin: 20px 0;
	height: 1px;
}

hr.divider-line {
	background-image: url(/Templates/Public/Styles/Images/divider-line.gif);
	margin: 0;
	height: 1px;
}

.clear 
{
	clear: both;
}

.flash-map-content {
	margin: 0 auto;
	width: 856px;
	padding: 20px 0 0 0;
}

#Breadcrumb 
{
	border-top: solid 1px #a8a8a8;
	border-bottom: solid 1px #a8a8a8;
	margin-bottom: 15px;
	padding: 5px 0;
	float: left;
	width: 450px;
}

#Breadcrumb .home
{
	display: block;
	float: left;
}


#Breadcrumb ul
{
	float: left;
}

#Breadcrumb ul li
{
	float: left;
	background: transparent url(/Templates/Public/Styles/Images/breadcrumb-lines.gif) no-repeat left center;
	padding-left: 12px;
	margin-left: 8px;
	font-size: 84%;
}

#Breadcrumb ul li:first-child 
{
	background: none;
	padding: 0;
	margin: 0;
}

#Breadcrumb ul li a
{
	color: #000;
	text-decoration: none;
}

#Breadcrumb ul li a:hover
{
	text-decoration: underline;
}

.rightText
{
	width: 350px;
	position: relative;
	float: right;
	margin-bottom: 25px;
}

.teaser
{
	border: solid 1px #25272a;
	width: 350px;
	position: relative;
	float: right;
	margin-bottom: 25px;
	font-size: 0;
}

.teaser p.label
{
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #25272a;
	position: absolute;
	font-size: 13px;
	padding: 12px;
	bottom: 0;
	left: -10px;
	max-width: 320px;
}

.teaser p.label a
{
	color: #fff;
	padding-right: 20px;
	text-decoration: none;
	background: transparent url(/Templates/Public/Styles/Images/teaser-link-arrow.gif) no-repeat right center;
	display: block;
}

.teaser p.label a:hover
{
	text-decoration: underline;
}

.main-body 
{
	clear: both;
}

.main-body-wide
{
	clear: both;
}

table tr td 
{
	padding: 6px;
}

body .ui-widget-overlay {
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	background: #000;
}

.ui-widget .top-and-main
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 89%;
	width: 520px;
	padding: 0;
}

.ui-dialog .top-and-main #Breadcrumb,
.ui-dialog .top-and-main h1
{
	display: none;
}

/********************** FOOTER ************************************/

#FooterMenuContainer {
	max-width: 1138px;
	min-width: 980px;
	background-color: #e5e5e5;
	color: #505050;
	font-size: 84%;
	padding-bottom: 20px;
}

ul.FooterMenu
{
	float: left;
	padding: 20px 0;
}

ul.FooterMenu li.first-level {
	font-weight: bold;
	float: left;
	margin-right: 15px;
}

ul.FooterMenu li a 
{
	float: left;
	padding: 4px 8px;
	display: block;
	color: #505050;
	text-decoration: none;
}

#FooterMenuContainer ul li a:hover,
#GlobalContainer ul li a:hover
 {
	background-color: #ff8a00;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul.FooterMenu li ul.submenu {
}

ul.FooterMenu li ul.submenu li {
	padding: 0 0 8px 0;
	font-weight: normal;
	clear: both;
}

ul.FooterMenu li ul.submenu li:last-child {
	padding: 0;
}

#FooterMenuContainer .body-content {
	padding: 18px 0;
}

#GlobalContainer
{
	color: #505050;
	font-size: 84%;
	float: left;
	padding: 20px 0;
	width: 980px;
}

#GlobalContainer ul li a 
{
	float: left;
	padding: 4px 8px;
	display: block;
	color: #505050;
	text-decoration: none;
}


#CopyrightContainer {
	float: left;
	margin-top: 5px;
}

#GlobalMenu {
	float: right;
}

#GlobalMenu ul li {
	float: left;
	margin-right: 15px;
}

#GlobalMenu ul li a {
	display: block;
	padding: 5px;
}

/******************** START PAGE ****************************/

#FlashContainer 
{
	margin-top: -40px;
}

body.start .top-and-main {
	width: 400px;
}

body.start .top-and-main a {
	background: transparent url(/Templates/Public/Styles/Images/link-arrow.gif) no-repeat left center;
	padding: 0 0 0 20px;
	color: #1a63b7;
	text-decoration: none;
	font-style: italic;
	font-size: 115%;
}

body.start .top-and-main a:hover {
	text-decoration: underline;
}

body.start .sidebar {
	width: 530px;
	padding-top: 20px;
}

/********************** REGION PAGE ******************************/

div.country-container
{
	float: left;
	padding-right: 10px;
	width: 180px;
}

.country-label 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 15px;
	background: transparent url(/Templates/Public/Styles/Images/country-label-arrow.gif) no-repeat right top;
	height: 26px;
	padding: 5px 25px 0 10px;
	display: block;
	float: left;
	width: 170px;
}

.two-rows {
	background: transparent url(/Templates/Public/Styles/Images/country-label-arrow-high.gif) no-repeat right top;
	height: 45px;
}

.country-flag 
{
	clear: both;
	display: block;
	padding-top: 15px;
}

.country-list-detailed
{
	float: right;
	width: 760px;
}

.country-list-detailed li
{
	float: left;
	width: 233px;
	margin-right: 20px;
}

.country-list-detailed li.first-level
{
	height: 230px;
	margin-bottom: 30px;
}

/*
.country-list-detailed li.first-level:first-child
{
	width: 180px;
}
*/

.office-list
{
	margin-top: 5px;
}

.office-list li
{
	float: none;
	font-size: 89%;
}

.office-list li.office-name,
.office-list li.zipcode,
.office-list li.fax,
.office-list li.manager,
.office-list li.email
{
	margin-bottom: 8px;
}

/********************** OFFICES PAGE ******************************/

.country-list
{
	float: left;
	width: 120px;
}

.country-list li
{
	font-size: 84%;
}

.country-list li.region
{
	font-weight: bold;
	margin: 8px 0 2px 0;
}

.country-list li.regionfirst
{
	font-weight: bold;
	margin: 0 0 2px 0;
}

/********************** SEARCH PAGE ******************************/

#SearchArea .button
{
    border: 1px solid black;
    color:White;
    background: black url(/Templates/Public/Styles/Images/buttonBg.png) repeat-x;
}

#SearchArea input.searchText 
{
    width: 75%;
}

#ResultArea 
{
    padding-top: 2em;
}

#ResultArea ol
{
    margin: 0;
    padding-left: 2em;
}

#ResultArea li 
{
    margin: 0; 
    padding: 0;
}

/********************** SITEMAP PAGE ******************************/

#SiteMap ul 
{
    margin: 0;
    padding: 0.2em 0;
}

#SiteMap ul ul
{
    padding: 0;
    margin-left: 0.5em;
}

#SiteMap li
{
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style: none none;
    font-size: 1.3em;
}
#SiteMap li a
{
    text-decoration: none;
    background: none;
    padding: 0;
}

#SiteMap li li
{
    margin: 0.2em 0;
    padding-left: 1em;
    background: url(images/SiteMapBullet.png) no-repeat;
    font-size: 0.7em;
}

#SiteMap li li a
{
    text-decoration: underline;
}

#SiteMap li li li
{
    font-size: 1em;
}

/********************** LOGIN PAGE ******************************/

.loginArea 
{
    width: 100%;
}

.loginArea label 
{
    display: block;
    line-height: 1em;
    width: 35%;
}

.loginArea input
{
    margin: 0.3em 0 1em 0;
}

.loginArea .button
{
	border: 1px solid black;
    color:White;
    background: black url(images/buttonBg.png) repeat-x;
    padding: 0 1em 0 1em;
}

/********************** COMMON ******************************/

.noFlashSupportText
{
	font-size: 0.8em;
	color: #4F5358;
}
