


nav a {
	width: 145px;
}

.banner h2 {
	font-size: 34px;
	font-size: 3.4rem;
	padding: 42px 175px 0 39px;
}

.oldie .banner h2 {
	font-size: 30px;
	font-size: 3.0rem;
	padding: 60px 170px 0 30px;
}

h3 {
	font-size: 26px;
	font-size: 2.6rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

.container, header {
	width: 690px;
}

.banner article {
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	-o-border-radius: 80px;
	border-radius: 80px;
	height: 160px;
}

.subhead {
	font-size: 26px;
	font-size: 2.6rem;
}

#project_lead:hover {
	width: 650px;
}

#project_lead {
   height: 120px;
	width: 120px;
	padding: 10px;
	margin: 10px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	-o-border-radius: 80px;
	border-radius: 80px;
}

#project_lead .wrap {
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	-o-border-radius: 70px;
	border-radius: 70px;
	height: 120px;
	background: url(/images/project_fade.png) repeat-y -100px 0 transparent;
}

img.project_thumb {
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	-o-border-radius: 70px;
	border-radius: 70px;
   height: 120px;
	width: 120px;
	top: 10px;
	left: 10px;
	/*border: 10px solid #2a2a2a;*/
}

.project_desc {
	padding: 20px 0 0 35px;
	width: 550px;
}

.project_desc img {
	display: block;
}

.grid3 {
	width: 345px;
} 

.case_left, .case_right {
	width: 690px;
	min-height: 320px;
}

.disc, .disc.mid {
	margin: 0 45px 1em 0;
}

.disc.last {
	margin: 0 0 1em 0;
}

.disc.retention {
	margin: 0 0 1em 247px;
}

#statement {
	font-size: 40px;
	font-size: 4.0rem;
	padding: 0 4%;
}
.contact_footer {
	margin: 0 auto;
	width: 100%;
}
.form_left {
	float: left;
	width: 45%;
}

.form_right {
	float: right;
	width: 45%;
}
.form_full {
	clear: both;
}

.oldie .upgrade {display: block;position: absolute;top: 5px;margin: 0 2em;left: 0;text-align: center; width: 100%; font-size: 20px; font-size: 2.0rem;}





.gallery-container,
.gallery-container2 {
	height: 520px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#background-wrapper,
#background-wrapper2 {
	display: block;
	width:100%;
	height:400px;
	overflow:hidden;
	position:absolute;
	top: 50px;
	left: 0;
	z-index: 0;
}
#background-wrapper li,
#background-wrapper2 li {
	display:block; 
	position: relative;
	float:left;
	width:590px;
	height:355px;
	text-align:center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	margin-left: 163px;
	margin-right: 163px;
	margin-top: 20px;
	background: #68a7b7; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #68a7b7 0%, #104e5a 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#68a7b7), color-stop(100%,#104e5a)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #68a7b7 0%,#104e5a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #68a7b7 0%,#104e5a 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #68a7b7 0%,#104e5a 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover,  #68a7b7 0%,#104e5a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68a7b7', endColorstr='#1f7587',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#foreground-wrapper,
#foreground-wrapper2 {
	width:100%;
	height:520px;
	overflow:hidden;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1;
	cursor:hand;
  	cursor:grab;
   cursor:-moz-grab;
  	cursor:-webkit-grab;
}
#foreground-wrapper.grabbing,
#foreground-wrapper2.grabbing  {
	cursor:grabbing;
  	cursor:-moz-grabbing;
	cursor:-webkit-grabbing;
}
#foreground-wrapper li,
#foreground-wrapper2 li {
	display:block; 
	position: relative;
	float:left;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
   height: 450px;
	margin-left: 183px;
   margin-right: 182px;
   margin-top: 20px;
   width: 735px;
	padding: 0;
}

#background,
#background2{
	width:4580px;
	height:100%;
	float:left;
	padding:0;
	margin-left: 630px;
}

#foreground,
#foreground2{
	width:6600px;
	height:100%;
	float:left;
	padding:0;
}

.list{
	list-style:none;
	display:block;
	float:left;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}


.gallery-container img,
.gallery-container2 img {
	position: absolute;
	top: 0; 
	left: 0;
}
.gallery-container #foreground-wrapper img,
.gallery-container2 #foreground-wrapper2 img {
	max-height: 450px;
}
.gallery-container #background-wrapper img,
.gallery-container2 #background-wrapper2 img {
	max-height: 355px;
}
.gallery-container .case_desc,
.gallery-container2 .case_desc {
	float: right;
	width: 215px;
	margin: 25px 0 0 0;
}

.card header {
	height: 210px;
}

.indent article {
	font-size: 24px;
}

.indent p,
.indent li {
	font-size: 22px;
}

.visible-medium {
	display: inline-block;
}

.hide-medium {
	display: none;
}




/*

.gallery-background {
	display: block;
	 left: 0;
    padding: 0 500px;
    position: absolute;
    top: 65px;
    width: 5340px;
    z-index: 0;
}

.gallery-foreground {
    z-index: 1;
	 left: 0;
    position: absolute;
    top: 20px;
    width: 6600px;
	 margin: 0 auto;	
	 cursor:hand;
  	 cursor:grab;
    cursor:-moz-grab;
  	 cursor:-webkit-grab; 
}
.gallery-container li {
   display: block;
   float: left;
	position: relative;
	margin-bottom: 0;
}


*/


