/* CSS Document */


#content_home {										/*removes white background from default.css*/
	font-size:0.9em;
	line-height:1.2;
	/*padding:25px;*/
}

	#FlashContent {
		width:960px;
		height:550px;
		background:url('') bottom left no-repeat #666666;
	}
		#FlashContent li {
			display:inline;
			margin:0 15px 0 26px;
		}

#box_container {								/*contains all 3 boxes at base of page*/
width:960px;
margin-top:12px;
background:url('../images/common/3-col-bg-full.gif') top left no-repeat;
}
	#box_left {
		float: left;
		width: 312px;
		background:transparent;
	}
	#box_middle { 
		float: left;
		width: 312px;
		margin-left:12px;
	}
	#box_right {
		float: right;
		width: 312px;
	}

/* General styles*/

	#box_header {									/*black heading at top of 3 boxes*/
	width:312px;
	height:32px;
	background:url('../images/common/title-background2.gif') top no-repeat #c0cacf;
	}
		#box_header p {
		float:left;
		padding-left:20px;
		padding-top:6px;
		font:1em bold;
		font-family:Arial, sans-serif;
		color:#FFFFFF;
		}
		#box_header_rss {
		float:right;
		padding-right:20px;
		padding-top:8px;
		font-family:Arial, sans-serif;
		font-size:0.7em;
		}
		#box_header_rss a:link, #box_header_rss a:visited, #box_header_rss a:active {
			color:#FFF;
			text-decoration:none;
		}
		#box_header_rss a:active, #box_header_rss a:hover {
			/*background:url('/wfm/images/homepage/submit-bg-fixed.gif') top right no-repeat;*/
			color:#FFF;
			text-decoration:underline;
		}

	#box_content {									/*content part of 3 boxes*/
		width:296px;
		padding:8px;
		/*padding-left:5px;
		padding-right:8px;
		padding-top:8px;
		padding-bottom:8px;*/
		/*background:inherit;*/
	}
		
		#box_content p {
			font-family:Arial, sans-serif;
			padding-bottom:10px;
			/*margin-right:15px;*/
			/*padding-right:10px;*/
			font-size:0.9em;
		}
		#box_content li {
			font-family:Arial, sans-serif;
			margin-left:30px;
			margin-right:20px;
			font-size:0.9em;
		}
		#box_content ul {
			list-style:disc;
			margin-bottom:10px;
		}
		#box_content ol {
			list-style:decimal;					/* forces ordered list to display numbers in Firefox*/
			margin-bottom:10px;
		}
		/*#box_content blockquote {
			margin-left:30px;
			margin-right:30px;
		}*/
		#box_content hr {
			text-align:center;
			width:250px;
		}
		#box_content img {
			padding:5px;
			float:left;
		}
		#box_content a:visited, #box_content a:link {
			color:#4183a6;
				text-decoration:none;
		}
		#box_content a:hover {
			color:#4183a6;
			text-decoration:underline;
		}
		#box_content_bar  {							/*Bar that spans a box e.g. "Interact"*/
		width:312px;
		height:32px;
		margin-left:-8px;
		margin-right:-8px;
		background:#434237;
		}
		#box_content_bar p {
		padding-left:20px;
		padding-top:6px;
		font:1em bold;
		font-family:Arial, sans-serif;
		color:#FFFFFF;
		}
			
		#box_content_button {					/*Link buttons in (right-hand) box e.g. Blogs, Certification*/
			float:left;
			width:100%;
			margin-top:1em;
			text-align:left;
		}
		#box_content_button li {
			float:left;
			display:block;
			background:url('../images/common/submit-bg-fixed2.gif') top left no-repeat;
			width:135px;
			height:27px;
			text-align:center;
			vertical-align:middle;
			margin-left:2px;
			margin-right:2px;
			margin-bottom:6px;
		}
		#box_content_button a {
			display:block;
			height:38px;
			padding:0;
			padding-top:7px;
			font-size:0.9em;
			text-align:center;
		}
		#box_content_button a:link, #box_content_button a:visited {
			color:#000;
			text-decoration:none;
		}
		#box_content_button a:active, #box_content_button a:hover {
			color:#4183a6;
		}
	
	#box_container_base {							/*rounded corners to the base of 3 boxes*/
	width:960px;
	height:20px;
	margin-top:-20px;
	background:url('') top left no-repeat;
	clear:both;
	}





/*unused styles*/
/*
#box-base-content {
padding:8px;
background:none;
font-family:Arial, sans-serif;
font-size:0.8em;
	}
	
#box-base-content img {
text-align:center;
padding-top:8px;
padding-bottom:8px;
}*/


/*
#box-base-content-link span {
}

	#box-text-graphic p {
	background:#FFFFFF;
	margin-left:80px;
	margin-bottom:15px;
	}
*/


