* { 
	margin: 0; 
	padding: 0; 
}
BODY { 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: .725em;
	line-height: 1.4em;
}
/* --- General Links --- */

a {
	color: #656461;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF7900;
}

/* --- Client Formatting --- */


.textsmallest { font-size: 80%}
.textsmaller { font-size: 85%}
.textlarger { font-size: 120%}
.textlargest { font-size: 140%}
.alerttext { color:#f00; font-weight:bold}

/* --- Layout Elements --- */

/* Header */
#header {
	margin: 0 auto;
	width: 650px;
	height: 95px;
}
#header h1 {
	margin: 0;
	padding: 40px 0 0 0;
}
#header h1 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 206px;
	height: 43px;
	margin: 0 0 0 0;
	background: url('/images/layout/logo_no_tagline.gif') no-repeat bottom left;
}
#header h1 a.tagline {
	background: url('/images/layout/logo_w_tagline.gif') no-repeat bottom left;
}

#headernav {
	width:642px;
	margin-top:-16px;
	text-align:right;
	text-align: right;
	color: #b6b3a4;
	font-size: .95em;
}
#headernav a {
	color: #777;
	text-decoration: none;
}
#headernav a:hover {
	margin: 0 -2px;
	padding: 0 2px;
	background-color: #b6b3a4;
	color: #fff;
}

/* Content */
#contentwrapper {
	background-color: #eae7d8;
	padding: 3px 0;
}
#content {
	margin: 0 auto;
	width: 650px;
	background-color: #fff;
}
#left_column {
	float: left;
	width: 325px;
}
#right_column {
	float: right;
	width: 325px;
}
#one_column {
	height: 325px;
}
#content p {
	margin: 5px 20px 10px 20px;
	color: #777;
}
#content h2 {
	font-size: 2.1em;
	line-height: 1em;
	letter-spacing: -1px;
	color: #656461;
	margin: 40px 20px 10px 20px;
}
span#header_sm_text {
	font-size: .5em;
	letter-spacing: 0;
	color: #ff7900;
}
#content ul {
	margin: 5px 20px 5px 33px;
	color: #777;
}
/* Nav */
ul#main_nav {
	width: 650px;
	position: relative;
	margin: 0 auto;
}
ul#main_nav li {
	float: left;
	display: inline;
	list-style-type: none;
}
ul#main_nav li a {
	display: block;
	width: 160px;
	height: 81px;
	margin: 3px 3px 0 0;
}
ul#main_nav span {
	display: block;
	text-indent: -9999px;
}

/* Main Nav Items Regular */
ul#main_nav li#main_nav_what_we_do a { background: url('/images/layout/nav/main/what_we_do.gif') 0px 0px; }
ul#main_nav li#main_nav_how_we_work a {	background: url('/images/layout/nav/main/how_we_work.gif') 0px 0px; }
ul#main_nav li#main_nav_who_we_are a { background: url('/images/layout/nav/main/who_we_are.gif') 0px 0px; }
ul#main_nav li#main_nav_our_work a { background: url('/images/layout/nav/main/our_work.gif') 0px 0px; width: 161px; margin-right: 0px; }
/* Main Nav Items Hover */
ul#main_nav li#main_nav_what_we_do a:hover { background-position: -160px 0px; }
ul#main_nav li#main_nav_how_we_work a:hover { background-position: -160px 0px; }
ul#main_nav li#main_nav_who_we_are a:hover { background-position: -160px 0px; }
ul#main_nav li#main_nav_our_work a:hover { background-position: -161px 0px; }
/* Main Nav Items Active */
ul#main_nav li#main_nav_what_we_do a.active, ul#main_nav li#main_nav_what_we_do a.active:hover { background-position: -320px 0px; margin-top: 0px; border-top: 3px solid #656461; }
ul#main_nav li#main_nav_how_we_work a.active, ul#main_nav li#main_nav_how_we_work a.active:hover { background-position: -320px 0px; margin-top: 0px; border-top: 3px solid #656461; }
ul#main_nav li#main_nav_who_we_are a.active, ul#main_nav li#main_nav_who_we_are a.active:hover { background-position: -320px 0px; margin-top: 0px; border-top: 3px solid #656461; }
ul#main_nav li#main_nav_our_work a.active, ul#main_nav li#main_nav_our_work a.active:hover { background-position: -322px 0px; margin-top: 0px; border-top: 3px solid #656461; }

ul#main_nav li#main_nav_our_work a.active_no_border, ul#main_nav li#main_nav_our_work a.active_no_border:hover { background-position: -322px 0px; margin-top: 3px; }

/* Sub Nav */

ul#subnav_what_we_do, ul#subnav_how_we_work, ul#subnav_who_we_are {
	width: 650px;
	margin: 0 auto;
	border-top: 3px solid #EAE7D8;
}
ul#subnav_what_we_do li, ul#subnav_how_we_work li, ul#subnav_who_we_are li {
	float: left;
	display: inline;
	list-style-type: none;
}
ul#subnav_what_we_do li a, ul#subnav_how_we_work li a, ul#subnav_who_we_are li a {
	display: block;
	height: 38px;
}
ul#subnav_what_we_do span, ul#subnav_how_we_work span, ul#subnav_who_we_are span {
	display: block;
	text-indent: -9999px;
}

/* What We Do Subpages */
/* Regular */
ul#subnav_what_we_do li#identity a { width: 99px; background: url('/images/layout/nav/what_we_do/identity_99w.gif') 0px 0px; }
ul#subnav_what_we_do li#face_to_face a { width: 120px; background: url('/images/layout/nav/what_we_do/face_to_face_120w.gif') 0px 0px; }
ul#subnav_what_we_do li#sales_and_deliverables a { width: 256px; background: url('/images/layout/nav/what_we_do/sale_deliverables_256w.gif') 0px 0px; }
ul#subnav_what_we_do li#digital_and_interactive a { width: 175px; background: url('/images/layout/nav/what_we_do/digital_interactive_175w.gif') 0px 0px; }
/* Hover */
ul#subnav_what_we_do li#identity a:hover { background-position: -99px 0px; }
ul#subnav_what_we_do li#face_to_face a:hover { background-position: -120px 0px; }
ul#subnav_what_we_do li#sales_and_deliverables a:hover { background-position: -256px 0px; }
ul#subnav_what_we_do li#digital_and_interactive a:hover { background-position: -175px 0px; }
/* Active */
ul#subnav_what_we_do li#identity a.active, ul#subnav_what_we_do li#identity a.active:hover { background-position: -99px 0px; }
ul#subnav_what_we_do li#face_to_face a.active, ul#subnav_what_we_do li#face_to_face a.active:hover { background-position: -120px 0px; }
ul#subnav_what_we_do li#sales_and_deliverables a.active, ul#subnav_what_we_do li#sales_and_deliverables a.active:hover { background-position: -256px 0px; }
ul#subnav_what_we_do li#digital_and_interactive a.active, ul#subnav_what_we_do li#digital_and_interactive a.active:hover { background-position: -175px 0px; }

/* How We Work Subpages */
/* Regular */
ul#subnav_how_we_work li#creativity a { width: 196px; background: url('/images/layout/nav/how_we_work/creativity_196w.gif') 0px 0px; }
ul#subnav_how_we_work li#project_management a { width: 258px; background: url('/images/layout/nav/how_we_work/project_management_258w.gif') 0px 0px; }
ul#subnav_how_we_work li#process a { width: 196px; background: url('/images/layout/nav/how_we_work/process_196w.gif') 0px 0px; }
/* Hover */
ul#subnav_how_we_work li#creativity a:hover { background-position: -196px 0px; }
ul#subnav_how_we_work li#project_management a:hover { background-position: -258px 0px; }
ul#subnav_how_we_work li#process a:hover { background-position: -196px 0px; }
/* Active */
ul#subnav_how_we_work li#creativity a.active, ul#subnav_how_we_work li#creativity a.active:hover { background-position: -196px 0px; }
ul#subnav_how_we_work li#project_management a.active, ul#subnav_how_we_work li#project_management a.active:hover { background-position: -258px 0px; }
ul#subnav_how_we_work li#process a.active, ul#subnav_how_we_work li#process a.active:hover { background-position: -196px 0px; }

/* Who We Are Subpages */
/* Regular */
ul#subnav_who_we_are li#the_organization a { width: 185px; background: url('/images/layout/nav/who_we_are/the_organization_185w.gif') 0px 0px; }
ul#subnav_who_we_are li#people a { width: 110px; background: url('/images/layout/nav/who_we_are/people_110w.gif') 0px 0px; }
ul#subnav_who_we_are li#clients a { width: 115px; background: url('/images/layout/nav/who_we_are/clients_115w.gif') 0px 0px; }
ul#subnav_who_we_are li#locations a { width: 115px; background: url('/images/layout/nav/who_we_are/locations_115w.gif') 0px 0px; }
ul#subnav_who_we_are li#contact a { width: 125px; background: url('/images/layout/nav/who_we_are/contact_125w.gif') 0px 0px; }
/* Hover */
ul#subnav_who_we_are li#the_organization a:hover { background-position: -185px 0px; }
ul#subnav_who_we_are li#people a:hover { background-position: -110px 0px; }
ul#subnav_who_we_are li#clients a:hover { background-position: -115px 0px; }
ul#subnav_who_we_are li#locations a:hover { background-position: -115px 0px; }
ul#subnav_who_we_are li#contact a:hover { background-position: -125px 0px; }
/* Active */
ul#subnav_who_we_are li#the_organization a.active, ul#subnav_who_we_are li#the_organization a.active:hover { background-position: -185px 0px; }
ul#subnav_who_we_are li#people a.active, ul#subnav_who_we_are li#people a.active:hover { background-position: -110px 0px; }
ul#subnav_who_we_are li#clients a.active, ul#subnav_who_we_are li#clients a.active:hover { background-position: -115px 0px; }
ul#subnav_who_we_are li#locations a.active, ul#subnav_who_we_are li#locations a.active:hover { background-position: -115px 0px; }
ul#subnav_who_we_are li#contact a.active, ul#subnav_who_we_are li#contact a.active:hover { background-position: -125px 0px; }

/* Footer */
#footer {
	margin: 0 auto;
	padding: 7px 0;
	width: 650px;
	text-align: right;
	color: #b6b3a4;
	font-size: .95em;
}
#footer a {
	color: #b6b3a4;
	text-decoration: none;
}
#footer a:hover {
	margin: 0 -2px;
	padding: 0 2px;
	background-color: #b6b3a4;
	color: #fff;
}

/* Form Styling */

form#newsletter  {
	margin: 20px;
	color: #777;
}
form#newsletter label {
	margin: 5px 0 -5px 0;
	display: block;
}
form#newsletter input {
	margin: 5px 0 5px 0;
	clear: right;
}

form#contactform {
	margin: 5px 5px 5px 20px;
	color: #777;
}
form#contactform label.wep_label_field {
	margin: 0 5px 0 0;
	padding: 4px 0 0 0;
	display: block;
	width: 75px;
	float: left;
	text-align: right;
}
form#contactform input.wep_field {
	margin: 3px 0 3px 0;
	width: 195px;
}
form#contactform label.wep_label_box {
	padding: 2px 5px 0 3px;
	display: block;
	width: 175px;
	float: left;
}
form#contactform textarea.wep_textarea {
	margin: 3px 0 3px 0;
	width: 195px;
	height: 50px;
}
form#contactform input.wep_box {
	float: left;
	clear: left;
	margin: 0 0 0 80px;
}
form#contactform input.submit_button {
	margin: 2px 5px 0 80px;
	clear: left;
}

p#wep_underheadersm {
	font-size: .9em;
	line-height: 1em;
	margin-top: -10px;
}

/* --- Individual Pages --- */

/* Home */
h2#wep_home_text {
	margin: 120px 20px 10px 20px;
}

/* Our Work */

ul#full-gallery {	
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
ul#full-gallery li {
	margin: 0px;
	padding: 0px;
	line-height: 0;
	list-style-type: none;
}
ul#full-gallery li:hover {
}
ul#full-gallery h2 {
	font-size: 1em;
	letter-spacing: 0;
	margin: 0px;
}
ul#full-gallery li h2 a {
	display: block;
	color: #656461;
	text-decoration: none;
	padding: 2px 10px 1px 10px;
	font-weight: bold;
}
ul#full-gallery li h2 a:hover {
	color: #FF7900;
}
.album-description {
	padding: 10px;
	height: 5em;
	background-color: #EAE7D8;
	color: #656461;
}
.album-cover {
}

ul#thumbnails {
	padding: 10px 15px;
	margin: 0px;
	background-color: #fff;
}
ul#thumbnails li {
	float: left;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#thumbnails li a {
	display: block;
	border: 10px solid #EAE7D8;
	margin: 5px;
}
ul#thumbnails li a:hover {
	border: 10px solid #B6B3A4;
}
ul#thumbnails h4 {
	padding: 5px 10px;
	background-color: #656461;
	color: #fff;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
.thumbnail {
}

#current-image {
	background-color: #000;
	text-align:center;
}
#current-image-header {
	padding: 15px 20px 5px 20px;
	background-color: #656461;
	border-bottom: 3px solid #EAE7D8;
}
#current-image-header h3 {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}
#current-image-header .photo_nav {
	float: right;
	color: #ccc;
}
#current-image-header a {
	color: #9F9E9A;
	text-decoration: none;
	font-weight: bold;
}
#current-image-header a:hover {
	color: #fff;
}
#current-image-caption {
	padding: 5px 20px 10px 20px;
	color: #656461;
}
#current-image-caption h3 {
	margin: 10px 0 0 0;
	padding: 0px;
}
#current-image-caption p {
	margin: 5px 0 5px 0;
	padding: 0px;
}
#current-image-caption ul {
	margin: 5px 0 5px 13px;
	padding: 0px;
}
#video-caption {
	width: 50%;
	float: left;
}
#video-download {
	margin: 0 17px 0 0;
	padding: 0 0 20px 0;
	float: right;
}
#video-download a.wmv {
	padding: 0 0 10px 25px;
	font-weight: normal;
	background: url("/images/icons/icon_wmv.gif") no-repeat;
}
#video-download a.quicktime {
	padding: 0 0 10px 25px;
	font-weight: normal;
	background: url("/images/icons/icon_quicktime.gif") no-repeat;
	}
#video-download h3.space { 
	padding-top: 15px;
}
#video-download p.savefile {
	font-size: 9px;
}
a#back_to_our_work {
	margin: -1.75em 0 0 5px;
	font-size: .5em;
	color: #9F9E9A;
	display: block;
	text-align: right;
}
a#back_to_our_work:hover {
	color: #fff;
}

#left_photo_column {
	width: 486px;
	float: left;
	border-right: 3px solid #EAE7D8;
}
#left_photo_column h2 {
	font-size: 2.1em;
	line-height: 1em;
	letter-spacing: 0;
	color: #fff;
	background-color: #656461;
	margin: 0px;
	padding: 25px 15px 4px 15px;
	border-bottom: 3px solid #EAE7D8;
}
#left_photo_column h2 span#katrina {
	font-size: 90%;
}
#right_photo_column {
	width: 161px;
	float: right;
	border-left: 3px solid #EAE7D8;
	margin-left: -3px;
}
#other_albums {
	width: 650px;
}
ul#album-list {
	
}
ul#album-list li {
	float: left;
	display: block;
	width: 25%;
	height: 2em;
}

/* Mosaic */
ul#gallery_mosaic {
	width: 325px;
	height: 325px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url('/images/layout/portfolio_mosaic.jpg') no-repeat 0px 0px;
}
ul#gallery_mosaic li {
	position: relative;
	display: inline;
	list-style-type: none;
}
ul#gallery_mosaic li a {
	position: absolute;
	display: block;
}
ul#gallery_mosaic li a#mosaic_1 { left: 0px; top: 0px; background-position: 0px 0px; width: 108px; height: 108px; }
ul#gallery_mosaic li a#mosaic_1:hover { background: url('/images/layout/portfolio_mosaic.jpg') no-repeat -325px 0px; }
ul#gallery_mosaic li a#mosaic_2 { left: 108px; top: 0px; background-position: -108px 0px; width: 109px; height: 108px; }
ul#gallery_mosaic li a#mosaic_2:hover { background: url('/images/layout/portfolio_mosaic.jpg') no-repeat -433px 0px; }
ul#gallery_mosaic li a#mosaic_3 { left: 217px; top: 0px; background-position: -217px 0px; width: 108px; height: 108px; }
ul#gallery_mosaic li a#mosaic_3:hover { background: url('/images/layout/portfolio_mosaic.jpg') no-repeat -542px 0px; }
ul#gallery_mosaic li a#mosaic_4 { left: 0px; top: 108px; background-position: 0px -108px; width: 108px; height: 109px; }
ul#gallery_mosaic li a#mosaic_4:hover { background: url('/images/layout/portfolio_mosaic.jpg') no-repeat -325px -108px; }
ul#gallery_mosaic li a#mosaic_5 { left: 108px; top: 108px; background-position: -108px -108px; width: 109px; height: 109px; }
ul#gallery_mosaic li a#mosaic_5:hover { background: url('/images/layout/portfolio_mosaic.jpg') no-repeat -433px -108px; }
ul#gallery_mosaic li a#mosaic_6 { left: 217px; top: 108px; background-position: -217px -108px; width: 108px; height: 109px; }
ul#gallery_mosaic li a#mosaic_6:hover { background: url('/images/layout/portfolio_mosaic.jpg') no-repeat -542px -108px; }
ul#gallery_mosaic li a#mosaic_7 { left: 0px; top: 217px; background-position: 0px -217px; width: 108px; height: 108px; }
ul#gallery_mosaic li a#mosaic_7:hover { background: url('/images/layout/portfolio_mosaic.jpg') no-repeat -325px -217px; }
ul#gallery_mosaic li a#mosaic_8 { left: 108px; top: 217px; background-position: -108px -217px; width: 109px; height: 108px; }
ul#gallery_mosaic li a#mosaic_8:hover { background: url('/images/layout/portfolio_mosaic.jpg') no-repeat -433px -217px; }
ul#gallery_mosaic li a#mosaic_9 { left: 217px; top: 217px; background-position: -217px -217px; width: 108px; height: 108px; }
ul#gallery_mosaic li a#mosaic_9:hover { background: url('/images/layout/portfolio_mosaic.jpg') no-repeat -542px -217px; }

ul#gallery_mosaic li a span { display: none; }
ul#gallery_mosaic li a:hover span {
	display: block;
	position: absolute;
	left: 85px;
	padding: 6px 15px;
	margin: 10px;
	
	font-size: 1.2em;
	line-height: 1em;
	color: #656461;
	
	background: #EAE7D8;
	border: 3px solid #B6B3A4;
	text-decoration: none;
	white-space: nowrap;
	z-index: 3;
}

/* --- Special --- */

#skipnav {
	position: absolute; 
	left: -1000em; 
	width: 20em;
	z-index:2;
}

.wep_cleardiv {
	clear:both;
}

.wep_clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}
/*\*//*/
.wep_clearfix {display: inline-block;} 
/**/
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
 * html .wep_clearfix {height: 1%;}
 .wep_clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */



