@import url(global.css);

#primary {
	float: right;
	margin: 0 0 0 8px;
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #666;
}

#primary a {
	color: #175B77;
	text-decoration: underline;
}

#primary a:hover, #primary a:focus {
	text-decoration: none;
}

#copy {
	padding: 30px;
	background: #FAF9DD;
}

#copy h2 {
	margin: 0 0 1em;
	font-family: Georgia, serif;
	font-size: 1.85em;
	line-height: 1.125em;
	font-weight: bold;
	color: #666;
}

#copy .pullquote {
	float: right;
	position: relative;
	margin: -15px -47px 10px 20px;
	padding: 62px 0 80px;
	width: 265px;
}

#copy .pullquote p {
	margin: 0;
	padding: 0 15px;
	font-family: Georgia, serif;
	font-size: 1.385em;
	line-height: 1.556em;	
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: url(/images/bg-pullquote-mid.png) repeat-y;
}

#copy .pullquote .pqheader {
	position: absolute;
	left: 0;
	top: 0;
	width: 265px;
	height: 69px;
	background: url(/images/bg-pullquote-top.png) no-repeat;
}

#copy .pullquote .pqfooter {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 265px;
	height: 84px;
	background: url(/images/bg-pullquote-bot.png) no-repeat;
}

#copy form {
	float: none;
	margin: 0;
	padding: 0;
}

#copy form input.email {
	float: left;
	border: 1px solid #666;
	color: #666;
	font-size: 1em;
	height: 19px;
	width: 175px;
	padding: 2px 0 0 15px;
}

#copy form button.join {
	background: url('../images/home/button-join.gif') no-repeat;
	border: none;
	float: left;
	cursor: pointer;
	display: block;
	height: 26px;
	margin: 0;
	padding: 0;
	width: 66px;
	overflow: hidden;
	text-indent: -9999px;
}

#callouts {
	width: 640px;
	border-top: 9px solid #FFF;
}

#relatedinfo {
	float: left;
	padding: 0;
	width: 256px;
	background: #FAF9DD;
}

#relatedinfo a {
	margin: 0;
	padding: 0;
}
#relatedinfo img {
	margin: 0; 
	padding: 0;
	border: none;
}

#relatedinfo h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.0525em;
	font-weight: bold;
}

#relatedinfo ul {
	font-size: .925em;
}

#relatedinfo ul li {
	padding-left: 12px;
	background: url(/images/bg-relateditem-bullet.gif) no-repeat 1px .7em;
}

#profiles {
	position: relative;
	float: right;
	margin: 0 0 0 9px;
	padding: 35px 30px;
	width: 254px;
	background: #E2EEC2;
}

#profiles h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.0525em;
	font-weight: bold;
	color: #819C4D;
}

#profiles h4 {
	font-size: .9em;
	font-weight: bold;
}

#profiles p {
	font-size: .85em;
	line-height: 1.5em;
}

#profiles p img {
	float: left;
	display: block;
	margin: 4px 15px 4px 0;
}

#profiles p.moreprofiles {
	clear: both;
	font-weight: bold;
}

#profiles p.moreprofiles a {
	color: #666;
	text-decoration: none;
}

#profiles p.moreprofiles a:hover, #profiles p.moreprofiles a:focus {
	text-decoration: underline;
}

#profiles a#downtownprofile {
	position: absolute;
	right: -8px;
	top: -22px;
	display: block;
	width: 175px;
	height: 41px;
	background: url(/images/downtown-profile.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/* Secondary Content
------------------------------------------------------------------------------*/
#secondary {
	float: right;
	padding: 0 0 117px;
	width: 292px;
}

#subnav ul {
	padding-bottom: 11px;
}

#subnav li {
	border-bottom: 1px solid #FFF;
}

#subnav li a {
	display: block;
	padding: 4px 20px 4px 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.08em;
	color: #666;
	text-decoration: none;
	background: #BFE7F1;
}

#subnav li a:hover, #subnav li a:focus {
	background: #91C6D9;
}

#subnav li a.selected {
	color: #FFF;
	background: #91C6D9 url(/images/subnav-selected.gif) no-repeat left center;
}

#subnav li ul {
	padding-bottom: 0;
	border-top: none;	
}

#subnav li ul li {
	border-top: 1px solid #C7E5EF;;
	border-bottom: none;
}

#subnav li ul li a {
	padding: 4px 20px 4px 63px;
	background: #A9D7E6 url(/images/subnav-subitem.gif) no-repeat left center;
}

#subnav li ul li a:hover, #subnav li ul li a:focus {
	background: #91C6D9 url(/images/subnav-subitem-over.gif) no-repeat left center;
}

#keepuptodate {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 292px;
	height: 108px;
	border-top: 9px solid #FFF;
	overflow: hidden;	
}

#keepuptodate a {
	display: block;
	width: 292px;
	height: 108px;
	background: url(/images/keepup-downtownupdate.gif) no-repeat;
	text-indent: -9999px;
}


