@charset "utf-8";
/* CSS Document */
@import "main.css";
h3 {
	margin: 0px;
	border-bottom: none;
}
#main {
	background: #EDEDED url(../images/tagShadow.gif) top repeat-x;
}
#home {
	width: 676px;
	margin: 10px 20px 20px 10px;
	float: left;
}
#home h3 a{
	height: 30px;
	padding: 0px 10px;
	display: block;
	background: #383838 url(../images/h3BG.gif) no-repeat;
	font-size: 18px; font-weight: normal; line-height: 30px; color: #FFFFFF;
}
#home h3 a:hover {
	text-decoration: none;
}
#featured {
	width: 676px; height: 350px;
	background: #FFFFFF;
}
#featured img {
	
}
#slideshow {
	margin: 0px;
	position: relative; overflow: hidden;
	border: 5px solid #3A3A3A;
	cursor: pointer;	
}
#featured div {
	width: 666px; height: 310px;
	border: 5px solid #3A3A3A;	
}
#industry{
	width: 676px; height: 199px;
	margin-top: 20px;
}
#scrollArea {
	width: 674px; height: 164px;
	overflow: auto;
	border: 1px solid #3A3A3A; border-top: 5px solid #3A3A3A;
}
#industry ul {
	width: 1020px;  height: 147px;
	background: #FFFFFF;	
}
#industry ul li {
	width: 168px;
	display: inline; float: left;
}
#industry ul li img {
	border: 5px solid #5E5E5E;
}
#industry ul li a {
	height: 127px;
	padding-left: 10px; padding-top: 20px;
	display: block;
	background: url(../images/industryBorder.jpg) right top no-repeat;	
}
#industry ul li a:hover {
	background: #E0E0E0;
	border-right: 1px solid #3A3A3A;
	text-decoration: none;
}
#industry ul li a span {
	width: 144px; height: 21px;
	margin:0px; padding-left: 5px;
	display: block;
	background: #BABABA url(../images/goLink.gif) 134px center no-repeat;
	font-size: 14px; font-weight: bold; text-transform: uppercase; line-height: 21px; color: #000000;
}
#industry ul li a:hover span {
	color: #FFFFFF;
}
#industry .noBorder {
	background: none; border: none;
}
#industry a:hover.noBorder {
	border: none;
}
#badges {
	width: 250px;
	float: left;
}
#rave {
	height: 35px;	
	background: #2075FF url(../images/questionBG.jpg) no-repeat;
	line-height: 35px; text-align: center;	
}
#badges fieldset {
	width: 210px; height: 201px;
	margin: 10px 0px; padding: 20px; 
	display: block;
	background: #383838 url(../images/analysisBG.gif) no-repeat;
	font-size: 16px; text-transform: capitalize;
}
#badges label {
	margin: 0px; padding: 0px;
	color: #FFFFFF;
}
#badges fieldset h2 {
	margin-bottom: 10px;
	border-bottom: 1px dotted #FFFFFF;
	font-size: 20px; line-height: 22px; text-transform: uppercase;  color: #FFFFFF;	
}
#badges input {
	margin-top: 0px;
}
#badges .button {
	margin: 10px 0px 0px 0px;
}
#portal {
	width: 210px; height: 69px;
	padding: 20px;
	display: block;
	background: #2075FF url(../images/portalBG.gif) no-repeat;
	font-size: 16px; line-height: 18px; font-weight: normal; color: #FFFFFF;
}
#portal:first-line {
	font-size: 20px; line-height: 25px; font-weight: bold; text-transform: uppercase;
}