@charset "utf-8";
/* CSS Document */

/* Containers
----------------------------------------------------------------------------------------------------*/
#media-message {
	/*height: 370px;*/
	height: 300px;
	/*margin-top: 10px;*/
	/*text-align: left;*/
	background: url(../images/flashBG.jpg) repeat-x;
}

	/*#media {
		width: 511px; height: 370px;
		margin: 0px 10px;
		display: inline; float: left; position: relative; 
	}*/

	#media {
		width: 800px; height: 300px;
		margin: auto;
		/*display: inline; float: left; position: relative; */
	}

	#homeCopy {		
		width: 409px; 
		padding: 0px 10px;
		display: inline; float: left; position: relative;
	}
		
		#homeCopy h1 {
			font-size: 18px; text-align: center; color:#FF0000;
		}
			
#clients-wrapper {
	width: 900px; height: 80px;
	margin: 10px auto; 
	padding-bottom: 10px;
	background: url(../images/clientsBG.jpg) no-repeat;
	border-bottom: 1px dotted #535A63;
}

	#clients ul {
		width: 900px; height: 80px;	
		overflow: hidden;		
	}

	#clients li {
		width: 714px; height: 62px;
		margin-left: 153px; padding-top: 18px;
		list-style-type: none;
		text-align: left;
	}


#features {
	margin: 10px auto; padding: 0px;
	text-align: left;
}

	#messages {
		width: 293px; height: 275px;
		margin: 0px 10px;
		display: inline; float: left; position: relative;	
		font-size: 20px; /*line-height: 26px;*/ color: #315E87;
	}

		#messages ul {
			list-style-type: none;		
		}

		#messages li {
			margin-bottom: 10px;
		}
	
	#features h1, #media-message h1 {
		margin: 0px; margin-bottom: 10px;
	}

	#news {
		width: 258px; height: 275px;
		padding: 0px 10px;
		display: inline; float: left; position: relative;
		border-left: 1px dotted #535A63;
	
	}

		#news li, #webinars li {
			padding: 10px 0px;
			list-style-type: none;	
			border-top: 1px dotted #535A63;		
		}

	#webinars {
		width: 186px; height: 275px;
		padding: 0px 10px;
		display: inline; float: left; position: relative;
		border-left: 1px dotted #535A63;
	}

	#featured {
		width: 136px; height: 275px;
		padding: 0px 10px;
		display: inline; float: left; position: relative;
		border-left: 1px dotted #535A63;
	}	
