/* Parent */
html,body{
	font-family:arial;
	margin:0; padding:0;
}
body{background:#897a66;}
p{
	font-size:13px;
	margin: 0 0 15px;
}
h2{
	color:#e29028;
	font-size:25px;
	margin:0;
}

span.heading_txt{
	color:#897a66;
	font-size:22px;
	border-bottom:1px dotted #897a66;
	font-style: italic;
	display:block;
	font-family: "Times New Roman";
	padding-bottom:5px;
	padding-top:25px;
	margin-bottom:15px;
}
a{text-decoration: none;}
span.bold{
	color:#897a66;
	font-size:13px;
	font-weight:bold;
	text-transform: uppercase;
}

#main-wrapper{width:1048px; margin:0 auto; position: relative;}
#header{width:100%; text-align: right; padding:35px 0;}
#header span{
	color:#e29028;
	font-size:11px;
}
#header a{text-decoration:none;}

#main{height:900px;}

.col-left{
	width:238px; 
	float:left;
	background:url('./img/left-bg.png') no-repeat 0 502px #e29028;
	height:100%;
	position:relative;
	text-align: right;
}
.col-right{
	width:810px; 
	float:left; 
	height:100%;
	background:#FFF;
	position:relative;
}

/* Left Column */
.col-left a{ 
	display:block;
	padding-right:98px; 
	background:url('./img/left-li.png') no-repeat right top; 
	height:90px; 
	margin-bottom:8px;
}
.col-left a span{ color:#FFF; font-size:12px;}
a.overview{
	margin-top:125px;
	background-position: right 3px;
}
a.m2plan{background-position: right -93px;}
a.freeways{background-position: right -192px;}
a.streets{background-position: right -290px;}
a.transit{background-position: right -387px;}
a.environment{background-position: right -484px;}
a.financials{background-position: right -582px;}

/* Right Column */
.col-right a{
	color:#e29028;
}

div.title {
	margin-top:50px;
	margin-left:25px;
    background: url("./img/title-logo.jpg") no-repeat scroll 0 0 transparent;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 175px;
    padding-top: 17px;
    text-transform: uppercase;
}

/* NAV */
.nav{
	background:url('./img/navbar-bg.jpg') repeat-x 0 top;
	height:47px;
	padding:0 80px;
}
.nav a, .links a{
	margin-right:27px;
	display:inline-block;
	background:url('./img/nav-bg.png') repeat-x 0 top;
	min-height:100%;
}
.nav a span, .links a span{ 
	padding: 15px 20px 0;
	display:block;
	font-size:14px;
	text-transform: uppercase;
	text-align: center;
}


/* Utility */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

*::selection {
	background: #f6ddbe; /* Safari */
	}
*::-moz-selection {
	background: #f6ddbe; /* Firefox */
}