@import "common.css";

#inner-page-wrapper {
	width: 800px;
	margin: 0px auto;
	position: relative;
	}

#header {
	width: 727px;
	height: 89px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/design/interior/header_bg.gif) repeat-x;
	}

#header-left {
	width: 174px;
	height: 89px;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#logo {
	position: absolute;
	right: 0px;
	top: 0px;
	}
	
#right-col {
	position: absolute;
	right: 0px;
	width: 73px;
	height: 446px;
	}
	
#bottom-bar {
	width: 512px;
	height: 135px;
	background: url(../images/design/interior/bottom_bar_hooks.jpg) no-repeat;
	position: absolute;
	top: 446px;
	right: 0px;
	z-index: 2;
	}
	
#footer_links {
	position: absolute;
	top: 581px;
	right: 10px;
	font-size: 12px;
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	z-index: 100;
}
	
#footer_links a, #footer_links a:visited {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #AAAAAA;
}
	
#footer_links a:hover {
	text-decoration: underline;
	color: #D31145;
}
	
#left-col {
	width: 129px;
	height: 460px;
	position: absolute;
	left: 0px;
	top: 89px;
	}
	
#briefcase {
	width: 200px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: 535px;
	left: 90px;
	background: url(../images/design/interior/briefcase_shadow.jpg) 0px 0px no-repeat;
	}
	
#briefcase-link {
	display: block;
	width: 87px;
	height: 0px;
	overflow: hidden;
	padding-top: 78px;
	background: url(../images/design/interior/briefcase.gif) 0px 0px no-repeat;
	}
	
#briefcase-link:hover {
	background-position: 0px -78px;
	}
	
#blog-link {
	display: block;
	position: absolute;
	top: 13px;
	left: 88px;
	width: 82px;
	height: 0px;
	padding-top: 62px;
	overflow: hidden;
	background: url(../images/design/interior/talk-bubble.png) 0px 0px no-repeat;
	z-index: 20;
	}
	
#blog-link:hover {
	background-position: 0px -64px;
}
	
#top-nav {
	position: absolute;
	top: 100px;
	left: 140px;
	}
	
#top-nav ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#top-nav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#top-nav a {
	display: block;
	padding: 23px 0px 0px 0px;
	height: 0px;
	overflow: hidden;
	background-position: 0px 0px;
	}
	
#top-nav a:hover {
	background-position: 0px -23px;
	}
	
#top-nav a.active {
	background-position: 0px -23px;
	}
	
#nav-who-are-we {
	background: url(../images/design/interior/nav/who_are_we.gif);
	width: 94px;
	}
	
#nav-experience {
	background: url(../images/design/interior/nav/experience.gif);
	width: 83px;
	}
	
#nav-b2b {
	background: url(../images/design/interior/nav/b2b.gif);
	width: 41px;
	}
	
#nav-outreach-and-education {
	background: url(../images/design/interior/nav/outreach_and_education.gif);
	width: 155px;
	}
	
#nav-creativity {
	background: url(../images/design/interior/nav/creativity.gif);
	width: 77px;
	}
	
#nav-pr {
	background: url(../images/design/interior/nav/p_r.gif);
	width: 37px;
	}
	
#nav-media {
	background: url(../images/design/interior/nav/media.gif);
	width: 56px;
	}
	
#nav-news {
	background: url(../images/design/interior/nav/news.gif);
	width: 45px;
	}
	
#content-area {
	width: 553px;
	overflow: auto;
	position: absolute;
	left: 174px;
	top: 142px;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	}
	
#content-area p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#content-area ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
#content-area a {
	text-decoration: none;
	/*font-weight: bold;*/
	}
	
#content-area a:hover {
	text-decoration: underline;
	}
	
#graphic-page-title {
	width: 45px;
	height: 323px;
	overflow: hidden;
	position: absolute;
	left: 129px;
	top: 123px;
	}
	
#funded-public-service-icon {
	position: absolute;
	right: 25px;
	bottom: 5px;
	}
	
	
/* List Styles */
#components_list {
	margin-left: 5px;
}

#components_list .list_header {
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}

#components_list li.sublist {
	list-style: none;
}

#components_list li.subheading {
	margin-top: 5px;
	list-style: none;
}

#components_list span.subheading {
	margin-top: 5px;
	font-weight: bold;
}

ul ul ul {
	list-style-image: url(../images/design/interior/ndash.png);
}

/* News Lists */
.pdf_link {
	display: block;
	position: absolute;
	top: 3px;
	left: -33px;
	width: 11px;
	height: 11px;
	background-image: url(../images/design/interior/pdf_icon.gif);
}

#recentReleasesList, #clientReleasesList {
	margin-left: 30px !important;
	list-style-type: none;
}

#recentReleasesList li, #clientReleasesList li {
	position: relative;
	margin-bottom: 10px;
	text-indent: -19px;
}

/* Contact Form */
.label {
	text-align: right;
}

