/**********************************************

CSS Style Sheet for MFG.com Mini-Translated Sites


***********************************************/

body {
    background: #CCCCCC url(/system/mini/images/outerwrapperhome_background.png) repeat-y scroll center 50%;
    color: #000;
    margin: 0px;
    padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
form {
    margin: 0;
    padding: 0;
}
a {
    outline: none;
}

#outercontainer {
    background-image: url(/system/mini/images/outerwrapperhome_background.png);
    background-position: center 50%;
    background-repeat: repeat-y;
    text-align: left !important;
}

#innercontainer {
    height: 100%;
    margin: 0 auto;
    width: 1000px;
}

#maincontainer {
    background-color: #76A2DC;
    widows: 999px;
}

#main {
    background: #CCCCCC url(/system/mini/images/outerwrapperhome_background.png) repeat-y scroll center 50%;

}

.block {
    border: 1px solid #1475FF;
}

img {
	border:none;
}

/**********************************************

HEADER STYLING

***********************************************/

#header {
    background: url(/system/mini/images/header_background.jpg) center 50%;
    border-bottom: 1px solid #76A2DC;
    color: #042260;
    height: 100px;
}

#logo {
    padding-left: 10px;
    padding-top: 10px;
    width: 200px;
    float: left;
}

#partner {
    width: 250px;
    float: left;
    padding-top: 10px;
    font-size: 11px;
    font-weight: normal;
    vertical-align: center;
}

#flag {
    float: left;
    padding-right: 15px;
    padding-top: 12px;
    margin-bottom: 5px;
}

#flag img {
    height: 13px;
}

#partnerText {
    float: left;
    width: 100px;
    padding-top: 5px;

}

#partnerLogo {
    width: 250px;
    float: left;
}

/*** Login Styling ***/

#headerLogin {
    width: 425px;
    float: right;
    padding-right: 35px;
    margin-top: 10px;
    line-height: 20px;
}
#headerLogin .input{
	margin-right:6px;
}

#login_middle {
	font-size:10px;
	
}

#login {
    font-size: 10px;
	padding-top: 10px;

}

#login_forgot {
    padding-left: 157px;
    font-size: 10px;
}

.strong {
    font-weight: bold;
    display: inline;
}

.italic {
	font-style:italic;
	display: inline;
}

.forgot_password {
	font-family:Arial, Helvetica, sans-serif;
}


.TopNav{
	position: absolute;
	top: 79px !Important;
	top: 78px;
	height: 28px;
	width: 1000px;
	overflow: visible;
}

/* Central tab homepage
------------------------------------------------------------------------------*/
#tab {
	padding: 0px; 
	margin: 0px; 
}
#tab LI {
	float: left; 
	background: url(/system/static/tabs-blue.png) no-repeat 0px 100%; 
	padding-left: 12px; 
	margin-left: 3px; 
	font-size: 11px; 
	line-height: 22px; 
	list-style-type: none; 
	white-space: nowrap; 
}
#tab a {
	float: left; 
	width: 0.1em; 
	background: url(/system/static/tabs-blue.png) no-repeat 100% 100%; 
	color: #ffffff; 
	display: block; 
	padding: 0px;
	padding-right: 12px; 
	font-weight: bold; 
	text-decoration: none; 
}
html > body #tab a {
	width: auto; 
}
#tab a {
	float: none; 
}
#tab a:hover {
	color: #fff; 
}
#tab #active {
	background-image: url(/system/static/tabs-active.png); 
	color: #042260; 
	position: relative; 
	height: 28px; 
}
#tab #active a {
	background-image: url(/system/static/tabs-active.png); 
	color: #042260; 
	position: relative; 
	height: 28px; 
}
#tab #active {
	top: -6px; 
}
#tab #active a {
	top: 0px; 
}


/**********************************************

END HEADER STYLING

***********************************************/

/**********************************************

BODY STYLING

***********************************************/

#body {
    background-color: #76a2dc;
    background-image: url(/system/mini/images/main_background.jpg);
    background-repeat: repeat-x;
    border-left: 1px solid #9ec6ff;
    border-right: 1px solid #9ec6ff;
    width: 996px;
}

/**** Sub-Navigation Styling ****/

#subnav ul {
    width: 700px;
    float: left;
   padding: 0;
    margin: 0 0 0 20px;
}

#subnav ul li {
    display: inline;
    margin: 0px 30px 0px 0px;
}

#subnav a, #subnav a:visited {
    color: #00447c;
    text-decoration: none;
    font-weight: bold; /*text-shadow: 1px 1px 2px #333;  testing shadows */
}

#subnav a:hover {
    text-decoration: underline;
}

#subnav {
    width: 996px;
    padding-top: 7px;
    height: 25px;
    margin: 0;    
}

#createAccountBTN {
    margin-top: 15px;
}

/***** Language Select *****/

#ddmenu-trigger {
    background: transparent url(/system/mini/images/langSelect-up-a.gif) no-repeat scroll top left;
    display: block;
    color: orange;
    float: left;
    height: 21px;
    margin-right: 0px;
    padding-left: 11px;
    text-decoration: none;
    min-width: 105px;
    text-align: center;
    margin-top: -3px;
}

#ddmenu-trigger span {
    background: transparent url(/system/mini/images/langSelect-up-span.gif) no-repeat top right;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    display: block;
    line-height: 11px;
    padding: 5px 27px 5px 5px;

}

#ddmenu-trigger:hover {
    text-decoration: none !important;
    font-weight: bold;
}

.triggerDown {
    background: transparent url(/system/mini/images/langSelect-down-a.gif) no-repeat top left !important;
    text-decoration: none;

}

.triggerDown span {
    background: transparent url(/system/mini/images/langSelect-down-span.gif) no-repeat scroll top right !important;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    display: block;
    line-height: 11px;
    padding: 5px 12px 5px 5px;
}

#ddmenu-container {
    position: relative;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

/* don't touch this!!!! */
#ddmenu-menu {
    position: absolute;
    list-style: none;
    padding: 0px 0px;
    margin-top: 0px auto;
    top: 18px;
    margin-left: 15px !important;
    display: block;
    border: 1px solid #AAA;
    font-size: 12px;
    background: #e9e9e9;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    left: -1px;
    top: 15px !important;
    top: 17px;
}

#ddmenu-container ul {
    width: 90px !important;
    margin-left: 0px;
}

/* individual selections */
#ddmenu-menu li {
    list-style: none; /* don't change this. ever. */
    cursor: pointer; /* you probably want to keep this */
    display: block !important;
    text-align: center;
    border: none;
    width: 70px;
    padding: 5px 10px;
}

#ddmenu-menu li a, #ddmenu-menu li a:hover {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #000;

}

/* change this */
#ddmenu-menu li:hover {
    text-decoration: none;
    background-color: #8cc63f;
    width: 70px;
}

/***** 3-Col Body Content *****/

#bodyContent {
    min-height: 200px;
    display: inline;
}

.contentRow {
    padding-bottom: 11px;
}

.block {
    float: left;
    margin-left: 8px;
    display: inline;

}

#topContent {
    height: 160px;
}

#topLeft {
    width: 250px;
    background-color: #FFF;
    height: 160px;
}

#topCenter {
    width: 460px;
    background-color: #FFF;
    height: 160px;
    min-height: 160px;
    overflow: hidden;

}

#topRight {
    width: 250px;
    background-color: #FFF;
    height: 160px;
}

#bottomContent {
    height: 850px;
}

#bottomLeft {
    width: 250px;
    background-color: #FFF;
    height: 850px;
}

#bottomCenter {
    width: 462px;
    height: 848px;
    border: none;
    margin-top: 4px;
}

#bottomRight {
    width: 250px;
    background-color: #FFF;
    height: 850px;
}

/******* TOP LEFT BOX Registration box *******/

#register {
    padding: 10px;
}

#registerHead {
    color: #8cc63f;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
}

.selection {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}

.subSelection {
    margin-left: 2px;
    margin-top: -3px;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 10px;
    padding-bottom: 5px;
}

.selectionText {
    display: inline;
    margin-top: 20px;
}

/***** Market Snapshot *****/


.title-1 {
	margin-top:15px;
	margin-left:10px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #e5870a;
	padding-bottom: 10px;
}

.whiteContent {
    padding: 10px;
}

#marketSnapshot h5, #newsEvents h5 {
    margin-bottom: 10px;
    margin-top: 4px;
}

#snapshotText {
    text-align: center;
    margin-bottom: 0px;
}

#snapshotText p {
    margin-bottom: 0px;
    font-size: 11px;
    color: #042260;
}

#rfqTbl {
    margin-left: 10px;
    font-size: 11px;
}

#rfqTbl tr {
    height: 20px;
    vertical-align: middle;
}

.rowAlt {
    background-color: #DEE8F8;
}

/***** Styling for Award Tabs *****/

.tabber {
    font-size: 11px;
    padding-top: 10px;
    margin: 0px;
}

.tabberlive {
# MARGIN-TOP : 5 px; /*1em;*/
}

.tabbernav {
    padding: 0px;
    padding-bottom: 3px;
    font-weight: bold;
    margin: 0px;
    border-bottom: #1475ff 1px solid;
    list-style-type: none;
    text-align: left;
}

.tabbernav LI {
    display: inline;
}

.tabbernav LI A {
    border: #1475ff 1px solid;
    padding: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #0066cc;
    margin-right: 3px;
    background-color: #dee8f8;
    text-decoration: none;
}

.tabbernav LI A:visited {
    color: #0066cc;
}

.tabbernav LI A:hover {
    color: #0876e4;
    background-color: #c0d5f4;
}

.tabbernav LI.tabberactive A {
    color: #e5870a;
    border-bottom: transparent 1px solid;
    background-color: #ffffff;
}

.tabberlive .tabbertab {
    border-bottom: #1475ff 1px solid;
    border-right: #1475ff 1px solid;
    border-left: #1475ff 1px solid;
    background-color: #ffffff;
}

.tabberlive .tabbertab H2 {
    display: none;
}

.tabberlive .tabbertab H3 {
    display: none;
}

.tabberlive .tabbertabhide {
    display: none;
}

#tabberContent {
    background-color: #FFFFFF;
    height: 829px;
}

#tabberDescribe {
    height: 10px;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 11px;
    font-weight: normal;
    float: left;
}

.tabberSeeMore {
    height: 20px;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 11px;
    font-weight: normal;
    float: right;
    padding-right: 5px;
    color: red;
}

/***** BOTTOM CENTER RFQ/Award Tabbers! *****/

.item {
    border-top: 1px solid #DEE8F8;
}

.itemLast {
    border-bottom: 1px solid #DEE8F8;
}

.rfqThumb {
    padding: 5px;
    float: left;
}

.itemTitle {
    height: 31px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    overflow: hidden;
}

.itemStrong {
    font-weight: bold;
}

.itemEAU {
    float: left;
    width: 200px;
}

.itemCloses {
    float: left;
}

.itemCurrentlyOpen {
    height: 60px !important;
    height: 70px;
}

.itemDescrip {
    margin-top: 5px;
    font-size: 11px;
    height: 25px;
    padding-right: 5px;
    overflow: hidden;
}

.itemDate {
    font-weight: bold;
    margin-top: 15px;
}

.itemLinks li {
    display: inline;
    font-size: 10px;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    border-right: 1px solid #042260;
}

.itemLinks li.last {
    border-right: none;
    padding-right: 0px;
}

.itemLinks li.first {
    padding-left: 0px;
}

.itemLinks {
    margin-top: 7px;
    margin-bottom: -10px;
    padding-left: 5px;
}

/***** BOTTOM RIGHT mfgSpotlight Bottom Right box *****/

.spotlight li {
    margin-bottom: 10px;
    color: #042260;
    list-style-image: url(/system/mini/images/swooshBullet.jpg);
    margin-left: 25px;
}

.spotlight li a {
}

#mfgSpotlight ul {
    margin-bottom: 30px;
    width: 230px;
}

#mfgSpotlight h5 {
    margin-bottom: 10px;
    margin-top: 10px;
}

#mfgSpotlight img {
    float: left;
    display: inline;
}

.ratingNames {
    width: 160px;
    float: left;
    margin-bottom: 10px;
}

.stars {
    width: 60px;
    float: left;
    padding-left: 5px;
}

#supplierRatingsContain {
    margin-bottom: 30px;
}

/***** Full Page content *****/

#fullContent {
    width: 980px;
    background: #FFF;
    min-height: 300px;
    margin-left: 8px;
    margin-bottom: 10px;
	padding-bottom:20px;
    overflow: auto;
}

#fullCopy {
    width: 475px;
    margin: 20px 0px 20px 20px;
    float: left;
    display: inline;
    padding-bottom: 20px;
}

#fullCopyPress {
    width: 700px;
    margin: 20px 0px 10px 20px;
    float: left;
    display: inline;
}

#fullVideo {
	width:445px;
	height:300px;
	background:none;
	float:left;
	margin:60px 20px;
	display:inline;
}

#fullVideo embed{
	border:1px solid #b3b3b3;
}

#fullCopy h2 {
	margin-bottom: 5px;
}

#fullCopy ul{
	margin-top:15px;
}

#marquee {
    border: 1px solid rgb(222, 232, 248);
    width: 220px;
    background: #FFF;
    font-size: 11px;
    color: #042260;
    padding: 3px;
}

#dashBoardButton div{
	height:0px !important;
	width:0 !important;
}

.benefitBox {
    padding: 12px 20px;
    background: #ddd url(/system/mini/images/benefits-bg.jpg) repeat-x;
    border: 1px solid #b3b3b3;
    width: 440px;
    margin-top: 10px;
    margin-bottom: 5px;
	height: 140px
}

.benefitBox li {
    margin-bottom: 5px;
    font-size: 12px;
    margin-left: 25px;
    list-style-image: url(/system/mini/images/swooshBulletBlueGrey.jpg);
}

.benefitBox ul {
		margin-bottom:30px;
}
/**********************************************

Static content (Tridion Port)

***********************************************/
.static_content_container {
	margin: 12px 10px 10px 10px;
}

.static_content_container h1{
	//color:#58595b !important;
}
.static_content_container p{
	//color:#898989;
	margin-bottom:20px;
}
.static_content_container .green {
	//color:#8cc63f !important;
}
/***********************************************

CSS Style for MFG.com top left registration area
By: Tim Shaw
July 8, 2010

************************************************/




#tl_box{
	border:1px solid #b4b4b4;
	background:#fff;
	float:left;
	width:250px;
	height:160px;
	margin:0px;
}

.tl_register img{
	float:left;
	margin-left:5px;
	margin-top:10px;
	margin-bottom:15px;
}

.tl_register p{
	margin-left:37px;
}

.tl_register a{
	margin-left:35px;
}

.tl_register p{
	font-family: Arial, Helvetica, sans-serif !important;
	color:#777;
	font-size:11px;
	margin-bottom:2px;
}

.tl_topLeft{
	width:168px;
	margin-bottom:10px;
	font-size:11px !important;
	text-transform:none !important;
	
}

.tl_topLeft .tl_arrow{
	float:right;
	font-size:1em !important;
	font-weight:normal !important;
}

.tl_clear {
	clear:both;
	visibility:hidden;
}

a, a:hover, a:active, a:focus{
	outline:none;
}


/***** Buttons  ****/

.tl_buttonNew{
	display:block;
	outline: none;
	cursor:pointer;
	text-align:left;
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	text-rendering:optimizeLegibility;
	padding: .5em .85em .55em .85em;
	margin:-3px 10px 10px 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .55em;
	-moz-border-radius: .55em;
	border-radius: .55em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.tl_buttonNew:hover{
	text-decoration:none;
}

.tl_buttonNew:active{
	position:relative;
	top: 1px;
}

.tl_green:hover{
	color:#ffffff !important;
	border: solid 1px #8cc63f;
	background: #8cc63f;
	background: -webkit-gradient(linear, left top, left bottom, from(#71b01e), to(#93d240));
	background: -moz-linear-gradient(top,  #71b01e,  #93d240);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#71b01e', endColorstr='#93d240');
}

.tl_green {
	color:#ffffff !important;
	border: solid 1px #8cc63f;
	background: #71b01e;
	background: -webkit-gradient(linear, center top, center bottom, from(#a6e05a), to(#599c00));
	background: -moz-linear-gradient(top,  #a6e05a,  #599c00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6e05a', endColorstr='#599c00');
}
/*.green:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#8cc63f), to(#A6E05A));
	background: -moz-linear-gradient(top,  #8cc63f,  #A6E05A);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cc63f', endColorstr='#A6E05A');
}*/

.tl_blue{
	color:#ffffff !important;
	border: solid 1px #043359;
	background: #043359;
	background: -webkit-gradient(linear, left top, left bottom, from(#00447c), to(#043359));
	background: -moz-linear-gradient(top,  #00447c,  #043359);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00447c', endColorstr='#043359');
}

.tl_blue:hover {
	background: #032744;
	background: -webkit-gradient(linear, left top, left bottom, from(#023865), to(#032744));
	background: -moz-linear-gradient(top,  #023865,  #032744);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#023865', endColorstr='#032744');
}

/*.blue:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#8cc63f), to(#A6E05A));
	background: -moz-linear-gradient(top,  #8cc63f,  #A6E05A);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cc63f', endColorstr='#A6E05A');
}*/

.tl_grey{
	color:#b4b4b4 !important;
	border: solid 1px #b4b4b4;
	background: #fff;
}

/**********************************************

Compare Editions Page

***********************************************/


.sourcing_edition_top_links_content h2{
	font-size:18px !important;
	color:#58595b !important;
    margin-bottom:0px !important;	
}
.sourcing_edition_top_links_content p{
	color:#898989 !important;
    //line-height:3 !important;
}
.sourcing_edition_top_links_content{
	margin:30px 20px;
	
}
#compare_sourcing_editions_graphic{
	margin-left:20px;
	margin-top:-20px;
	height:410px;
}

/**********************************************

Careers Page

***********************************************/

.careers_container {
	margin: 50px 30px 20px 80px;
}

.careers_container h1 {
	font-size:16px;
	line-height:24px;
}

.cta_careers {
	padding: 20px 50px 40px 30px;
	border: 1px solid #b3b3b3;
	float:right;
	margin:1px 30px 20px 20px;
	width:240px;
	-moz-border-radius:6px 6px 6px 6px;
	

}
.job_heading {
}
.hr_full {
	width:840px;
}
.cta_careers p{
	color:#898989;
	margin-bottom:40px;
	line-height:16px;
}
.job_listing {
	//border: 1px solid #b3b3b3;
	float:left;
	line-height:16px;
	margin:16px 0px 0px 0px;
	font-size:14px;
	font-weight:400;
	color:#898989;
	width:687px;
}

.job_listing p{
	font-size:14px;
	margin-bottom:30px !important;
	color:#8cc63f;
	
}

.job_listing img{
	vertical-align:middle;
	margin-right:10px;
}

.job_listing a{
	text-decoration:none;
	//color:#8cc63f;
}
.job_listing a:hover{
	text-decoration:none;
}
.caption{
	font-size:10px;
	color:#8cc63f !important;
}
.pdf_icon {
	vertical-align:middle;
	margin:0px 5px 0px 0px;
}
.careers_intro {
	width:420px;
	float:left;
	line-height:16px;
}
/**********************************************

3-Column Catrgoies Page

***********************************************/

.catCol {
    width: 290px;
    margin-left: 20px;
    float: left;
    display: inline;
    margin-bottom: 20px;
}

.sectionHead {
    margin-left: 15px;
    margin-top: 15px;
}

/*
.category li{
    margin-left:25px;
}

.firstli{
    margin-top:5px;
}

.category img {
    padding-right:5px;
}

.category {
    margin-bottom:5px;
    margin-top:5px;
    margin-left:20px;
}
*/

.catCol h2 {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: bold;
}

.catCol h3 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
	font-weight: normal;
}

.category, .subcategory {
    margin: 0px 0px 0px 15px;
    padding: 0px;
    line-height: 18px;
}

.category {
    margin-bottom: 15px;
    margin-left: 0px;
}

ul.category {
    list-style-type: none;
}
/**********************************************

Press Page Styling

***********************************************/

#yearNav {
    padding: 10px;
    text-align: right;
}

#yearNav li {
    display: inline;
    padding: 0px 7px;
    margin: 0px;
    border-right: 1px solid #042260;
}

#yearNav li.last {
    border-right: none;
}

#yearNav li.first {
    border-right: none;
    font-weight: bold;
}

.pressBlock {
    margin: 0px 0px 10px 17px;
    color: #042260;
}

.pressYear {
    float: left;
}

.pressYear h2 {
    margin-bottom: 10px;
}

.backToLink {
    float: right;
    margin-right: 17px;
}

.pressMonth {
    margin-left: 10px;
    margin-bottom: 20px;
}

.pressMonth li {
    padding: 5px;
    margin-left: 10px;
    margin-top: 10px;
    background: #ddd url(/system/mini/images/benefits-bg.jpg);
    border: 1px solid #999;
    width: 651px;

}

.pressMonth li img {
    float: left;
}

li .pressDate {
    font-weight: bold;
    float: left;
    width: 80px;
    display: inline;
}

li .pressItem {
    float: left;
    display: inline;
    width: 600px;
}

.pressPub {
    font-size: 10px;
}

#pressH1 {
    margin-bottom: -27px;
}

.langID {
    border: 1px solid #BBB;
    padding: 2px;
    font-size: 10px;
    font-weight: bold;
    background: #CCC;
    color: #FFF;
    text-transform: uppercase;
    float: right;
}

/***** Single Press Release Page *****/
#pressRelease {
    padding: 15px;
}

#pressRelease .left {
    width: 800px;
}

#pressRelease .right {
    width: 150px;
    text-align: right;
}

#pressRelease h1, #pressRelease h2, #pressRelease h3, #pressRelease p, #pressRelease ul {
    margin-bottom: 15px;
}

#pressRelease h1 {
    font-size: 22px;
    margin-bottom: 5px;
    width: 80%;
}

#pressRelease h2 {
    font-size: 15px;
    font-weight: normal;
}

#pressRelease h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

#pressRelease ul li {
    margin-left: 30px;
    list-style-type: disc;
}

.dateline {
    font-weight: bold;
}

/**********************************************

Contact Page

***********************************************/

#contactLeft {
    float: left;
    width: 700px;
    display: inline;
    margin-left: 20px;
    margin-top: 20px;
}

#contactRight {
    float: left;
    width: 220px;
    min-width: 220px;
    display: inline;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#contactLeft h1 {
    font-weight: bold;
}

#contactLeft p {
    margin-bottom: 10px;
}

.contactCaptcha {
    margin-left: 140px;
}

.formLabel {
    display: inline;
    width: 130px;
    float: left;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

#contactForm {
    margin-left: 20px;
    margin-bottom: 20px;
}

.contactFormInput {
    width: 300px;
}

.contactCheckBox {
    margin-top: 0px;
}

#contactRight h3 {
    font-size: 13px;
    font-weight: bold;
    color: #042260;
    margin-bottom: 0px;
}

#contactRight h4 {
    font-size: 13px;
    font-weight: bold;
    color: #AAA;
    margin-bottom: 0px;
}

#contactRight p {
    margin-bottom: 0px;
    color: #042260;
}

.contactGroup {
    margin-bottom: 10px;
}

.contactDD {
    margin-top: 3px;
}

.contactSubmit {
    margin-left: 157px;
}

/**********************************************

Awards Page

***********************************************/

#awardLinks {
    margin-left: 20px;
    font-size: 11px;
    margin-bottom: 20px;
}

#chooseMonth {
    margin-bottom: 20px;
}

#awardLinks p {
    margin-bottom: 0px;
}

/**********************************************

Process Pages

***********************************************/

#processTitle {
    float: left;
}

#processTitle h1 {
    margin-bottom: 10px;
}

#processColLeft {
    width: 155px;
    float: left;
    margin-left: 20px;
    display: inline;
    font-size: 11px;
    color: #999;
}

#processColRight {
    width: 765px;
    float: left;
    margin-left: 20px;
    display: inline;
    margin-right: 20px;
}

#processColRight p {
    color: #042260;
    margin-left: 20px;
}

p.noMargin {
    margin-bottom: 0px
}

#subProcessLinks {
    margin-left: 20px;
}

/**********************************************

Single Awards Pages

***********************************************/

#singleAwardTitle {
    float: left;
    margin-bottom: 20px;
    width: 600px;
}

#singleAwardTitle h1 {
    display: inline;
#margin-right : 20 px;
}

#singleAwardColRight h2 {
    margin: 0px;
    padding: 0px;
}

#singleAwardColLeft {
    width: 230px;
    float: left;
    margin-left: 20px;
    display: inline;
    color: #042260;
}

#singleAwardColLeft img {
    width: 150px;
    margin: 10px 40px;
}

#singleAwardColRight {
    width: 650px;
    float: left;
    margin-left: 20px;
    display: inline;
}

#singleAwardColRight ul {
    color: #042260;
}

.awardPartList h1 {
    background-color: #D1D8EA;
    color: #294B82;
    padding: 3px 6px 3px 8px;
    font-weight: bold;
}

.awardPartListCellTitle1 {
    background-color: #CCC;
    color: #294B82;
    padding: 3px 6px 3px 8px;
    font-weight: bold;
    width: 355px; /*float:left;*/
    height: 30px;
    vertical-align: middle;
}

.awardPartListCellTitle2 {
    background-color: #CCC;
    color: #294B82;
    padding: 3px 6px 3px 8px;
    font-weight: bold;
    width: 150px;
    height: 30px;
    vertical-align: middle; /*float:left;*/
}

.awardPartListCellTitle3 {
    background-color: #CCC;
    color: #294B82;
    padding: 3px 6px 3px 8px;
    font-weight: bold;
    width: 100px; /*float:left;*/
    height: 30px;
    vertical-align: middle;
}

.awardPartListCell1 {
    padding: 3px 6px 3px 8px;
    border: 1px Solid #CCC;
    vertical-align: top;
}

.awardPartListCell2 {
    padding: 3px 6px 3px 8px;
    border: 1px Solid #CCC;
    vertical-align: top;
}

.awardPartListCell3 {
    padding: 3px 6px 3px 8px;
    border: 1px Solid #CCC;
    vertical-align: top;
    font-weight: bold;
}

.awardPartListHeaders {
    background: #CCC;
    border: 1px Solid #CCC;
    border-right: 0px solid;
    font-size: 1.0em;
}

.awardPartListRow {
    background: #FFFFFF;
}

.awardPartListTable {
    background: #CCC;
    border: 1px Solid #CCC;
    font-size: 1.0em;
}

p.singleAwardBodyLinks {
    margin-bottom: 0px
}

#awardTitle {
    text-align: center;
    margin-bottom: 20px;
}

#awardInfoBox {
    width: 200px;
    margin-left: 9px;
    border: 1px solid #000;
    color: #042260;
    background-color: #CCC;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 20px;
}

#awardInfoBox img {
    margin: 0px;
    margin-left: 25px;
    padding: 3px;
    background: #FFF;
}

#awardDetails h1 {
    font-weight: bold;
}

.green {
    color: #8cc63f !important;
}

/**********************************************

Pricacy Policy, Security and Terms/Conditions

***********************************************/

.legal {
    margin: 20px;
    width: 940px;
}

.legal h2 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #000;
}

.legal ul {
    margin-left: 20px;
}

.legal li {
    list-style-type: disc;
}

/**********************************************

END BODY STYLING

***********************************************/

/**********************************************

FOOTER Styling

***********************************************/

#footer a, #footer a:visited {
    color: #fff;
}

#footer ul {
    text-align: center;
	margin-bottom:20px;
}

#footer ul li {
    display: inline;
    padding: 0px 10px;
    margin: 0px;
    border-right: 1px solid #042260;
}

#footer ul li.last {
    border-right: none;
}

#footerNav {
}

#footer p {
    margin-bottom: 0px;
    text-align: center;
    color: #042260;
}

#footer p a, #footer p a:hover, #footer p a:visited {
    color: #042260;
    text-decoration: none;
}

.footerPiece {
    margin-bottom: 20px;
}

#footerContent {
    font-size: 11px;
}

/**********************************************

END Footer Styling

***********************************************/

/**********************************************
TEXTILES STYLES
***********************************************/
#textiles {
    margin: 20px 0px 20px 20px;
    min-height: 450px;
}

#textilesSidebar {
    float: left;
    width: 180px;
}

#textilesBody {
    float: left;
    width: 780px;
}

#textiles p {
    padding: 5px 30px 5px 0px;
    margin: 0px;
}

#textiles li {
    list-style-type: disc;
    margin-left: 30px;
    margin-top: 5px;
}

#textiles ul {
    margin-bottom: 30px;
}

#textiles h2 {
    margin-top: 20px;
}

/**********************************************
END TEXTILES STYLES
***********************************************/

/**********************************************

MISC STYLES

***********************************************/

.clear {
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

strong {
    font-weight: bold;
}

ul.swoosh {
    list-style: url(/system/mini/images/swooshBullet.jpg);
    margin-top: -10px;
    margin-bottom: 25px;
}

ul.swoosh li {
    margin-bottom: 3px;
}

/***** Button Styling *****/

a.buttonGreen {
-moz-border-radius:6px 6px 6px 6px;
border-radius: .5em;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
background:url(/system/mini/images/greenBTN.jpg) repeat-x scroll center top #8CC63F;
color:#FFFFFF !important;
font-size:10px;
font-weight:bold;
margin:10px 8px 0 0;
padding:8px 12px;
text-align:center;
text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
}




a.buttonGreen:hover {
    background: url(/system/mini/images/greenBTNdown.jpg) repeat-x top center #8cc63f;
    text-decoration: none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.3);
}

a.buttonBlue {
	-moz-border-radius:6px 6px 6px 6px;
	border-radius: .5em;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	background:url(/system/mini/images/blueBTN.jpg) repeat-x scroll center top #00447C;
	border:medium none;
	color:#FFFFFF !important;
	font-size:10px;
	font-weight:bold;
	margin-bottom:20px;
	margin-right:8px;
	margin-top:10px;
	padding:8px 12px;
	text-align:center;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
}

a.buttonBlue:hover {
    background: url(/system/mini/images/blueBTNdown.jpg) repeat-x top center #00447c;
    text-decoration: none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.3);
}

a.buttonOrange {
-moz-border-radius:6px 6px 6px 6px;
border-radius: .5em;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
background:url(/system/mini/images/orangeBTN.png) repeat-x scroll center top #F8971D;
color:#FFFFFF !important;
font-size:10px;
font-weight:bold;
margin-bottom:20px;
margin-right:8px;
margin-top:10px;
padding:8px 12px;
text-align:center;
text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
}
a.buttonOrange:hover {
    background: url(/system/mini/images/orangeBTNdown.jpg) repeat-x top center #F8971D;
    text-decoration: none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.3);
}

/**********************************************

ANNUALIZED VALUE POP-UP

**********************************************/

/**********************************************

END MISC STYLES

***********************************************/

/**********************************************

BENEFITS POPUP

***********************************************/

#benefitsContainer a {
    color: #189df9;
    text-decoration: none;
}

#benefitsContainer a:hover, #benefitsContainer a:visited {
    text-decoration: underline;
}

#benefitsContainer {
    width: 700px;
    margin: 0 auto;
    margin-top: -40px;
}

#benefitsContainer #header {
    width: 700px;
    margin: 20px 0px 0px 50px;
}

#benefitsContainer .col {
    width: 325px;
    float: left;
    margin: 30px 0px 0px 50px;
    display: inline;

}

#benefitsContainer .benefit {
    margin-bottom: 30px;
}

#benefitsContainer #footer {
    width: 700px;
    margin: 10px 0px 20px 50px;
    float: left;
    display: inline;
}

#benefitsContainer h1 {
    color: #00447c;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

#benefitsContainer h2 {
    color: #189df9;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

#benefitsContainer h2 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

#benefitsContainer p {
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

/**********************************************

BENEFITS POPUP

***********************************************/

/*
    TEXT STYLING for MFG.com

*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
    font: 12px Arial, Helvetica, sans-serif;
}

a:focus {
    outline: 1px dotted invert;
}

a, a:visited {
    text-decoration: none;
    color: #0066cc;
}

a:hover {
    text-decoration: underline;
}

hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
    font-size: 17px;
    color: #042260;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    color: #042260;
    font-weight: bold;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    color: #E5870A;
    font-size: 14px;
    font-weight: bold;
}

h6 {
    font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

li {
    margin-left: 0px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
    margin-bottom: 20px;
}

.lineBlue {
    border-bottom: 1px solid #9AA7C9;
    display: block;
    padding: 2px 10px 1px;
}

.labelTxt_rII {
    float: left;
    padding: 2px 10px 1px;
    text-align: left;
    width: 150px;
}

.textSpecs {
    display: block;
    padding: 2px 4px 1px 10px;
}

a img {
    border: 0;
}



/*

.snapshot-container {
	border: 1px solid #e0e0e0;
	width: 218px;
	height: 129px;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	background: url('/system/static/total-chart/marketplace-snapshot-bg.png') no-repeat; 
}

.snapshot-amount {
	font-weight: bold;
	color: #85c334;
	font-size: 2.1em;
	margin-bottom: 10px;
	text-align: center;
}

.snapshot-text-normal {
	font-weight: normal;
	line-height: 1.25em;
	color: #6b6b6a;
	font-size: 1.25em;
	text-align: center;
}

.snapshot-parts {
	font-weight: bold;
	line-height: 1.5em;
	color: #85c334;
	font-size: 2.1em;
	text-align: center;
}

.snapshot-text-tagline {
	font-weight: normal;
	line-height: 1.4em;
	color: #6b6b6a;
	font-size: 1.2em;
	text-align: center;
	margin-top: 0px;
}

*/

.snapshot-container {
	border: 1px solid #e0e0e0;
	width: auto;
	height: auto;
	padding: 5px 5px 10px 5px;
	margin: 5px 5px 10px 5px;
}

.snapshot-amount {
	font-weight: bold;
	color: #85c334;
	font-size: 2.1em;
	margin-bottom: 10px;
	text-align: center;
}

.snapshot-text-normal {
	font-weight: normal;
	line-height: 1.25em;
	color: #6b6b6a;
	font-size: 1.25em;
	text-align: center;
}

.snapshot-parts {
	font-weight: bold;
	line-height: 1.5em;
	color: #85c334;
	font-size: 2.1em;
	text-align: center;
}

.snapshot-text-tagline {
	font-weight: normal;
	line-height: 1.2em;
	color: #6b6b6a;
	font-size: 1.2em;
	text-align: center;
	margin-top: 0px;
}




