@charset "utf-8";
/* CSS Document */

/*SITEWIDE TAGS*/
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 980px;
}
#header {
	width:980px;
	margin-top:10px;
}
#navbar {
	width:980px;
	height:33px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(/2010/images/navBG.jpg);
	background-repeat:repeat-x;
}
#breadCrumb {
	margin-bottom:10px;
	border-bottom:solid 1px #f4f4f4;
}
#footer {
	clear: both;
	background-image:url(/2010/images/footerBG.jpg);
	background-repeat:repeat-x;
	height:40px;
	padding-top:5px;
	padding-left:5px;
}
#copyright {
	clear: both;
	background:#fff;
	border-top:solid 1px #999;
	height:20px;
	padding-top:5px;
}

/* HOMEPAGE CONTAINERS*/

#contenthomepage {
	float:left;
	background-color:#fff;
	width:980px;
	background-image: url(/2010/images/homepage_cityscape.jpg);
	background-repeat:no-repeat;
	height:300px;
}
#contentlanding {
	float:left;
	background-color:#fff;
	width:980px;
}
#contenthomepagebottom {
	background:#d7d7d7;
	background-image: url(/2010/images/homepage_bottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:980px;
	height:530px;
}
#homeleft {
	float:left;
	width:340px;
	padding:10px;
	margin-top:10px;
	border-right:solid 1px #d7d7d7;
	height:280px;
}
#homecenter {
	float:left;
	width:260px;
	padding:10px;
	margin-top:10px;
	border-right:solid 1px #d7d7d7;
	height:280px;
}
#homeright {
	float:left;
	width:300px;
	padding:10px;
	margin-top:10px;
	height:280px;
}


/* CONTROLS CONTENT PORTION OF SITEWIDE PAGES */
#content {
	width:980px;
	text-align:left;
	margin:0 auto;
	padding:0;
}

/* MISCELLANEOUS */
#speaker {
float:left;
margin-left:-10px;
font-weight:bold;
font-size:.8em;
color:#333;
}
#pillars {
float:left;
font-size:.8em;
color:#333;
}

