/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; color: #4e585f; }
body { font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-size: 10pt; background: #041a4c;}
ul { list-style-type: disc; list-style-position: inside; margin-bottom: 15px; }
p { margin-bottom: 1.3em; font-size: 1em; }
h1 { font-size: 2em; font-weight: bold; margin: 4px 0 10px 0; color: #0d1c8c; }
h2 { font-size: 1.5em; font-weight: bold; margin: 4px 0 10px 0; }
a { outline: none; text-decoration: none; color: #000000; }
a:link { outline: none; text-decoration: none; color: #000000; }
a:hover { outline: none; text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #0d1c8c;}
a img { border: none; }
h3, h3 a, h3 a:link, h3 a:hover, h3 a:active, h3 a:visited {font-family: verdana; color: #366092; font-size: 18pt; margin: 0 0 10px 0;}

/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; height: 1px; overflow: hidden; margin-top: -1px; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#layout_main {
	width: 900px;
	min-height:600px;
	height:auto !important;
	height:600px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#layout_top {
	width: 900px;
	padding: 32px 0px 0px 0px;
}

#search {
	float: right;
	padding: 5px 0px 0px 0px;
	margin: 10px 0 15px 0;
	.margin-bottom: 0px;
}

.Search_Link {
color:#000000;
background-color:#f9f9f9;
padding: 1px 7px 0px 7px;
font-size: .917em;
	border: 1px solid #cccccc;
}

.SearchTxtBox { height: 14px; }

#welcome{
	display: none;
}

#header {
	width: 900px;
	padding: 15px 0px 0px 0px;
	margin: 0 0 0 -3px;
}

#banner {
	width: 900px;
	height: auto;
	margin: 0 0 0 -3px;
}

#nav {
	width: 898px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    font-size: 1em;
}

#nav ul {
	background: url(../images/navbg.gif);
}

#nav li {
	background: url(../images/navbg.gif) repeat-x top;
	line-height: 2.875em;
	height: 34px;
	padding-left:12px;
	padding-right:12px;
	border-right-style:solid;
	border-right-width:2px;
	border-right-color:#041a4c;
}

#nav li a:link {
color:#000000;
cursor: pointer;
}

#nav li a:active {
color:#000000;
cursor: pointer;
}

#nav li a:visited {
color:#000000;
cursor: pointer;
}

#nav li a:hover {
color:#000000;
cursor: pointer;
text-decoration: none;
}

#breadandlogin {
	width: 900px;
	margin: 0px 0px 0px 0px;
	font-size: .917em;
	text-align: left;
	line-height: 2.5em;
	overflow: hidden;
}

.breadcrumbs {
	width: 751px;
	height: 27px;
	background: url(../images/breads.png) no-repeat top left;
	float:left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.breadcrumbs h1 {
	font-size: .917em;
	color: #999999;
	text-align: left;
	padding: 10px 0px 0px 25px;
}

#breadandlogin a:link {
	color: #999999;
}

#breadandlogin a:active {
	color: #999999;
}

#breadandlogin a:visited {
	color: #999999;
}

.loginbox {
	width: 127px;
	height: 27px;
  background: url(../images/breads.png) no-repeat top right;
	float:left;
}

.loginbox h1 {
	font-size: 90%;
	color: #0d1c8c;
	text-align: left;
	padding: 10px 0px 0px 10px;
}

#layout {
	width:900px;
float:left;
padding-top:12px;
}

.maincontent {
	float: left;
	width: 664px;
	padding: 0px 0px 0px 0px;
}

.contenttop {
	width: 664px;
	height: 21px;
	float: left;
	background:url(../images/smcontentbg.png) no-repeat top;
}

.contentmiddle {
	float: left;
	background: url(../images/smcontentbg-mid.png) repeat-y top;
	width: 624px;
	padding: 20px 20px 20px 20px;
}

.contentsmiddle p {
	padding: 0px 0px 0px 0px;
}

.text_Content {
	padding: 0px 0px 0px 0px;
	color: #31363e;
}

.Article_Title {
	color: #31363e;
font-weight:bold;
font-size: 1em;
}

.ArticleSection_ListItem2 {
	color: #31363e;
}

.Article_FullDescription {
	color: #31363e;
}

.itemBriefDescription {
	color: #31363e;
	font-style: italic;
}

.ArticleSection_ListTitle {
	color: #000000;
font-weight:bold;
}

.Article_IntroCell {
	padding-bottom: 10px;
}

.Article_BriefDescription {
	font-style: italic;
	line-height: 1.5em;
	font-size: 1em;
}

.Article_FullDescription {
	line-height: 1.5em;
	font-size: 1em;
}

.ArticleSection_ListBriefDescription {
	color: #31363e;
}

.itemBriefDescription a {
	color: #31363e;
}

.contentmiddle br:first child {
display:none;
}

#ctl00_ctl03_ctl00_ContentList {
	color: #31363e;
}

.ItemTopic {
	color: #31363e;
}


.Sorter {
	color: #31363e;
}

.ContentList {
	padding: 0px 30px 0px 0px;
	font-size: 1em;
	color: #31363e;
	line-height: 1.5em;
}



.ArticleSection_ContentList columnLayout1 {
color: #31363e;
}


.itemTitle {
	color: #000000;
	font-weight: bold;
}

#ctl00_ctl03_ctl00_BackToListLink1 {
color: #31363e;
}

#ctl00_ctl03_ctl00_Sectiontitle1 {
color: #31363e;
}

.BackToList_OuterDiv {
color: #31363e;
}

#BackToList_OuterDiv {
color: #31363e;
}

.H1 {
	padding: 0px 0px 0px 0px;
	font-size: .875em;
	color: #31363e;
	line-height: 1.5em;
	margin: 0 0 15px 0;
	display: none;
}

.EditContent {
	padding: 0px 0px 0px 0px;
	font-size: .875em;
	color: #31363e;
	line-height: 1.5em;
}

.EditContent a {
	color: #000000;
}

.BackToList_TextLink {
color: #000000;
}

.Download_Label {
	font-size: 1em;
	color: #31363e;
	line-height: 1.5em;
}

.Download_FileSize {
	font-size: 1em;
	color: #31363e;
	line-height: 1.5em;
	font-style: italic;
}

.Download_BriefDescription {
	font-size: 1em;
	color: #31363e;
	line-height: 1.5em;
}

.Download_Title {
	font-size: 1em;
	color: #31363e;
	line-height: 1.5em;
	font-style: italic;
}

.Download_FullDescription {
	font-size: 1em;
	color: #31363e;
	line-height: 1.5em;
}

.Download_DownloadLink {
}

.contentbottom {
	width: 664px;
	height: 21px;
	float: left;
	background:url(../images/smcontentbg-btm.png) no-repeat bottom;
}

.ads {float: left; width: 200px; margin-left: 15px;}

.columnad {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 200px;
	text-align: center;
}

.columnad2 {
	float: left;
	padding: 0px 0px 0px 0px;
}

.columnadtop {
	display: none;
}

.columnadmiddle {

}

.columnadmiddle p {

}

.columnadmiddle h1 {

}

.columnadbottom {
display: none;
}

#footer {
  width: 860px;

  background: url(../images/usdFooter.gif) no-repeat top;
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 120px 20px 20px 20px;
  font-size: .917em;
}

#footer a:link {
	color: #ffffff;
}

#footer a:active {
	color: #ffffff;
}

#footer a:visited {
	color: #ffffff;
}

#footer a:hover {
color:#ffffff;
}

.DownloadSection_ListBriefDescription {
	font-style: italic;
}

.SurveySection_ListBriefDescription {
	font-style: italic;
}

.LinksSection_ListBriefDescription {
	font-style: italic;
}

.ContactFormFieldTitle {
	font-size: .875em;
	color: #31363e;
	line-height: 1em;
}

.rssfeed1 {
	padding: 0px;
	float: left;
width:611px;
}

.rssfeed2 {
	padding: 0px;
	float: left;
}

#welcome: {display: none;}

#banner2: {display: none;}
/* END STRUCTURE */

.contentItemCell {
padding-right: 35px;
}
/***** WO - START *****/
.Catalog_ProductItemTitle {
	float: left;
	clear: left;
}

table[class='Catalog_ProductAttributeTable']
{
	width: 400px;
	float: right;
	clear: right;
}

table[class='Catalog_ProductItemAttribute']
{
	width: 400px;	

}

span[class='Catalog_ProductItemImage']
{
	width: 150px;
	float: left;	
}

span[id$='lblReadMore']
{
	float: right;
}

/***** WO - END *****/
/* WO
span[id$='lblProductTitle'] {
color: #006598;
font-weight: bold;
margin: 0 0 10px 0; 
} */

.printerFriendlyControl {
float: right;
}

.printerFriendlyControl img {
margin: 0 10px 0 0;
}

span[id$='lblProductAttributeTitle'] {
display: none;
}

div[id$='pnlProductDetailAttributeTextDetail'] {
margin: 0 0 15px 0;
}

.Catalog_ProductReadMoreLink {
color: #0d1c8c;
font-weight: bold;
}

#subnav, #subsubnav { display: none; }

.welcome { display: none; }

hr { margin-bottom: 5px;}

#class { display: none;}