@import url("imgRotator.css");
@import url("tooltip.css");

#dynamicsWrapper{
	background:#E5F3F9;
}

#iconWrapper{
	background:#2B2F30;
}

.icon{
	font-family:"Gill Sans", "Gill Sans MT", Verdana;
	font-weight:bold;
	font-size:13px;
	float:left;
	height:110px;
	width:236px;
	padding: 34px 0 5px;
	text-align: center;
	border-left:0px;
	border-right:1px solid #E7EFF2;
	text-transform:uppercase;
	color:#F3EAAF;
}

.icon-left{
	border-left:none;
}

.icon-right{
	border-right:none;
}

.icon div{
	margin-top:10px;
}

#dynamicsWrapper{
	position:relative;
	height:78px;
	width:950px;
}

#dynamicsImg{
	position:absolute;
	top:0px;
	left:34px;
}

#dynamicsContent{
	position:absolute;
	top:0px;
	left:375px;
	top:16px;
	font-family:"Gill Sans", "Gill Sans MT", Verdana;
	font-size:18px;
	width:450px;
	color:#8F9799;
}

#recentNewsWrapper, #recentBlogWrapper{
	width:465px;
	float:left;
	margin:20px 0;
	background:#EEE6B5;
}

#recentNewsWrapper{
	margin-right:20px;
}

.entry {
	padding:10px;
}

.entryHeader{
	text-align:center;
	font-family:"Gill Sans", "Gill Sans MT", Verdana;
	font-weight:bold;
	color:#28303B;
	text-transform:uppercase;
	border-bottom:1px dotted #28303B;
	font-weight:bold;
	font-size:20px;
	margin:10px 20px;
	padding:10px;
}

.entryTitle{
	font-family:georgia, cambria;
	border-bottom:1px solid black;
	margin:0 29px 0 80px;
	color:#313131;
	height:56px;
	font-size:13px;
}

.entryTitle a:hover, .entryHeader a:hover, .entryStatContent a:hover { color:#A02016; }

.entryDate{
	background: url('../img/layout/date_icon_bg.gif') no-repeat;
	position:relative;
	height:43px;
	width:68px;
	float:left;
}

.entryMonth{
	color:#FFF;
	position:absolute;
	top:0px;
	left:11px;
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.entryDay{
	color:#C9E5E9;
	font-family:georgia;
	font-size:24px;
	font-weight:bold;
	left:12px;
	position:absolute;
	top:13px;
}

.entryStats{
	background: url('../img/layout/content_bottom_bg.gif') repeat-x;
	height:60px;
	margin-top:10px;
}

.entryStat{
	border-color:#CBC68E #CBC68E #CBC68E;
	border-style:solid solid solid none;
	border-width:1px 0 1px medium;
	float:left;
	height:40px;
	padding:9px;
	width:214px;
}

.entryCount{
	background: url('../img/layout/number_circle.gif') no-repeat;
	float:left;
	height:32px;
	width:32px;
	text-align:center;
	margin-top:5px;
	padding-top:4px;
}

.entryStatContent{
	font-family:verdana;
	font-size:14px;
	margin:9px 0 0 41px;
	font-weight:bold;
}

#solutions{
	list-style-type: none;
	position:absolute;
	top:-25px;
	left:149px;
	margin:0px;
	padding:0px;
	background:transparent;
}

html > /**/ body #solutions{
	top:-26px;
}


.imgCaptionContent{
	position:relative;
}