/* CSS Document */
@import "/style/2009/common.css";
@import "/style/2009/roundbox.css";

/*************************************/
/*  screen.css  */
/*************************************/
body {
	margin: 0 auto;
	padding: 0;
	background-color: white;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #444444;
}
/* Added by Brian Rooney 12.28.2011 */
/* Removed from industry_pulldown.html due to validation errors */
h1.imgRepl {
	margin:0; padding:0;
	width: 500px; height: 60px;
	position: relative;
	overflow: hidden;
	}
	h1.imgRepl span {
		background: url("/images/webelements/2009/hdrTitles/howcanyouuse.jpg");
		position: absolute;
		width: 100%;
		height: 100%;
	}

a.navyLink:link, a.navyLink:visited { text-decoration: underline; color: #CCCCCC; }
a.navyLink:hover { text-decoration: none; color: #FECB00; }


/* Added by Brian Rooney 07.20.2011 */

td.header	{ background-color:#FFF;
			}
.headerheadline 
			{ 	font-size:30px;
				color:#F7B942;
			}
#quotes
			{
				margin:0;
				padding:10px;
				font-size:20px;
				position:relative;
			}
			
.textItem
			{
				margin-left:30px;
				position:absolute;
				display:none;
				color:#FFFFFF;
				width:450px;
			}
			
a.header { font-size: 14px;
			color:#ccc;
		}
/* END Added By Brian Rooney 07.20.2011 */


#page {
	margin: 0 auto;
	width: 900px;
}

#header {
	margin: 0; 
	padding: 0;
	height: 139px;
}

#headerExt {
	margin: 0; padding: 0;
	background-color: #333464;
}

#sidebarWrap {
	margin:0;
	padding: 0;
	width: 900px;
	background: #FFFFFF url("/images/webelements/2009/blueSidebar.jpg") top left repeat-y;
}

#content {
	margin: 0;
	width: 878px;

	padding: 5px 10px 5px 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	min-height: 350px;
	/* background: url("/images/webelements/2009/boxfade.jpg") bottom left repeat-x; */
}

#contentWrap1col {
	padding-left:10px !important;
	padding-right:10px !important;
}


#sidebarWrap #content { width: 899px; border-left: none; padding: 0; }

.sidebarLeft { color: #F4F4F4 !important; }

.sidebarLeft blockquote {
	margin:0; 
	padding: 7px;
	border: 1px solid #F7B942;
}

td.sidebarLeft {
	padding:10px;
	padding-top: 0;
}

td.sidebarRight {
	padding:10px;
}

#footer {
	margin: 0; padding: 0;
	padding: 55px 40px 25px 40px;
	background: url("/images/webelements/2009/bottom.jpg") top left no-repeat;
	font-size:11px;
}

#footer2col {
	margin: 0; padding: 0;
	padding: 55px 40px 25px 40px;
	background: url("/images/webelements/2009/bottom2col.jpg") top left no-repeat;
	font-size:11px;
}


#footerTable { font-size:11px; }


