/* CSS Document */


/* BEGIN GENERAL TYPOGRAPHY & COLORS */

html {
	font-family: "Lucida Grande", Arial, sans-serif;
}

body {
	background-color: #ccdddd;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Lucida Grande", Arial, sans-serif;
	}

body.home {
	background-color: #271100;
}

p {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
}

h1 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: large;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: medium;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

h4 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

.node {
	margin-bottom: 35px;
}

.links {
	font-size: .8em;
}

.story {
	margin-bottom: 35px;
}

.xml-icon {
	display: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

a:link,a:hover,a:visited {
	color: #334455;
}



#leftcolumn {
	color: #fff;
}

#leftmenu a, .menu a {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #7d7066;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 0 0 5px;
	height: 35px;
	display: block;
	border-top: solid;
	border-top-width: 2px;
	border-top-color: #7D7066;
}

.menu {
	color: #fff;
}

.menu .active {
	color: #fff;
}

#leftmenu a:hover {
	color: #fff;
}

#footer p {
	padding: 5px 0 10px 0px;
	margin: 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
}

.image_tab_images {
width: 560px;
}
.image_tab_thumbnails {
float: right;
width: 100px;

}

/* END GENERAL TYPOGRAPHY & COLORS */


/* BEGIN LEFT MENU STYLES */

.block-menu h2 {
	display: none;
}

.menu ul {
	padding: 0;
	margin: 0;
}

.menu li {
	padding: 0;
	margin: 0;
}

lw1 {
	padding: 0;
	margin: 0;
}

.leaf {
}

/* END LEFT MENU STYLES */

/* BEGIN GENERAL TYPOGRAPHY & COLORS */

h6 {
	font-size: medium;
	padding: 3px 0 3px 0;
	margin: 0;
	color: #879999;
	text-transform: uppercase;
}

/* END GENERAL TYPOGRAPHY & COLORS */


/* BEGIN ABOUT US > PEOPLE TYPOGRAPHY & COLORS */

h2.bio {
	font-size: medium;
	padding: 10px 0 10px 0;
	margin: 0;
}

h3.bio {
	padding: 10px 0 0 20px;
	margin: 0;
}

p.bio {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
	padding: 0 40px 0 20px;
	margin: 0;
}

/* END ABOUT US > PEOPLE TYPOGRAPHY & COLORS */


/* BEGIN PROJECT TEASERS TYPOGRAPHY & COLORS */

div.projectteaser {
	position: relative;
}

div.projectteaser h1 {
	font-size: 14px;
	color: #fff;
	padding: 5px;
	margin: 0;
	background-color: #889999;
	border-bottom: #FFF solid 1px;
}

div.projectteaser p {
	font-size: small;
	padding: 10px 10px 0 200px;
	margin: 0;
}

.projectteaserbutton {
	position: absolute;
	left: 200px;
  top: 100px;
}
/* END PROJECT TEASERS TYPOGRAPHY & COLORS */


/* BEGIN GENERAL STRUCTURE */

#header {
	width: 100%;
	height: 170px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}

#homeheader {
	width: 100%;
	height: 136px;
	background-image: url(../../images/home_header_bg.gif);
	background-repeat: repeat-x;
}

#homerollovercontainer {
	width: 100%;
	background-image: url(../../images/home_rollover_bg.jpg);
	background-repeat: repeat-x; 
}

#homerollover {
	width: 902px;
	background-color: #271100;
}

#mainnav {
	width: 782px;
	height: 136px;
}

#main {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(images/main_bg.gif);
}

#pagetitle {
	width: 792px;
	height: 33px;
	position: relative;
}

#pagetitle ul { position: absolute;  list-style-image:none;    }
#pagetitle ul a { 
	display:block;
	border: 1px solid red;
	position:absolute;
	bottom:5px;   
	height:40px;
	}
#pagetitle a.link1 {    right:10px;    width:40px;    }
#pagetitle a.link2 {    right:150px;    width:45px;    }
#pagetitle a.link3 {    right:250px;    width:55px;    }

#leftcolumn {
	width: 134px;
	float: left;
	background-color: #271100;
}


#leftmenu {
	width: 134px;
	padding: 0;
	margin: 110px 0 0 0;
	height: auto;
}

#leftcenterbackground {
	width: 782px;
	background-image: url(images/left_center_background.gif);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}

#content {
	width: 600px;
	margin: 0 0 0 163px;
	padding: 20px 0 0 0;
}

#content li {
	margin-left: 15px;
}

#footer {
	width: 610px;
	margin-top: 40px;
	padding-left: 0px;
	background-color: #ccdddd;
}

/* END GENERAL STRUCTURE */


/* BEGIN PROJECT TEASER STRUCTURE */

.projectteaser {
	width: 550px;
	height: 155px;
	background-color: #BBCCCC;
	margin: 30px 0 30px 0;
	padding: 0;
	border: solid;
	border-width: 1px;
	border-color: #666;
}

/* END PROJECT TEASERS STRUCTURE */


/* BEGIN PROJECT SHEET STRUCTURE */

#projectsheet {
	
}

#projectsheet h1 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: medium;
	margin: 0;
	padding: 0;
}

#projectsheet h2 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
	margin: 3px 0 3px 0;
	padding: 0;
}

#projectsheet h3 {
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #FFF;
	background-color: #889999;
	margin: 10px 0 5px 0;
	padding: 2px;
	text-transform: uppercase;
}

.projectclient {
	color: #889999;
	text-transform: uppercase;
}

#pdfbutton {
	width: 98px;
	height: 27px;
	float: right;
	right: 45px;
	position: relative;
	padding-left: 55px;
}

#projectsheet p {
	margin: 10px 0 15px 0;
	padding: 0;
}

#projectsheet ul {
	width: 450px;
	padding-left: 15px;
}

#projectsheet li {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
	margin: 5px 0 5px 0;
}

#projectsheetintro p {
	margin: 10px 145px 15px 0;
	padding: 0;
}

#projectsheetbefore {
	width: 451px;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

#beforeimageandcaption {
	float: left;
}

#beforeimageandcaption img {
	width: 150px;
	height: 110px;
	border: solid;
	border-width: 1px;
	border-color: #000;
	margin: 0 20px 0 0;
}

#beforeimageandcaption p {
	font-size: x-small;
	width: 150px;
}

#projectsheetbefore p {
	margin: 0;
	padding: 0;
}

#projectsheetbefore ul {
}

#projectsheetbefore li {
}

#projectsheetassignment {
	width: 451px;
}

.projectsheetimg {
	border: solid;
	border-width: 1px;
	border-color: #000;
}

#projectsheetoutcomes {
	width: 451px;
	font-size: small;
}

#projectsheetoutcomes ul {
	margin: 0;
}

#collaboration {
	width: 451px;
	min-height: 40px;
	border: solid;
	border-width: 1px;
	border-color: #ADBEC3;
	margin: 20px 0 0 0;
	padding: 0;
}

#collaboration h1 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	margin: 0px;
	padding: 7px 0 0 7px;
}

#collaboration p {
	padding: 0 7px 7px 7px;
	margin: 0;
}

#leftmenuprojects {
	margin-top: 115px;
}

#leftmenuprojects h1 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #cabeb5;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	border-top: solid;
	border-top-width: 2px;
	border-top-color: #cabeb5;
}

#leftmenuprojects h2 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #cabeb5;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #cabeb5;
}

#leftmenuprojects ul {
}

#leftmenuprojects li {
	list-style-type: none;
}

#leftmenuprojects a {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #7d7066;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	display: block;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #7D7066;
}

#leftmenuprojects a:hover {
	color: #fff;
}

#project_image_caption {
	width: 449px;
	font-size: 10px;
	color: #fff;
	padding: 2px;
	background-color: #271100;
	}
	
/* END PROJECT SHEET STRUCTURE */


/*	BEGIN PROJECT ALBUM STYLES */

#projectalbum {
}

#projectalbum h1 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: medium;
	margin: 0;
	padding: 0;
}

#projectalbum h2 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
	color: #000;
	background-color: #889999;
	margin: 10px 0 5px 0;
	padding: 2px;
}

.projectalbumblue {
	color: #667777;
}

.projectalbumproject {
	margin: 15px 0 15px 0;
	height: 1%;
	overflow: auto !important;
	overflow: none;
}

.projectalbumproject p {
	width: 450px;
	margin: 0 0 0 30px;
	padding: 0;
}

.projectalbumproject ul {
	width: 450px;
	margin: 0 !important;
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
	list-style-image: url(/images/project_album_arrow.jpg);
}

.projectalbumproject li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: small;
}

.projectalbumproject img {
	height: 100px;
	width: 100px;
	float: right;
	border: solid;
	border-color: #000;
	border-width: 1px;
	margin: 0 0 20px 10px;
	padding: 0;
}

.projectalbumproject br.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

#leftmenuprojectalbum ul {
	width: 450px;
}

#leftmenuprojectalbum li {
	list-style-type: none;
	text-transform: uppercase;
}

#leftmenuprojectalbum a {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #7d7066;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	display: block;
}

#leftmenuprojectalbum a:hover {
	color: #fff;
}

/* END PROJECT ALBUM STYLES */


/* BEGIN IN-DEPTH STYLES */

.in-depth {
	position: relative;
	width: 550px;
	height: 155px;
	background-color: #BBCCCC;
	margin: 30px 0 30px 0;
	padding: 0;
	border: solid;
	border-width: 1px;
	border-color: #666;
}

div.in-depth h1 {
	font-size: 14px;
	color: #fff;
	padding: 5px;
	margin: 0;
	background-color: #889999;
	border-bottom: #FFF solid 1px;
}

div.in-depth p {
	font-size: small;
	margin: 10px 0 0 200px;
	padding: 0 15px 0 0;
}

div.in-depth img {
	float: left;
}

.in-depthpdfbutton {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 98px;
	height: 27px;
	padding-left: 15px;
}


/* END IN-DEPTH STYLES */


/* BEGIN IMAGES */

img.bio {
	margin: 20px 0 20px 0;
	outline: solid;
	outline-color: #000000;
	outline-width: 1px;
}

div.projectteaser img {
	float: left;
}

/* END IMAGES */


/* BEGIN LISTS */

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

#leftmenu ul {
}

#leftmenu li {
	list-style-type: none;
}

/* END LISTS */



/* BEGIN FORM ELEMENTS */

/* END FORM ELEMENTS */
#leftmenu #block-projectalbum-0 h2 {
	display: none;
}
#leftmenu .block-projectalbum {	
	border-top: solid 2px #7d7066;
	padding-top: 10px;
}
#leftmenu .block-projectalbum ul li {
	margin-left: 5px;
}
#leftmenu .block-projectalbum a {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	color: #7d7066;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: auto;
	margin-top: 5px;
	padding: 0 0 5px 2px;
	border-top: none;
	border-bottom: solid 1px #3d3026;

}

#leftmenu #block-projectalbum-1 h2 {
		font-size: 10px;
		font-weight: bold;
		margin-left: 7px;
		margin-bottom: 15px;
		text-transform: uppercase;
}