body {
	background:#FFF url('../img/dp-bg.gif') 0 -5px;
	color:#555;
	font-family: "Helvetica Neue",Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align: center;
}

#mega-wrapper {
	position:relative;
	margin:30px auto 0 auto;
	background:transparent url('../img/right-shadow.png') repeat-y top right; 
	width:990px;

}
#inner-wrapper {
	position:relative;
	margin:0;
	background:#FFF;
	width:980px;
}
#content {
	position:relative;
	margin:20px auto 0 auto;
	min-height:370px;
	clear:both;
}
#shadow {
	position:relative;
	margin:0 auto;
	background:transparent url('../img/bottom-shadow.png') repeat-x;
	width:980px;
	height:12px;	
}

/* HEADER ---------- */

#header {
	padding:70px 0 20px 40px;
	width:795px;
	clear:both;
}
#header h1 {
	margin:0 0 4px 0;
	width:673px;
	height:58px;
	background:transparent url('../img/downtown-portland-logo.gif') no-repeat;
	overflow:hidden;
	text-indent: -1000px;
}
#header h1 a {
	width:100%;
	height:100%;
	display:block;
}
#header h2 {
	width:190px;
	height:17px;
	background:transparent url('../img/explore.gif') no-repeat;
	float:right;
	overflow:hidden;
	text-indent: -1000px;
}


/* SECONDARY NAV ---------- */

#secondary-nav {
	position:relative;
	margin:0 auto;
	padding-bottom:10px;
	width:860px;
	height:30px;
	text-align: center;
	clear:both;
}
#secondary-nav ul {	
	position:relative;
	margin:0 auto;
	background:#FFF url('../img/second-nav.gif') no-repeat 0 0;	
	width:500px;
	height:20px;
	overflow:hidden;	
}

#secondary-nav ul li {
	display:inline;
	position:absolute;
	top:0; 
	overflow:hidden;
	text-indent: -1000px;
}
#secondary-nav ul li, #secondary-nav ul a {
	top:0; 
	height:20px; 
	display:block;
}
	#nav-contact {
		left:0; 
		width:111px;
	}
	#nav-partners {
		left:112px; 
		width:122px;
	}
	#nav-aboutdmi {
		left:235px; 
		width:99px;
	}
	#nav-newsletter {
		left:333px; 
		width:166px;
	}

	#nav-contact a:hover {
		background:transparent url('../img/second-nav.gif') no-repeat 0 -20px;
	}
	#nav-partners a:hover {
		background:transparent url('../img/second-nav.gif') no-repeat -112px -20px;
	}
	#nav-aboutdmi a:hover {
		background:transparent url('../img/second-nav.gif') no-repeat -235px -20px;
	}
	#nav-newsletter a:hover {
		background:transparent url('../img/second-nav.gif') no-repeat -333px -20px;
	}

#socialnet {
	position:absolute;
	top:0;
	right:0;
	width:80px;
	height:30px;
}



/* SMALL NAV ---------- */

#small-nav {
	margin:0 auto;
	width:860px;
	height:72px;
}
#small-nav h3 {
	margin:0 18px 0 0;
	float:left;
	overflow:hidden;
	text-indent: -1000px;
}	
	#small-nav h3 a {
		width:100%;
		height:100%;
		display:block;
	}	
		#small-nav #around h3 {
			width:122px;
			height:48px;
			background:url('../img/sm-get.gif') no-repeat;
		}
		#small-nav #things h3 {
			width:169px;
			height:48px;
			background:url('../img/sm-discover.gif') no-repeat;
		}
		#small-nav #talk h3 {
			width:187px;
			height:49px;
			background:url('../img/sm-talk.gif') no-repeat;
		}
			body#get-around #small-nav #around h3,
			body#cfm-map #small-nav #around h3 {
				opacity: 0.3;
				-moz-opacity: 0.3;
				filter:alpha(opacity=30);
			}
			body#talk-about #small-nav #talk h3 {
				opacity: 0.3;
				-moz-opacity: 0.3;
				filter:alpha(opacity=30);
			}
			body#things-discovered #small-nav #things h3 {
				opacity: 0.3;
				-moz-opacity: 0.3;
				filter:alpha(opacity=30);
			}
			h3.activated {
				opacity: 0.3;
				-moz-opacity: 0.3;
				filter:alpha(opacity=30);
			}





/* SMALL PAGES ---------- */

body#page {
	background:#FFF;
}
body#page #content {
	width:400px;
	max-height:500px;
	text-align:left;
}
body#page #content h1 {
	margin:0 0 15px 12px;
	padding-top:15px;
	font-size:20px;
	font-weight:bold;
	text-transform: uppercase;
	color:#111;
	background:url('../img/hrule.gif') no-repeat 0 43px;
	height:50px;
}

body#page #content p {
	margin:0 15px 12px 35px;
}
body#page #content a {
	color:#222;
	font-weight:bold;
}
body#page #content a:hover {
	color:#111;
	text-decoration: underline;
}

#signup {
	margin-left:35px;
	text-align: center;
}
input#sendit {
	float:left;
	margin:20px 0 0 13px;
	font-size:10px;
}
#signup td {
	padding:5px 0;
	height:20px;
	width:100px;
	text-align: left;
}

/* LEGAL ---------- */

#legal {
	margin:0 auto;
	padding-bottom:8px;
	font-size:10px;
	color:#999;
}



