@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(../_img/_common/bg.gif) repeat;
	color: #000;
}
#container {
	width: 960px;
	margin: 20px auto 0px auto;
	padding: 0; 
}

/* COMMON ELEMENTS
----------------------------------------------------------------*/

a:link { color: #F00; text-decoration: none; }
a:visited { color: #F00; text-decoration: none; }
a:hover { color: #F00; text-decoration: underline; }
a:active { color: #F00; text-decoration: underline; }

img {
	border: 0;
}

/* HEADER ELEMENTS
----------------------------------------------------------------*/

#headerWrapper {
	width: 860px;
	background-image: url(../_img/_common/shadow_top.png);
	padding: 30px 50px 0px 50px;
}
#header {
	width: 860px;
	height: 110px;
	border-bottom: 2px solid #F00;
}
#header h1 {
	position: relative;
	width: 500px;
	height: 23px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding-top: 72px;
	font-size: 18px;
}
#header h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../_img/_common/logo_wordmark.gif) no-repeat;
}
#header .twitter {
	float: right;	
	width: 28px;
	padding: 19px 0px 19px 0px;
	font-size: 9px;
}
#header h4 {
	float: right;
	width: 100px;
	clear: right;
	margin: 0px;
	padding-top: 16px;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}


/* CONTENT SETUP
----------------------------------------------------------------*/

#contentWrapper {
	width: 860px;
	height: 550px;
	background: url(../_img/_common/shadow_sides.png) repeat-y;
	padding: 0px 50px;
	margin: 0;	
}


/* NAV SETUP
----------------------------------------------------------------*/

#nav {
	padding: 0px 0px 21px 220px;
	height: 66px;
}
#nav ul.first {
	float: left;
	width: 213px;
	margin: 0;
	padding: 0;
}
#nav ul {
	float: left; /* Contain floated list item */
	width: 427px;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
	border-bottom: 1px solid #000;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li a,
#nav li a:visited {
	display: block;
	width: 100px;
	text-decoration: none;
	font-size: 12px;
	height: 21px;
	text-transform: uppercase;
	text-indent: -9999px;
	-moz-outline: none;
	margin: 0;
	padding: 0;
}
#nav li a.selected,
#nav li a.selected:visited,
#nav li a:hover {
	background-position: 0px -21px;
	margin: 0;
	padding: 0;
}


/* NAV - LINKS
----------------------------------------------------------------*/

#nav_home {background: url(../_img/_common/nav_home.gif) no-repeat; }
#nav_about {background: url(../_img/_common/nav_about.gif) no-repeat; }
#nav_work {background: url(../_img/_common/nav_work.gif) no-repeat; }
#nav_values {background: url(../_img/_common/nav_values.gif) no-repeat; }
#nav_studies {background: url(../_img/_common/nav_studies.gif) no-repeat; }
#nav_contact {background: url(../_img/_common/nav_contact.gif) no-repeat; }


/* MAIN SETUP
----------------------------------------------------------------*/

#main {
	width: 860px;
}
#main  p {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#main h2 {
	font-size: 12px;
	height: 21px;
	text-transform: uppercase;
	text-indent: -9999px;
	-moz-outline: none;
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 0px 0px 2px 0px;
}
#main .homeCOPY h2 {
	width: 214px;
	background: url(../_img/_common/hdr_objective.gif) no-repeat #FFF;
}
#main .contactCOPY h2 {
	width: 214px;
	background: url(../_img/_common/hdr_slidedesigns.gif) no-repeat #FFF;
}
#main .aboutCOPY h2 {
	width: 427px;
	background: url(../_img/_common/hdr_whoweare.gif) no-repeat #FFF;
}
#main .newsCOPY h2 {
	width: 427px;
	background: url(../_img/_common/hdr_news.gif) no-repeat #FFF;
}
#main .casestudiesCOPY h2 {
	width: 640px;
	background: url(../_img/_common/hdr_brantunitedway.gif) no-repeat #FFF;
}
#main .feedbackCOPY h2 {
	width: 640px;
	background: url(../_img/_common/hdr_feedback.gif) no-repeat #FFF;
}
#main .workCOPY h2 {
	width: 214px;
	background: url(../_img/_common/hdr_message.gif) no-repeat #FFF;
}

#main .homeSWF,
#main .contactIMG {
	width: 626px;
	height: 261px;
	float: left;
}
#main .homeSWF {
	background: url(../_img/_common/slide.jpg) no-repeat;
	border: 0;
}
#main .aboutIMG,
#main .newsIMG {
	width: 413px;
	height: 261px;
	float: left;
}
#main .casestudiesIMG,
#main .feedbackIMG {
	width: 200px;
	height: 261px;
	float: left;
}
#main .valuesSWF {
	width: 860px;
	height: 261px;
	float: left;
	background: url(../_img/_common/bg-flash-values.jpg) no-repeat top left;
}
#main .workEXAMPLE {
	width: 584px;
	background: url(../_img/_work/bg_table.jpg) no-repeat #FFF;
	float: left;
	padding: 21px;
	height: 410px; /*height for development only */
}

#main .homeCOPY,
#main .contactCOPY,
#main .workCOPY {
	float: right;
	width: 214px;
	border-top: 2px solid #F00;
}
#main .aboutCOPY,
#main .newsCOPY {
	width: 427px;
	float: right;
	background: #FFF;
	border-top: 2px solid #F00;
}
#main .casestudiesCOPY,
#main .feedbackCOPY {
	width: 640px;
	float: right;
	margin-bottom: 21px;
	background: #FFF;
	border-top: 2px solid #F00;
}
#main .casestudiesCOPY .left,
#main .feedbackCOPY .left {
	float: left;
	width: 310px;
	padding-right: 20px;
}
#main .casestudiesCOPY .right,
#main .feedbackCOPY .right {
	float: left;
	width: 310px;
}

#main .workCOPY ul {
	border-top: 1px solid #000;
	font-size: 10px;
	line-height: 15px;
	list-style-type: none;
	margin: 7px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
}
#main .workCOPY li {
}
#main .workCOPY a.current {
	color: #000;
}	

#main .oneFTP {
	float: left;
	width: 200px;
	padding-top: 118px;
}

/* CASE STUDIES
----------------------------------------------------------------*/


#casestudies {
	width: 860px;
	border-top: 2px solid #F00;
}
#casestudies  p {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#casestudies h2 {
	font-size: 12px;
	height: 21px;
	text-transform: uppercase;
	text-indent: -9999px;
	-moz-outline: none;
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 0px 0px 2px 220px;
}
#casestudies h2.main  {
	width: 640px;
	background: url(../_img/_casestudies/hdr-index.gif) no-repeat #FFF;
}

#casestudies .column1 {
	width: 220px;
	float: left;
}
#casestudies .column1 .nav {
	float: left;
	padding: 8px 0 0 0;
	height: 242px
}
#casestudies .column1 .nav ul {
	list-style-type: none;
	width: 200px;
	margin: 0;
	padding: 0;
}
#casestudies .column1 .nav li {
	padding: 0px 0px 10px 0px;
	margin: 0;
}
#casestudies .column1 .nav a.current {
	color: #000;
}
#casestudies .column1 .oneFTP {
	float: left;
	width: 200px;
	padding-top: 82px;
}

#casestudies .column2 {
	float: left;
	width: 310px;
	padding-right: 20px;
}
#casestudies .column3 {
	float: left;
	width: 310px;
}
#casestudies .column3 .concepts {
	float: left;
	width: 310px;
	padding: 10px 0px 7px 0px;
	margin: 0;
}
#casestudies .column3 .concepts img {
	float: left;
	padding: 0;
	margin: 0px 3px 3px 0px;
	border: solid 1px #CCC;
}


/* BOTTOM SECTION SETUP
----------------------------------------------------------------*/

#bottom {
	width: 860px;
	border-top: 2px solid #F00;
}
#bottom .oneFTP {
	float: left;
	width: 220px;
	padding-top: 95px;
}

#bottom h3 {
	font-size: 12px;
	height: 21px;
	text-transform: uppercase;
	text-indent: -9999px;
	-moz-outline: none;
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 0px 0px 2px 0px;
}

#bottom h3 a,
#bottom h3 a:visited {
	display: block;
	width: 200px;
	height: 21px;
}
#bottom h3 a.selected,
#bottom h3 a.selected:visited,
#bottom h3 a:hover {
	background-position: 0 -21px;
}
#bottom .feedback h3{
	margin: 0px 0px 3px 0px;
}
#bottom .values h3 {
	width: 426px;
	background: url(../_img/_common/hdr_socialresponsibility.gif) no-repeat #FFF;
}
#bottom .causes h3 {
	width: 214px;
	background: url(../_img/_common/hdr_causes.gif) no-repeat #FFF;
}
#bottom .capabilities h3 {
	width: 427px;
	background: url(../_img/_common/hdr_whatwedo.gif) no-repeat #FFF;
}

#bottom p {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding: 5px 20px 0px 0px;
}
#bottom .feedback {
	float: left;
	width: 213px;
}
#bottom .news {
	float: left;
	width: 427px;
}
#bottom .news p {
	padding-right: 233px;
}
#bottom p.after {
	padding: 8px 20px 0px 0px;
}
#bottom p.author {
	padding: 3px 20px 0px 0px;
}
#bottom .capabilities {
	float: left;
	width: 427px;
	padding-left: 213px;
}
#bottom .values {
	float: left;
	width: 426px;
}
#bottom .causes {
	float: left;
	width: 214px;
}
#bottom .causes ul {
	margin: 0;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
}
#bottom .causes li {
	line-height: 14px;
	margin: 0;
	padding: 0;
}

/* BOTTOM NAV - LINKS
----------------------------------------------------------------*/

#nav_feedback {background: url(../_img/_common/nav_feedback.gif) no-repeat; }
#nav_news {background: url(../_img/_common/nav_news.gif) no-repeat; }


/* WORK ELEMENTS
----------------------------------------------------------------*/

#lgWork {
	float: left;
	width: 584;
	padding: 0 0 20px 0;
	margin: 0;
}
#smlWork {
	float: left;
	width: 131px;
	padding: 0 20px 0 0;
	margin: 0;
}
#smlWork4 {
	float: left;
	width: 131px;
	padding: 0;
	margin: 0;
}


/* FOOTER SETUP
----------------------------------------------------------------*/

#footerWrapper {
	width: 860px;
	padding: 0px 50px 30px 50px;
	margin: 0;
	background-image: url(../_img/_common/shadow_btm.png);
}
#footer {
	width: 860px;
	height: 50px;
	background: url(../_img/_common/logo_icon.gif) no-repeat right;
	padding: 0;
	margin: 0;
}
#footer img {
	float: left;
	width: 180px;
	padding: 10px 40px 10px 0px;
}
#footer h5 {
	font-size: 9px;
	font-weight: normal;
	padding: 20px 0 0 0;
	margin: 0;
}
#footer h6 {
	float: left;
	width: 406px;
	font-size: 9px;
	font-weight: normal;
	padding: 20px 0 0 0;
	margin: 0;
}
#footer ul {
	float: right;
	width: 214px;
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 9px;
	list-style-type: none;
}
#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-weight: bold;
}


/* COMMON ELEMENTS
----------------------------------------------------------------*/

.red {
	color: #F00;
}
.redbold {
	color: #F00;
	font-weight: bold;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.open {
	padding-top: 2px;
}
.closed {
	padding-bottom: 2px;
}
