body {
    text-align: center; /* centers the page in IE */
    min-width: 960px; /* needed for centering the page, fixes a Gecko bug */
	color: #000;
	background-color: #A1C2D9;
	background-image:url(../images/base/dotbg.gif);
	background-repeat:no-repeat;
	margin-top: 5px;
}

#home {
	width: 960px;
	padding: 0;
    text-align: left; /* corrects text-align center inheritence set in the body */
    margin-left: auto; /* for centering */
    margin-right: auto; /* for centering */
}



/* Content Links */

a:link {  color: #333333; text-decoration: underline;font-weight:bold;}
a:active {  color: #333333; text-decoration: underline;font-weight:bold;}
a:hover {  text-decoration: underline; color: #999999;font-weight:bold;}
a:visited {  text-decoration: underline; color: #666666;font-weight:bold;}
a:link:hover {  color: #999999; text-decoration: underline;font-weight:bold;}
a:visited:hover {  color: #999999; text-decoration: underline;font-weight:bold;}

#contenttable {
	margin:0;
	padding:0;
	border-right:2px solid #000;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	background-color:#fff;
}

#content {
	margin-bottom:40px;
	padding-left:40px;
}

#content h1 {  font-family:"Arial Black", Gadget, sans-serif; font-size: 26px; line-height:auto; color:#fff; padding: 40px 0 0 40px;font-weight:normal;width:250px;}
#content h2 {  font-family:"Arial Black", Gadget, sans-serif, sans-serif; font-size: 22px; font-weight: bold; color: #666666; padding:20px 0 10px 0;}
#content h3, h3 {  font-family:"Arial Black", Gadget, sans-serif, sans-serif; font-size: 16px; font-weight: bold; color: #333; margin-top:30px;margin-right:30px;}
#content p {font-family:Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #333;line-height:20px;margin-right:100px;margin-bottom:20px;}
#content ul, #content ol {margin:0 0 40px 60px;padding:0;}
#content ul li, #content ol li {font-family:Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #333;line-height:20px;margin-right:100px;}
#content ol li {margin-left:30px;padding-left:8px;
}

#content a:link {  color: #BD0000; text-decoration: underline;font-weight:bold;}
#content a:active {  color: #BD0000; text-decoration: underline;font-weight:bold;}
#content a:hover {
	text-decoration: underline;
	color: #E00000;
	font-weight:bold;
}
#content a:visited {  text-decoration: underline; color: #BD0000;font-weight:bold;}
#content a:link:hover {  color: #E00000; text-decoration: underline;font-weight:bold;}
#content a:visited:hover {  color: #E00000; text-decoration: underline;font-weight:bold;}


.top1 { height: 6px; background-image: url(../images/grid.gif)}
.top2 {  height: 7px; background-color: #BD0000;border-bottom:2px solid #000;}

/* BRANDING */

#branding {
	width:956px;
	height:210px;
	background-color:#BD0100;
	background-image:url(../images/base/supplier-diversity-consulting-logo.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	border-top:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #000;
}

#separator {
	width:3px;
	background-image:url(../images/base/sep4.gif);
	background-position-y:left 200px;
	padding-bottom:40px;
	padding-top:40px;
}


/* START SFD STYLES */


#nav, #nav ul { /* all lists */
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 10px;
	letter-spacing:.05em;
	padding:0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 3;
	font-weight:normal;
	text-transform:uppercase;
}

#nav a {
	display: block;
	padding-top: 10px;
	width: 100%;
	font-size:11px;
	text-decoration: none;
	padding-bottom: 5px;
	outline:none;
	color:#333;
}
#nav a:hover {
	color:000;
}
#nav li li a {
	display: block;
	font-weight: bold;
	padding:11px 0 11px 10px;
	color: white;
	text-decoration: none;
	background-color: #666;
	outline:none;
	border-bottom:2px solid #333;	
	border-top:2px solid #333;
}

#nav li li a:hover {
	width: 14.5em;
	padding:11px 0 11px 10px;
	color: #FFFFFF;
	background-color: #666;
}

li:hover ul, li.over ul {
	display: block;
}

#nav ul { /* top ul only? */
	width: 960px; /* width needed or else Opera goes nuts */
	margin:0;
	padding:0;
	border-top:2px solid #333;
}

html>body #nav li { /* all list items */
	float: left;
	width: 142px; /* width needed or else Opera goes nuts */
	border-right: 2px solid #333;
	line-height:10px;
	padding-left:10px;
	padding-right:5px;
	height:40px;
	background-color:#FFD942;
}

#nav li { /* all list items: IE */
	float: left;
	width: 142px; /* width needed or else Opera goes nuts */
	border-right: 2px solid #333;
	line-height:10px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:10px;
	height:40px;
	background-color:#FFD942;
}

html>body #nav li ul { /* second-level lists */
	position: absolute;
	background: #666666;
	width: 17em; /* width needed or else Opera goes nuts */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: 0px solid #999;
	border-top: 0px solid #333;
	text-align: left;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:22px;
	margin-left:-10px;
}

#nav li ul { /* second-level lists for IE */
	position: absolute;
	background: #666666;
	width: 16em; /* width needed or else Opera goes nuts */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: 0px solid #999;
	border-top: 0px solid #333;
	text-align: left;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:22px;
	margin-left:-10px;

}




#nav li ul li { /* text width of subnav */
	width: 16em; /* width needed or else Opera goes nuts */
	padding-left:0;
	padding-right:0;
	border-bottom:0px solid #333;
	border-right:0px solid #333;
	border-top:0px solid #333;
	line-height:13px;
	font-weight:bold;
	text-transform:uppercase;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* END SFD STYLES */

#nav2, #nav2 ul { /* all lists */
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 10px;
	letter-spacing:.05em;
	padding:0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 3;
	font-weight:normal;
	text-transform:uppercase;
}

#nav2 a {
	display: block;
	padding-top: 10px;
	width: 100%;
	font-size:11px;
	text-decoration: none;
	padding-bottom: 5px;
	outline:none;
	color:#333;
}
#nav2 a:hover {
	color:000;
}
#nav2 li li a {
	display: block;
	font-weight: bold;
	padding:11px 0 11px 10px;
	color: white;
	text-decoration: none;
	background-color: #666;
	outline:none;
	border-bottom:2px solid #333;	
	border-top:2px solid #333;
}

#nav2 li li a:hover {
	width: 14.5em;
	padding:11px 0 11px 10px;
	color: #FFFFFF;
	background-color: #666;
}

li:hover ul, li.over ul {
	display: block;
}

#nav2 ul { /* top ul only? */
	width: 960px; /* width needed or else Opera goes nuts */
	margin:0;
	padding:0;
	border-top:2px solid #333;
}

html>body #nav2 li { /* all list items */
	float: left;
	width: 119px; /* width needed or else Opera goes nuts */
	border-right: 2px solid #333;
	line-height:10px;
	padding-left:10px;
	padding-right:5px;
	height:40px;
	background-color:#FFD942;
}

#nav2 li { /* all list items: IE */
	float: left;
	width: 119px; /* width needed or else Opera goes nuts */
	border-right: 2px solid #333;
	line-height:10px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:10px;
	height:40px;
	background-color:#FFD942;
}

html>body #nav2 li ul { /* second-level lists */
	position: absolute;
	background: #666666;
	width: 17em; /* width needed or else Opera goes nuts */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: 0px solid #999;
	border-top: 0px solid #333;
	text-align: left;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:22px;
	margin-left:-10px;
}

#nav2 li ul { /* second-level lists for IE */
	position: absolute;
	background: #666666;
	width: 16em; /* width needed or else Opera goes nuts */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: 0px solid #999;
	border-top: 0px solid #333;
	text-align: left;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:22px;
	margin-left:-10px;

}




#nav2 li ul li { /* text width of subnav */
	width: 16em; /* width needed or else Opera goes nuts */
	padding-left:0;
	padding-right:0;
	border-bottom:0px solid #333;
	border-right:0px solid #333;
	border-top:0px solid #333;
	line-height:13px;
	font-weight:bold;
	text-transform:uppercase;
}

#nav2 li:hover ul, #nav2 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/////////////////


.navtd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
/*	width: 20%;*/
}

.navtdon { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; padding-top: 5px; padding-bottom: 5px; text-align: center}

.navtd2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; padding-top: 5px; padding-bottom: 5px; text-align: center; padding-right: 15px; padding-left: 15px}

.navtd2on { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; padding-top: 5px; padding-bottom: 5px; text-align: center; padding-right: 15px; padding-left: 15px }

.leftred { background-color: #BD0000; clip:    rect(   ); height: 162px; width: 49px}
.rightred { background-color: BD0000; clip:   rect(   ); width: 426px; height: 122px}
.bottomgrey { background-color: #5a5a5a; clip:   rect(   ); height: 2px; width: 318px}
.tagline { font-family:"Arial Black", Gadget, sans-serif; 
	font-size: 10px;
	line-height: 25px;
	color: #BD0000;
	margin-left: 10px;
	text-align: left;
}
.matchtag { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	line-height: 20px;
	color: #BD0000;
	margin:-25px 0 20px 0;
}



.intro {padding: 0 25px 20px 0;font:Arial, Helvetica, sans-serif;}

.front {  font-family:Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #000; line-height: 18px;margin:20px 0 20px 40px;}
.front ul {  margin-left:0px;margin-top:10px;}
.front li {  line-height: 26px;}


.front2 {  font-family:Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #666666}
.front3 {  list-style-image: url(../images/base/leader.gif); margin-right: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333; margin-left: 25px; line-height: 20px; margin-top:10px;}
.redline {  background-color: #BD0000; height: 149px; width: 1px; clip:   rect(   )}
.sendme {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #333333; margin-left: 6px}
.signupback {  background-image: url(../images/grid2.gif)}

.howdoi {  margin-right: 15px}




#foot {
	background-color:#D8E6EF;
	width:920px;
	margin:0;
	padding:20px;
}
#foot #left {
	float:left;
	width:200px;
	margin:0;
	padding:0 30px 0 20px;
}

#foot #middle {
	float:left;
	width:420px;
	margin:0;
	padding:0 80px 0 0;
}

#foot #right {
	float:left;
	width:150px;
	margin:0;
	padding:0;
}

#foot p{
	font:12px/18px Georgia, "Times New Roman", Times, serif;
	color: #666;
	padding:0;
	display:block;
	margin:0;
}
#foot .center {
	text-align:center;
}
#foot img {
	margin:20px 30px 80px 0px;
}

.navtdon { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; padding-top: 5px; padding-bottom: 5px; text-align: center }
.rightredin { clip:   rect(   ); width: 426px; height: 212px}
.leftredin { clip:  rect(   ); height: 212px; width: 329px}
.inleft {  width: 200px;padding-top:60px;margin:0 40px;}
.inleft p {font-family:Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #666;line-height:16px;
}
.inmid {  float:right; clear:right; padding:5px 10px 5px 0;}

.inright {  width: 445px; clip:  rect(   )}

.subhead {  font-family:Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #333333}



.head {  font-family:"Arial Black", Gadget, sans-serif; font-size: 13px; color: #333; line-height:22px;}
.contact { font-family: "Arial Black", Gadget, sans-serif; font-size:14px; color:#333;}

.formelmnts { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #333333}
.formwhite { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #333333; margin-left: 6px ; line-height: 32px}
.formgrey {  color: #000000; background-color: #F0F0F0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 36px}
.formelmnts2 { font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #333333}

.emph { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-align: center; border: 1px #BD0000 double}
.corpalt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-align: center}

#resources {margin-bottom:20px;}
#resources .head {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px;}

#resources a:link {  color: #333333; text-decoration: underline; font-size: 12px; font-weight: bold;}
#resources a:active {  color: #333333; text-decoration: underline; font-size: 12px; font-weight: bold;}
#resources a:hover {  text-decoration: underline; color: #999999; font-size: 12px; font-weight: bold;}
#resources a:visited {  text-decoration: underline; color: #666666; font-size: 12px; font-weight: bold;}
#resources a:link:hover {  color: #999999; text-decoration: underline; font-size: 12px; font-weight: bold;}
#resources a:visited:hover {  color: #999999; text-decoration: underline; font-size: 12px; font-weight: bold;}

.resources {
	margin-left:40px;
}

#faqs p {}
#faqs ul {margin-top:0px;}

#faqlist h2 {font-size: 16px; padding:20px 0 0 0;}
#faqlist ul {list-style-image: url(../images/base/leader2.gif); margin-right: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; margin-left: 25px; line-height: 18px; margin-top:10px;}
#faqlist li {margin-bottom:5px;}

#toplinks {width:520px; text-align:right; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; padding:0;}
#toplinks img {vertical-align: bottom; margin-right:5px;}


.home {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 9px; line-height: 18px; letter-spacing: 0.25em;}

#homejump {margin-bottom: 40px;}
#homejump p {margin-top:0; padding-top:0; font-size:13px;}
#homejump h1 {margin:10px 0 5px -40px; font-family:"Arial Black", Gadget, sans-serif; font-size:18px; font-weight:bold; color:#333; line-height:18px;}
#homejump img {margin-left:0px; }
#homejump a {color:#bd0000; }


#homejump2 {margin: 0 40px 40px 40px;width:218px;}
#homejump2 h1 {margin:10px 0 5px 0; font-family:"Arial Black", Gadget, sans-serif; font-size:16px; font-weight:bold; color:#333; line-height:20px;}
#homejump2 img {margin-left:0px; }
#homejump2 a {color:#bd0000; }
#homejump2 p {margin:0 0 20px 0; padding-top:0;font:12px/14px Georgia, "Times New Roman", Times, serif;}
#homecontent {
	padding:30px;
}
#homecontent p {
	font:Georgia, "Times New Roman", Times, serif;
}
.tiphead {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 8px; font-weight:bold; line-height: 18px; letter-spacing: 0.25em; color:#666666; margin-left:10px; }


#sdtip .random { 
background-color:#FFCC00; border-right: 1px solid #999; border-left: 1px solid #999; padding:0 10px 10px 10px; border-bottom: 1px solid #999; margin:0;}
#sdtip .random p { 
color:#000;}
#sdtip .top{ background-color:#fff; border-right: 0px solid #999; border-left: 0px solid #999;}

.tiptest {font-family:"Arial Black", Gadget, sans-serif; font-size: 9px; font-weight:bold; line-height: 18px; letter-spacing: 0.25em; color:#666666;text-transform:uppercase; }

#testimonials { 
margin-top:0; padding:0;width:240px;}
#testimonials .random { 
background-color:#E7E7E7; border-right: 1px solid #ccc; border-left: 1px solid #666; padding:10px 20px 10px 20px; border-top: 1px solid #666; margin:0;}
#testimonials .random p { color:#333;font:normal 11px/18px Georgia, "Times New Roman", Times, serif;}
#testimonials .bottom{ background-color:#fff; border-right: 0px solid #999; border-left: 0px solid #999;}

#header {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:24px;
	line-height:14px;
	font-weight:bold;
	padding:0;
	letter-spacing:.05em;
	margin: 0 0 0 20px;
}
#leftcol {
	width:310px;
}
div.clearboth {
clear:both;
height:0px;
font-size:0px;
line-height:0px;
margin:0px;
padding:0px;
} 
.col {
width:28%;
float:left;
margin-right:20px;
}
.col .coltitle {
font-size:14px;
font-weight:bold;
line-height:16px;
}
.col .coltext {
font-size:11px;
font-style:italic;
margin-bottom:10px;
}
#col2 {
float:left;
width:250px;
margin:20px 20px 0 0;
}
.wrap {
display:block;
width:250px;
margin-bottom:20px;
}
img.icon {
width:44px;
height:44px;
float:left;
margin:0 10px 5px 0;
}
img.largeicon {
width:88px;
height:88px;
float:left;
margin:0 25px 15px 0;
}
.2coltitle {
font-size:14px;
font-weight:bold;
line-height:16px;
}
.2coltext {
font-size:11px;
font-style:italic;
margin-bottom:10px;
}
.smalltext {
font-size:11px;
line-height:13px;

}
ul.check {
	margin:0;
	padding:0;
}
ul.check li {
list-style-type:none;
background-image: url(../images/check.png);
background-repeat: no-repeat;
background-position: 0px -2px;
margin:5px;
min-height:35px;
padding:0px 0 0px 30px;
font:bold 14px/14px "Arial Black", Gadget, sans-serif, sans-serif;
color: #333; 
}
ul.check2 {
	margin:0;
	padding:0;
	float:left;
	width:195px;
}
ul.check2 li {
list-style-type:none;
background-image: url(../images/check.png);
background-repeat: no-repeat;
background-position: 0px -2px;
margin:0px;
min-height:30px;
padding:0px 0 0px 30px;
font:bold 14px/14px "Arial Black", Gadget, sans-serif, sans-serif;
color: #333; 
width:195px;
}
ul.products {
	margin:0;
	padding:0;
}
ul.products li {
list-style-type:none;
margin:0 0 15px 0;
font:bold 14px/14px "Arial Black", Gadget, sans-serif, sans-serif;
}
#yvpm-title h2 {
margin:0 0 30px 0;
padding:0;
}
#yvpm-title h3 {
margin:40px 0 0 0;
padding:0;
}
