﻿/*
	Layout Containers
    -----------------------------
*/

.section-container {
	background-image:url(../images/bg.gif);
}

.content-container {
	/* width:900px; */
	margin-left:auto;
	margin-right:auto;
}

.bannerad-container {
	background:none;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

.section-container.headerSection, .section-container.mainNavSection {
	background-image:none;
}

.section-container.mastheadSection {
	background-image:url(../images/masthead_bg.gif);
	background-repeat:no-repeat;
	padding-top:25px;
}

.section-container.contentSection {
	padding:0px 20px 20px 20px;
}

.bannerad-container.lastContainer {
	border-bottom:0px;
}

.section-container.footerSection {
	height:192px;
}

.section-container .footer-container {
	background-image: url(../images/footer_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	height:192px;
}

/* 
	Header Styles
	-------------------------
*/
.header {
	background-color: #ffffff;
	height: 87px;
	background-image: none;
	padding: 10px 20px;
}

.logo {
	height: 77px;
	width: 281px;
	background-image: url(../images/header_logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

.logo a {
	height: 39px;
	margin: 14px 0 0 0;
	display: block;
	width: 100%;
}

.masthead {
	text-align:center;
	height:auto;
}

.headerRight {
	width:310px;
	padding:40px 20px 0px 0px;
	background: url("../images/header_tagline.gif") no-repeat 5px 15px;
}

.pubDate {
	color:#757264;
	font-weight:bold;
	font-size:1.2em;
}


/* 
	Main Navigation 
	-------------------------
*/
#mainNav {
	background-color: #ffffff;
	background-image:none;
	font-family: Georgia;
	font-style:italic;
}

#mainNav a {
	color: #a7a291;
}

#mainNav a:hover {
	color: #a7a291;
	text-decoration:underline;
}

#mainNav li {
	background-image:none;
}

#mainNav li.empty, #mainNav li.growingcompanies  {
	background-image:none;
}

#mainNav li li {
}

#mainNav li ul a {
	color: #a7a291;
}

#mainNav li ul a:hover {
	color: #a7a291;
}

#mainNav li.empty:hover {
	background-image:none;
}

#mainNav li:hover, #mainNav li.sfhover {
	background-image:none;
}

/* 
	Subscribe Starburst
	-------------------------
*/
.HomePage .subscribe {
	margin: 25px 0px 20px 0px;
	background-image: none;
	padding: 10px 0 10px 0;
	background-color: #ffffff;
	font-size:.8em;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.HomePage .subscribe input[type="text"], .HomePage .subscribe input.text {
	width: 200px;
}


/* 
	Style Overrides 
	-------------------------
*/
body, .byline * {
	color:#928d73;
}
a:link, a:hover {
	color: #757264;
}

a:visited {
	color: #757264;
}

h1 {
	color: #2e74bb;
	background: none;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 1px 0px;
	font-family:Georgia;
}

/*
	Control Layouts - In the News
	-----------------------------
*/
.abstractItem h2 {
	font-family:Arial;
	font-weight: bold;
	font-size:1.1em;
	
}
.abstractList.featuredVideo {
	background-color:#f3f3f3;
	padding:20px;
	margin-bottom:20px;
}
.abstractList.featuredVideo h1 {
	font-family:Georgia;
	font-style:italic;
	font-size:18px;
	color: #757264;
	margin-bottom: 0.8em;
	border-bottom:0px;
}
.abstractList.featuredVideo img {
	width:60px;
}
.abstractList .byline {
	display:none;
}
.columnList h3 {
	font-family:Georgia;
	font-style:italic;
}
.columnList .inTheNews {
}

.inTheNews h3 {
}

.inTheNews {
}

.inTheNews a.moreInfo {
}

.inTheNews .sponsor {
}

.inTheNews .textWrapList {
}


/* 
	Control Layouts - COLUMNS
	-------------------------
*/
.span-15 .columnList {
	background-image:none;
}
.columnList {
	background-image:none;
	background-color:#f3f3f3;
	margin-bottom:20px;
}
.columnList h3 {
	color: #757264;
	margin-bottom: 0.8em;
}

.columnList ul {
	color: #757264;
}

.columnList ul li a:link, .columnList ul li a:hover {
	color: #757264;
}

a.readOn:link, a.readOn:visited, a.readOn:hover {
	text-decoration: underline;
	color: #757264;
}

a.moreInfo:link, a.moreInfo:visited, a.moreInfo:hover {
	float: right;
}


/* 
	Footer Styles
	-------------------------
*/
#footeradholder .footerad {
	width:120px;
	margin-right:44px;
}

.footerLogo {
	background-image:none;
	display:none;
}

.footerLinks {
	padding: 160px 0 0 40px;
	color: #757264;
}

.footerLinks a {
	margin: 0 2px;
	color: #757264;
}

.footerLinks .contactInfo {
	padding-left:100px;
}







