/* CSS Document */

/* ***** Page Layout, GIRVIN 2012 ***** */

/* ===== Overall Styling ===== */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Gill Sans MT", "Gill Sans", Verdana, sans-serif;
	background-color: #000000;
}

a {
	text-decoration: none;
	color: #012a60;
}

a:hover {
	color: #faa13b;
}

ul, ol {
	list-style: none;	
}

.rule
{
	padding-left: 50px;
}

/*h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,form,label,fieldset,address {*/
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #f9a03a;	
}

img { border: 0; }



#wrapper {
	width: 910px;
	margin: 0px auto;
	position: relative;
	top: 40px;
}

#bg-wrapper {
	z-index:-100;
	position: fixed;
	top: 0px;
	width: 100%;
	min-width: 900px;
}


.divider {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 10px 0;
	padding: 10px;
}

.divider-top {
	border-top: 1px solid #999999;
	margin-top: 10px;
	padding-top: 10px;
}

.divider-bottom {
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

@font-face {
	font-family: 'Girvalia';
	src: url('../web-fonts/girvalia-webfont.eot');
	src: url('../web-fonts/girvalia-webfont.eot?#iefix') format('embedded-opentype'),  url'(../web-fonts/girvalia-webfont.woff') format('woff'),  url('../web-fonts/girvalia-webfont.ttf') format('truetype'),  url('../web-fonts/girvalia-webfont.svg#girvaliammregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ===== Branding ===== */

#branding {
	height: 38px;
	margin-top: 40px;
}

h1#branding {
	font-size: 30px;
	font-weight: normal;
	color: #D8212B;
	line-height: 0.5;
}

h1#branding a:link, h1#branding a:visited {
	color: #D8212B;
	text-decoration: none;
}

h1#branding a:hover {
	text-decoration: none;
}



/* ===== Header ===== */

#header {
	margin-bottom: 15px;
	position: relative;
	width: 910px;
    z-index: 100;
}

#logo {
	float: left;
	font-size: 27px;
	margin-bottom: 12px;
	width: 190px;
	border-right:#FFF 1px solid;
}

#logo img {
	float: left;
	margin-top: -7px;	
}

#logo a {
	background: url('../images/logo.png') left top no-repeat;
	display: block;
	width: 170px;
	height: 52px;
	margin-top: 0px;
	overflow: hidden;
	float: left;
}

#logo a:hover {
	background: url('../images/logo.png') left bottom no-repeat;
}

#nav1 {
	text-align: right;
	font-size: 18px;
	color: #FFFFFF;
	float: right;
	margin: 0px 17px 0px 0px;
}

#nav1 ul {
	padding-top: 16px;
	position: relative;
	background-color: rgba(0,0,0,0);
}

#nav1 .topnav {
	height: 29px;
}

#nav1 li {
	text-align:center;
}

#nav1 li a {
	font-family:Arial, Helvetica, sans-serif;
}

#nav1 li.portfolio {
	float: left;
	display: block;
	width: 100px;
}

#nav1 li.about {
	float: left;
	display: block;
	width: 80px;
}

#nav1 li.strategist {
	float: left;
	display: block;
	width: 110px;
}

#nav1 li.testimonial {
	float: left;
	display: block;
	width: 125px;
}

#nav1 li.client {
	float: left;
	display: block;
	width: 65px;
}

#nav1 li.connect {
	float: left;
	display: block;
	width: 110px;
}

#nav1 li.meet {
	float: left;
	display: block;
	width: 95px;
}

#nav1 a {
	display: block;
	height: 21px;
}

#nav1 ul .menu-spacer {
	height: 10px;
	width: 80%;
	margin: 0 auto;
}

#nav1 a:link, 
#nav1 a:visited, 
.portfolio #nav1 li.portfolio ul li a, 
.about #nav1 li.about ul li a, 
.strategist #nav1 li.strategist ul li a,
.testimonial #nav1 li.testimonial ul li a, 
.client #nav1 li.client ul li a,  
.connect #nav1 li.connect ul li a, 
.meet #nav1 li.meet ul li a {
	color: #FFFFFF;
}

#nav1 a:hover, 
.portfolio #nav1 li.portfolio ul li a:hover, 
.about #nav1 li.about ul li a:hover,
.strategist #nav1 li.strategist ul li a:hover,
.testimonial #nav1 li.testimonial ul li a:hover, 
.client #nav1 li.client ul li a:hover, 
.connect #nav1 li.connect ul li a:hover, 
.meet #nav1 li.meet ul li a:hover  {
	color: #f9a03a;
}

#nav1 ul li.portfolio a, #nav1 ul li.about a, #nav1 ul li.strategist a, #nav1 ul li.testimonial a, #nav1 ul li.client a, #nav1 ul li.connect a, #nav1 ul li.meet a {
	padding-bottom: 8px;	
}

#nav1 ul ul {
	position: absolute;
	z-index: 500;
	background-color: #000;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#nav1 ul ul li {
	text-align:center;
	margin: 0px;
	line-height: 24px;
}

#nav1 ul li.portfolio ul{
	width: 130px;
	left: -16px;
	padding-bottom: 5px;
}

#nav1 ul li.about ul{
	width: 100px;
	left: 170px;
	padding-bottom: 5px;	
}

#nav1 ul li.strategist ul{
	width: 100px;
	left: 570px;
	padding-bottom: 5px;	
}

#nav1 ul li.testimonial ul{
	width: 113px;
	left: 295px;
	padding-bottom: 5px;
}

#nav1 ul li.client ul{
	width: 115px;
	padding-bottom: 5px;
	left: 409px;
}

#nav1 ul li.connect ul{
	width: 113px;
	left: 295px;
	padding-bottom: 5px;
}

#nav1 ul li.meet ul{
	width: 113px;
	left: 295px;
	padding-bottom: 5px;
}

#nav1 ul ul ul{
	top: 0;
	left: 100%;
}


div#nav1 ul li ul {
	display: none;
}

.portfolio #nav1 .portfolio a, 
.about #nav1 .about a, 
.strategist #nav1 .strategist a, 
.testimonial #nav1 .testimonial a,
.client #nav1 .client a,
.connect #nav1 .connect a, 
.meet #nav1 .meet a {
	color: #f9a03a;
}

/* ===== Sidebar & Nav2 ===== */

.home #sidebar {
	border: 0;
	background: none;
}

#sidebar {
	float: left;
	position: relative;
	top: 0px;
	text-align: right;
	width: 228px;
	display:block;
	font-size: 13px;
	color: #ffffff;
	height: 504px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #000;
	background: rgba(0, 0, 0, 0.4);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);   /* IE6 & 7 */
}

#sidebar h1 {
	border-bottom: 1px solid #999999;
	padding-right: 14px;
    font-size: 16px;
    line-height: 32px;
	color: #ffffff;
}

#nav2 {
	text-align: right;
	padding-top: 8px;
}

#nav2 {
	width: 100%;
}
	
#nav2 li {
	line-height:23px;
	padding-right: 14px;
}

#nav2 li strong {
	color: #d8212b;	
}

#nav2 li a {
	font-size: 14px;
	color: #FFFFFF;	
}

#nav2 a:link, #nav2 a:visited {
	color: #FFFFFF;
}

#nav2 li a:hover {
	color: #d8212b;
}
	
#nav2 li h1 {
	color: #FFF;
	font-size: 10px;
	margin: 5px;
	font-weight: bold;
}

#subnav2 li {
	line-height: 23px;
	font-size: 12px;		
}

#subnav2 {
	margin-bottom: 10px; 
}

#nav2 .current-page a{
	color: #d8212b;
}	

#client-list {
    font-size: 13px;
    left: 146px;
    position: absolute;
    top: 468px;
}
/* ===== Content ===== */

#content {
	width: 910px;
	height: 520px;
	float: left;
	background: #fff;
	color: #58585b;
	text-align: left;
	line-height:17px;;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: relative;
    z-index: 1;
}

.portfolio #content, 
.about #content, 
.strategist #content,
.testimonial #content,
.client #content,
.connect #content, 
.meet #content {
	background: url(../images/bg_content.jpg) no-repeat;
}

#content h1 {
	padding:30px 15px 20px 30px;
	font-size:20px;
}

#content .leftCo {
	float:left;
	width:405px;
	display:block;
	margin:0 20px 20px 30px;
}
#content .leftCo p.justid {
	text-align:justify;
	line-height:1.7em;
}
#content .leftCoTwo {
	float:left;
	width:525px;
	display:block;
	margin:0 20px 20px 30px;
}
#content .leftCoTwo p.justid {
	text-align:justify;
	line-height:1.7em;
}

#content .rightCo {
	float:left;
	width:405px;
	display:block;
	margin:0 30px 20px 20px;
}

#content .rightCo p.justid {
	text-align:justify;
	line-height:1.7em;
}
#content .rightCo li {
	list-style: outside circle;
	margin-left:15px;
}

#content .rightCoTwo {
	float:left;
	width:285px;
	display:block;
	margin:0 30px 20px 20px;
}

h2 .position {
	font-weight:100;
	font-style:italic;
	color:#012a60;
	font-size:12px
}

#content .allscroll {
	width:850px;
	display:block;
	margin-left:30px;
	padding-right:30px;
	height: 420px;
	overflow: scroll; /* showing scrollbars */
}

#content .allscroll img {
	height:auto;
	
}

#content .allnoscroll {
	width:820px;
	display:block;
	margin-left:30px;
	padding-right:30px;
	height: 420px;
}

#content .allnoscroll img {
	height:420px;
	width:auto;
}

#content.switch tbody tr:nth-child(even) td, tbody tr.even td {background:#ecf5fd;}

#content.switch tr th {color:#012a60;}

#content .allnoscroll hr.opopop {
	border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


/*--- Expertise Pages ---*/

#expertise {
	
	width: 910px;
	height: 520px;
	display: block;
}

.packaging #expertise {
	background-image: url('http://www.girvin.com/expertise/packaging.jpg');	
}

.name #expertise {
	background-image: url('http://www.girvin.com/expertise/naming.jpg');	
}

.story #expertise {
	background-image: url('http://www.girvin.com/expertise/story.jpg');	
}

.strategy #expertise {
	background-image: url('http://www.girvin.com/expertise/strategy.jpg');	
}

.identity #expertise {
	background-image: url('http://www.girvin.com/expertise/identity.jpg');	
}

.interactive #expertise {
	background-image: url('http://www.girvin.com/expertise/interactive.jpg');	
}

.environment #expertise {
	background-image: url('http://www.girvin.com/expertise/environment.jpg');	
}

.message #expertise {
	background-image: url('http://www.girvin.com/expertise/message.jpg');	
}

.print #expertise {
	background-image: url('http://www.girvin.com/expertise/print.jpg');	
}

#expertise-text-bg {
	display: none;
	position: absolute;
	bottom: 19px;
	color: #ffffff;
	width: 910x;
	height: 140px;
	background-image: url('http://www.girvin.com/images/menu_shim.png');
}

#expertise-text {
	display: block;
	position: relative;
	width: 910px;
	color: #ffffff;
	top: 22px;
}

#expertise-text p {
	width: 555px;
	font-size: 12px;
	margin: 0px auto;
	font-weight: 600;
}

/* Portfolio  */

#portfolio-wrapper {
	width: 865px;
	height:462px;
	display: block;
	margin: 22px 22px;
}

#portfolio-image {
	float: left;
	width: 571px;
	height: 432px;
	margin: 0px;
}

#portfolio-copy-wrapper {
	display: block;
	width: 294px;
	height: 432px;
	float: left;
	background-color: #edeeed;
	position: relative;
}

#portfolio-copy-header {
	color: #d8212b;
	margin: 17px 22px 13px 22px;
}

#portfolio-copy-body {
	margin: 0px 22px;
	height: 330px;
	width: 272px;
	display: block;
	float: left;
	overflow: hidden;
}

#portfolio-copy {
	overflow: auto;
	display: block;
	width: 236px;
}

#portfolio-copy a{
	color: #d8212b;
}

#portfolio-copy a:hover{
	color: #333333;
}

#portfolio-copy-body p {
		margin-bottom: 20px;
		line-height: 17px;
}

#portfolio-links-wrapper {
	float: left;
	margin-top: 13px;
}

#portfolio-links-wrapper li{
	float: left;
	margin-right: 4px;	
}

li.portfolio-links a{
	display:block;
	height: 17px;
	width: 25px;
	background-color: #bec1c0;
	float: left;
}

li.portfolio-links a:hover {
	background-color: #d8212b;
}

li.portfolio-links-current {
	display:block;
	height: 17px;
	width: 25px;
	float: left;
	background-color: #d8212b
}

#other-portfolios {
	float: right;
	text-align: right;
	margin-top: 16px;
}

#other-portfolios a {
	color: #000000;
	margin-left: 18px;
}

#other-portfolios a:hover {
	color: #d8212b;
}

#testimonial-link {
	margin-left: 22px;
	position: relative;
	top: 16px;
	height: 17px;
}

#testimonial-link a {
	color: #d8212b;	
}

#testimonial-link a:hover {
	color: #333333;	
}



/* Portfolio Copy Scroller */

#portfolio-copy-scroll {
	float: right;
	position: absolute;
	background-color: #a3a6a5;
	height: 100%;
	left: 280px;
	top: 0px;
	width: 14px;
    z-index: 1;
}

/* Microsites */

	.microsite-list li {
    height: 400px;
    margin-left: 20px;
	padding-top: 20px;
    width: 402px;
	text-align: center;
	}
	
	.microsite-list li a {
		color: #d8212b;
		font-size: 13px;
	}
	
	.microsite-list li a:hover {
		color: #444;	
	}

	.microsite-list img {
		width: 100%;
		height: auto;	
	}



/* Subsites */
.blast > li {
    float: left;
	margin-left: 21px;
}

.subsites #expertise img {
	float: left;
	width: 207px;
	height: 109px;
	margin-bottom: 21px;
}

.subsites #expertise .first-col img {
	margin-right: 3%;	
}

.subsites #blast-wrapper {
	display: block;
	top: 20px;
	height: 409px;
	position: relative;
}

.subsites #thinking-body-wrapper {
	
}

#subsites-copy-scroll {
	float: right;
	position: absolute;
	background-color: #a3a6a5;
	height: 100%;
	width: 14px;
	display: block;
	left: 850px;
	top: 0px;
}

/* --  Client List  -- */

#clients-wrapper {
	width: 865px;
	height:462px;
	display: block;
	margin: 22px;
	background-color:  #edeeed;
}

#clients {
    font-size: 13px;
	height: 422px;
	display: block;
	overflow: auto;
	width: 842px;
	float: left;
	margin: 22px 0 22px 22px;
}

#clients h3 {
	margin: 18px 0 12px 0;	
}

#clients h3.top {
	margin: 6px 0 12px 0;
}

#clients a {
	color: #d8212b;	
}

#clients a:hover {
	color: #666666;	
}

#scroll-bar-background {
	height: 462px;
	width: 14px;
	position: absolute;
	left: 872px;
	background-color: #a3a6a5;
	z-index: 5;
}

/* Process */

.process #expertise {
	background-image: url('http://www.girvin.com/images/process.gif');	
}

/* Testimonials */

#testimonial-wrapper {
	width: 862px;
	height:478px;
	display: block;
	margin: 6px 22px 22px;
	position: relative;
}

#testimonial-header h1{
	line-height: 20px;
	font-size: 22px;
	font-weight: normal;	
}

#testimonial-header {
	margin-bottom: 9px;
	position: relative;
}

#testimonial-nav {
	width: 100%;
	height: 20px;
	background-color: #a3a6a5;
	display: block;
	font-size: 12px;
	position: relative;
}

#testimonial-nav a {
	margin-left: 24px;

}

#testimonial-nav a:hover {
	color: #d8212b;
}

#testimonial-copy-wrapper {
	background-color:  #edeeed;
	height: 423px;
	display: block;
	position: relative;
}

#testimonial-copy {
	margin:0 22px 0 0px;
	color: #000000;	
	display: block;
	height: 423px;
	width: 818px;
	position: relative;
	top: 0px;
	padding: 22px 22px 0px 22px;
}

#testimonial-copy li {
	margin-bottom: 22px;	
}

#testimonial-copy h2 {
	margin-bottom: 6px;	
}

#testimonial-copy p {
	margin-bottom: 8px;	
}

#testimonial-copy a {
	color: #d8212b;	
}

#testimonial-copy a:hover {
	color: #666666;	
}

#quotes {
	overflow: auto;
	height: 385px;
}

#top-link {
		float: right;
}



/*  History */

.history #people-copy-wrapper {
	margin-top: 0;	
}

#history-people-wrapper {
	width: 865px;
	height:462px;
	display: block;
	margin: 22px 22px;
}

.history #portfolio-links-wrapper {
	margin-left: 0px;
	margin-top: 13px;	
}

.history #people-copy-wrapper {
	height: 432px;	
}

#history-image {
	position:relative; 
	float: left;
	width: 392px;
	height: 432px;
	overflow: hidden;
}



#history_container {
	position: relative;
	float: left;
	left: 63px;
	top: -3px;
}

#history-copy-body {
	margin: 0px 22px 0px 26px;
	height: 305px;
	width: 405px;
	display: block;
	overflow: hidden;
	float: left;
}

#history-copy-body p {
		margin-bottom: 20px;
		line-height: 17px;
}

#history-testimonial-text {
	position: relative;
	float: left;
	margin: 0px 22px;
	color: #d8212b;
	font-style: italic;
	top: 23px;
}



/* -- People --*/

#people-collage-wrapper{
	width: 405px;
	height: 462px;
	display: block;
	float: left;
	margin-top: 1px;
}

#people-collage{
	position: relative;
	background-color: #000;
	float: left;
	line-height: 0px;
	width: 392px;
}

#people-collage img{
	background-color: #000000;
	display: block;
}

#people-collage img {
	float: left;
	position: relative;
	width: 98px;
	height: 115px;
}

ul.thumb li {
	float: left;
	position: relative;
	width: 98px;
	height: 115px;
}

#people-collage ul {
	position: absolute;
}

#people-collage li {
	float: left;
	position: relative;	
}

#people-collage img{
	opacity: .65;
	filter: alpha(opacity=65);
}

#people-collage img, #people-collage img.current{
	opacity: 1;
    filter: alpha(opacity=100);
}

#staff-image {
	width: 368px;
	height: 400px;
	/*display: none;*/
	border: 1px solid yellow;
	position: absolute;
}

#main-view {
	display: none;
    left: 119px;
    position: absolute;
    top: 138px;
	height: 230px;
    width: 198px;
    z-index: 150;
}

#main-view img {
	cursor: pointer;	
}

#main-view .close{
	position: absolute;
	top: 210px;
	left: 163px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;	
}

#people-copy-wrapper {
	margin-top: 1px;
	display: block;
	width: 459px;
	height: 462px;
	float: left;
	background-color: #edeeed;
	position: relative;
}

#people-copy-header {
	color: #d8212b;
	margin: 17px 22px 13px 26px;
}

#people-copy-body {
	margin: 0px 26px;
	height: 368px;
	width: 425px;
	display: block;
	overflow: auto;
	float: left;
}

#people-copy {
	display: block;
	width: 	411px;
}

#people-copy-body p {
		margin-bottom: 20px;
		line-height: 17px;
}

#people-copy-body a {
		color: #d8212b;
}

#people-copy-body a:hover {
		color: #666666;
}

/* People Copy Scroller */

#people-copy-scroll {
	float: right;
	position: absolute;
	background-color: #a3a6a5;
	height: 100%;
	width: 14px;
	display: block;
	left: 459px;
	top: 0px;
}

/*--  Our Thinking --*/

#thinking-wrapper {
	margin: 6px 22px 22px;
	width: 865px;
	height: 478px;
}

#thinking-body-wrapper {
	background-color: #edeeed;
	height: 449px;
	display: block;
	width: 100%;
	position: relative;
}

#carousel-wrapper {
	float: left;
	width: 837px;
	display: block;	
	margin-top: 75px;
	visibility:hidden;
}

.thinking-carousel li{
	padding-left: 25px;
}

#main-movie {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 909px;
	height: 506px;
	background-color: #000000;
	overflow: hidden;
}

#main-movie .close {
	position: absolute;
	top: 448px;
	left: 836px;
	color: #ffffff;
	font-weight: bold;
	font-size: 2em;
}

#main-movie .close-big {
	position: absolute;
	top: 488px;
	left: 845px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
}

.swf-movie {
	margin: 38px auto;
	width: 728px;
}

.swf-movie-big {
	margin: 22px auto;
	width: 728px;
}

/*--  Thinking Scroll  -- */

#thinking-body-wrapper .prev {
	width: 14px;
	height: 100%;
	background-color: #a3a6a5;
	display: block;
	float: left;
}

#thinking-body-wrapper .next {
	width: 14px;
	height: 100%;
	background-color: #a3a6a5;
	display: block;
	float: right;
 }
 
#thinking-body-wrapper .prev a {
	position: relative;
	top: 217px;
	display: block;
	width: 7px;
	height: 14px;
	overflow: hidden;
	margin-left: 3px;
	background: url('http://www.girvin.com/images/prev-arrow.png') left center no-repeat;
}

#thinking-body-wrapper .next a {
	position: relative;
	top: 217px;
	display: block;
	width: 7px;
	height: 14px;
	overflow: hidden;
	margin-left: 3px;
	background: url('http://www.girvin.com/images/next-arrow.png') right center no-repeat;
}

#thinking-body-wrapper .next a:hover {
	background: url('http://www.girvin.com/images/next-arrow.png') left center no-repeat;	
}

#thinking-body-wrapper .prev a:hover {
	background: url('http://www.girvin.com/images/prev-arrow.png') right center no-repeat;	
}


.privacy .toc {
	margin-bottom: 10px;
}

.privacy .toc strong{
	color: #000;
}

.privacy #testimonial-copy ul {
	line-height: normal;	
}

.privacy #testimonial-copy {
	line-height: 14px;	
}

.privacy #testimonial-copy li {
	margin: 0px 0px 0px 10px;	
}

.privacy #testimonial-copy li a{
	color: #d8212b;	
}

.privacy #testimonial-copy li a:hover{
	text-decoration: underline;	
}

.privacy #testimonial-copy a {
	color: #000;	
}

/*-- Connect Pages --*/

#map{
	position:relative; 
	float: left;
	margin: 22px 0px 0px 22px;
}

#map-text{
	position:relative; 
	float: left;
	margin: 22px 22px 11px 0px;
	display: block;
	width: 283px;
	height: 428px;
	background-color: #edeeed;
	padding-left: 22px;
	padding-top: 11px;
	font-size: 10px;
}

#map-text h1 {
	font-size: 18px;
}

#map-text a {
	color: #d8212b;
}

#map-text a:hover {
	color: #444;	
}

#map-footer {
	float: right;
	margin-right: 30px;
	font-size: 10px;
}

#map-footer li {
	float: left;
	margin-left: 21px;	
}

#map-footer a {
	color: #000000;
}

#map-footer a:hover {
	color: #d8212b;	
}

.careers #news-image {
	background-color: #edeeed;
	border-right: 2px solid #a3a6a5;
	width: 390px;
}

.careers #news-copy-body {
	margin:0px;	
}

.careers #news-image h3, .careers #news-copy-body h3{
	display: block;
	margin: 22px 26px 17px 26px;	
}

.careers p{
	margin: 0px 22px;
}

.careers #people-copy-wrapper {
	height: 462px;
	margin-top: 0;
}

.careers #news-image p a{
	color: #d8212b;	
}

.careers #news-image p a:hover {
	color: #444	
}

.contact form {
	margin: 0px 20px;	
}

.contact form p {
	margin-bottom: 15px;	
}

.thank-you-copy {
	margin: 25px auto;	
}

/* ===== News ===== */

#news-image {
	position:relative; 
	float: left;
	width: 392px;
	height: 462px;
	overflow: hidden;
}

.news #people-copy-wrapper {
	height: 462px;
	margin-top: 0;
}

#news-copy-header {
	color: #d8212b;
	margin: 17px 22px 13px 26px;
}

#news-copy-body {
	margin: 0px 22px 0px 26px;
	height: 398px;
	width: 447px;
	display: block;
	overflow: hidden;
	float: left;
}
#news-copy {
	display: block;
	width: 	411px;
    color: #000000;
    font-weight: normal;
}

#news-copy-body h3 {
	display: inline;
	font-size: 1em;
}

#news-copy-body a {
	color: #d8212b;
	font-style:italic;
}

#news-copy-body a:hover {
	color: #666666;
}

#news-copy-body li {
	margin-bottom: 9px;
}
/* ==== News Copy Scroller ===== */

#news-copy-scroll {
	float: right;
	position: absolute;
	background-color: #a3a6a5;
	height: 100%;
	width: 14px;
	display: block;
	left: 459px;
	top: 0px;
}

/* ===== Footer ===== */

#footer {
	position: relative;
	text-align: right;
	width: 910px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

#footer-nav {
	background: url('http://www.girvin.com/images/footer-shim.png');
}

#social-icons {
	float: left;
}
		
#social-icons li {
	float: left;
	border: 0;
	margin: 15px 7px 0px 0px;
}

.text-footer {
	float: right;
	margin-top: 15px;
}


/*#footer ul {
	float: right;
	padding-top: 11px;
	padding-bottom: 10px;
	margin: 0px;
}

#footer li {
	display: block;
	float: left;
	margin-left: 8px;
	padding-left: 8px;
	border-left: solid #ffffff 1px;
}

#footer li.first-li {
	border-left: none;
}*/

#footer a {
	padding-bottom: 0px;
	color: #FFFFFF;
}

#footer a:hover {
	color: #f9a03a;	
}

/*#footer a:hover, .strategy #footer li a#bottom-strategy, .story #footer li a#bottom-story, .name #footer li a#bottom-name, .message #footer li a#bottom-message, .print #footer li a#bottom-print, .identity #footer li a#bottom-identity, .environment #footer li a#bottom-environment, .packaging #footer li a#bottom-packaging, .interactive #footer li a#bottom-interactive  {
	color: #D8212B; 
}
*/



/*=====  IE7 Edits ======*/
/* CSS Document */

/* ***** Page Layout, GIRVIN 2007 ***** */

/* ===== Overall Styling ===== */
 
#ieonly #wrapper {
        width: 1150px;
 }
/* ===== Branding ===== */


/* ===== Header & Nav1 ===== */

#ieonly #header {
        height: 20px;
        display: block;
 }

#ieonly #nav1 ul li ul{
    position: relative;
    }

#ieonly #nav1 ul li.portfolio ul{
	width: 130px;
    margin-left: -34px;
	padding-bottom: 5px;
}

#ieonly #nav1 ul li.about ul{
	width: 100px;
    margin-left: -340px;
	padding-bottom: 5px;	
}

#ieonly #nav1 ul li.connect ul{
	width: 113px;
    margin-left: -590px;
	padding-bottom: 5px;
}

#ieonly #nav1 ul li.news ul{
	width: 115px;
    margin-left: -809px;
	padding-bottom: 5px;
}
/* ===== Sidebar & Nav2 ===== */

#ieonly #sidebar {
        top: 0px;
}

#ieonly .menu-spacer {
        padding-bottom: 10px;
 }
/* ===== Content ===== */

#ieonly #content h1 {
       font-size: 22px;
 }
/*--- Expertise Pages ---*/


/* Portfolio  */


/* Portfolio Copy Scroller */


/* --  Client List  -- */


/* Testimonials */

#ieonly #testimonial-copy h2 {
        font-size: 12px;
 }
/*---  Testimonial Scroll  --*/


/*  History */


/* -- People --*/

#ieonly #main-view {
	top: 115px;
	left: -294px;
}

/* People Copy Scroller */


/*--  Our Thinking --*/


/*--  Thinking Scroll  -- */


/*-- Connect Pages --*/


/* ===== News ===== */


/* ==== News Copy Scroller ===== */


/* ===== Footer ===== */


/*====  Scroll Areas  =====*/
#ieonly .jspVerticalBar a.jspArrowUp{
    background-image: url("http://www.girvin.com/images/up-arrow.png");
    background-color: #A3A6A5;
    background-position:0px -7px;
    overflow: visible;
    }
    
    #ieonly .jspVerticalBar a.jspArrowUp:hover{
    background-image: url("http://www.girvin.com/images/up-arrow.png");
    background-color: #A3A6A5;
    background-position:0px 0px;
    overflow: visible;
    }

#ieonly .jspVerticalBar a.jspArrowDown{
    background-image: url("http://www.girvin.com/images/down-arrow.png");
    background-color: #A3A6A5;
    background-position:0px -7px;
    overflow: visible;
    }
    
    #ieonly .jspVerticalBar a.jspArrowDown:hover{
    background-image: url("http://www.girvin.com/images/down-arrow.png");
    background-color: #A3A6A5;
    background-position:0px 0px;
    overflow: visible;
    }