
/* individual css button rollover -------------------------------------------------- */
.learn-more {
	display: block;
	background: url(/images/btn-more-info.gif) no-repeat 0 0;
	width: 68px;	
	height: 11px;
	text-indent: -9999px;
}
.back-to-releases {
	display: block;
	background: url(/images/btn-back-to-releases.gif) no-repeat 0 0;
	width: 123px;	
	height: 12px;
	text-indent: -9999px;
}

/* Homepage -------------------------------------------------- */
#pa-homepage #container {
	width: 990px;
	overflow: hidden;
	position: relative;
}
#pa-homepage #wrapper,
#pa-homepage #content,
#pa-homepage .content {
	float: none;
	position: static;
	background: none;
}
#pa-homepage #sidebar {
	display: none;
}
#pa-homepage #content {
	margin: 0 auto 20px;
	width: auto;
}
#pa-homepage .content {
	width: auto;
	margin: 0;
	padding: 0;
}
#pa-homepage .splash {
	width: 990px; /* 483 - 50 padding - 75 for pixels */
}
#pa-homepage .splash h1 {
	margin: 0;
	padding: 0px;
}
#pa-homepage .splash p {
	margin: 0;
	padding: 0;
	color: #009FC5;
	font-size: 1.6em;
	font-weight: normal;
}
#pa-homepage #left {
	float: left;
	width: 422px;
	padding: 24px 36px 0px 32px;
	background: url(/images/bg-home-column-top.png) no-repeat 0 0 #1C1C1C;
}
#pa-homepage #right {
	float: right;
	width: 422px;
	padding: 24px 36px 0px 32px;
	background: url(/images/bg-home-column-top.png) no-repeat 0 0 #1C1C1C;
}
#pa-homepage .box {
	height: 180px;
	margin: 10px 0px 20px 0px;
}
#pa-homepage .box h4 {
	font-weight: normal;
	line-height: 1.3em;
	padding-top: 10px;
}
#pa-homepage .box h4 a, 
#pa-homepage .box h4 a:link, 
#pa-homepage .box h4 a:visited {
	color: #FFF;
	text-decoration: none;
}
#pa-homepage .box h4 a:hover, 
#pa-homepage .box h4 a:focus {
	text-decoration: underline;
}
#pa-homepage .box p {
	color: #999;
	margin: .4em 0;
}
#pa-homepage #careers,
#pa-homepage #events {
	height: 120px;
}
#pa-homepage .divide {
	float: left;
	width: 200px;
}
#pa-homepage #ClientshowcaseImage {
	width: 142px;
	margin-right: 24px;
}
#pa-homepage #ClientshowcaseText {
	width: 240px;
}
#pa-homepage #NewsshowcaseImage {
	width: 142px;
	margin-right: 24px;
}
#pa-homepage #NewsshowcaseText {
	width: 240px;
}
#pa-homepage #eventDate {
	width: 42px;
	height: 39px;
	margin-top: 12px;
	margin-right: 3px;
	color: #FFFFFF;
	background: url(/images/spriteme1.png) no-repeat 0 0;
	background-position: -10px -250px;
}
#pa-homepage #eventText {
	width: 370px;
}
#pa-homepage .eventDay {
	display: block;
	width: 34px;
	margin-top: 2px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}
#pa-homepage .eventMonth {
	display: block;
	width: 34px;
	margin-top: 4px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	text-transform: capitalize;
}
.tagCloud a,
.tagCloud a:link,
.tagCloud a:visited {
	padding: 2px;
	color: #636465;
	text-decoration: none;
	background-color: transparent;
}
.tagCloud a,
.tagCloud a:hover,
.tagCloud a:focus {
	color: #1C1C1C;
	background-color: #636465;
}
#interactive  {
	font-size: 18px;
	padding-right: 7px;
}
#digitalinnovation {
	font-size: 26px;
	padding-right: 20px;
}
#custom {
	font-size: 18px;
	padding-right: 28px;
}
#micro {
	font-size: 18px;
	padding-right: 20px;
}
#contentdev {
	font-size: 18px;
	padding-right: 20px;
}
#business {
	font-size: 14px;
	padding-right: 20px;
}
#webapps {
	font-size: 14px;
	padding-right: 15px;
}
#facebook {
	font-size: 14px;
	padding-right: 15px;
}
#branding {
	font-size: 26px;
	padding-right: 10px;
}
#mashups {
	font-size: 18px;
	padding-right: 30px;
}

/*-- Home Page Slider ------------*/

#pa-homepage #slideshow {
	margin: 0px;
	padding: 0px;
	width: 990px;
	position: relative;
}
#pa-homepage #sliderHome {
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	width: 990px; 
	background: #565656; 
}	
#pa-homepage #sliderHome ul,
#pa-homepage #sliderHome li {
	margin:0;
	padding:0;
	list-style:none;
}
#pa-homepage #sliderHome li { 
	/* 
		define width and height of list item (slide)
		entire sliderHome area will adjust according to the parameters provided here
	*/ 
	margin: 0px;
	width: 990px;
	height: 270px;
	overflow: hidden;
	position: relative;
}		
#pa-homepage #sliderHome li h2 { 
	margin:0 20px;
	padding-top:20px;
}	
#pa-homepage #sliderHome li p { 
	margin:20px;
}						
#pa-homepage #sliderHome li .info { 
	display: block;
	margin: 0px;
	width: 946px; 
	padding: 12px;
	background: #000000;
	position: absolute;
	top: 211px;
	left: 0px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #FFFFFF
}
#pa-homepage #sliderHome li a,
#pa-homepage #sliderHome li a:link {
 	text-decoration: none;
}
#pa-homepage #sliderHome li .home-project-title {
 	margin-right: 10px;
 	color: #009FC5;
 	font-size: 17px;
 }
#pa-homepage #sliderHome li .home-project-description {
 	color: #FFFFFF;
 	font-size: 12px;
 }
 
#pa-homepage p#controls {
	margin:0;
	position:relative;
} 
	
#pa-homepage #prevBtn, 
#pa-homepage #nextBtn { 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:39px;
	height:56px;
	position:absolute;
	left: 0px;
	top: 110px;
}	
#pa-homepage #nextBtn { 
	left:951px;
}														
#pa-homepage #prevBtn a, 
#pa-homepage #nextBtn a {  
	display:block;
	width:39px;
	height:56px;
	background:url(/images/spriteme1.png) no-repeat 0 0;
	background-position: -10px -98px;
}	
#pa-homepage #nextBtn a { 
	background:url(/images/spriteme1.png) no-repeat 0 0;
	background-position: -10px -174px;
}
#pa-homepage .triple {
	margin: 7px 0 0 7px;
	padding: 0px;
	width: 238px;
	background: #565656;
}
#pa-homepage .project-title {
	margin: 0px;
	padding: 6px;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 24px;
}
ol#controls {
	float: right;
	height: 24px;
	display: inline;
	margin: 16px -10px 12px 0;
}
ol#controls li {
	margin:0 4px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:64px;
}
ol#controls li a {
	text-indent:-8000px;
	float: left;
	width: 20px;
	height: 20px;
	display: inline;
	font-size: 11px;
	margin: 0 5px 0 0;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #565656;
	color: #565656;
}
ol#controls li.current a {
	background-position: 0 -24px;
	background-color: #3C3C3C;
	color: #3C3C3C;
}
ol#controls li a:focus, ol#controls li a:hover {
	outline:none;
	background-position: 0 -24px;
	background-color: #3C3C3C;
	color: #3C3C3C;
}

.photo-credits {
	font-size: 10px;
}
/* Company Landing Page -------------------------------------------------- */
#pa-company #name {
	margin-left: 420px;
	width: 342px; /* 422 - 50 padding - 30 for pixels */
	padding-left: 25px;
}
/* removed background image, increased width and padding to accommoodate wider header*/
#pa-company .splash { 
	width: 445px;
	background: #00A0C6;
	padding: 20px 20px 20px 25px;
}
#pa-company #evolution {
	width: 241px; /* 291 - 50 padding */
	background: transparent url("/images/bg-alt-company.gif") no-repeat left bottom;
	padding-bottom: 45px;
	position: absolute;
	top: 528px;
	left: -60px;
}
/* this is a safari hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#pa-company #evolution {
	top: 514px;
	}
}

#pa-company #blog1 {
	top: 540px;
	left: 50%;
	margin-left: -90px;
}
#pa-company #inspiration1 {
	top: 0;
	left: 535px;
}
#pa-company #inspiration2 {
	top: 610px;
	left: 50%;
	margin-left: -175px;
}
#pa-company p.date {
	margin-bottom: 0px;
	color: #ccc;
}
/* Mission & Vision Page -------------------------------------------------- */
#pa-mission #mission {
	background: transparent url("/images/bg-content-v.gif") repeat-x right top;
	padding: 50px 25px 20px;
	width: 378px; /* 428 - 50 padding */
	margin-top: 40px;
}
#pa-mission #vision {
	width: 300px; /* 380 - 50 padding - 30 pixel */
	background: transparent url("/images/bg-alt-mission.gif") repeat-y;
	padding: 20px 25px 20px 55px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#pa-mission #vision h2 {
	color: #00a0c6; /* cyan */
}
#pa-mission #inspiration1 {
	top: 0px;
	left: 535px;
}
#pa-mission #portfolio1 {
	top: 330px;
	left: 50%;
	margin-left: -490px;
}
#pa-mission #blog1 {
	top: 420px;
	right: 50%;
	margin-right: -365px;
}
#pa-mission #pixel1 {
	background: url("/images/pixel-white-magenta.gif") 0 0 no-repeat;
	top: 600px;
	left: 50%;
	margin-left: -585px;
	height: 68px;
	width: 96px;
}
#pa-mission #pixel2 {
	background: url("/images/pixel-white-yellow.gif") 0 0 no-repeat;
	top: 665px;
	right: 0px;
	height: 68px;
	width: 96px;
}
#pa-mission #pixel3{
	background: url("/images/pixel-gray-big.gif") 0 0 no-repeat;
	top: 700px;
	right: 120px;
	height: 70px;
	width: 70px;
}
#pa-mission #pixel4{
	background: url("/images/pixel-cyan.gif") 0 0 no-repeat;
	top: 550px;
	right: 120px;
	height: 15px;
	width: 15px;
}
#pa-mission #pixel5{
	background: url("/images/pixel-gray-big.gif") 0 0 no-repeat;
	top: 700px;
	left: 50%;
	margin-left: -620px;
	height: 70px;
	width: 70px;
}

/* Core Values Page -------------------------------------------------- */

/* Careers Landing Page -------------------------------------------------- */
#pa-careers .splash {
	background-position: right -50px;
	min-height: 180px;
}

.open-positions {
	position: relative;
	margin: 20px 0px;
	padding: 16px 26px;
	width: 382px;
	background: #1C1C1C;
}
#rss-careers {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 20px;
	left: 360px;
	width: 60px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
	background: url("/images/icon-feed.gif") no-repeat 30px 0;
}
#rss-careers a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.position {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
}
.position-date {
	float: left;
	margin-left: 2px;
	width: 70px;
	color: #009FC5; 
}
.position-title {
	float: left;
	width: 200px;
	color: #999999;
}

/* Career Details Page -------------------------------------------------- */
#pa-job-details .description h2 {
	color: #FFFFFF;
	margin-bottom: 8px;
}
#pa-job-details p.date {
	margin-top: 6px;
	font-size: 14px;
	color: #CCCCCC; 
}

/* Portland Landing Page -------------------------------------------------- */
#pa-portland .splash {
	background-position: right top;
	width: 333px; /* 475 - 50 padding - 76 for pixels */
	padding: 20px 101px 20px 25px;
}
#pa-portland #facts {
	position: absolute;
	bottom: 100px;
	right: 0px;
	text-indent: -9999px;
	width: 436px;
	height: 384px;
	margin: 0;
	padding: 0;
	background: transparent url("/images/portland-facts.png") no-repeat;
}
#pa-portland #facts * {
	list-style: none;
}
#pa-portland #history {
	width: 330px; /* 380 - 50 padding - 30 pixel */
	padding: 20px 25px 20px 55px;
	margin: 0 0 20px -30px;
	background-position: left -250px;
}
#pa-portland #inspiration1 {
	top: 440px;
	left: 50%;
	margin-left: -490px;
}
#pa-portland #inspiration2 {
	top: 0;
	left: 490px;
}
#pa-portland #blog1 {
	top: 970px;
	left: 50%;
	margin-left: 420px;
}
#pa-portland #pixel1 {
	background: url("/images/pixel-white-box.gif") 0 0 no-repeat;
	top: 490px;
	left: 50%;
	height: 68px;
	width: 96px;
}
#pa-portland #pixel2 {
	background: url("/images/pixel-white-box.gif") 0 0 no-repeat;
	top: 920px;
	left: 50%;
	margin-left: 422px;
	height: 68px;
	width: 68px;
}
#pa-portland #pixel3{
	background: url("/images/pixel-gray-big.gif") 0 0 no-repeat;
	top: 700px;
	right: 10px;
	height: 70px;
	width: 70px;
}
#pa-portland #pixel4{
	background: url("/images/pixel-cyan.gif") 0 0 no-repeat;
	top: 990px;
	left: 50%;
	margin-left: 85px ;
	height: 15px;
	width: 15px;
}
#pa-portland #pixel5{
	background: url("/images/pixel-gray-44.gif") 0 0 no-repeat;
	top: 700px;
	left: 50%;
	margin-left: -480px;
	height: 70px;
	width: 70px;
}
#pa-portland #pixel6{
	background: url("/images/pixel-gray-med.gif") 0 0 no-repeat;
	top: 350px;
	left: 120px;
	height: 44px;
	width: 44px;
}
#pa-portland #pixel7{
	background: url("/images/pixel-yellow.gif") 0 0 no-repeat;
	top: 240px;
	left: 50%;
	margin-left: 462px ;
	height: 15px;
	width: 15px;
}
#pa-portland #portland-nav {
	width: 401px;
	height: 89px;
	background: none;
	position: relative;
	top: -5px;
	left: 50px;
}
#pa-portland #portland-nav a {
	height: 89px;
	background-image: url("/images/nav-portland.gif");
}
/* Navbar Placement */
#pa-portland #nav-activities	{ left: 0; width: 140px; }
#pa-portland #nav-organizations	{ left: 140px; width: 135px; }
/* Navbar Images */
#pa-portland #nav-activities a		{ background-position: 0 0; }
#pa-portland #nav-organizations a	{ background-position: -262px 0; }
/* Selected Navbar Item */
#pa-portland #nav-activities a:hover,		#pa-portland #nav-activities a:focus	{ background-position: 0 bottom; }
#pa-portland #nav-organizations a:hover,	#pa-portland #nav-organizations a:focus	{ background-position: -262px bottom; }

/* Portland Section -------------------------------------------------- */
.portland .splash {
	min-height: 150px;
	background-position: right -120px;
}
.portland .content {
	margin-right: 213px; /* fake center */
	margin-left: 83px; /* 213 - 130 for sidebar */
}	
#pa-organizations.portland .content {
	margin-right: 213px; /* fake center */
	margin-left: 0;
	width: 340px;
	padding: 20px 55px 20px 25px;
}

/* Activities Page -------------------------------------------------- */
#pa-activities #walk {
	background-position: right 50px;
}
#pa-activities #sports {
	background-position: right -150px;
}
#pa-activities #beervana {
	width: 394px;
	background-position: left top;
	position: relative;
}
#pa-activities #path1 {
	top: 15px;
	right: -60px;
	background-image: url("/images/line-dashed-reversed.gif");
	height: 75px;
	width: 60px;
}
#pa-activities #beervana-sidebar {
	width: 200px;
	padding: 15px;
	background: #ff0;
	position: absolute;
	top: 50px;
	right: -250px;
	z-index: 5;
}
#pa-activities #beervana-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#pa-activities #beervana-sidebar li {
	margin: 1em 0 0;
}
#pa-activities #beervana-sidebar a {
	color: #000;
}
#pa-activities #beervana-sidebar a:hover {
	color: #f00;
}

/* Team Pages -------------------------------------------------- */

#pa-team #bios {
	clear: both;
}
#pa-team .bio {
	background: #fff;
	color: #333;
	width: 500px; /* 550 - 50 padding */
	padding: 20px 25px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}
#pa-team .bio p,
#pa-team .bio ul {
	margin: .33em 0 1em;
}
#pa-team .bio h2 {
	font-size: 2.25em;
	font-weight: bold;
	color: #00a0c6; /* cyan */
	margin-bottom: .15em;
}
#pa-team .bio h3 {
	font-size: 1.75em;
	font-weight: normal;
	color: #999;
	margin-bottom: .5em;
}
#pa-team .bio h4 {
	font-size: 1.1em;
	color: #f11287; /* magenta */
}
#pa-team .bio .clients {
	float: left;
	width: 240px;
	margin-top: 1em;
}
#pa-team .bio .orgs {
	float: right;
	width: 240px;
	margin-top: 1em;
}
#pa-team .bio .photo {
	margin: 0;
	position: absolute;
	top: 10px;
	right: -200px;
	border: 1px solid #333;
}
#pa-team .bio .connect {
	position: absolute;
	top: 150px;
	right: -295px;
	width: 245px;
	background: #333;
	color: #fff;
	padding: 15px;
}
#pa-team .bio .connect h4 {
	font-size: 2em;
	color: #ff0; /* yellow */
}
#pa-team .bio .connect ul {
	margin: .75em 0 0;
}
#pa-team .bio .connect li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#pa-team .bio .connect li a {
	display: block;
	margin: .5em 0 0;
	padding-left: 30px;
	line-height: 22px;
	background: transparent url("/images/icon-blog-22px.gif") no-repeat;
	color: #fff;
	text-decoration: none;
}
#pa-team .bio .connect li a:hover,
#pa-team .bio .connect li a:focus {
	color: #ff0; /* yellow */
	text-decoration: underline;
}
#pa-team .bio .connect .facebook a {
	background-image: url("/images/icon-facebook-22px.gif");
}
#pa-team .bio .connect .twitter a {
	background-image: url("/images/icon-twitter-22px.gif");
}
#pa-team .bio .connect .linkedin a {
	background-image: url("/images/icon-linkedin-22px.gif");
}

/* Partners Section -------------------------------------------------- */
#pa-partners .content {
	position: relative;
	margin-top: 50px;
	margin-right: 213px; /* fake center */
	margin-left: 83px; /* 213 - 130 for sidebar */
}
#pa-partners .content h3 { color: #00a0c6; } /* cyan */
#pa-partners .content h2 {
	background: #fff;
	color: #00677F; /* dark cyan */
	position: absolute;
	top: -1.25em;
	left: 30px;
	padding: .25em .5em;
}


/* Portfolio -------------------------------------------------- */


.pa-portfolio #content {
	width: 787px;
}
/* Landing Page */
#pa-portfolio #container {
	width: 990px;
	overflow: hidden;
	position: relative;
}
#pa-portfolio .splash {
	width: 787px;
}
#pa-portfolio #slideshow{
	/*background: #000;*/
	width: 950px;
	min-height: 320px;
	margin-left: -160px;
}
#pa-portfolio .section-description {
	margin: 0 auto;
	padding: 0px;
	width:726px;
}
#pa-portfolio #sidebar-menu h2 {
	text-transform: uppercase;
}
#pa-portfolio .section-description p {
	margin: 10px 0 0;
	padding: 0px;
	color: #858687;
	font-size: 15px;
}

/* Shared Styles for Expertise and Client Project pages */
#pa-expertise #container,
#pa-client-project #container {
	width: 990px;
	overflow: hidden;
	position: relative;
}
#pa-expertise .splash,
#pa-client-project .splash {
	width: 787px;
}
#pa-expertise #slideshow,
#pa-client-project #slideshow {
	/*background: #000;*/
	width: 950px;
	min-height: 320px;
	margin-left: -160px;
}
#pa-expertise .triple, 
#pa-client-project .triple {
	float: left;
	margin: 16px 34px 16px 1px;
	padding: 0px;
	width: 238px;
	background: #565656;
}
#pa-expertise .triple-last, 
#pa-client-project .triple-last {
	float: left;
	margin: 16px 0px 16px 1px;
	padding: 0px;
	width: 238px;
	background: #565656;
}
#pa-expertise .project-title,
#pa-client-project .project-title {
	display: block;
	margin: 0px;
	padding-left: 6px;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 24px;
}




/*-- Expertise Pages ---------------------*/

#pa-expertise .section-infographics {
	margin: 0 auto;
	padding: 0px;
	width: 787px;
}
#pa-expertise .section-infographics p {
	margin: 10px 0 0;
	padding: 0px;
	color: #858687;
	font-size: 15px;
}
#pa-expertise .process {
	margin-top: 20px;
}
#pa-expertise .process p {
	margin-top: 0px;
	padding-bottom: 120px;
	font-size: 13px;
	width: 468px;
	color: #858586;
}


/*-- Project Detail Page Slider ------------*/

#pa-project-detail #slideshow {
	margin: 0px;
	padding: 0px;
	width: 780px;
	position: relative;
	overflow: hidden;
}
#pa-project-detail #sliderProject {
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	width: 780px; 
	background: #565656;
	overflow: hidden;
}	
#pa-project-detail #sliderProject ul,
#pa-project-detail #sliderProject li {
	margin:0;
	padding:0;
	list-style:none;
}
#pa-project-detail #sliderProject li { 
	/* 
		define width and height of list item (slide)
		entire sliderHome area will adjust according to the parameters provided here
	*/ 
	margin: 0px;
	width: 770px;
	height: 490px;
	overflow: hidden;
	position: relative;
}		

#pa-project-detail #sliderProject li a,
#pa-project-detail #sliderProject li a:link {
 	text-decoration: none;
}
 
#pa-project-detail p#controls {
	margin:0;
	position:relative;
} 
	
#pa-project-detail #prevBtn, 
#pa-project-detail #nextBtn { 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:39px;
	height:56px;
	position:absolute;
	left: 0px;
	top: 220px;
}	
#pa-project-detail #nextBtn { 
	left:742px;
}														
#pa-project-detail #prevBtn a, 
#pa-project-detail #nextBtn a {  
	display:block;
	width:39px;
	height:56px;
	background:url(/images/spriteme1.png) no-repeat 0 0;
	background-position: -10px -98px;
}	
#pa-project-detail #nextBtn a { 
	background:url(/images/spriteme1.png) no-repeat 0 0;
	background-position: -10px -174px;
}

#pa-project-detail ol#controls {
	float: right;
	height: 24px;
	display: inline;
	margin: 16px -10px 12px 0;
}
#pa-project-detail ol#controls li {
	margin:0 4px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:64px;
}
#pa-project-detail ol#controls li a {
	text-indent:-8000px;
	float: left;
	width: 20px;
	height: 20px;
	display: inline;
	font-size: 11px;
	margin: 0 5px 0 0;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #565656;
	color: #565656;
}
#pa-project-detail ol#controls li.current a {
	background-position: 0 -24px;
	background-color: #3C3C3C;
	color: #3C3C3C;
}
#pa-project-detail ol#controls li a:focus, 
#pa-project-detail ol#controls li a:hover {
	outline:none;
	background-position: 0 -24px;
	background-color: #3C3C3C;
	color: #3C3C3C;
}

.case-study-section {
	clear: both;
	height: 204px;
	margin-bottom: 30px;
}
.case-study-section h2 {
	margin: 0px;
	padding: 0px;
}
.case-study-section p {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #999999;
}
.case-study-box,
.case-study-box-last {
	float: left;
	margin-right: 6px;
	padding: 12px 20px;
	width: 216px;
	height: 180px;
	background: url("/images/bg-case-study-column-top.jpg") no-repeat #1C1C1C;
}
.case-study-box-last {
	margin-left: 0px; 
}

/* Sub Page Formatting -------------------------------------------------- */
.main-column p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 15px;
}
.main-column p.blue {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 15px;
	color: #009FC5;
}
.main-column h2.blue {
	margin: 0px 0px 13px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #009FC5;
}
.main-column h2.yellow {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #EBEB00;
}
.main-column-box {
	float: left;
	width: 210px;
	height: 300px;
}
.main-column-box li {
	font-size: 11px;
}
.main-column h4 {
	margin-bottom: 6px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}
.right-column p.photo-title {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.right-column p.photo-caption {
	margin: 6px 0;
	padding: 0px;
	font-size: 11px;
	color: #999999;
}
.right-sub-box {
	margin-top: 20px;
	margin-right: 6px;
	padding: 16px 26px;
	width: 276px;
	background: url("/images/bg-case-study-column-top.jpg") no-repeat top center #1C1C1C;
}

/* Partners page ------------------------------- */
#pa-partners .right-sub-box ul, #pa-partners .right-sub-box li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#pa-partners .right-sub-box li a {
	display: block;
	padding: 5px 34px;
	color: #FFFFFF;
	text-decoration: none;
}
#pa-partners .right-sub-box li a:hover {
	text-decoration: underline;
}
#pa-partners .right-sub-box li#blog {
	background: url("/images/icon-blog-22px.gif") no-repeat;
}
#pa-partners .right-sub-box li#facebook {
	background: url("/images/icon-facebook-22px.gif") no-repeat;
}
#pa-partners .right-sub-box li#linkedin {
	background: url("/images/icon-linkedin-22px.gif") no-repeat;
}
#pa-partners .right-sub-box li#twitter {
	background: url("/images/icon-twitter-22px.gif") no-repeat;
}
#pa-partners .right-sub-box li#feed {
	background: url("/images/icon-feed.gif") no-repeat;
}
.right-sub-box p {
	margin: 0px;
	padding: 0px;
	color: #999999;
}
.right-sub-box p.yellow {
	margin: 0px;
	padding: 0px;
	color: #EBEB00;
}
/* Alternate List Style for the right-sub-box for the Services page */
#pa-contact .right-sub-box ul.services {
	margin: 5px 0px;
	padding: 0px 0px 0px 14px;
}
#pa-contact .right-sub-box .services li {
	margin: 0px;
	padding: 2px 0px;
	list-style: disc;
	color: #999999;
	font-size: 12px;
}

#pa-contact .right-sub-box .sub {
	padding-top: 5px;
}

/* Contact Landing Page -------------------------------------------------- */
#pa-contact .right-sub-box ul, #pa-contact .right-sub-box li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#pa-contact .right-sub-box li a {
	display: block;
	padding: 5px 34px;
	color: #FFFFFF;
	text-decoration: none;
}
#pa-contact .right-sub-box li a:hover {
	text-decoration: underline;
}
#pa-contact .right-sub-box li#feed {
	background: url("/images/icon-feed.gif") no-repeat;
}

#address p {
	margin: 0px;
}
#address a, #address a:hover {
	color: #999999;
}
#address a:hover, #address a:focus {
	color: #EBEB00;
}

/* Driving Directions Page -------------------------------------------------- */
#pa-directions .main-column .directions-address {
	color: #FFFFFF;
}
#pa-directions .main-column .directions-from {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#pa-directions .main-column ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 14px;
	font-size: 15px;
}
#pa-directions .main-column li {
	margin: 0px;
	padding: 0px;
}

/* Portland Page -------------------------------------------------- */

#pa-portland .right-column .yellow {
	font-size: 12px;
	color: #EBEB00;
}
#pa-portland .right-column .number {
	font-size: 17px;
}
#pa-portland .main-column ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 14px;
	font-size: 15px;
}
#pa-portland .main-column li {
	margin: 0px;
	padding: 0px;
}
#pa-portland .right-sub-box p {
	margin: 10px 0px;
	padding: 0px;
	color: #999999;
}

/* Services Form -------------------------------------------------- */
#pa-contact-form #info1 {
	width: 384px; /* 434 - 50 padding - 30 for pixels */
	padding: 20px 55px 20px 25px;
	margin-left: 30px;
}

#pa-contact-form #submit {
	width: 434px;
	margin: 0;
	padding: 0;
	background: none;
	text-align: right;
}
#pa-contact-form #contact-alert {
	display: none;
}
#pa-contact-form #contact-goals textarea {
	height: 10em;
}
#pa-contact-form #submit {
	position: relative;
}


/* Credits Page -------------------------------------------------- */
#pa-credits .splash {
	background-position: right -130px;
}
#pa-credits .content {
	margin-right: 213px; /* fake center */
	margin-left: 83px; /* 213 - 130 for sidebar */
}
#pa-credits .credit-details {
	background: url('/images/line-solid-gray.gif') no-repeat 50% 100%;
	padding: 20px 0 20px 0;
	clear: both;
	height: 80px;
}
#pa-credits .credit-details img {
	float: left;
	margin: 0 20px 20px 0;
}
#pa-credits .credit-details a {
	text-decoration: none;
}
#pa-credits .credit-details h3 a {
	color: #00A0C6;
}
#pa-credits .credit-details h3 a:hover {
	color: #F0037F;
}
#pa-credits .main-image {
	margin-left: 120px;
}
/* Sitemap -------------------------------------------------- */
#pa-sitemap .splashSub {
	padding-bottom: 20px;
}
#pa-sitemap .content {
	margin-right: 20px; /* fake center */
	margin-left: 0px; /* 213 - 130 for sidebar */
}
#pa-sitemap .sitemap-container {
	width: 100%;
}
#pa-sitemap .sitemap-onecolumn {
	padding-bottom: 24px;
	float: left;
	width: 100%;
}
#pa-sitemap .sitemap-left {
	padding-bottom: 24px;
	height: 200px;
	float: left;
	width: 380px;
}
#pa-sitemap .sitemap-right {
	padding-bottom: 24px;
	height: 200px;
	float: left;
	width: 380px;
}
#pa-sitemap h2 {
	padding-bottom: 6px;
	border-bottom: 1px dotted #009FC5;
	font-size: 24px;
}
#pa-sitemap h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#pa-sitemap h2 a:hover {
	color: #FFFFFF;
}
#pa-sitemap h3 {
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 16px;
}
#pa-sitemap ul li {
	margin: 1px;
	list-style: none;
}
#pa-sitemap li a,
#pa-sitemap li a:link,
#pa-sitemap li a:visited {
	text-decoration: none;
	font-size: 16px;
}
#pa-sitemap li a:hover,
#pa-sitemap li a:focus {
	color: #858585;
	text-decoration: underline;
}
/* Privacy Policy -------------------------------------------------- */
#pa-privacy .splash {
	background-position: right -80px;
}
#pa-privacy .content {
	margin-right: 213px; /* fake center */
	margin-left: 83px; /* 213 - 130 for sidebar */
}

/* 404 Error -------------------------------------------------- */
#pa-404 .splash {
	background-position: right -80px;
}

/* Server Error -------------------------------------------------- */
#pa-error .splash {
	background-position: right -80px;
}

/* System Check -------------------------------------------------- */
#pa-systemcheck .splash {
	background-position: right -100px;
}

/* Benefits -------------------------------------------------- */
#pa-benefits .content {
	margin-right: 213px; /* fake center */
	margin-left: 83px; /* 213 - 130 for sidebar */
}
#pa-benefits #inspiration1 {
	top: 0;
	left: 535px;
}
/* News, Events, Careers -------------------------------------------------- */
#pa-news .main-column-wide {
	width: 758px;
	min-height: 476px;
}
#pa-news .news-listing p {
	margin: 0 0 4px 0;
	padding: 0px;
	font-size: 18px;
}
#pa-news .news-listing a,
#pa-news .news-listing a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#pa-news .news-listing a:hover,
#pa-news .news-listing a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
#pa-news .news-detail-date {
	color: #ffffff;
}

#pa-company #sidebar-menu h2,
#pa-portfolio #sidebar-menu h2,
#pa-contact #sidebar-menu h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #666666;
	font-weight: normal;
}
#pa-company .listing h4 a,
#pa-company .listing h4 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#pa-company .listing h4 a:hover,
#pa-company .listing h4 a:focus {
	text-decoration: underline;
}
#pa-job-details .splashSub {
	padding-bottom: 0px;
}
/*---------------------------------- logos page  ------------*/
#pa-logos .logo-versions {
	margin: 10px 0;
	float: left;
	width: 409px;
}

#pa-logos .logo-types {
	margin-top: 10px;
	padding: 16px;
	background-color: #1C1C1C;
}
#pa-logos .logo-types ul li {
	display: inline;
	margin: 0px;
	padding-right: 10px;
}
#pa-logos .logo-types li.first {
	float: left;
	width: 60px;
	color: #009FC5;
}
#pa-logos .logo-types ul li a {
	color: #FFFFFF;
}
#pa-logos .logo-types ul li a:hover {
	color: inherit;
}

#pa-logos .logo-img {
	margin: 0;
}

/*---------------------------------- Awards page  ------------*/

.awardyear {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border: 0px;
	width: 114px;
	font-size: 18px;
}
.awardname {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border: 0px;
	width: 600px;
	font-size: 18px;
	color: #FFFFFF;
}

/*---------------------------------- Community page  ------------*/

.communityList {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	font-size: 16px;
}

/*---------------------------------- Walking page  ------------*/

.walkingList {
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right: 40px;
	margin-left: 12px;
	font-size: 14px;
}

.newListYear
{
    width: 40px !important;
    display:inline-block;
}

.newListDay
{
    width: 40px !important;
    display:inline-block;   
}

/* Form Testing might be removed -------------------------------------------------- */
.form { float:left; width:390px; }
.form .form-row { width:100%; margin-bottom: 10px; float:left; }
.form .label { float:left; width:120px;margin:6px 0 0 0px; }
.form .check { float:left; width:20px;margin:6px 0 0 0px; }
.form .labelTwo { float:left; width:390px;margin:6px 0 0 0px; text-align:left; }
.form .input-container { float:left; width:260px; text-align:right; }
.form .input-check { float:left; width:320px; text-align:left; }
.form .input-containerTwo { float:right; width:390px; text-align:left; }
	.form .input { width:260px;	height:20px; border:1px solid #c4c4c4; }
	.form .textarea { width:390px; height:120px; border:1px solid #c4c4c4; font-family:Tahoma; font-size:11px; }
	.form .error-input, .form .error-both .input, .form .error-same .input { background-color:#FFEFEF; border-color:#BB6666; color:#660000; }
	.form .error-div { float:right; margin:7px 10px 0 0; color:#935; font-size:10px; }
	.form .error-div-alternative { display:none; -moz-border-radius:10px; -webkit-border-radius:10px; width:800px; top:0; left:50%; position:absolute; z-index:1000; margin-left:-400px; text-align:center; font-size:16px; color:#934; padding:20px 0 20px 0; background-color:#fee; border:solid 2px #d36; border-top-width:0; }
	.form .error-same, .form .error-both { color:#fff; background-color:#b66; -moz-border-radius:3px; }
	.form .sendBtn {
		width:75px;
		height:24px;
		text-align:center;
		background:url(submit-btn-bg.gif) repeat-x 0 0;
		color:#5f5f5f;
		border:1px solid #aaa;
		float:right;
		display:block;
		cursor:pointer;
		font-weight:bold;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
	.form .sendBtn:hover { background:url(submit-btn-bg-hover.gif) repeat-x 0 0; color:#ffffff; border:1px solid #5f5f5f; }
