@font-face {
	font-family:'Arial Narrow';
	src:url('/assets/fnt/arial_narrow-webfont.eot');
	src:url('/assets/fnt/arial_narrow-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fnt/arial_narrow-webfont.woff') format('woff'), url('/assets/fnt/arial_narrow-webfont.ttf') format('truetype'), url('/assets/fnt/arial_narrow-webfont.svg#ArialNarrowRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}

body {
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	}
img {
	background-color: #666;
	border: 0;
	}
a {
	color: #f7991d;
	text-decoration: none;
	}
a:hover {
	color: #666;
	}
	
#container {
	width: 965px;
	margin: 0 auto;
	}
.hide {
	display: none;
	}
object {
	outline: none;
	}

/* City-Specific Header */
#citybar{
	width:100%;
	height:40px;
	background: #000;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
	z-index: 9;
	}
	#citybar div{
		width: 965px;
		height: 40px;
		margin: 0 auto;
		}
	#citybar p.area{
		width:650px;
		color: #fff;
		font:bold 12px Helvetica, Arial, sans-serif;
		line-height:15px;
		padding:0 0 0 25px;
		float:left;
		}
		#citybar p.area small{
			font-size:10px;
			font-style: italic;
			font-weight: normal;
			padding:0 0 0 5px;
			}
	#citybar p.viewall{
		width:220px;
		line-height: 40px;
		text-align: right;
		float: right;
		}
		#citybar p.viewall a{
			font:10px Arial;
			color:#ff6633;
			}
#city_bar_spacer{
	height:40px;
	width:100%;
	overflow: hidden;
	clear: both;
	}



/* HEADER */
#search {
	height:32px;
	padding-top:10px;
	padding-right:35px;
}

#search_input {
	background:url(/assets/images/header/search_input.gif) no-repeat;
	border:0 none;
	color:#666;
	display:block;
	float:right;
	height:22px;
	line-height:23px;
	outline:none;
	padding:0 23px 0 13px;
	width:163px;
}

#header {
	background:#fff;
	height:116px;
	overflow:hidden;
	width: 965px;
	}
.home #header {
	height:101px;
}

#header .logo {
	display:block;
	float:left;
	margin-left:35px;
	margin-top:30px;
}
#header .logo a {
	background:url(/assets/images/header/logo.jpg) no-repeat;
	display:block;
	height:62px;
	text-indent:-9999px;
	width:235px;
}
#header #nav {
	display:block;
	float:right;
	height:32px;
	margin:50px 35px 0 0;
}

#header #nav a {
	color:#000;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size:17px;
	margin-left: 15px;
	text-transform:uppercase;
}

#header #nav a:hover {
	color:#f7991d;
}

#header #nav a.active {
	color:#f7991d;
}
#header h2 {
	width: 255px;
	height: 35px;
	text-align: right;
	margin: 15px 5px 0 0;
	float: left;
	display: inline; /* IE6 */
	}
#header #featured {
	width: 945px;
	background-color: #FFF;
	border-bottom: #D5D5D5 1px solid;
	padding: 15px 10px;
	float: left;
	}
#header #featured #hero {
	width: 935px;
	height: 400px;
	margin: 0 5px 5px 5px;
	float: left;
	display: inline; /* IE6 */
	}
#header #featured h1 {
	width: 230px;
	height: 100px;
	margin: 0 5px;
	float: left;
	display: inline; /* IE6 */
	}
#header #featured .featured_project {
	margin-right: 5px;
	float: left;
	display: inline; /* IE6 */
	}

/* SUBNAV */
#subnav {
	width: 935px;
	height: 30px;
	background-color: #E4E4E4;
	padding: 0 15px;
	float: left;
	}
#subnav #flash_subnav {
	width: 805px;
	height: 30px;
	padding: 0;
	margin: 0;
	float: left;
	}

/* CONTENT */
#content {
	width: 965px;
	background-color: #FFF;
	float: left;
	}
#content #title {
	width: 875px;
	background-color: #F0F0F0;
	padding: 25px 45px;
	float: left;
	}
#content h3 {
	color: #333;
	font-size: 29px;
	font-weight: normal;
	margin: 0;
	}
#content #title p {
	color: #333;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 0;
	}

/* OVERVIEW */
#overview {
	width: 965px;
	background-image: url(/assets/images/misc/bg_overview.gif);
	background-repeat: repeat-x;
	float: left;
	}
#overview #column_1 {
	width: 425px;
	padding-bottom: 45px;
	margin: 25px 25px 0 45px;
	float: left;
	display: inline; /* IE6 */
	}
#overview #column_1 h6 {
	font-size: 16px;
	margin: 10px 0 0 0;
	}
#overview #column_1 p {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	}
#overview #column_1 p#intro {
	font-size: 15px;
	line-height: 1.6em;
	margin: 15px 0 60px 0;
	}
#overview #column_2 {
	width: 425px;
	padding-bottom: 45px;
	margin-top: 15px;
	float: left;
	}
#overview #column_2 #menu {
	margin-top: 30px;
	float: left;
	}

/* PROJECTS */
.projects {
	width: 965px;
	padding-bottom: 45px;
	float: left;
	}
.projects .title {
	width: 905px;
	margin: 0 15px 0 45px;
	float: left;
	display: inline; /* IE6 */
	}
.projects .title h3 {
	width: 505px;
	font-size: 24px;
	float: left;
	}
.projects .title .more {
	width: 400px;
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
	float: left;
	display: inline; /* IE6 */
	}
.projects .title .more a {
	color: #999;
	text-decoration: none;
	}
.projects .title .more a:hover {
	color: #666;
	}
.projects .title .more a div {
	width: 12px;
	height: 12px;
	background-image: url(/assets/images/misc/arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 1px 0 0 5px;
	float: right;
	display: inline; /* IE6 */
	}
.projects .title .more a:hover div {
	background-position: right;
	}
.projects .listing {
	width: 950px;
	background-color: #F0F0F0;
	border-top: #D5D5D5 1px solid;
	padding: 15px 0 15px 15px;
	margin-top: 10px;
	float: left;
	}
.projects .listing a {
	color: #666;
	width: 230px;
	font-size: 10px;
	line-height: 1.4em;
	margin-right: 5px;
	float: left;
	display: block;
	}
.projects .listing a:hover {
	color: #333;
	}
.projects .listing a img {
	margin-bottom: 10px;
	}

/* TOGGLE TABS */
#toggle_tabs {
	width: 425px;
	height: 35px;
	font-size: 10px;
	margin-top: 5px;
	float: left;
	}
#toggle_tabs a {
	color: #999;
	height: 35px;
	text-decoration: none;
	margin-left: 15px;
	float: right;
	display: block;
	}
#toggle_tabs a:hover {
	color: #666;
	}
#toggle_tabs a.on {
	color: #000;
	background-image: url(/assets/images/misc/tab.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	}
#toggle_txt {
	color: #000;
	width: 385px;
	background-color: #F0F0F0;
	font-size: 12px;
	line-height: 1.5em;
	border-top: #9D9D9D 1px solid;
	padding: 20px;
	float: left;
	}

/* GENERIC */

#generic {
	color: #333;
	width: 875px;
	font-size: 14px;
	line-height: 1.5em;
	padding: 25px 45px 45px 45px;
	float: left;
	}

/* FOOTER */
#footer {
	color: #FFF;
	width: 965px;
	float: left;
	}
#footer a {
	color: #FFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #333;
	}
#footer #links {
	width: 915px;
	background-color: #ADADAD;
	font-size: 11px;
	line-height: 1.5em;
	border-top: #989898 1px solid;
	padding: 25px;
	float: left;
	}
#footer #links strong {
	font-size: 14px;
	}
#footer #links div {
	float: left;
	}
#footer #copyright {
	width: 525px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 25px;
	float: left;
	}
#footer #copyright a {
	margin-left: 25px;
	}
#footer #copyright span {
	font-size: 10px;
	font-weight: normal;
	}
#footer #designby {
	color: #CCC;
	width: 340px;
	font-size: 10px;
	text-align: right;
	padding: 25px;
	float: left;
	}
#footer #designby * {
	vertical-align: top;
	}
	
	
.rounded {
	border-bottom-left-radius:20px;
	border-top-right-radius:20px;
}
