/* Logo
------------------------------------------------------------ */

#header h1 {
	cursor: pointer;
}


/* Top Banner
------------------------------------------------------------ */

#banner {
	position: relative;
	width: 940px;
	height: 80px;
}
#banner h2 {
	position: absolute;
	top: 28px;
	left: 40px;
	display: inline;
	margin: 0;
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	cursor: default;
}
.banner-awareness {
	background: url(../images/bkg-banner-sub1.jpg) no-repeat;
}
.banner-analytics {
	background: url(../images/bkg-banner-sub2.jpg) no-repeat;
}
.banner-advisoryservices {
	background: url(../images/bkg-banner-sub3.jpg) no-repeat;
}
.banner-aboutus {
	background: url(../images/bkg-banner-sub4.jpg) no-repeat;
}
.banner-news, .banner {
	background: url(../images/bkg-banner-sub5.jpg) no-repeat;
}

.banner_blog {
	background: url(../images/blog_banner.jpg) no-repeat;
}



/* Content Area
------------------------------------------------------------ */

#maincontent {
	padding: 40px;
	font-size: 1.3em;
	line-height: 1.8em;
}

#content {
	width: 540px;
	float: left;
}
#content h3 {
	margin-top: 1em;
	font-size: 1.5em;
	font-weight: normal;
	color: #a0410d;
}

#side {
	width: 250px;
	float: right;
}
#side h3 {
	font-size: 16px;
	color: #464646;
}


.col2-one {
	width: 350px;
	float: left;
}
.col2-two {
	width: 350px;
	float: right;
}


/* Sub-Page Footer
------------------------------------------------------------ */

#footer {
	border-top: 1px dotted #ccc;
	margin-top: 20px;
}
#footer-inner {
	position: relative;
	width: 860px;
	height; 120px;
	margin: 0 auto;
	text-align: left;
}