html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 840px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:50px;
}

.container_12 .grid_2 {
	width:120px;
}

.container_12 .grid_3 {
	width:190px;
}

.container_12 .grid_4 {
	width:260px;
}

.container_12 .grid_5 {
	width:330px;
}

.container_12 .grid_6 {
	width:400px;
}

.container_12 .grid_7 {
	width:470px;
}

.container_12 .grid_8 {
	width:540px;
}

.container_12 .grid_9 {
	width:610px;
}

.container_12 .grid_10 {
	width:680px;
}

.container_12 .grid_11 {
	width:750px;
}

.container_12 .grid_12 {
	width:820px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:70px;
}

.container_12 .prefix_2 {
	padding-left:140px;
}

.container_12 .prefix_3 {
	padding-left:210px;
}

.container_12 .prefix_4 {
	padding-left:280px;
}

.container_12 .prefix_5 {
	padding-left:350px;
}

.container_12 .prefix_6 {
	padding-left:420px;
}

.container_12 .prefix_7 {
	padding-left:490px;
}

.container_12 .prefix_8 {
	padding-left:560px;
}

.container_12 .prefix_9 {
	padding-left:630px;
}

.container_12 .prefix_10 {
	padding-left:700px;
}

.container_12 .prefix_11 {
	padding-left:770px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:70px;
}

.container_12 .suffix_2 {
	padding-right:140px;
}

.container_12 .suffix_3 {
	padding-right:210px;
}

.container_12 .suffix_4 {
	padding-right:280px;
}

.container_12 .suffix_5 {
	padding-right:350px;
}

.container_12 .suffix_6 {
	padding-right:420px;
}

.container_12 .suffix_7 {
	padding-right:490px;
}

.container_12 .suffix_8 {
	padding-right:560px;
}

.container_12 .suffix_9 {
	padding-right:630px;
}

.container_12 .suffix_10 {
	padding-right:700px;
}

.container_12 .suffix_11 {
	padding-right:770px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:70px;
}

.container_12 .push_2 {
	left:140px;
}

.container_12 .push_3 {
	left:210px;
}

.container_12 .push_4 {
	left:280px;
}

.container_12 .push_5 {
	left:350px;
}

.container_12 .push_6 {
	left:420px;
}

.container_12 .push_7 {
	left:490px;
}

.container_12 .push_8 {
	left:560px;
}

.container_12 .push_9 {
	left:630px;
}

.container_12 .push_10 {
	left:700px;
}

.container_12 .push_11 {
	left:770px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-70px;
}

.container_12 .pull_2 {
	left:-140px;
}

.container_12 .pull_3 {
	left:-210px;
}

.container_12 .pull_4 {
	left:-280px;
}

.container_12 .pull_5 {
	left:-350px;
}

.container_12 .pull_6 {
	left:-420px;
}

.container_12 .pull_7 {
	left:-490px;
}

.container_12 .pull_8 {
	left:-560px;
}

.container_12 .pull_9 {
	left:-630px;
}

.container_12 .pull_10 {
	left:-700px;
}

.container_12 .pull_11 {
	left:-770px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted invert}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

/* Welcome to CARBON */
/* Styles! pour la CARBON Ver 5.0 */
/* http://hellocarbon.ca */

/* Global ----------------------------------------------------------------- */
body {
	background: #f0f0f0;
	color: #6d6d6d;
  font: 9pt/1.5 "Helvetica Neue", Helvetica, Verdana, Tahoma, Arial, Sans-Serif;
}
a,
a:visited {
  color: #924494;
  cursor: pointer;
  outline-color: -moz-use-text-color !important;
  outline-style: none !important;
  outline-width: medium !important;
	text-decoration: none;
}
a:hover,
a:visited:hover {
	color: #c284c4;
}
abbr {
  cursor: help;
  font-variant: small-caps;
}
blockquote {
  border-left: 5px solid #ccc;
  color: #555;
  font-size: 1.125em;
  font-style: italic;
  font-family:  Georgia, serif; 
  line-height: 1.6;
  margin: 10px 0 20px 0;
  padding: 14px 30px 14px 20px;
  text-align: justify;
  width: 388px;
}
blockquote p {
  margin: 10px 0;
}
blockquote:first-letter {
  background: transparent url( images/open-quote.png ) no-repeat scroll 0 -6px;
  padding-left: 26px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Constantia", "Lucida Bright", "Lucidabright", "Lucida Serif", "Lucida", "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida", Arial, sans-serif;
	font-weight: normal;
}
h1 .ampersand, h2 .ampersand, h3 .ampersand, h4 .ampersand, h5 .ampersand, h6 .ampersand {
	color: #686868;
	font-family: Georgia, serif;	
	font-size: 1.625em;
	font-style: italic;
	left: 97px;
	position: absolute;
	top: -2px;
}
h1 {
	color: #555;
  letter-spacing: -0.05em;
	font-size: 3.75em;
	margin: 20px 0 0 0;
}
h2 {
  color: #b969aa;
	font-size: 1.8em;
  letter-spacing: -0.02em;
	line-height: 1;
	margin: 0 0 5px 0;
	position: relative;
}
h2 a, h3 a, h4 a {
	border-bottom: 1px solid #F8F8F8;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	border-bottom: 1px solid #F9B9EA;
	color: #c284c4 !important;
}
h3 {
	font-size: 1.5em;
	margin: 0.5em 0 0;
}
h4 {
	font-size: 1.95em;
	margin: -2px 0 0 0;
	white-space: nowrap;
}
h5 {
	color: #717171;
  font-size: 1.5em;
	font-style: italic;
	margin: 0.8em 0;
	position: relative;
}
h5 .ampersand {
	color: #bdbdbd;
	font-size: 2.5em;
}
h6 {
  font-size: 1.25em;
}
h2 a, h3 a {
	color: #a4a4a4 !important;
}
h4 a {
	color: #686868 !important;
}
.following {
	margin: 0;
}
hr {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #fff;
  clear: both;
  color: #fff;
  float: none;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  width: 100%;
}
img {
	border: 0;
}
object {
  display: block;
  outline: none;
}
p {
	line-height: 1.8;
  margin: 0 0 10px 0;
}
strong em {
  font-size: 0.825em;
  font-weight: normal;
}
table {
	/*border: 3px solid #000;*/
	color: #222;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
td {
	border-top: 1px dotted #ebbc21;
	vertical-align: top;
	padding: 2px 5px 0 5px;
}
th {
	border-bottom: 1px dotted #ebbc21;
	font-size: 14px;
	margin: 0;
	padding: 6px 2px 2px 4px;
	text-transform: uppercase;
}
tr {
	height: 35px;
}
ul {
  list-style: none;
  margin: 0 0 16px 0;
}
li {
  margin: 0;
  padding: 0;
}
::-moz-selection {
  background: #555;
  color: #fff;
} 
::selection {
  background: #555;
  color: #fff;
}

/* Body Background ------------------------------ */
#outer {
	/*margin: 0 0 0 10%;*/
	/*max-width: 96em;*/
	/*height: 100%;*/
	position: relative;
	width: 100%;
	z-index: 2;
}
.inner {
	margin: 0 0 0 10%;
	position: relative;
	width: 780px;
}
p.dashed-ruler {
	color: #dfdede;
	font-size: 0.75em;
	letter-spacing: 0.2em;
	margin: 0 0 0.5em 0;
	overflow: hidden;
	white-space: nowrap;
}
p.tags {
	clear: both;
	margin: 1em 0;
}
p.tags a {
	font-style: italic;
}
.grid {
	width: 100%;
	margin: 0 0 0 23px;
	position: relative;
	z-index: 3000;
}
.grid .left,
.grid .middle,
.grid .right,
.grid .halved {
	display: inline;
	float: left;
	height: 226px;
	margin-right: 28px;
	width: 230px;
}
#triangle-pattern-1,
#triangle-pattern-2,
#triangle-pattern-3,
#triangle-pattern-4 {
	background: transparent url( images/triangle_pattern1.png ) repeat-y scroll 100% 0;
	height: 100%;
	float: left;
	max-width: 168px;
	opacity: 0.95;
	position: fixed;
	left: 0;
	top: 0;
	width: 8%;
	z-index: 3;
}
#triangle-pattern-2 {
	background: transparent url( images/triangle_pattern2.png ) repeat-y scroll 100% top;
}
#triangle-pattern-3 {
	background: transparent url( images/triangle_pattern3.png ) repeat-y scroll 100% top;
}
#triangle-pattern-4 {
	background: transparent url( images/triangle_pattern4.png ) repeat-y scroll 100% top;	
}

/* Header ----------------------------------------------------------------- */
header {
	background: #e7e7e7 url( images/bg_header.jpg ) no-repeat scroll left bottom;
	display: block;
	height: 110px;
	position: relative;
	width: 100%;
}
#top-contact {
	color: #aaa;
	font-size: 1em;
	height: 20px;
	position: absolute;
	right: -5px;
	top: 10px;
	width: 400px;
}
dl {
  margin: 0.5em 0.5em 0 0;
}
dt {
  float: right;
  margin: 0 0 10px 4px;
  font-size: 0.875em;
  margin-bottom: 10px;
}
dd {
	color: #ccc;
  float: right;
  font-size: 0.825em;
  margin: 0 0 0 1em;
}
dd a {
  font-size: 1em !important;
}
dt.icon {
	background: transparent url( images/spritemap.png ) no-repeat scroll -58px -3px;
	height: 17px;
	overflow: hidden;
	text-indent: 1000px;
	width: 22px;
}
dt#email {
	background-position: -37px -3px;
	margin-right: 18px;
}
dd a {
	color: #CCC;
}
#logo {
	display: none;
	float: left;
	margin: 45px 0 0 18px;
	height: 55px;
	width: 252px;
}

/* Navigation ------------------------------ */
nav {
	display: none;
	float: right;
	height: 24px;
	position: absolute;
	right: -6px;
	top: 18px;
	width: auto;
}
/* Overwrites nav positioning in header */
header nav {
	top: 64px;
}
nav ul {
	height: 8px;
  list-style: none;
}
nav ul li {
	float: left;
  margin: 0 0 0 36px;
	/*margin: 0 0 0 16px;*/
}
nav a,
nav a:visited {
	background: transparent url( images/bg_nav_li_a.png ) no-repeat scroll left top;
	border: 0;
	color: #99006d;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida", Arial, sans-serif;
	font-size: 1.125em;
	letter-spacing: -0.03em;
	padding: 3px 8px 3px;
  text-decoration: none;
}
nav a:hover,
nav a:hover:visited {
	background: transparent url( images/bg_nav_li_a.png ) no-repeat scroll left top;
	
	border: 0;
	color: #b91b8d;
  
  -moz-box-shadow: 2px 2px 1em rgba(193, 193, 193, 0.2);
  -webkit-box-shadow: 2px 2px 1em rgba(193, 193, 193, 0.2);
  box-shadow: 2px 2px 1em rgba(193, 193, 193, 0.2);
}

/* Content Link Stylings ------------------- */
#banner p a {
	border-bottom: 1px solid #f9b9ea;	
}
#banner p a:hover {
	border-bottom: 1px solid #a9a99a;
}

/* Banner ---------------------------------- */
#banner {
	background: #FAF9F7 url( images/bg_banner.jpg ) repeat scroll left top;
	display: block;
	height: 790px;
	padding-top: 20px;
	position: relative;
}
#banner h2 {
	color: #a4a4a4;
}
#banner b {
	color: #333;
	text-shadow: 1px 1px 1px rgba( 255, 255, 255, 0.9 );
}
#index-banner {
	display: none;
	height: 750px;
	left: 0;
	position: absolute;
	top: -23px;
	width: 980px;
}
#index-banner #hand {
  background: transparent url( images/spritemap.png ) no-repeat scroll 0 -112px;
	height: 735px;
	left: -53px;
	position: absolute;
	top: 23px;
	width: 950px;
	z-index: 2030;
}
#index-banner #thumb {
  background: transparent url( images/spritemap.png ) no-repeat scroll -791px 0;
	height: 57px;
	left: 338px;
	position: absolute;
	top: 459px;
	width: 90px;
	z-index: 2039;
}
#index-banner #slideshow {
	float: left;
  height: 440px;
	margin: 61px 23px 0;
	overflow: hidden;
	position: relative;
  width: 750px;
	z-index: 2036;
}
#twitter {
	display: block;
	height: 124px;
	overflow: hidden;
	position: relative;
}
#twitter a.follow-us {
	background: transparent url( images/spritemap.png ) no-repeat scroll -51px -970px;
	display: block;
	height: 20px;
	border: 0;
	margin: 16px 0 0 0;
	position: relative;
	text-indent: 35px;
	width: 80%;
}
#twitter a.follow-us:hover {
	border: 0;
}
span.twitter-details {
  color: #c1c2c4;
  text-decoration: none;
}
#banner h2 {
	color: #afafaf;
}
#banner h2 a:hover {
	margin: 0;
}
h2#banner-email {
	margin: 6px 0 10px 0;
}
h2#banner-phone {
	color: #853888;
	font-size: 2.5em;
	margin: 6px 0 2px 0;
}
#banner .grid {
	height: 250px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 510px;
}
#banner .grid .right {
	margin: 7px 0 0 0;
	text-align: center;
}
#banner p.tags {
	margin-top: 60px;
}
h2 img {
	margin: 0 6px 0 0;
	vertical-align: text-bottom;
}
h2 span.push-right {
	padding-left: 32px;
}

/* Main ---------------------------------- */
#what-you-get {
	background: #faf8f3 url( images/bg_what_you_get.jpg ) no-repeat scroll left top;;
	display: block;
	height: 890px;
	padding-top: 20px;
	position: relative;
}
#what-you-get nav a {
	color: #b90000;
}
#what-you-get nav a:hover {
	color: #d91b1b;
}
#what-you-get h1 {
	color: #A23729;
}
#what-you-get h2 {
	color: #cb3b27;
	margin: 10px 0 8px 0;
}
#what-you-get h2 span {
	color: #f13e23;
	margin-left: 10px;
}
#what-you-get h3 {
	color: #533;
}
#what-you-get p {
	color: #686868;
}
#what-you-get p a {
	color: #d91b1b;
}
#what-you-get p a:hover {
	color: #f93b3b;
}
#what-you-get p.dashed-ruler {
	color: #dfdede;
	margin-top: 45px;
}
img#circles-bnw {
	float: right;
	margin: 16px 0 0 0;
}
#expand {
	margin-top: 1em;
}
#expand div {
	height: 180px;
	margin: 0.5em 0;
	position: relative;
	width: 480px;
}
#expand p {
	line-height: 2.2;
	margin: 0;
	text-shadow: 1px 1px 0 #f4f4f4;
}
#expand a.flyout-link {
	background-position: -297px -890px;
	bottom: 22px;
	color: #752016;
	display: block;
	font-size: 1.3em;
	height: 23px;
	padding: 9px 36px 3px 0;
	position: absolute;
	right: 0;
	text-indent: 0;
	text-align: right;
	width: 98px;
}
#expand a.flyout-link:hover {
	background-position: -297px -925px;
	color: #d00e0e;
}
#what-you-get a#creative-flyout-link {
	background-position: -304px -890px;
	width: 92px;
}
#what-you-get a#creative-flyout-link:hover {
	background-position: -304px -925px;
}
#what-you-get a#production-flyout-link {
	background-position: -335px -890px;
	width: 60px;
}
#what-you-get a#production-flyout-link:hover {
	background-position: -335px -925px;
}
#flyouts {
	background: #191717;
	
	height: 772px;
	left: -1500px;
	padding-left: 350px;
	position: absolute;
	top: 56px;
	width: 800px;
	z-index: 500;
}
#flyout-controls {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 480;
}
a.x-button {
	background-color: #980000;
	background-position: -233px -890px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	z-index: 501;
}
a.x-button:hover,
a.x-button:focus,
a.x-button:active {
	background-position: -233px -930px;
}
#flyout-controls #tabs a {
	background-position: -274px -983px;
	height: 140px;
	opacity: 0.85;
	position: absolute;
	top: 60px;
	right: -38px;
	width: 70px;
	z-index: 502;
}
#flyout-controls #tabs a:hover,
#flyout-controls #tabs a.selected {
	background-position: -544px -983px;
	opacity: 0.92;
}
#flyout-controls #tabs a#production-tab {
	background-position: -366px -983px;
	top: 180px;
	z-index: 503;
}
#flyout-controls #tabs a#production-tab:hover {
	background-position: -636px -983px;
}
#flyout-controls #tabs a#interactive-tab {
	background-position: -456px -983px;
	top: 316px;
	z-index: 504;
}
#flyout-controls #tabs a#interactive-tab:hover {
	background-position: -726px -983px;
}
.flyout {
	color: #a7a6a6;
	display: none;
	height: 780px;
	left: 212px;
	position: absolute;
	top: 0;
	width: 938px;
	z-index: 399;
}
.flyout .inner {
	margin-left: 138px !important;
}
.flyout .grid {
	margin: 0;
}
.flyout .grid .left,
.flyout .grid .middle,
.flyout .grid .right {
	margin-right: 46px;
	width: 198px;
}
#what-you-get .flyout .halved {
	margin-right: 38px;
	width: 200px;
}
#what-you-get .flyout .inner {
	margin: 35px 0 0 212px;
	width: 700px;
}
#what-you-get .flyout h2 {
	color: #e22810;
}
#what-you-get .flyout h2 span {
	color: #a8372e;
}
#what-you-get .flyout h2 {
	text-shadow: 1px 1px 0 #000;
}
#what-you-get .flyout h5#brand-identity,
#what-you-get .flyout h5#pins-stickers {
	word-spacing: 2.1em;
}
#what-you-get .flyout h5#brand-identity span.ampersand {
	top: -22px;
	left: 60px;
}
#what-you-get .flyout h5#cms-content-care {
	margin-top: 3.3em;
}
#what-you-get .flyout h5#cms-content-care span.ampersand {
	top: -22px;
	left: 46px;
}
#what-you-get .flyout h5#project-management {
	margin-top: 2em;
}
#what-you-get .flyout h5#pins-stickers span.ampersand {
	top: -22px;
	left: 42px;
}
#what-you-get .flyout h5#apparel {
	margin-top: 74px;
}
#what-you-get .flyout h5#promotional-materials {
	margin-top: 30px;
}
#what-you-get .flyout h5#ruby-on-rails-mysql span.ampersand {
	top: -22px;
	left: 125px;
}
#what-you-get .flyout h5#blog-twitter-social-media {
	margin-top: 60px;
}
#what-you-get .flyout h5#blog-twitter-social-media span.ampersand {
	top: -22px;
	left: 114px;
}
#what-you-get .flyout h5#merchant-accounts {
	margin-top: 20px;
}
#what-you-get .flyout p {
	color: #a7a6a6;
	text-shadow: 1px 1px 0 #000;
}
#what-you-get .flyout p em {
	color: #bdbdbd;
}
#creative {
	background: #191717 url( images/bg_flyout_creative.png ) no-repeat scroll 0 0;
}
#production {
	background: #191717 url( images/bg_flyout_production.png ) no-repeat scroll 0 0;
}
#interactive {
	background: #191717 url( images/bg_flyout_interactive.png ) no-repeat scroll 0 0;
}
#interactive .left,
#production .left {
	width: 442px;
}
#interactive .left div {
	margin-top: 23px;
}
#creative .middle img {
	margin: 0 0 0 -12px;
}
#interactive .right img {
	margin: 3px 0 0 -10px;
}
#production .right img {
	margin: 0 0 0 -5px;
}

/* Contact ------------------------------ */
#we-should-talk {
	background: #e7e7e7 url( images/bg_banner.jpg ) repeat scroll left top;
	display: block;
	height: 792px;
	padding-top: 20px;
	position: relative;
}
#we-should-talk div {
	position: relative;
}
#we-should-talk h2 {
	color: #27b6cb;
	margin: 10px 0 8px;
}
#we-should-talk a {
	color: #27b6cb !important;
}
#we-should-talk a:hover {
	border-bottom: 1px solid #27b6cb !important;
	color: #57e6fb !important;
}
#we-should-talk p {
	width: 460px;
}
#contact-board {
	float: right;
	margin-top: 34px;
	overflow: hidden;
	text-align: center;
	width: 210px;
}
#contact-board h2 {
	color: #999;
	font-size: 1.6em;
	margin: 4px 0 2px;
}
#contact-board h2 .ampersand {
	left: 89px;
}
#contact-board p.dashed-ruler {
	margin: 0 auto;
	width: 190px;
}
#contact-phone {
	font-size: 2.2em !important;
}
#contact-board h2#contact-address {
	color: #ccc;
	font-size: 1.5em;
	line-height: 2;
}

/* Contact Form ------------------------------------------------------------- */
#contact-form {
	margin-top: 1em;
	width: 500px;
	z-index: 2012;
}
.button {
	background: transparent url( images/spritemap.png ) no-repeat scroll left top;
	border: 0 !important;
	cursor: pointer;
	display: block;
	height: 25px;
	margin: 0;
	overflow: hidden;
	text-align: left;
	text-indent: -10000px;
	width: 140px;
}
.button:hover {
	background-position: 0 -25px;
}
.button:focus,
.button:active {
	background-position: 0 -50px;
}
input,
select,
textarea {
	-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

  border-radius: 3px;
	background: #f0f0f0;
	border: 1px solid rgba( 120, 120, 120, 0.2 );
	
  color: #666;
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 1.2em;
	margin: 4px 25px 12px 0;
	padding: 2px 5px;
	width: 450px;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
	background: #f4f4f4 !important;
}
input[type='hidden'] {
	display: none;
}
input[type='submit'] {
	margin-top: 4px;
	width: 240px;
}
label {
	display: block;
	font-weight: bold;
	margin: 10px 0 0 2px;
}
textarea {
  color: #666;
	height: 140px;
	padding: 4px 5px;
	width: 452px;
}
input.submit:hover {
	color: #f00 !important;
	cursor: pointer !important;
}
input.submit:focus,
input.submit:active {
	color: #f00;
	cursor: pointer;
}
#submit-button {
	background-position: 0 0;
	height: 37px;
	margin-left: 16px;
}
#submit-button:hover {
	background-position: -172px -110px;
}
#submit-button:focus,
#submit-button:active {
	background-position: -172px -147px;
}
#errorExplanation {
	background: #fff;
	border: 1px dashed #F5aD92;
	height: auto;
	padding: 1em 2em;
	width: 314px;
}
#errorExplanation h2 {
	font-size: 1.25em;
}
#errorExplanation p {
	font-weight: bold;
}
#errorExplanation ul li {
	display: inline;
	margin-right: 1em;
}
#errorExplanation ul li:before {
	content: "- ";
}

/* Portfolio ------------------------------ */
#what-we-do {
	background: #1E1F10 url( images/bg_portfolio.jpg ) no-repeat scroll left top;
	color: #7Fa0c4;
	display: block;
	height: 898px;
	padding-top: 20px;
	position: relative;
}
#what-we-do p strong, #what-we-do p b, #what-we-do .bright {
	color: #aFd0f4;
}
#what-we-do div {
	position: relative;
}
#what-we-do a {
	color: #98b6eC;
	text-shadow: 1px 1px 1px #222;
	text-decoration: underline;
}
#what-we-do a:hover {
	color: #fff;
}
#what-we-do nav a:hover {
	color: #98b6eC;
}
#what-we-do nav a {
	color: #fff;
	text-decoration: none;
}
#what-we-do h1 {
  color: #fff;
	text-shadow: 1px 1px 1px #fff;
}
#what-we-do h2 {
  color: #3881a8;
	margin: 10px 0 8px;
}
#what-we-do hr { /* this is a repeat */
  background: #1b1b1b none repeat scroll 0 0;
  border-top: 10px solid #1b1b1b;
  color: #1b1b1b;
  background: rgba( 100, 100, 100, 0.1 ) none repeat scroll 0 0;
  border-top: 10px solid rgba( 100, 100, 100, 0.1 );
  color: rgba( 100, 100, 100, 0.1 );
}
#what-we-do #project-grid {
	width: 780px;
}
#what-we-do div.project-thumb {
	border: 4px solid rgba( 255, 255, 255, 0.04 );
	
	float: left;
	height: 140px;
	margin: 1em 18px 1em 0;
	overflow: hidden;
	position: relative;
	width: 240px;
}
#what-we-do div.project-thumb:hover {
	border: 4px solid rgba( 255, 255, 255, 0.2 );
}
/*#what-we-do div.project-thumb .image {
  display: block;
	height: 600px;
  outline: none;
	overflow: hidden;
  margin: 0 0 10px 0;
	width: 480px;
}*/
#what-we-do div.project-thumb img {
	border: 2px solid rgba( 0, 0, 0, 0.2 );
}
#what-we-do div.project-thumb img:hover {
	border: 2px solid rgba( 0, 0, 0, 0.45 );
}
.tooltip {
	background: transparent url( images/spritemap.png ) no-repeat scroll -194px 10px;
	color: #fff;
	display: none;
	font-weight: bold;
	height: 59px;
	padding: 33px 35px;
	/*text-align: center;*/
	text-shadow: 1px 1px 0 #000;	
	width: 160px;
	z-index: 4;
}
#what-we-do #portfolio-button {
	background-position: -51px -886px;
	border: 0;
	color: #206AA7;
	float: right;
	font-size: 1em;
	font-weight: bold;
	height: 20px;
	margin-top: 10px;
	padding: 18px 0 3px 0;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-shadow: 0;
	width: 178px;
}
#what-we-do #portfolio-button:hover {
	background-position: -51px -926px;
	color: #6996BC;
}

/* Photos ------------------------------ */
ul.photos {
  list-style: none;
  margin: 0;
}
ul.photos li {
	border: 6px solid rgba( 255, 255, 255, 0.04 );
  background-image: none;
  cursor: pointer;
  display: block;
	float: left;
	height: 132px;
	
  margin: 0 20px 0 0;
  padding-left: 0;
	width: 228px;
}
ul.photos li.selected {
	border: 6px solid rgba( 255, 255, 255, 0.25 );
}
ul.photos li:hover {
	border: 6px solid rgba( 255, 255, 255, 0.5 );
}
ul.photos li img {
	border: 4px solid rgba( 0, 0, 0, 0.2 );	
}

/* Footer ----------------------------------------------------------------- */
footer {
	background: #212121 url( images/bg_footer.jpg ) no-repeat scroll 0 0;
	color: #555;
	display: block;
	height: 300px;
	padding-top: 18px;
	position: relative;
}
footer a {
	border: 0;
	color: #888;
	text-shadow: 1px 1px 1px #000;
}
footer a:hover {
	color: #ddd;
	text-shadow: 1px 1px 1px #999;
}
footer div {
	position: relative;
}
footer p {
	color: #888;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}
footer .column1,
footer .column2,
footer .column3 {
  float: left;
  height: 125px;
  margin-right: 16px;
  position: relative;
}
footer .column1 {
  width: 320px;
}
footer .column2 {
  width: 240px;
}
footer .column3 {
  border: 0;
  margin: 0;
  width: 240px;
}

#footer img.map {
  float: right;
  height: 111px;
  position: absolute;
  right: 12px;
  top: 20px;
  width: 65px;
}
#link-list {
	float: right;
	margin: 38px 120px 0 0;
}
#link-list ul {
	margin-top: 10px;
}
#link-list li {
	margin-top: 6px;
}
#link-list a,
#link-list a:visited {
	color: #545454;
	font-size: 1em;
}
#link-list a:hover {
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}
#ajax-subscribe {
	height: 200px;
	float: right;
  position: relative;
	margin: 38px -4px 0 0;
	width: 254px;
}
#ajax-subscribe label,
#ajax-subscribe input {
	font-family: "Constantia", "Lucida Bright", "Lucidabright", "Lucida Serif", "Lucida", "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
#ajax-subscribe label {
	color: #666;
	font-size: 0.825em;
  font-weight: normal;
	margin: 8px 0 4px 4px;
	text-shadow: 1px 1px 0 #121212;	
	text-transform: lowercase;
}
#ajax-subscribe input.text {
  color: #333;
  margin: 0 4px 4px 0;
  padding: 2px;
	width: 244px;
}
#ajax-subscribe input.text:hover {
	background: #d9d9d9 !important;
}
#ajax-subscribe input.submit {
	color: #222;
	font-family: "Constantia", "Lucida Bright", "Lucidabright", "Lucida Serif", "Lucida", "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 1em;
	padding: 4px 0;
  margin: 16px 0 0 0;
	width: 120px;
}
#ajax-subscribe #confirmation {
	background: #333;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	padding: 5px 10px;
}

/* Misc ----------------------------------------------------------------- */
/* Hides flash replaced content */
.alt {
  display: none;
}
img.subscribe {
  margin-bottom: -3px;
}
#map {
  border: 2px solid #272727;
  height: 303px;
  margin-top: 34px;
  width: 402px;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(images/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images/colorbox are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=stylesheets/images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=stylesheets/images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=stylesheets/images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=stylesheets/images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=stylesheets/images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=stylesheets/images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=stylesheets/images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=stylesheets/images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


/* Misc ------------------------------ */
.no-border,
.no-border:hover {
  border: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.underline {
	text-decoration: underline !important;
}
.last {
	margin-right: 0 !important;
}

/* Font Sizes ------------------------------ */
.small {
  font-size: 80% !important;
}
.large {
  font-size: 120% !important;
}

/* Clearfix ------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
  display: inline-table;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}