form {
	height: 100%;
	min-height: 100%;
}
body {
	height: 100%;
	min-height: 100%;
}
html {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: arial, helvetica, sans-serif;
	background-color: #ffffff;
	/*font-size: 76%;*/
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
#m_MainContainer {
	margin: 0 auto;
	width: 980px;
	max-width: 980px;
	/*overflow: hidden;*/
}
/* <------------- BEGIN SHAREPOINT MENU STYLES ---------------> */
#m_SPMenus {
	float: right;
	width: 400px;
}
#m_SiteActionsMenu {
	float: right;
}
#m_WelcomeMenu {
	float: right;
}
/* <------------- END SHAREPOINT MENU STYLES ---------------> */
/* <------------- BEGIN MAIN HEADER STYLES ---------------> */
#m_MainHeader {
	margin-top: 10px;
	padding-bottom: 6px;
	border-bottom: 1px #cccccc dotted;
}
#m_MainHeader_Brandless {
	margin-top: 30px;
	padding-bottom: 6px;
}
#m_MasterHeader {
	height: 80px;
	text-transform: uppercase;
}
#m_Logo {
	height: 70px;
	width: 128px;
	float: left;
	display: inline;
}
#m_Logo img {
	border: 0;
}
#m_GlobalNav {
	padding-top: 8px;
}
#m_GlobalNav ul {
	list-style-type: none;
	float: right;
	width: 700px; /* spanish issue... */
	margin: 0;
}
#m_GlobalNav ul li {
	padding-left: 30px /* Emerson Web Style Guide, pg 44 */;
	float: right;
	line-height: 24px;
}
#m_GlobalNav ul li a {
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-size: 9px /* Changed from Emerson Web Style Guide, pg 63 (10px) */;
	color: #999999 /* Emerson Web Style Guide, pg 63 */;
}
#m_GlobalNav ul li a:hover {
	color: #f7941d;
}
#m_GlobalNav ul li a:active {
	color: #f7941d;
}
/*SP2013 Updates*/
/*#m_Search {
	width: 150px;
}*/
#m_Search .ms-sbcell {
	border: none;
	height: 14px;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	line-height: 12px;
	color: #959595;
	background: #ffffff;
}
#m_Search .ms-sbplain {
	font-family: arial, helvetica, sans-serif;
	color: #c1c1c1;
	color: #808080;
	border: 1px #979797 solid;
	font-size: 11px;
    width:129px !important;
}
#m_MainNav {
	float: right;
	margin-top: 18px;
}
.m_MainNavContainer {
}
.m_MainNavItem {
	font-weight: bold;
	font-size: 11px /* Changed from Emerson Web Style Guide, pg 63 (12px)*/;
	line-height: 20px;
	border-left: 1px #cccccc solid;
	color: #808080 !important; /* Emerson Web Style Guide, pg 63 */
}
/*SP2013 Updates*/
a.m_MainNavItem {
	font-weight: bold;
	font-size: 11px /* Changed from Emerson Web Style Guide, pg 63 (12px)*/;
	line-height: 20px;
	border-left: 1px #cccccc solid;
	color: #808080 !important; /* Emerson Web Style Guide, pg 63 */
}
.m_MainNavItem a {
	display: inline;
	padding: 0px 20px 0px 10px;
}
.m_MainNavSelected a {
	color: #f7941d !important;
}
.m_MainNavHover a {
	color: #f7941d;
}
.m_MainNavFlyOut {
	margin-top: 8px;
}
.m_MainNavFlyOutItem {
	line-height: 12px;
	font-size: 11px;
	border-left: 1px #cccccc solid;
	color: #808080;
}
/*SP2013 Update*/
a.m_MainNavFlyOutItem {
	line-height: 12px;
	font-size: 11px;
	border-left: 1px #cccccc solid;
	color: #808080;
}
.m_MainNavFlyOutItem a {
	display: block;
	padding: 4px 10px 4px 10px;
}
.m_MainNavFlyOutHover a:hover {
	color: #f7941d;
}
#m_AuthorHeader {
	color: #ffffff;
	font-family: tahoma, arial;
	font-size: .9em;
}
#m_AuthorConsole {
	clear: both;
}
/* <------------- END MAIN HEADER STYLES ---------------> */
/* <------------- BEGIN MAIN CONTENT STYLES ---------------> */
#m_MainContent {
}
#m_BreadCrumb {
	padding-top: 10px;
	margin-left: -1px;
}
.m_BreadCrumbSeparator {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
}
.m_BreadCrumbNode {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
}
.m_BreadCrumbCurrentNode {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
}
.m_BreadCrumbRootNode {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
}
.m_BreadCrumbSeparator {
	color: #999999;
}
.m_BreadCrumbNode {
	color: #999999 !important;
}
.m_BreadCrumbRootNode {
	color: #999999;
}
.m_BreadCrumbNode:hover {
	color: #f7941d !important;
}
.m_BreadCrumbRootNode:hover {
	color: #f7941d !important;
}
.m_BreadCrumbCurrentNode {
	color: #f7941d !important;
}
#m_SubNav {
	/*SP2013 Updates*/
    /*height: 18px;
	padding: 10px 0 15px 0;*/
    padding: 0 0 15px 0;
	overflow: hidden;
}
.m_SubNavContainer {
	height: 18px;
}
.m_SubNavItem {
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 14px;
	border-left: 1px #cccccc solid;
	color: #808080;
}
/*SP2013 Update*/
a.m_SubNavItem {
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 14px;
	border-left: 1px #cccccc solid;
	color: #808080;
}
.m_SubNavItem a {
	display: inline;
	padding: 0px 35px 0px 10px;
}
.m_SubNavSelected a {
	color: #f7941d;
}
.m_SubNavHover a {
	color: #f7941d;
}
#m_LeftNav {
	width: 167px;
	float: left;
	display: inline;
	margin: 0 10px 0 -1px;
	margin-right: 0;
}
.m_LeftNavContainer {
	list-style: none;
}
.m_LeftNavItem {
	display: block;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #808080;
}
.m_LeftNavSelected a {
	color: #f7941d;
}
/*SP2013 Updates*/
.m_LeftNavSelected a:link, .m_LeftNavHover a:link { 
    color: #f7941d; 
} 
.m_LeftNavHover a {
	color: #f7941d;
}
.m_LeftNavLevel3 {
	color: #808080;
}
.m_LeftNavLevel2 {
	color: #808080;
}
.m_LeftNavLevel1 {
	color: #808080;
}
.m_LeftNavLevel1 {
	font-weight: bold;
	line-height: 14pt;
	text-transform: uppercase;
}
/*SP2013 Updates*/
a.m_LeftNavLevel1 {
	color: #808080;
}
.m_LeftNavLevel1 a {
	font-weight: bold;
	padding-left: 0px;
	display: block;
	padding-right: 10px;
}
/*SP2013 Updates*/
.m_LeftNavLevel2 a {
	line-height: 14pt;
	color: #808080;
}
.m_LeftNavLevel2 a:link, .m_LeftNavLevel2 a:visited {
	line-height: 14pt;
}
/*.m_LeftNavLevel2 {
	line-height: 14pt;
}*/
.m_LeftNavLevel2 a {
	padding-left: 5px;
	display: block;
	padding-right: 10px;
}
.m_LeftNavLevel3 {
	line-height: 14pt;
}
.m_LeftNavLevel3 a {
	padding-left: 10px;
	display: block;
	padding-right: 10px;
}
.m_LeftNavLevel1 a,
.m_LeftNavLevel2 a,
.m_LeftNavLevel3 a {
	line-height: 14px !important;
	margin-bottom: 6px;
}
/* <------------- END MAIN CONTENT STYLES ---------------> */
/* <------------- BEGIN FOOTER STYLES ---------------> */
#m_MainFooter {
	clear: both;
	margin-top: 40px /* Emerson Web Style Guide, pg 61 */;
	text-transform: uppercase;
}
#m_Footer {
	height: 70px;
}
#m_FooterLeft {
	float: left;
	padding: 0 /* overridden in ie.css */;
}
/*#m_FooterLeft ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#m_FooterLeft ul li {
	display: inline;
	margin-right: 30px;
}
#m_FooterLeft ul li div {
	display: inline;
}*/
#m_FooterDivisionsMenu {
	float: left;
	width: 260px;
	margin: 1px 125px 0 0;
}
#m_FooterDivisionsMenu_Variations {
	float: left;
	width: 260px;
	margin: 1px 65px 0 0;
}
#m_FooterDivisionsMenu select, #m_FooterDivisionsMenu_Variations select {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #808080;
	border: 1px #979797 solid;
}
#m_FooterBlockRSS {
	float: left;
	width: 180px;
	margin-right: 30px;
}
#m_FooterBlockRSS a {
	font-size: 8px;
	font-weight: bold;
	color: #959595;
	text-decoration: none;
	vertical-align: top;
}
#m_FooterBlockRSS img {
	border: 0;
	vertical-align: top;
}
#m_FooterBlockRSS img {
	margin-right: 8px;
}
#m_FooterWorldwide {
	padding-top: 6px;
	}
#m_FooterWorldwide a {
	font-size: 8px;
	font-weight: bold;
	color: #959595;
	text-decoration: none;
	vertical-align: top;
}
#m_FooterWorldwide a:active {
	color: #f7941d;
}
#m_FooterWorldwide a:hover {
	color: #f7941d;
}
#m_FooterBlockRSS a:active {
	color: #f7941d;
}
#m_FooterBlockRSS a:hover {
	color: #f7941d;
}
#m_FooterWorldwide img {
	border: 0;
	vertical-align: top;
}
#m_FooterWorldwide img {
	margin-right: 4px;
}
#m_FooterRight {
	float: right;
}
#m_FooterBlockLegal {
	height: 30px;
	float: right;
	text-align: right;
}
#m_FooterBlockLegal a {
	font-size: 8px;
	font-weight: bold;
	color: #959595;
	text-decoration: none;
	padding-left: 10px;
	vertical-align: top;
}
#m_FooterBlockLegal a:active {
	color: #f7941d;
}
#m_FooterBlockLegal a:hover {
	color: #f7941d;
}
#m_FooterCopyright {
	font-size: 9px;
	color: #797979;
	line-height: 10px;
	text-align: right;
	text-transform: none;
	margin-top: 10px;
}
#m_FooterTagline {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #797979;
	line-height: 16px;
	margin-top: 14px;
}
/* <------------- END FOOTER STYLES ---------------> */
#m_Logo, #m_MainContent, #m_MainFooter {
	margin-left: 45px;
}
/* CMA fix for uat # 600 */
.m_LeftNavSelected A{
color: #f7941d !important;
}

/* CMA fix for uat # 791 */
body  #s4-workspace
{
overflow-x: auto !important;
}