/* GLOBAL RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
margin: 0;
padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
font-size: 1em;
font-weight: normal;
font-style: normal;
}

ul,ol {
list-style: none;
}

fieldset,img {
border: none;
}

caption,th {
text-align: left;
}

table {
border-collapse: collapse;
border-spacing: 0;
}


/* LAYOUT */
.clear {
clear: both;
}

body {
background: #fff url(../img/background.gif) repeat-y center top;
margin: 0 auto;
}

#header {
width: 960px;
margin: 0 auto;
position: relative;
}

#branding {
width: 940px;
position: relative;
height: 68px;
margin: 0 auto;
}

#container {
width: 960px;
position: relative;
margin: 0 auto;
}

#billboard {
width: 960px;
margin: 0 auto;
margin-bottom: 20px;
}

#contentHeader {
width: 940px;
height: 30px;
margin: 30px auto 0 auto;
border-bottom: 1px solid #E5E5E5;
}

div#content {
width: 940px;
margin: 20px auto;
position: relative;
}

#footer {
width: 940px;
margin: 40px auto 20px auto;
position: relative;
border-top: 1px solid #E5E5E5;
}


/* HEADER */
h1#logo {
top: 23px;
float: left;
width: 157px;
position: relative;
}

#logo a:link, #logo a:visited {
display: block;
height: 24px;
width: 157px;
background: transparent url(../img/creative_logo.gif) no-repeat left top;
text-indent: -9999px;
}

div.address {
font-size: 10px;
line-height: 14px;
float: right;
position: relative;
text-align: right;
top: 16px;
color: #6e6e6e;
}


/* TYPE */
body {
font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
color: #333;
}

p {
margin-bottom: 18px;
color: #47443d;
}

p.copyright {
font-size: 10px;
float: left;
padding: 8px 0;
color: #6E6E6E;
}

p.wsi {
font-size: 10px;
float: right;
padding: 8px 0;
text-align: right;
color: #6E6E6E;
}

p.note {
	margin: 8px 20px 18px 5px;
	font-size: 11px;
	color: #333;
}

strong {
	font-weight: bold;
	color: #333;
}

h3 {
font-size: 16px;
font-weight: bold;
line-height: 18px;
margin-bottom: 18px;
}

h4 {
font-size: 14px;
margin: -18px 0 18px 0;
}

#content ul {
	list-style-image: none;
	list-style: none;
	margin-bottom: 18px;
	color: #47443d;
}

#content ul.square {
	margin: -10px 0 18px 25px;
	list-style-type: square;
}

#content ul.circle {
	margin: 0 0 0 20px;
	list-style-type: circle;
}



/* PAGE HEADERS */
h2#aboutCreative {
background: url(../img/h2_about.gif) no-repeat left top;
width: 940px;
height: 30px;
text-indent: -9999px;
margin: 30px auto 0 auto;
border-bottom: 1px solid #E5E5E5;
}
h2#theworklab {
background: url(../img/h2_worklab.gif) no-repeat left top;
width: 940px;
height: 30px;
text-indent: -9999px;
margin: 30px auto 0 auto;
border-bottom: 1px solid #E5E5E5;
}
h2#futureofwork {
background: url(../img/h2_future.gif) no-repeat left top;
width: 940px;
height: 30px;
text-indent: -9999px;
margin: 30px auto 0 auto;
border-bottom: 1px solid #E5E5E5;
}
h2#creativeapproach {
background: url(../img/h2_approach.gif) no-repeat left top;
width: 940px;
height: 30px;
text-indent: -9999px;
margin: 30px auto 0 auto;
border-bottom: 1px solid #E5E5E5;
}
h2#h2portfolio {
background: url(../img/h2_portfolio.gif) no-repeat left top;
width: 940px;
height: 30px;
text-indent: -9999px;
margin: 30px auto 0 auto;
border-bottom: 1px solid #E5E5E5;
}
h2#h2contact {
background: url(../img/h2_contact.gif) no-repeat left top;
width: 940px;
height: 30px;
text-indent: -9999px;
margin: 30px auto 0 auto;
border-bottom: 1px solid #E5E5E5;
}


/* NAVIGATION */
#header #nav {
margin: 0;
padding: 0;
}

#header #nav li {
display: inline;
}

#header #nav li a {
float: left;
width: 192px;
height: 40px;
overflow: hidden;
text-indent: -9999px;
}

#header #nav li a {
background-image: url(../img/navbar.png);
}


/* BUTTONS */
#header #nav li#about a {
background-position: 0 0;
}
#header #nav li#future a {
background-position: -192px 0;
}
#header #nav li#approach a {
background-position: -384px 0;
}
#header #nav li#portfolio a {
background-position: -576px 0;
}
#header #nav li#contact a {
background-position: -768px 0;
}
/* OVER STATES */
#header #nav li#about a:hover {
background-position: 0 -40px;
}
#header #nav li#future a:hover {
background-position: -192px -40px;
}
#header #nav li#approach a:hover {
background-position: -384px -40px;
}
#header #nav li#portfolio a:hover {
background-position: -576px -40px;
}
#header #nav li#contact a:hover {
background-position: -768px -40px;
}
/* DOWN STATES */
#header #nav li#about a:active {
background-position: 0 -80px;
}
#header #nav li#future a:active {
background-position: -192px -80px;
}
#header #nav li#approach a:active {
background-position: -384px -80px;
}
#header #nav li#portfolio a:active {
background-position: -576px -80px;
}
#header #nav li#contact a:active {
background-position: -768px -80px;
}
/* ON STATES */
#header.about #nav li#about a {
background-position: 0 -120px;
}
#header.future #nav li#future a {
background-position: -192px -120px;
}
#header.approach #nav li#approach a {
background-position: -384px -120px;
}
#header.portfolio #nav li#portfolio a {
background-position: -576px -120px;
}
#header.contact #nav li#contact a {
background-position: -768px -120px;
}

/* COLUMNS & SIDE NAV */
.column {
	float: left;
	position: relative;
}

.column.first {
	width: 226px;
	min-height: 480px;
	background: transparent url(../img/col_divider.gif) repeat-y scroll 207px 0pt;
}

.column.last {
	width: 694px;
	float: right !important;
}

.column.small_left {
	width: 337px;
}

.column.lab_left {
	width: 418px;
}

.column.small_right {
	width: 337px;
	float: right !important;
}

#sidenav {
	width: 226px;
	padding-top: 5px;
}

#sidenav li {
	background: transparent url(../img/sidenav_bgactive.png) no-repeat left top;
	margin-top: -10px;
	min-height: 35px;
	padding: 10px 0 0 0;
	behavior:url(../js/iepngfix.htc);
}

#sidenav li.nofocus {
	background-image: none;
}

#sidenav li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #000;
	display: block;
	font-weight: bold;
	margin: 0 35px 0 21px;
	min-height: 20px;
	padding: 2px 0 8px 2px;
}

#sidenav li.nofocus a {
	border-bottom: 1px solid #ddd;
	color: #666;
	font-weight: normal;
}

#sidenav li a:hover {
	color: #d79521;
}

/* WORKLAB & PORTFOLIO GALLERY */
div#gallery {
width: 500px;
background: url(../img/folio_gallery_bg.gif) no-repeat 0 100%;
float: right;
position: relative;
}

div#labgallery {
width: 262px;
background: url(../img/lab_gallery_bg.gif) no-repeat 0 100%;
float: right;
position: relative;
}

div#left_of_gallery {
	width: 390px;
	float: left;
}

h4#theworklabgallery {
background: url(../img/h4_worklab_gallery.gif) no-repeat left top;
width: 256px;
height: 36px;
display: block;
text-indent: -9999px;
margin: 0;
padding: 0;
}

h4#h4_portfolio {
background: url(../img/h4_portfolio.gif) no-repeat left top;
width: 500px;
height: 36px;
display: block;
text-indent: -9999px;
margin: 0;
padding: 0;
}

#gallery ul, #labgallery ul {
margin: 0;
padding: 10px 0 10px 10px;
list-style: none;
position: relative;
}

#gallery ul li, #labgallery ul li {
margin: 0 5px 6px 0;
padding: 5px 0 0 0;
list-style: none;
position: relative;
float: left;
text-align: center;
background: url(../img/lab_item_bg.gif) no-repeat left top;
width: 117px;
height: 83px;
}

img.plus_icon {
position: absolute;
top: -5px;
left: -6px;
z-index: 1;
behavior:url(../js/iepngfix.htc);
}

/* PAGE LISTS */
#content #listnav {
	position:relative;
	font-size:12px;
	margin-bottom:18px;
	background:url(../img/listnav_bg.gif) repeat-y left;
	width: 253px;
	z-index:10;
}

#content #listnav h4 {
	margin:0;
	padding:8px 18px;
	font-size:12px;
	color:#303030;
	background:url(../img/listnav_h4_bg.gif) no-repeat 0 0;
	width: 217px;
	font-weight: bold;
}

#content #listnav ul {
	margin:0;
	padding:0 2px 5px;
	background:url(../img/listnav_bottom.gif) no-repeat left bottom;
}

#content #listnav ul li {
	display:block;
	margin:0;
	padding:0 10px;
	background:url(../img/listnav_divider.gif) no-repeat bottom left;
	position: relative;
}

#content #listnav ul li a {
	display:block;
	margin-bottom:-2px;
	line-height:41px;
	color:#595959;
	text-decoration:none;
	outline:none;
	background:url(../img/listnav_arrow.gif) no-repeat -14px 50%;
}

#content #listnav ul li a:hover {
	color:#d79521;
	background-position:-253px 50%;
}

#content #listnav ul li.listend { background-image:none; }

/* LOCATIONS */
#locations 	{
	width: 940px;
	background: url(../img/locations_bg.gif) no-repeat left top;
	height: 150px;
}

.column.col3 {
	width: 313px;
}

.column.col3 p {
	margin: 15px 0 0 20px;
}

/* LINKAGE */
a:link, a:visited {
color: #d79521;
text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a.linkarrow {
	background: transparent url(../img/link_arrow.gif) no-repeat right center;
	padding-right: 16px;
}

a[href^="http:"]:link {
	padding-right: 14px;
	background: url(../img/externalLink_icon.gif) no-repeat right center;
}


/* IMAGE PLACEMENT */
img.right {
	float: right;
	margin: 4px 0 16px 20px;
}

img.left {
	float: left;
	margin: 4px 20px 16px 0;
}

img.framed {
	border: 1px solid #ddd;
	padding: 4px;
}


