@charset "UTF-8";
/* CSS Document */

#headerWrapper
{
	background: #a0dbe8 url(../images/header-bg.png) center top repeat-x;
	width: 100%;
	height: 300px;
	margin: 0;
	text-align: center;
}

#flashArea
{
	margin: 0 auto 0 auto;
	width: 960px;
	height: 300px;
	
}
/* Start of Column CSS */
#container4 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	
	margin-bottom: 10px;
}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	border-right: 2px solid #00a4e3;
	
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	border-right: 2px solid #00a4e3;
	
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:25%;
	border-right: 2px solid #00a4e3;
	
}
#col1 {
	float:left;
	width:21%;
	position:relative;
	left:77%;
	overflow:hidden;
	text-align: left;	
}
#col2 {
	float:left;
	width:21%;
	position:relative;
	left:81%;
	overflow:hidden;
	text-align: left;	
}
#col3 {
	float:left;
	width:21%;
	position:relative;
	left:85%;
	overflow:hidden;
	text-align: left;
}
#col4 {
	float:left;
	width:21%;
	position:relative;
	left:89%;
	overflow:hidden;
	text-align: left;
}
