body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font: 10px Verdana, Arial, sans-serif;
}
p {
	margin-bottom: 10px;
}
a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.helperLinks a {
	color: #999;
	text-decoration: underline;
}

#main {
	margin: 0;
	background: url(/img/nav-drop-shadow.gif) repeat-y 257px;
	float: left;
}
#siteContainer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
/* hides from IE/Mac */
* html .clear {
    height: 1%;
}

/* @group Drop Form */

a.toggleDropForm {
	width: 167px;
	height: 18px;
	float: left;
	color: #ffffff;
	padding-top: 4px;
	padding-left: 10px;
	background: url(/img/subnav-button-bg-b.gif) no-repeat 0 top;
	text-decoration: none;
}

a.toggleDropForm:hover {
	background: url(/img/subnav-button-bg-b.gif) no-repeat 0 bottom;
	color: #ffcc33;
}

.dropForm {
	position: absolute;
	float: left;
	margin-top: 21px;
	margin-left: -168px;
	display: none;
	z-index: 5000;
}

.dropForm .top {
	width: 352px;
	height: 13px;
	background: url(/img/popout-form-top.gif) no-repeat;
}

.dropForm .body {
	background: url(/img/popout-form-body.gif) repeat-y;
	padding-right: 15px;
	padding-left: 15px;
}

.dropForm .bottom {
	background: url(/img/popout-form-bottom.gif) no-repeat 0 top;
	width: 352px;
	height: 13px;
	margin-top: -10px;
}
.dropForm .head {
	clear: both;
	width: 320px;
	height: 25px;
	z-index: 6000;
}
.dropForm .head .title {
	float: left;
}
.dropForm .head a.close {
	float: right;
	width: 17px;
	height: 16px;
}

.dropForm fieldset.imageSubmit {
	height: 35px;
	width: 320px;
}

.dropForm .chooseDropDown .selectbox-wrapper ul li {
	padding-top: 3px;
	padding-left: 10px;
}

.dropForm form {
	width: 320px;
}

/* @end */

/* @group form fields */

fieldset {
	margin-bottom: 10px;
	clear: both;
	float: none;
	display: block;
	overflow: hidden;
}

fieldset input {
	border-style: none;
}

fieldset label {
	color: #ff0000;
	font-weight: bold;
}

/* @group errors */

label.error,
#mainContent #primaryColumn #contactUsForm label.error {
	font-style: normal;
	float: left;
	display: inline;
	font-weight: normal;
}

fieldset.loginFields label.error {
	margin: -5px 0 0;
	padding: 0;
	float: left;
	display: inline;
	font-size: 9px;
	font-style: italic;
}

#mainContent #primaryColumn #contactUsForm label.error {
	font-style: italic;
}

/* @end */

fieldset label .required {
	color: #000000;
	font-weight: bold;
}

fieldset span.tooltip {
	float: left;
	margin-top: 3px;

}

fieldset.textWide label {
	float: none;
	clear: both;
	display: block;
	margin-bottom: 5px;
}

fieldset.textWide input {
	background: url(/img/bg-text-field-wide.gif) no-repeat;
	width: 406px;
	height: 20px;
	display: inline;
	padding-left: 5px;
	padding-top: 2px;
	float: left;
}

fieldset.textNarrowGroup label {
	display: block;
	float: none;
	clear: both;
	margin-bottom: 5px;
}

fieldset.textNarrowGroup input {
	width: 123px;
	height: 20px;
	float: left;
	display: inline;
	background: url(/img/bg-text-field-narrow.gif) no-repeat;
	padding-top: 2px;
	padding-left: 5px;
}

fieldset.textMedium input {
	background: url(/img/bg-text-field-medium.gif) no-repeat;
	width: 203px;
	height: 20px;
	color: #333333;
	font: 11px Arial, helvetica, sans-serif;
	padding-top: 3px;
	padding-left: 5px;
}

/* @group dropdowns */

fieldset.dropdown {
	float: left;
	width: 100%;
}

fieldset.dropdown label {
	width: 157px;
	float: left;
}
/*
fieldset.dropdown input {
	width: 265px;
	height: 22px;
	background: url(/img/bg-wide-dropdown.gif) no-repeat;
	color: #525252;
	padding-top: 4px;
	padding-left: 5px;
	font-size: 10px;
	float: left;
	display: inline;
}
*/
#mainContent #primaryColumn fieldset.stackedRadio {
	padding: 0;
	margin: 0;
}

fieldset.dropdown.narrow label {
	width: 100%;
	margin-bottom: 5px;
}

#mainContent #primaryColumn .eventsList p {
	margin: 0 0 5px 0;
}

/*
fieldset.dropdown.toggle input {
	background: url(/img/bg-med-dropdown.gif) no-repeat;
	width: 200px;
	height: 16px;
	padding-top: 5px;
	padding-left: 5px;
	float: none;
	display: block;
	clear: both;
	margin-bottom: 5px;
}
*/
#mainContent #primaryColumn .eventsList form, #mainContent #primaryColumn fieldset.stackedRadio {
	padding: 0;
	margin: 0;
}

#mainContent #primaryColumn fieldset.stackedRadio {
	height: 17px;
	float: left;
}

#mainContent #primaryColumn .eventsList fieldset.stackedRadio input {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}

#mainContent #primaryColumn fieldset.stackedRadio label {
	color: #000;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 5px;
	float: left;
	display: block;
}

fieldset.dropdown.narrow .item {
	display: none;
	color: #000000;
	clear: both;
}

fieldset.dropdown.narrow .item.chosen {
	display: block;
}

fieldset.dropdown.narrow .item .name {
	font-weight: bold;
}

/*
fieldset.dropdown.narrow input {
	background: url(/img/bg-med-dropdown.gif) no-repeat;
	width: 200px;
	height: 16px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
*/
fieldset.dropdown.xwide label {
	margin-bottom: 5px;
	display: block;
	float: none;
}

fieldset.dropdown.xwide input {
	background-image: url(/img/bg-xwide-dropdown.gif);
	width: 424px;
	height: 18px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-left: 5px;

	display: block;
	float: none;
	clear: both;
}

/* fieldset alone would not float */
div.dropdownSmall {
	float: left;
	display: block;
	width: 225px;
}

fieldset.dropdown.small label {
	color: #000000;
	margin-right: 5px;
	width: 52px;
	margin-top: 3px;
}
/*
fieldset.dropdown.small input {
	margin-right: 20px;
	background-image: url(/img/bg-small-dropdown.gif);
	width: 135px;
	height: 20px;
}
*/

/* @end */

/* fieldset alone would not float */

div.biColumnText {
	float: left;
	display: inline;
}

fieldset.biColumnText {
	display: inline;	overflow: hidden;
	width: 203px;
}
fieldset.biColumnText.first {
	margin-right: 23px;
}

fieldset.biColumnText label {
	margin-bottom: 5px;
	display: block;
}

fieldset.biColumnText input {
	width: 198px;
	height: 17px;
	padding-top: 2px;
	padding-left: 5px;
	background: url(/img/bg-text-field-medium.gif) no-repeat;
}

fieldset.textXWide label {
	margin-bottom: 5px;
	display: block;
}

fieldset.textXWide input {
	width: 424px;
	height: 17px;
	padding-top: 2px;
	padding-left: 5px;
	background: url(/img/bg-text-field-xwide.gif) no-repeat;
}

fieldset.textarea label {
	display: block;
	float: none;
	margin-bottom: 5px;
}

fieldset.textarea textarea {
	border-style: none;
	width: 420px;
	height: 101px;
	padding: 5px;
	background: url(/img/bg-textarea.gif) no-repeat;
	overflow: hidden;
}
fieldset.textarea.narrow textarea {
	border-style: none;
	padding: 5px;
	background: url(/img/bg-textarea-narrow.gif) no-repeat;
	overflow: hidden;
	font-family: Aria, helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	width: 267px;
	height: 52px;
}
fieldset.radio label {
	color: #525252;
	font-weight: normal;
	font-style: normal;
	margin-top: 2px;
	display: inline;
	float: left;
}

fieldset.radio label.master {
	font-weight: bold;
	margin-top: 7px;
}

fieldset.radio input {
}

fieldset.advancedSearch {
	margin-top: 15px;
	float: left;
	height: 20px;
}

fieldset.advancedSearch input.searchPhrase {
	width: 424px;
	height: 17px;
	padding-top: 2px;
	padding-left: 5px;
	float: left;
	display: inline;
	margin-right: 5px;
	border-style: none;
	background: url(/img/bg-text-field-xwide.gif) no-repeat;
}

fieldset.advancedSearch input.button {
	float: left;
	display: inline;
}

fieldset.advancedSearch .searchTitle {
	color: #a8a8a8;
	margin-left: 15px;
	margin-top: 3px;
	float: left;
	display: inline;
}

fieldset.advancedSearch .searchTitle a {
	color: #a8a8a8;
}

fieldset.loginFields {
	margin-top: 5px;
	margin-bottom: 0;
}

fieldset.loginFields input {
	width: 184px;
	height: 16px;
	background: url(/img/bg-login-field.gif) no-repeat;
	color: #666;
	padding-top: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.loginButtonWrapper {
	float: left;
	margin-top: 5px;
	display: inline;
	clear: none;
	overflow: hidden;
	width: 63px;
}

fieldset.loginFields #password {
	display: none;
}

#userLoginExpanded.degraded fieldset.loginFields {
	padding: 0;
	display: block;
	float: none;
	margin: 0;
}

#userLoginExpanded.degraded fieldset.loginFields #password {
	display: block;
}

#userLoginExpanded.degraded fieldset.loginFields label {
	font-weight: normal;
	font-style: normal;
	color: #333;
}

/* @end */


/* @group socialBookmark */

#socialBookmark {
	width: 926px;
	text-align: right;
	float: left;
	z-index: 999;
	margin-top: -45px;
}

#socialBookmark h3 {
	margin-right: 129px;
	color: #ff0000;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
}

#socialBookmark a {
	width: 20px;
	height: 20px;
	z-index: 1000;
	position: relative;
}

/* @end */

/* @group sectionControls */

#sectionControls {
	width: 257px;
	margin: 0;
	float: left;
	padding: 15px 0 5px;
	background-position: right;
	overflow: hidden;
}

#sectionControls #headLogo {
	width: 257px;
	height: 50px;
}

#sectionControls .railSleeve {
	margin: 15px;
}

#sectionControls #userLoginCollapsed {
	width: 227px;
	height: 29px;
	margin-bottom: 15px;
	/*display: none;*/
}

#sectionControls #userLoginCollapsed a {
	width: 217px;
	height: 26px;
	background: url(/img/action-button-bg.gif) no-repeat left top;
	float: left;
	display: inline;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 10px;
}

#sectionControls #userLoginExpanded {
	width: 218px;
	height: 115px;
	background: url(/img/bg-login-expanded.gif) no-repeat;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-left: 10px;
	display: none;
}

#sectionControls #userLoginExpanded.degraded {
	background: url(/img/bg-login-degraded.gif) no-repeat;
	display: block;
	padding-top: 2px;
	height: 110px;
}

#sectionControls #userLoginExpanded a {
	float: left;
	display: inline;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}

#sectionControls #userLoginExpanded a.loginCollapseLink {
	width: 215px;
	cursor: pointer;
}

#sectionControls #userLoginExpanded #loginForm .relatedLinks {
	margin-left: 15px;
	margin-top: 2px;
	display: inline;
	float: left;
	clear: none;
}

#sectionControls #userLoginExpanded #loginForm .relatedLinks div {
	display: block;
	clear: none;
	float: none;
}

#sectionControls #userLoginExpanded.degraded .relatedLinks {
	margin-top: 0;
}

#sectionControls #userLoginExpanded .relatedLinks a {
	text-decoration: underline;
	color: #666;
	display: block;
	float: none;
	clear: none;
}

#sectionControls h1 {
	background: url(/img/txt-underwriters-laboratories.gif) no-repeat;
	width: 229px;
	height: 18px;
	margin-bottom: 10px;
      padding-bottom: 1px;
}

#sectionControls h1.welcome {
	background: url(/img/txt-welcome-to-ul.gif) no-repeat;
	width: 230px;
	height: 35px;
	margin-bottom: 10px;
}

#sectionControls h1 span {
	display: none;
}

#sectionControls h2 {
	height: 17px;
	margin-bottom: 5px;
}

#sectionControls h2 span {
	display: none;
}


#sectionControls dl.address {
	margin-bottom: 10px;
	width: 220px;
}


#sectionControls dl.address dt  {
	font-weight: bold;

}

#sectionControls dl.address dd  {
	clear: both;
	overflow: hidden;
}

#sectionControls dl.address dd span.phoneEmailLabel {
	float: left;
}

#sectionControls dl.address dd span.phoneEmail {
	float: right;
	text-align: left;
	width: 73%;
	margin-right: 15px;
}

/* @group h2 titles for various sections */

#sectionControls h2.section_regulators {
	background: url(/img/txt-regulators.gif) no-repeat;
}

#sectionControls h2.section_about {
	background: url(/img/txt-about-ul.gif) no-repeat;
	height: 20px;
	width: 320px;
}

#sectionControls h2.section_consumers {
	background: url(/img/txt-consumers.gif) no-repeat;
	height: 20px;
	width: 320px;
}

#sectionControls h2.section_italy {
	background: url(/img/txt-italy.gif) no-repeat;
	height: 20px;
	width: 320px;
}

#sectionControls h2.section_korea {
	background: url(/img/txt-korea.gif) no-repeat;
	height: 20px;
	width: 320px;
}

#sectionControls h2.section_uk {
	background: url(/img/txt-uk.gif) no-repeat;
	height: 20px;
	width: 320px;
}

#sectionControls h2.section_worldwide {
	background: url(/img/txt-worldwide-regions.gif) no-repeat;
	height: 20px;
	width: 320px;
}

#sectionControls h2.section_advancedsearch {
	background: url(/img/txt-advanced-search.gif) no-repeat;
	height: 14px;
	width: 115px;
}

#sectionControls h2.section_contactus {
	background: url(/img/txt-contact-us.gif) no-repeat;
	height: 14px;
	width: 70px;
	margin-bottom: 15px;
}

#sectionControls h2.section_careers {
	background: url(/img/txt-careers.gif) no-repeat;
	height: 14px;
	width: 50px;
	margin-bottom: 15px;
}

#sectionControls h2.section_searchresults {
	background: url(/img/txt-search-results.gif) no-repeat;
	height: 14px;
	width: 100px;
	margin-bottom: 15px;
}


#sectionControls h2.section_detail {
	background: url(/img/txt-section-overview.gif) no-repeat;
	height: 16px;
	width: 130px;
	margin-bottom: 15px;
}

#sectionControls h2.section_frame {
	background: url(/img/txt-page-title.gif) no-repeat;
	height: 18px;
	width: 100px;
	margin-bottom: 15px;
}



#sectionControls h2.section_solutionresults {
	background: url(/img/txt-advanced-solution-finder.gif) no-repeat;
	height: 14px;
	width: 169px;
	margin-bottom: 15px;
}

#sectionControls h2.section_manufacturers {
	background: url(/img/txt-manufacturers.gif) no-repeat;
	height: 14px;
	width: 95px;
	margin-bottom: 15px;
}

/* @end */

#sectionControls .field_checkbox {
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

#sectionControls .field_checkbox label {
	position: relative;
	bottom: 3px;
}

#sectionControls .banner {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#sectionControls .bannerLocations {
	margin-left: -10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#sectionControls .marketAccess {
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 0;
	margin-top: 15px;
	margin-bottom: 40px;
}


#sectionControls .tagCloud {
	margin-top: 15px;
}

#sectionControls .tagCloud span a {
	color: #cacaca;
	font-size: 1.1em;
}

#sectionControls .tagCloud .weight1 {
	font-size: 12px;
}

#sectionControls .tagCloud .weight2 {
	font-size: 16px;
}

#sectionControls .tagCloud .weight3 {
	font-size: 20px;
}

/* @group unique placement elements */

#sectionControls #rememberForm {
	margin-bottom: 20px;
}

#sectionControls #subNavList {
	margin-bottom: 40px;
}

#worldwide_banner {
	margin-top: -97px;
	text-align: center;
	width: 257px;
	float: left;
	display: inline;
	clear: both;
	position: relative;
	z-index: 1000;
}

/* @end */

/* @end */

/* @group mainContent */

#mainContent {
	float: left;
	width: 690px;
	padding-right: 20px;
	padding-top: 15px;
	padding-left: 19px;
	overflow: hidden;
	background-position: left;
}

#mainContent .contentBlock {
	margin-bottom: 10px;
	width: 100%;
	clear: both;
	float: left;
}

#mainContent ul.selectLanguage {
	float: left;
}

#mainContent ul.selectLanguage li {
	display: inline;
	border-right: 1px solid #666;
	padding-right: 5px;
	margin-right: 5px;
	float: left;
}

#mainContent ul.selectLanguage li.noBorder {
	border: none;
}

#mainContent ul.selectLanguage li a.selected {
	text-decoration: underline;
}

#mainContent ul.headerLinks,
#degradedSplash #rightColumn ul.headerLinks,
#main.landing ul.headerLinks {
	float: right;
}
#degradedSplash #rightColumn ul.headerLinks {
	margin-top: 10px;
	margin-right: 15px;
}
#main.landing ul.headerLinks {
	margin-top: 10px;
	margin-left: 620px;
	position: absolute;
	z-index: 2000;
}
#mainContent ul.headerLinks li,
#degradedSplash ul.headerLinks li,
#main.landing ul.headerLinks li {
	float: left;
	font-size: 11px;
	background: url(/img/bullet-c.gif) no-repeat left 6px;
	padding-left: 10px;
	margin-left: 15px;
}
#mainContent .anchorImage {
	margin-right: 10px;
	float: left;
	display: inline;
}

#mainContent .hangingBlock {
	float: left;
	display: inline;
	width: 324px;
}

#mainContent .hangingBlock p {
/*	width: 324px; */
}
#mainContent .hangingBlock.pullquote {
	width: 318px;
	margin-left: 6px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-bottom: 10px;
}

#mainContent #primaryColumn .hangingBlock.med,
#main.careers #mainContent #conjoinedColumns  #primaryColumn .hangingBlock.med {
	width: 251px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#mainContent .hangingBlock.pullquote h3,
#mainContent #primaryColumn .hangingBlock.pullquote h3 ,
#mainContent #conjoinedColumns .hangingBlock.pullquote h3{
	width: 308px;
	color: #000000;
	font-size: 16px;
	height: 24px;
	background-color: #b2b2b2;
	padding: 1px 0 0 10px;
	margin-bottom: 3px;
}

#mainContent .hangingBlock.pullquote img {
	float: left;
	display: inline;
	overflow: hidden;
}

#mainContent .hangingBlock .quoteBlock {
	background-image: url(/img/bg-blurb-a.jpg);
	width: 318px;
	height: 56px;
	margin: 0;
	padding: 0;
}

#mainContent .hangingBlock .quoteBlock .quoteText {
	color: #ffcc33;
	line-height: 150%;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#mainContent .hangingBlock .quoteBlock .quoteAttrib {
	float: right;
	color: #ffffff;
	margin-right: 5px;
	margin-top: 2px;
}


/* @group topNav (plus some suckerfish stuff) */

#mainContent ul#topNav {
	float: left;
	display: inline;
	width: 680px;
	margin: 24px 0 0 0;
	padding: 0;
	height: 25px;
}

#mainContent ul#topNav a {
/*	color: #fff; */
	width: 119px;
	height: 100%;
	float: left;
	margin-left: -5px;
	padding-left: 5px;
}

#mainContent ul#topNav a:hover {
	text-decoration: none;
	color: #fff;
}

#mainContent ul#topNav li {
	width: 119px;
	height: 18px;
	margin: 0 10px 0 0;
	font-size: 11px;
	background: url(/img/nav-button-bg.gif) no-repeat 0 top;
	color: #fff;
	float: left;
	display: inline;
	cursor: pointer;
	padding-top: 2px;
	padding-left: 5px;
}

#mainContent ul#topNav li:hover,
#mainContent ul#topNav li.sfhover {
	color: #333;
	background: url(/img/nav-button-bg.gif) 0 bottom;
	padding-top: 2px;
}

#mainContent ul#topNav li ul li {
	color: #333;
	background-image: none;
	background-color: #b2b2b2;
}

#mainContent ul#topNav li ul li:hover,
#mainContent ul#topNav li ul li:hover a,
#mainContent ul#topNav li ul li.sfhover,
#mainContent ul#topNav li ul li.sfhover a {
	background-image: none;
	background-color: #000;
	color: #fff;
}
#mainContent ul#topNav li ul li:hover ul li a,
#mainContent ul#topNav li ul li.sfhover ul li a {
	background-color: #b2b2b2;
	color: #333;
}
#mainContent ul#topNav li ul li:hover ul li a:hover,
#mainContent ul#topNav li ul li.sfhover ul li a:hover {
	background-color: #000;
	color: #fff;
}
#mainContent ul#topNav li:hover ul {
	left: auto;
	margin-top: 2px;
	margin-left: -5px;
}

#mainContent ul#topNav li:hover ul li:hover ul {
	left: auto;
	margin-top: -2px;
	margin-left: 119px;
}
#mainContent ul#topNav li ul,
#mainContent ul#topNav li:hover ul li ul,
#mainContent ul#topNav li.sfhover ul li ul {
	left: -9999px;
	position: absolute;
	width: 119px;
	z-index: 1000;
}

/* @end */

#mainContent #searchControl {
	margin-top: 10px;
	float: right;
	font-size: 9px;
	color: #a8a8a8;
	text-align: right;
	width: 210px;
}

#mainContent #searchControl #advancedLink {
	margin-bottom: 3px;
}

#mainContent #searchControl a {
	font-size: 9px;
	color: #a8a8a8;
}

#mainContent #searchControl input.text {
	color: #666666;
	font-size: 9px;
	width: 175px;
	border-style: none;
	height: 18px;
	background: url(/img/bg-search-field.gif) no-repeat;
	padding: 4px;
	float: right;
	display: inline;
}

#mainContent #searchControl input.image {
	float: right;
	display: inline;
}

#mainContent #docBar {
	margin-top: 8px;
	float: left;
	clear: both;
	height: 20px;
	width: 690px;
	margin-bottom: 10px;
}

#mainContent #breadcrumbs {
	float: left;
	width: 465px;
	clear: both;
}

#mainContent #breadcrumbs .current {
	color: #ff0000;
}

#mainContent #docControls {
	float: right;
	width: 100px;
	display: inline;
	text-align: right;
}

#mainContent #docControls a {
	margin-left: 10px;
}

#mainContent h3 {
	display: block;
}

#mainContent h3 span {
	display: none;
}

#mainContent dl.address {
	border: none;
	margin-bottom: 10px;
	width: 165px;
	padding-top: 0;
}

#mainContent dl.address dt  {
	font-weight: bold;
}

#mainContent dl.address dd  {
	clear: both;
	overflow: hidden;
	padding-bottom: 2px;
}

#mainContent dl.address dd span.phoneEmailLabel  {
	float: left;
}

#mainContent dl.address dd span.phoneEmail  {
	float: right;
	text-align: left;
	width: 65%;
	margin-right: 15px;
}

#mainContent dl.events {
	border: none;
	margin-bottom: 10px;
}

#mainContent dl.events dt  {
	font-weight: bold;
	color: #ff0000;
}

#mainContent dl.events dt.eventLocation  {
	font-weight: bold;
	margin-bottom: 10px;
	color: #3c3a3c;
	text-transform: uppercase;
}

#mainContent dl.events dd.allEvents a  {
	color: #999;
	text-decoration: underline;
}

#mainContent .mastheadRelatedLink {
	background-color: #000000;
	width: 690px;
	height: 34px;
	text-align: right;
	float: left;
}

/* @end */

/* @group primaryColumn */

#mainContent #primaryColumn {
	width: 320px;
	margin-right: 18px;
	float: left;
	display: inline;
	border-top: 2px solid #ff0000;
	padding-top:10px;
}

.callout {
	border-bottom: 1px solid #b2b2b2;
	float: left;
	padding-bottom: 7px;
}

#mainContent #primaryColumn .anchorImage {
	margin-right: 10px;
	float: left;
	display: inline;
}

#mainContent #primaryColumn .hangingBlock {
	float: left;
	display: inline;
	width: 320px;
}

#mainContent #primaryColumn .hangingBlock p {
/*	width: 324px; */
}

#mainContent #primaryColumn .hangingBlock.pullquote {
	width: 318px;
	margin-left: 2px;
	float: left;
	display: inline;
	overflow: hidden;
}

#mainContent #primaryColumn .hangingBlock.pullquote h3 {
	width: 308px;
	color: #000000;
	font-size: 16px;
	height: 24px;
	background-color: #b2b2b2;
	padding: 1px 0 0 10px;
	margin-bottom: 3px;
}

#mainContent #primaryColumn .hangingBlock.pullquote img {
	float: left;
	display: inline;
	overflow: hidden;
}

#mainContent #primaryColumn p {
	margin-bottom: 10px;
}

#mainContent #primaryColumn ul.relatedLinks {
	margin-top: 5px;
}

#mainContent #primaryColumn ul.relatedLinks li {
	float: left;
	margin-right: 20px;
}

#mainContent #primaryColumn ul.relatedLinks a,
a.relatedLinks {
	font-size: 9px;
	text-decoration: underline;
}

#mainContent #primaryColumn .textColumn {
	width: 215px;
	float: left;
}

#mainContent #primaryColumn .textColumn.first {
	margin-right: 20px;
	float: left;
}

ul.featured {
	color: #ff0000;
	font-size: 11px;
}

.contentBlock .spacerRow {
	height: 25px;
}

/* @group form fields */

#mainContent #primaryColumn label {
	color: #ff0000;
	font-weight: bold;
}

#mainContent #primaryColumn .textWide label {
	float: none;
	clear: both;
	display: block;
}

#mainContent #primaryColumn .textWide input {
	background: url(/img/bg-text-field-wide.gif) no-repeat;
	width: 411px;
	height: 20px;
	display: inline;
	border-style: none;
}



/* @end */

/* @end */

/* @group secondaryColumn */

#secondaryColumn {
	float: left;
	display: inline;
	width: 214px;
	border-top: 1px solid #b2b2b2;
	padding-top: 15px;
}

.frequentlyAskedQuestions #secondaryColumn {
	border: none;
	padding-top: 0;
}
#mainContent .addTop {
	margin-top: 10px;
}

#mainContent .flushTop {
	border: none;
	padding-top: 0;
}

.textBlurbLink {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

#secondaryColumn .quote {
	color: #2e2e2e;
	display: none;
	float: none;
	clear: both;
	font-size: 12px;
	height: 155px;
	overflow: hidden;
	margin: 17px 15px 10px 10px;
	line-height: 135%;
}

#secondaryColumn .quoteAttribution {
	color: #ff0000;
	text-align: right;
	margin-right: 20px;
	display: none;
}

/* @group sideBar */

.sideBar {
	background: url(/img/bg-block-a.gif) no-repeat 0 top;
	padding: 15px 16px 15px 18px;
	margin-bottom: 20px;
}

/* @group h3 versions */

.sideBar h3 {
	color: #525252;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
}

.sideBar.solutionFinder h3 {
	padding-left: 25px;
	background: url(/img/icon-cog.gif) no-repeat left;
}

.sideBar.news h3 {
	padding-left: 25px;
	background: url(/img/icon-newspaper.gif) no-repeat left;
}

.sideBar.downloads h3 {
	padding-left: 25px;
	background: url(/img/icon-download.gif) no-repeat left;
}

.sideBar.requestQuote h3 {
	padding-left: 25px;
	background: url(/img/icon-quotes.gif) no-repeat left;
}

/* @end */

.sideBar.requestQuote {
	height: 40px;
}

/* My Comment */

.sideBar label.master {
	font-weight: bold;
}

.sideBar input.radio {
	top: 3px;
	position: relative;
}

.sideBar .info {
	margin-top: 10px;
	float: left;
	display: inline;
	clear: both;
	margin-left: 8px;
	font-size: 9px;
	color: #525252;
}

.sideBar .info span.value {
	font-weight: bold;
}

.sideBar input.image {
	float: right;
	display: inline;
	margin-top: 8px;
}

.sideBar .relatedLink {
	font-size: 9px;
	margin-top: 3px;
	width: 100%;
	text-align: right;
	clear: both;
	color: #525252;
}

.sideBar .relatedLink a {
	color: #a8a8a8;
}

.sideBar .relatedLink img {
	top: 3px;
	position: relative;
}

.sideBar.news h4 {
	color: #ff0000;
	font-weight: bold;
}

.sideBar.news .newsbrief {
	margin-bottom: 8px;
}

/* @end */

/* @group chooser */

ul.chooser li {
	width: 178px;
	height: 22px;
	margin-top: 10px;
}

ul.chooser li a {
	width: 169px;
	height: 18px;
	background: url(/img/subnav-button-bg-a.gif) no-repeat 0 top;
	float: left;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 8px;
}

ul.chooser li a:hover {
	color: #FFFFFF;
	width: 169px;
	height: 18px;
	background: url(/img/subnav-button-bg-a.gif) no-repeat 0 bottom;
	float: left;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 8px;
}

ul.chooser.b li a {
	color: #FFFFFF;
	background-image: url(/img/subnav-button-bg-b.gif);
}

/* @end */

/* @end */

/* @group coinjoinedColumns */

#mainContent #conjoinedColumns {
	width: 690px;
	margin-right: 18px;
	float: left;
	display: inline;
	border-top: 2px solid #ff0000;
	overflow: hidden;
}

#mainContent #conjoinedColumns.alt #primaryColumn {
	border-top: 2px solid #b2b2b2;
	padding-top: 15px;
}

#mainContent #conjoinedColumns.alt #secondaryColumn {
	padding-top: 0;
	margin-top: 0;
}

#mainContent #conjoinedColumns img.masthead,
#main.careers #conjoinedColumns img.masthead {
	float: left;
}

#mainContent #conjoinedColumns h3 {
	margin-bottom: 15px;
	height: 15px;
}

#mainContent #conjoinedColumns h3.ulHistory {
	height: 18px;
}

#mainContent #conjoinedColumns #careerSideBar h3 {
	height: 0;
	width: 0;
	float: none;
}

#mainContent #conjoinedColumns .stylizedWrapper {
	float: left;
	background: url(/img/bg-block-wide.gif) repeat-x 0 top;
	width: 668px;
	border-top: 2px solid #b2b2b2;
	padding-top: 10px;
	padding-left: 22px;
}

#mainContent #conjoinedColumns #primaryColumn {
	border-top: none;
}

#mainContent #conjoinedColumns .stylizedWrapper #primaryColumn {
	width: 430px;
}

#mainContent #conjoinedColumns .contentBlock {
	margin-top: 30px;
}

#conjoinedColumns #primaryColumn input.image {
	display: inline;
	float: right;
	margin-top: 8px;
}

#conjoinedColumns #secondaryColumn {
	width: 213px;
	border-style: none;
	margin-top: 5px;
	float: right;
}

#mainContent #conjoinedColumns .stylizedWrapper #primaryColumn {
	width: 430px;
}

#mainContent #conjoinedColumns .contentBlock {
	margin-top: 30px;
}

#mainContent #conjoinedColumns .floater {
	background: url(/img/fpo-plane.jpg) no-repeat top right;
	height: 100px;
}

#mainContent #conjoinedColumns .contentBlock .floatAlt {
	float: left;
	width: 65%;
}

#conjoinedColumns #primaryColumn input.image {
	display: inline;
	float: right;
	margin-top: 8px;
}

#conjoinedColumns #secondaryColumn {
	width: 213px;
	border-style: none;
	margin-top: 5px;
	float: right;
}

#conjoinedColumns dl.locationLanguage {
	border: none;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

#main.careers #conjoinedColumns #primaryColumn {
	margin-right: 0;
}

#conjoinedColumns dl.locationLanguage dt {
	color: #FF0000;
	margin-bottom: 10px;
}

#conjoinedColumns dl.locationLanguage dd {
	padding-bottom: 5px;
}

#main.careers #conjoinedColumns #secondaryColumn {
	margin-top: 0px;
	height: 395px;
	width: 223px;
	background: url(/img/bg-careers-sidebar.jpg) no-repeat;
}

#main.contactus #conjoinedColumns #secondaryColumn {
	margin-top: 3px;
	padding-top: 0px;
}

#conjoinedColumns #secondaryColumn #careerSideBar {
	margin-top: 25px;
	margin-left: 23px;
}

#conjoinedColumns #secondaryColumn #careerSideBar ul.employeeProfileThumbnails {
	height: 127px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#conjoinedColumns #secondaryColumn #careerSideBar ul.employeeProfileThumbnails li {
	float: left;
	display: inline;
	margin-left: 20px;
	margin-bottom: 15px;
}

#conjoinedColumns #secondaryColumn #careerSideBar ul.employeeProfileThumbnails li.rowFirst {
	margin-left: 0;
}

#conjoinedColumns #secondaryColumn #careerSideBar ul.employeeProfileThumbnails li a {
	margin-top: 2px;
	float: left;
}

#conjoinedColumns #secondaryColumn #careerSideBar ul.employeeProfileThumbnails li a.toggledOn {
	margin-top: 0px;
	border-top: 2px solid #ff0000;
}

#conjoinedColumns p {
	color: #666666;
}

/* @end */

/* @group footer and disclaimer */

#footer {
	width: 971px;
	height: 75px;
	margin: 0;
	float: left;
	background: url(/img/bg-footer.gif) no-repeat 0 top;
	padding: 0;
}

#footer ul.footerLinks {
	margin-left: 30px;
	margin-top: 29px;
	float: left;
}

#footer ul.footerLinks li {
	float: left;
	font-weight: bold;
	color: #ffffff;
	margin-right: 30px;
	font-size: 11px;
	background: url(/img/bullet-d.gif) no-repeat left 6px;
	padding-left: 10px;
}

#footer ul.footerLinks li a {
	color: #ffffff;
}

#footer #footLogo {
	float: right;
	margin-top: 17px;
	margin-right: 30px;
}

#disclaimer {
	font-size: 9px;
	color: #999999;
	width: 971px;
	text-align: right;
	display: block;
	float: none;
	clear: both;
	margin: 5px 0 30px;
	padding: 0;
}

#disclaimer span {
	margin-left: 15px;
	height: 30px;
}

#disclaimer span a {
	color: #999999;
}



/* @end */

/* @group contentArea */

.contentArea {
	text-align: center;
	background-color: #b2b2b2;
}

.contentArea span {
	position: relative;
}

#sectionControls .contentArea {
	width: 226px;
	height: 58px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#sectionControls .contentArea span {
	top: 22px;
}

#primaryColumn .contentArea {
	width: 454px;
	height: 119px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#primaryColumn .contentArea span {
	top: 52px;
	border-top: 1px solid #b2b2b2;
}

/* @end */

/* @group list of links */

ul.linkList {

}

.listTitle {
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

ul.linkList li {
	padding-left: 15px;
	background: url(/img/bullet-a.gif) no-repeat left 4px;
	margin-bottom: 5px;
}

ul.linkList.pdf li {
	padding-left: 20px;
	background: url(/img/icon-acrobat.gif) no-repeat left 0;
	margin-bottom: 9px;
	line-height: 13px;
}

ul.linkList.alt li {
	padding-left: 10px;
	background: url(/img/bullet-b.gif) no-repeat left 4px;
	margin-bottom: 10px;
}

ul.linkList.emphasized li {
	padding-left: 10px;
	background: url(/img/bullet-e.gif) no-repeat left 4px;
	margin-bottom: 10px;
}

.textColumn .listTitle {
	color: #ff0000;
}

.contentBlock .listTitle {
	color: #ff0000;
}

#mainContent dl {
	border-top: 1px solid #b2b2b2;
	padding-top: 10px;
}
#mainContent dt {
	font-weight: bold;
}
#mainContent dd {
	padding-bottom: 10px;
}
/* @end Dacia's CSS */

/* @group individual h3 text images */

#mainContent h3.newUlMarks {
	background: url(/img/txt-new-ul-marks.gif) no-repeat;
	height: 20px;
	width: 320px;
}

#mainContent h3.ulHistory {
	background: url(/img/txt-ul-history.gif) no-repeat;
	height: 20px;
	width: 320px;
}

#mainContent h3.ulWhy{
	background: url(/img/txt-ul-why.gif) no-repeat;
	height: 20px;
	width: 320px;
}

#mainContent h3.ulLocalOffice{
	background: url(/img/txt-ul-local-office.gif) no-repeat;
	height: 20px;
	width: 320px;
}

#mainContent h3.ulKorea{
	background: url(/img/txt-ul-korea.gif) no-repeat;
	height: 20px;
	width: 320px;
}

#mainContent h3.ulEvents{
	background: url(/img/txt-ul-events.gif) no-repeat;
	height: 20px;
	width: 320px;
}

#mainContent h3.ulEventsUk{
	background: url(/img/txt-ul-events-uk.gif) no-repeat;
	height: 20px;
	width: 320px;
}

#mainContent h3.partnerTestimonials {
	background-image: url(/img/txt-partner-testimonials.gif);
}

#mainContent h3.findWebPages,
#mainContent #conjoinedColumns h3.findWebPages {
	background-image: url(/img/txt-find-web-pages-that-have.gif);
	width: 183px;
	height: 18px;
	margin-top: 15px;
}

#mainContent #conjoinedColumns h3.ulLanguageLocation {
	background-image: url(/img/txt-location-language.gif);
	width: 195px;
	height: 20px;
	margin-top: 15px;
}

#mainContent h3.frequentlyAskedQuestions {
	background-image: url(/img/txt-frequently-asked-questions.gif);
	height: 46px;
}

#mainContent h3.whyWorkAtUl {
	background-image: url(/img/txt-why-work-at-ul.gif);
	width: 306px;
	height: 16px;
	margin-top: 15px;
}

#mainContent h3.whatUlLooksFor {
	width: 125px;
	height: 13px;
	background: url(/img/txt-what-ul-looks-for.gif) no-repeat;
}

#mainContent h3.contactOptions {
	background-image: url(/img/txt-contact-options.gif);
	width: 104px;
	height: 17px;
	margin-top: 15px;
}

#mainContent h3.resultsFor {
	width: 73px;
	height: 14px;
	background: url(/img/txt-results-for.gif) no-repeat;
	float: left;
	display: inline;
	margin-top: 2px;
	margin-right: 10px;
}


#mainContent h3.ulSubSection {
	width: 100px;
	height: 16px;
	background: url(/img/txt-sub-section.gif) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainContent h3.solutionFinderResults {
	width: 152px;
	height: 14px;
	background: url(/img/txt-solution-finder-results.gif) no-repeat;
	margin-top: 15px;
	margin-right: 10px;
}



/* @end */

/* @group general graphical text */

.txt.needmoretools {
	width: 93px;
	height: 14px;
	margin-bottom: 10px;
	margin-top: 5px;
	clear: both;
	float: none;
	display: block;
	background: url(/img/txt-need-more-tools.gif) no-repeat;
}

.txt span {
	display: none;
}

.txt.or {
	width: 14px;
	height: 14px;
	float: left;
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
	background: url(/img/txt-or.gif) no-repeat 0 3px;
}

.txt.butdontshow {
	width: 175px;
	height: 15px;
	background: url(/img/txt-but-dont-show-pages-that-have.gif) no-repeat;
	margin-bottom: 10px;
	margin-top: 5px;
	clear: both;
	float: none;
	display: block;
}

/* @end */

/* @group paginationBar */

#mainContent .paginationBar {
	font-weight: bold;
	float: none;
	clear: both;
}

#mainContent .paginationBar .resultPosition {
	float: left;
	display: inline;
}

#mainContent .paginationBar .resultPosition .data {
	color: #ff0000;
}

#mainContent .paginationBar .pageControls {
	display: inline;
	margin-right: 15px;
	width: 349px;
	text-align: right;
	float: right;
}

#main.solutionresults #mainContent .paginationBar .pageControls {
	width: 149px;
	text-align: right;
	margin-right: 0;
}

#mainContent .paginationBar .description {
	float: left;
	display: inline;
	margin-right: 10px;
}

#mainContent .paginationBar .pageControls a.pageNum {
	font-weight: normal;
	font-style: normal;
	background: url(/img/btn-page-number.gif) 0 top;
	height: 16px;
	width: 22px;
	text-align: center;
	float: left;
	display: inline;
	padding-top: 1px;
	margin-right: 3px;
}

#mainContent .paginationBar .pageControls a.pageNum:hover,
#mainContent .paginationBar .pageControls a.pageNum.active {
	background: url(/img/btn-page-number.gif) 0 bottom;
	color: #ffffff;
	text-decoration: none;
}

#mainContent .paginationBar .pageControls a.nextPage {
	float: left;
	display: inline;
	margin-left: 7px;
	font-weight: normal;
	font-style: normal;
	background-image: url(/img/next-button-bg.gif);
	width: 50px;
	text-align: center;
	padding-top: 1px;
	height: 16px;
}



/* @end */

/* @group search results */

.searchResults {
	margin-bottom: 20px;
	margin-top: 10px;
}

.searchResults .result {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.searchResults a.linkedTitle {
	font-weight: bold;
	text-decoration: underline;
}

#mainContent #primaryColumn .searchResults img {
	float: left;
}

#mainContent #primaryColumn .searchResults p {
	margin: 0;
	padding: 0;
	color: #333333;
}

#mainContent #primaryColumn .searchResults img {
	float: left;
}

#mainContent #primaryColumn .searchResults .resultHanging {
	float: left;
	display: inline;
	margin-left: 15px;
	width: 380px;
}

#mainContent #primaryColumn .searchResults .imageHanging {
	width: 54px;
	float: left;
}

.searchResults a.hardLink {
	color: #ff0000;
	margin-right: 3px;
}



/* @end */

/* @group Custom Dropdowns */
fieldset.chooseDropDown {
	margin-top: 6px;
	padding: 0;
}
.contentBlock.chooseDropDown {
	padding: 20px 0 0 0;
}
.contentBlock.chooseDropDown ul li {
	font-weight: normal;
	padding-left: 15px;
}
.contentBlock.chooseDropDown span.label {
	color: #333;
	display: block;
	float: left;
	font-weight: bold;
	margin: 5px 0 0 0;
	width: 114px;
}
.contentBlock.chooseDropDown .select select {
	float: left;
}

.chooseDropDown select,
.dropdown select {
	color: #fff;
	border: none;
	float: left;
	height: 17px;
	padding: 4px 0 0 8px;
	text-decoration: none;
	width: 169px;
}
.selectbox {
	color: #fff;
	cursor: pointer;
	background: url(/img/subnav-button-bg-b.gif);
	border: none;
	float: left;
	height: 18px;
	margin-bottom: 5px;
	padding: 3px 0 0 8px;
	text-decoration: none;
	width: 169px;
	font-family: Verdana, Arial, sans-serif;
}
.selectbox-wrapper {
	border: none;
	color: #fff;
	height: auto;
	margin: -1px 0 0 0;
	min-height: 100px;
	overflow: auto;
	position: absolute;
	text-align: left;
	width: 197px;
	z-index: 100;
}
.selectbox-wrapper-bottom {
	background: url(/img/select-background-bottom.png) no-repeat top center;
	clear: both;
	height: 13px;
}
.dropdown .selectbox-wrapper-bottom {
	background: url(/img/select-background-bottom-wide.png) no-repeat top center;
	clear: both;
	height: 13px;
}
.dropdown.narrow .selectbox-wrapper-bottom {
	background: url(/img/select-background-bottom-med.png) no-repeat top center;
/*	clear: both; */
	height: 13px;
}
.dropdown.xwide .selectbox-wrapper-bottom {
	background: url(/img/select-background-bottom-xwide.png) no-repeat top center;
	clear: both;
	height: 13px;
}

.dropdown.small .selectbox-wrapper-bottom {
	background: url(/img/select-background-bottom-small.png) no-repeat left top;
	margin-left: -5px;
}
.chooseDropDown .selectbox {
	background-image: url(/img/subnav-button-bg-a.gif);
	color: #333;
	font-size: 11px;
}
.dropdown .selectbox input,
.chooseDropDown .selectbox input,
.sideBar.downloads fieldset input {
	font-size: 11px;

	display: block;
	float: none;
	clear: both;
}
.dropdown .selectbox {
	width: 265px;
	background: url(/img/bg-wide-dropdown.gif) no-repeat;
	color: #333;
	font-size: 11px;
}
.dropdown.narrow .selectbox {
	background: url(/img/bg-med-dropdown.gif) no-repeat;
}
.dropdown.xwide .selectbox {
	background: url(/img/bg-xwide-dropdown.gif) no-repeat;
}
.dropdown.small .selectbox {
	width: 155px;
	background: url(/img/bg-small-dropdown.gif) no-repeat;
}
.contentBlock.chooseDropDown .selectbox-wrapper {
	margin: -1px 0 0 114px;
}
.selectbox-wrapper ul {
	background: url(/img/select-background.png) no-repeat top center;
	cursor: pointer;
	height: auto;
	margin: 0;
/*	padding-bottom: 15px; */
}
.dropdown .selectbox-wrapper {
	width: 275px;
	margin-left: 155px;
}
.dropdown.narrow .selectbox-wrapper {
	width: 207px;
	margin-left: 0;
}
.dropdown.xwide .selectbox-wrapper {
	width: 431px;
	margin-left: 0;
	margin-top: -26px;
}
.dropdown.small .selectbox-wrapper {
	width: 140px;
	margin-left: 0;

}
.dropdown .selectbox-wrapper ul {
	background: url(/img/select-background-wide.png) no-repeat top center;
}

.dropdown .selectbox-wrapper ul li {
	margin-left: 5px;
	width: 259px;
}

.dropdown .selectbox-wrapper ul li.firstOption {
	margin-left: 0;
}
.dropdown.narrow .selectbox-wrapper ul {
	background: url(/img/select-background-med.png) no-repeat top center;
}
.dropdown.narrow .selectbox-wrapper ul li {
	width: 197px;
	margin-left: 0;
}
.dropdown.xwide .selectbox-wrapper ul {
	background: url(/img/select-background-xwide.png) no-repeat top center;
}
.dropdown.xwide .selectbox-wrapper ul li.firstOption {
	margin-left: 0;
}
.dropdown.xwide .selectbox-wrapper ul li {
	margin-left: 2px;
	width: 418px;
}
.dropdown.small .selectbox-wrapper ul {
	background: url(/img/select-background-small.png) no-repeat top center;
}

.dropdown.small .selectbox-wrapper ul li.firstOption {
	background: transparent;
}

.dropdown.small .selectbox-wrapper ul li {
	margin-left: 2px;
	width: 128px;
}
.dropdown #perspective_container.selectbox-wrapper ul {
	margin-top: 0;
}
#service_container.selectbox-wrapper {
	margin-top: 27px;
}
#market_container.selectbox-wrapper ul {
	margin-top: 53px;
}
#perspective_container.selectbox-wrapper ul {
	margin-top: 79px;
}
.dropdown.narrow #perspective_container {
	margin-top: 18px;
}
#filterBy_container,
#sortBy_container {
	margin-left: 55px;
}
#video_container.selectbox-wrapper {
	margin-top: 25px;
}
.selectbox-wrapper ul li {
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
	list-style-type: none;
	height: 20px;
	padding: 6px 0 0 15px;
	padding-top: 1px;
	background-color: #666;
}

.selectbox-wrapper ul li.firstOption {
	background-color: transparent;
}
.dropdown .selectbox-wrapper ul li
/*
.dropdown.narrow .selectbox-wrapper ul li,
.dropdown.xwide .selectbox-wrapper ul li,
.dropdown.small .selectbox-wrapper ul li */ {
	padding: 3px 0 0 7px;
}
.contentBlock.chooseDropDown .selectbox-wrapper ul li {
	padding-left: 10px;
}
.selectbox-wrapper ul li.current {
	color: #ffcc00;
}
.firstOption {
	font-weight: normal;
	padding: 3px 0 0 9px !important;
	background: transparent;
}

#contactLocation_container {
	margin-top: 18px;
}

.sideBar.downloads .selectbox-wrapper,
.sideBar.downloads .selectbox-wrapper#video_container {
	margin-top: -26px;
}
/* @end */

/* @group List Boxes */
fieldset.listbox {
	margin-bottom: 10px;
}

fieldset.listbox label {
	color: #525252;
	display: block;
	float: none;
	margin-bottom: 5px;
}

.customListboxWrapper {
	height: 111px;
	overflow: hidden;
	position: relative;
	display: none;
}

fieldset.listbox select,
ul.customListboxSelect {
	background-color: #666666;
	width: 164px;
	position: relative;
	z-index: 1;
	overflow: auto;
}
fieldset.listbox select option,
ul.customListboxSelect li {
	color: #FFFFFF;
	height: 18px;
	padding-top: 4px;
	font-size: 11px;
}
ul.customListboxSelect li {
	padding-left: 5px;
	overflow: hidden;
	cursor: pointer;
	line-height: 1.3em;
}
ul.customListboxSelect li.selected {
	color: #ffcc33;
	background-color: #4e4e4e;
}
ul.customListboxSelect li span.value {
	display: none;
}
.sideBar.solutionFinder {
	padding-right: 10px;
/*	width: 185px; */
}
/* @end */

/* @group Slideshow */

#slideshow {
	height: 188px;
	width: 454px;
	overflow: hidden;
	z-index: 100;
}

#slideControlsBackgroundBar {
	background-color: #000;
	opacity: 0.5;
	margin-top: -30px;
	position: absolute;
	z-index: 200;
	height: 30px;
	width: 454px;
}
#slideControlsWrapper {
	width: 454px;
	float: left;
	height: 25px;
	margin-top: -29px;
	position: absolute;
	z-index: 250;
}
#slideControls {
	position: relative;
	z-index: 300;
	float: right;
	margin-top: 5px;
}
#slideControls a {
	width: 25px;
	height: 17px;
	background: url(/img/btn-slideshow.gif) no-repeat 0 top;
	display: inline;
	color: #fff;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	text-align: center;
	margin-right: 8px;
	float: left;
}

#slideControls a.activeSlide {
	background: url(/img/btn-slideshow.gif) no-repeat 0 bottom;
}

#slideControls a:hover {
	background: url(/img/btn-slideshow.gif) no-repeat 0 bottom;
	text-decoration: none;
}


/* @end */

/* @group Landing Splash */

#splash {
	position: absolute;
	z-index: 1000;
	margin-left: 235px;
}

#sectionControls.layered {
	padding: 0;
	position: absolute;
	margin-top: 15px;
	z-index: 2000;
	width: 244px;
}

#sectionControls.layered #headLogo {
	margin-bottom: 20px;
}

#sectionControls.layered .railSleeve {
	margin: 0 0 0 14px;
}

#main.landing {
	width: 990px;
	height: 675px;
	background-image: none;
}

#main.landing #rightColumn {
	float: left;
	display: inline;
	margin-left: 300px;
	width: 714px;
	height: 581px;
	position: absolute;
	z-index: 2000;
}

#main.landing #footer {
	margin-top: 581px;
	position: absolute;
}
#main.landing #disclaimer {
	margin-top: 660px;
	position: absolute;
}

/* @group Degraded for non-flash */

#degradedSplash #leftColumn {
	margin-top: 10px;
	float: left;
	display: inline;
	position: absolute;
}

#main.landing #degradedSplash #rightColumn {
	float: left;
	display: inline;
	background: url(/img/bg-degraded-splash.jpg) no-repeat left top;
	margin-left: 12px;
	padding-left: 10px;
	width: 714px;
	height: 581px;
	position: absolute;
	z-index: 1000;
}

#degradedSplash #rightColumn #choosePerspective {
	margin-top: 80px;
	margin-left: 35px;
	width: 610px;
}

#degradedSplash h2.whatsyourperspective {
	width: 249px;
	height: 20px;
	background-image: url(/img/txt-whats-your-perspective.gif);
	margin-bottom: 15px;
}

#degradedSplash h2.whatsyourperspective span {
	display: none;
}

#degradedSplash #rightColumn #choosePerspective ul {
	background-color: #fff;
	padding: 5px;
}



/* @end */

/* @end */

#mainContent .filterBar {
	margin-top: 20px;
	width: 100%;
	float: left;
}

#mainContent div.eventsList {
	width: 220px;
	float: left;
	margin-left: 5px;
	padding: 5px 10px;
	height: 140px;
	background: #ddd;
	position: relative;
}

#mainContent div.eventsList dl {
	border: none;
	margin: 0 10px 0;
}

#mainContent div.eventsList dt {
	color: #FF0000;
}

#mainContent div.eventsList dd.allEvents {
	position: absolute;
	bottom: 0;
}

#mainContent div.eventsList dd a {
	text-decoration: underline;
	color: #999;
}

#calendar ul {
	width: 203px;
	list-style: none;
}

#calendar {
	float: left;
	width: 203px;
}

#calendar ul li {
	width: 19px;
	float: left;
	height: 12px;
	padding: 5px;
	background: #3c3a3c;
	color: #fff;
	text-align: center;
}

#calendar ul li.day {
	font-size: 15px;
	height: 15px;
	width: 19px;
	margin-bottom: 3px;
	padding-bottom: 0;
	background: #ffcc33;
	font-weight: bold;
}

#calendar ul li.calendarEvent {
	color: #ffcc33;
}

#calendar h3 {
	width: 203px;
	padding: 5px 0 0;
	font-weight: bold;
	background: #ffcc33;
	margin: 0;
	float: left;
}

#calendar h3 span.calendarMonth {
	display: inline;
	float: left;
	margin-left: 40px;
}

#calendar h3 span.previous {
	display: inline;
	float: left;
	margin-left: 10px;
}

#calendar h3 span.next {
	display: inline;
	float: right;
	margin-right: 10px;
}


table.sectionTable {
	margin-bottom: 10px;
	width: 455px;
	border-collapse: collapse;
}

table.sectionTable thead {
	height: 30px;
	margin: 0;
	padding: 0;
}

table.sectionTable thead th {
	font-weight: bold;
	padding: 5px;
	margin: 0;
	border: none;
}

table.sectionTable td {
	padding: 5px;
	background: #e4e4e4;
	border-right: 1px solid #fff;
}

table.sectionTable td.subHead {
	font-weight: bold;
	background: #d0d0d0;
	/* Need to be able to specify alignment in HTML (TinyMCE)
    text-align: right; */
}

table.sectionTable td.subHeadAlt {
	font-weight: bold;
	background: #e7e6e6;
	text-align: right;
}

table.sectionTable td.contentAlt {
	background: #f7f6f6;
}

table.sectionTable tr.headerBack {
	background: url(/img/bg-header-row-a.gif) repeat-x left top;
	border-bottom: 1px solid #fff;
}

.note {
	text-align: right;
	color: red;
}

.iframe {
	margin-top: 10px;
}

.leftBottomBannerSpacer {
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
	width: 226px;
}
