/* 
Title:     Bishop Main Stylesheet
Author:    design@studio2info.com
Written:   Dec 2009, revised May 2011
*/


/* Color Reference
---------------------------------------------------------- 

Color		Number

Gray	#aeb0b2





/* General and global
---------------------------------------------------------- */

/* Clearfix - Clearing 21st Century Style - http://www.positioniseverything.net/easyclearing.html */ 

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
	}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* self-clear floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


*{margin:0; padding:0;}

html{ overflow-y:scroll; }

a, a:hover, a:focus, a:active, a:visited {
	outline: none;
	}
	
img {border: none;}

body {
	margin: 0 auto;
	padding: 0;
	font-family: Helvetica, "Arial", Arial, sans-serif;
	background: url(../images/nav-stripe-bg.gif);
	background-position: top-left;
	background-repeat: repeat-x;
	background-color: #fff;
	}

	
/* Header
--------------------------------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
	padding:0;
	height: 75px;
	}

#masthead {
	width:960px;
	margin:0 auto;
	padding:0;
	height: 190px;
	background-color: #fff;
	}
	
#leftmast {
	width: 440px;
	float: left;
	}
	
#rightmast {
	width: 520px;
	float:left;
	}


/* Content
---------------------------------------------------------------------------------- */

#content-wrap {
	margin: 0 auto;
	padding: 0 0 24px 0;
	width: 944px;
	border: 8px solid #aeb0b2;
	background: url(../images/content-bg.gif) top left repeat-y;

	}
	
#content {
	width:536px;
	margin:0 12px;
	float: left;
	}
	
	
#content img {
	border: 1px solid #aeb0b2;
	margin: 0 0 12px 0;
	}
	
#content iframe {
	border: 1px solid #aeb0b2;
	margin: 0 0 6px 0;
	}
	
#headline {
	width: 536px;
	margin:0;
	padding:0;
	}
	
#headline img {
	border:none;
	margin:0;
	padding:0;
	}
#projectmgrs img {
	border: none;
	margin:0;
	}
#projectmgrs p {
	margin:0;
	}
	
.mgrinfo {
	height: 150px;
	width: 536px;
	margin:0 0 24px 0;
	}



	

	
.mgrphoto {
	width: 108px;
	height: 138px;
	float:left;
	}
	
	
.mgrcontact {
	width: 300px;
	height: 150px;
	float: left;
	margin: 0 0 0 12px;
	}
.mgrcontact p {
	margin-top: 0;
	}
	
/* New Project manager section
---------------------------------------------------------------------------------- */
.newmgrrwrap {
	width: 536px;
	}
	
.newmgrinfo {
	width: 536px;
	margin:0 0 6px 0;
	clear:both;
	}
	
.newmgrphoto {
	width: 136px;
	height: 180px;
	.height: 200px;
	font-size: .85em;
	float:left;
	margin: 0 0 12px 0;

	}

.newmgrcontact {
	width: 390px;
	float: left;
	margin: 0 0 12px 0;
	}
	
	.newmgrnumbers {
	height: 50px;
	margin-bottom: 24px;
	width: 536px;
border-top: 1px dashed #999;
border-bottom: 2px solid #999;
clear:both;
}
	
	
.newmgrvcard {
	float:left;
	}
	
.newmgrphone {
	float: left;
	margin-top:12px;
	}
	
	
#sidebar {
	width: 175px;
	float: left;
	padding:60px 0 0 0;
	}
	
#sidebar ul {
	padding:24px 0 0 12px;
	margin:12px;
	background: url(../images/sidebar-bg.gif) top left no-repeat;
	text-align: center;
	border-top: 8px solid #aeb0b2;

	}
	
#sidebar li {
	font-size: .8em;
	color: #4a5c81;
	list-style-type: none;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom:.9em;
	}
	
#mainfooter {
	width: 960px;
	height: 83px;
	margin: 4px auto 0 auto;
	background: url(../images/main-footer.gif) top left no-repeat;
	}
	
#mainfooterr p {
	padding: 35px 0 0 35px;
	font-size: .65em;
	color: #999;
	}
	
.right {
	float: right;
	}
	
#mainfooterl a img {
	padding: 30px 0 0 0;
	display: inline;
}

#mainfooterl {
	width: 180px;
	height: 83px;
	float: left;
	margin-left:35px;
	}
	
#mainfooterl ul li{
	list-style-type: none;
	display: inline;
	}


	
#mainfooterr {
	height: 83px;
	width: 700px;
	float:left;
	}

/* Sub Nav
---------------------------------------------------------------------------------- */
	
#subnav {
	width: 209px;
	padding: 30px 0 0 0;
	float: left;
	}

#subnav ul {
	margin-bottom: 12px;
	list-style-type: none;
	}
	
#subnav ul.cat {
	margin-bottom: 12px;
	list-style-type: none;
	padding-bottom: 12px;
	border-bottom: 2px solid #fff;
	}

#subnav li {display:inline;}
	
#subnav li a {
	display: block;
	padding: 10px 0 10px 20px;
	position:relative;
	color: #fff;
	text-decoration: none;
	width:195px;
	font-size:.9em;
	font-family:"Arial", Arial, Helvetica, san-serif;
	}
	

#subnav li a:hover {
	display: block;
	padding: 9px 0 10px 6px;
	margin: 0 0 0 12px;
	border-left:1px solid #999;
	border-top: 1px solid #999;
	background-color: #fff;
	position:relative;
	color: #666666;
	text-decoration: none;
	width: 188px;
	font-weight: bold;
	}
	
#subnav li.cat a {
	display: block;
	padding: 5px 0 5px 20px;
	position:relative;
	color: #fff;
	text-decoration: underline;
	width:195px;
	font-size:.9em;
	font-family:"Arial", Arial, Helvetica, san-serif;
	}
	

#subnav li.cat a:hover {
	display: block;
	padding: 5px 0 5px 12px;
	margin: 0 0 0 12px;
	border-left:none;
	border-top: none;
	background-color: #fff;
	position:relative;
	color: #666666;
	text-decoration: none;
	width: 188px;
	font-weight: bold;
	}


	
	
	
/* Main Nav--Revised 5/11
---------------------------------------------------------------------------------- */

#nav-wrap {
	float:left;
	height:75px;
	position:relative;
	}
	
#nav-wrap li {display:inline;}

#nav-wrap li#nav-abo a {
	display: block;
	padding: 75px 0 0 0;
	overflow: hidden;
	height:0 !important; 
	height /**/:75px; /* for IE5/Win only */
	background: url(../buttons/aboBtn.gif) top left no-repeat;

	}
	
#nav-wrap li#nav-abo a:hover {
	background-position: 0 -75px;
	}

#nav-abo {
	float: left;
	width:  99px;
	height: 150px;
	margin: 0;
	overflow: hidden;
	}

#nav-wrap li#nav-cus a {
	display: block;
	padding: 75px 0 0 0;
	overflow: hidden;
	height:0 !important; 
	height /**/:75px; /* for IE5/Win only */
	background: url(../buttons/cusBtn.gif) top left no-repeat;
	}

#nav-wrap li#nav-cus a:hover {
	background-position: 0 -75px;
	}

#nav-cus {
	float: left;
	width:  106px;
	height: 150px;
	margin: 0;
	overflow: hidden;
	}

#nav-wrap li#nav-int a {
	display: block;
	padding: 75px 0 0 0;
	overflow: hidden;
	height:0 !important; 
	height /**/:75px; /* for IE5/Win only */
	background: url(../buttons/intBtn.gif) top left no-repeat;
	}

#nav-wrap li#nav-int a:hover {
	background-position: 0 -75px;
	}

#nav-int {
	float: left;
	width:  114px;
	height: 150px;
	margin: 0;
	overflow: hidden;
	}

#nav-wrap li#nav-ser a {
	display: block;
	padding: 75px 0 0 0;
	overflow: hidden;
	height:0 !important; 
	height /**/:75px; /* for IE5/Win only */
	background: url(../buttons/serBtn.gif) top left no-repeat;
	}

#nav-wrap li#nav-ser a:hover {
	background-position: 0 -75px;
	}

#nav-ser {
	float: left;
	width:  64px;
	height: 150px;
	margin: 0;
	overflow: hidden;
	}

#nav-wrap li#nav-pro a {
	display: block;
	padding: 75px 0 0 0;
	overflow: hidden;
	height:0 !important; 
	height /**/:75px; /* for IE5/Win only */
	background: url(../buttons/proBtn.gif) top left no-repeat;
	}

#nav-wrap li#nav-pro a:hover {
	background-position: 0 -75px;
	}

#nav-pro {
	float: left;
	width:  115px;
	height: 150px;
	margin: 0;
	overflow: hidden;
	}

#nav-wrap li#nav-con a {
	display: block;
	padding: 75px 0 0 0;
	overflow: hidden;
	height:0 !important; 
	height /**/:75px; /* for IE5/Win only */
	background: url(../buttons/conBtn.gif) top left no-repeat;
	}

#nav-wrap li#nav-con a:hover {
	background-position: 0 -75px;
	}
	
#nav-con {
	float: left;
	width:  88px;
	height: 150px;
	margin: 0;
	overflow: hidden;
	}

#nav-wrap li#nav-hom a {
	display: block;
	padding: 75px 0 0 0;
	overflow: hidden;
	height:0 !important; 
	height /**/:75px; /* for IE5/Win only */
	background: url(../buttons/homBtn.gif) top left no-repeat;
	}

#nav-wrap li#nav-hom a:hover {
	background-position: 0 -75px;
	}
	
#nav-hom {
	float: left;
	width:  65px;
	height: 150px;
	margin: 0;
	overflow: hidden;
	}



/* ----Active States for Main Nav----- */	
#home-page #nav-wrap li#nav-cus a, 
#custom-fixtures-page #nav-wrap li#nav-cus a,
#interiors-page #nav-wrap li#nav-int a,
#kiosks-page #nav-wrap li#nav-int a,
#vpr-page #nav-wrap li#nav-int a,
#cps-page #nav-wrap li#nav-ser a,
#field-services-page #nav-wrap li#nav-ser a,
#design-services-page #nav-wrap li#nav-ser a,
#global-services-page #nav-wrap li#nav-ser a,
#green-services-page #nav-wrap li#nav-ser a,
#project-gallery-page #nav-wrap li#nav-pro a,
#about-page #nav-wrap li#nav-abo a,
#mancap-page #nav-wrap li#nav-abo a,
#susini-page #nav-wrap li#nav-abo a,
#ownmgr-page #nav-wrap li#nav-abo a,
#home-page #nav-wrap li#nav-con a,
#home-page #nav-wrap li#nav-hom a  {
	background-position: 0 -75px;
	}
		
	
/* ----Active States for Sub Nav----- */	
#flex-page #leftnav li#nav-flexible a {
	background-position: 0 -49px;
	}
	
#field-services-page #subnav li#nav-fs a, 
#green-services-page #subnav li#nav-grs a,
#global-services-page #subnav li#nav-gls a, 
#design-services-page #subnav li#nav-ds a,
#cps-page #subnav li#nav-cps a,
#interiors-page #subnav li#nav-interiors a, 
#kiosks-page #subnav li#nav-kiosks a,
#about-page #subnav li#nav-abou a,
#mancap-page #subnav li#nav-man a,
#susini-page #subnav li#nav-sus a,
#ownmgr-page #subnav li#nav-own a,
#vpr-page #subnav li#nav-vpr a
 {
	display: block;
	padding: 9px 0 10px 6px;
	margin: 0 0 0 12px;
	border-left:1px solid #999;
	border-top: 1px solid #999;
	background-color: #fff;
	position:relative;
	color: #666666;
	text-decoration: none;
	width: 188px;
	font-weight: bold;
	}
	
#designserv-page #leftnav li#nav-design a {
	background-position: 0 -49px;
	}

#manuserv-page #leftnav li#nav-mfg a {
	background-position: 0 -49px;
	}
	
#earthfriendly-page #leftnav li#nav-earthfriend a {
	background-position: 0 -49px;
	}
	
#greenprojects-page #leftnav li#nav-greenprojects a {
	background-position: 0 -49px;
	}

#recycle-page #leftnav li#nav-recycle a {
	background-position: 0 -49px;
	}

#about-page #leftnav li#nav-aboutus a {
	background-position: 0 -49px;
	}

#owner-page #leftnav li#nav-owners a {
	background-position: 0 -49px;
	}
	
#gallery-page.verizon-experience #leftnav li#nav-vzwexp a {
	background-position: 0 -49px;
	}
	
#gallery-page.gap-1969 #leftnav li#nav-gap a {
	background-position: 0 -49px;
	}
	
#gallery-page.verizon-petercooper #leftnav li#nav-vzwpcv a {
	background-position: 0 -49px;
	}
	
#gallery-page.rainforest-cafe #leftnav li#nav-rainforest a {
	background-position: 0 -49px;
	}
#gallery-page.verizon-kiosk #leftnav li#nav-vzwhawaii a {
	background-position: 0 -49px;
	}
	
#gallery-page.pharmacy #leftnav li#nav-pharmacy a {
	background-position: 0 -49px;
	}
	
#gallery-page.metal #leftnav li#nav-metal a {
	background-position: 0 -49px;
	}

#gallery-page.acrylic #leftnav li#nav-acrylic a {
	background-position: 0 -49px;
	}
	
#gallery-page.laminate #leftnav li#nav-laminate a {
	background-position: 0 -49px;
	}
	
#gallery-page.wood #leftnav li#nav-wood a {
	background-position: 0 -49px;
	}
	
#gallery-page.manufacturing-processes #leftnav li#nav-mfg-pro a {
	background-position: 0 -49px;
	}
	
#gallery-page.facility #leftnav li#nav-facility a {
	background-position: 0 -49px;
	}

#nav-home {
	float: left;
	width:  57px;
	height: 150px;
	margin: 0;
	overflow: hidden;
	}

/* ---- Footer Details----- */	

#footer {
	width: 960px;
	height: 83px;
	margin: 4px auto 0 auto;
	background: url(../images/footer.gif) top left no-repeat;
	}
	
#footerr p {
	padding: 35px 0 0 35px;
	font-size: .65em;
	color: #999;
	}

#footerl a img {
	padding: 30px 0 0 0;
	display: inline;
}

#footerl {
	width: 180px;
	height: 83px;
	float: left;
	margin-left:35px;
	}
	
#footerl ul li{
	list-style-type: none;
	display: inline;
	}


	
#footerr {
	height: 83px;
	width: 700px;
	float:left;
	}

	


/* Main Nav
---------------------------------------------------------------------------------- */
ul.main-nav {
	list-style: none;
	margin: 0 0 12px 12px;
	}
	
li.site-nav a {
	font-family: "Arial", Arial, Helvetica, san-serif;
	color: white;
	font-weight: normal;
	text-decoration: none;
	font-size: .75em;
	margin: 0 0 3px 0;
	}

li.site-nav a:hover, li.active a:hover {
	color: #f3a13b;
	text-decoration: none;
	}

li.active a {
	font-family: "Arial", Arial, Helvetica, san-serif;
	color: #f3a13b;
	font-weight: normal;
	text-decoration: none;
	font-size: .75em;
	margin: 0 0 3px 0;
	}
	
	
/* Image Fade
---------------------------------------------------------------------------------- */
ul#image_rotate {
	list-style: none;
	display:block;
	margin-left:-34px;
	}
	





/* Typography
---------------------------------------------------------------------------------- */

h1 {
	font-family: Helvetica, "Arial", Arial, sans-serif;
	color: #f16522;
	font-weight: bold;
	font-size: 2em;
	margin: 24px 0 24px 0;
	line-height: 1em;
	}
.hOne {
	font-family: Helvetica, "Arial", Arial, sans-serif;
	font-weight: lighter;
	color: #999999;
	font-size: 1em;
	margin: 24px 0 24px 0;
	line-height: 1em;
	}
	
h2 {
	font-family: Helvetica, "Arial", Arial, sans-serif;
	color: #f16522;
	font-size: 1.2em;
	margin-bottom: 3px;
	line-height: 1.5em;
	}
	
h5 {
	font-family: Helvetica, "Arial", Arial, sans-serif;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	margin: 6px 0 12px 30px;
	line-height: 1.3em;
	}



h6 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	color: #f16522;
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 1.3em;
	}
	
	
	
p {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: .8em;
	margin-bottom: 12px;
	line-height: 1.5em;
	}

	
#content ul {
	padding: 0 0 0 36px;
	margin-bottom: 12px;
	}
	
#content li {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	color: #f16522;
	font-size: .8em;
	line-height: 1.3em;
	}
	
.nobullet {
	list-style-type: none;
	}
		
a	{
	color: #4babd4;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

	
.bold {
	font-weight: bold;
	}

.normal {
	font-weight: normal;
	}
.small {
	font-size: .7em;
	} 
.white {
	color: white;
	}

.orange {
	color: #f16522;
	font-weight: bold;
	}

.catLabel {
	color: #fff;
	margin: 0 0 12px 20px;
	font-size: .9em;
	font-weight: bold;
	}	


.subNavWhite {
	color: #fff;
	margin: 0 0 0 20px;
	font-size: .9em;
	font-weight: bold;
	}	
	
	}
a:hover, a:focus {
	outline: none;
	}
	
.callout {
	font-family: "Times New Roman", Times, "Times", serif;
	font-size: 1em;
	color:#999;
	text-align: center;
	}
	
img#sliderbar {
	border: none;
	margin: 15px 0 0 -3px;
	}

