/* CSS Document */

/* General Default Rules for Entire Template */


/* ################### HEADER ################### */

/* Graphical Banner Area - To replace with new image, 
resave file as banner_bkgd.jpg with EXACT SAME dimensions 742px w x 285px h AND
remove building.gif code */

#subpagebanner {
	width: 742px !important;
	height: 80px !important;
	margin: 0 auto;
	border-top: 1px solid #fff;
	background: url(/images/subpage_bkgd.jpg) no-repeat;
}

/* BPA Logo Placement, positioning & z-index matters! */
#subpagelogo { 
	position: absolute;
	top: 12px;
	left: 25px;
	z-index: 99;
}

/* ################### NAVIGATION ################### */
/* Floating navigation bar, positioning & z-index matter! */
#navigationsubpage {
	position: relative;
	top: 45px;
	width: 742px;
	height: 35px;
	margin: 0 auto;
	background: url(/images/nav_bkgd.gif) no-repeat;
	text-align: right;
	z-index: 50;
}

/* Navigation Links */
#navigationsubpage ul {
	position: relative;
	top: 11px;
	list-style-type: none;
	margin: 0;
	padding: 0 2px 0 5px;
}

#navigationsubpage ul li {
	display: inline;
} 

#navigationsubpage ul li.active {
	margin: 0 0 -20px 0;
	background: url(/images/nav_circle_on.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
} 


/* Navigation Rollover Effect */
#navigationsubpage ul li a:link, #navigationsubpage ul li a:visited {
	display: inline;
	margin: 0 0 -20px 0;
	padding: 0 18px 0 15px;
	background: url(/images/nav_circle.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
} 


#navigationsubpage ul li a:hover {
	display: inline;
	margin: 0 0 -20px 0;
	padding: 0 18px 0 15px;
	background: url(/images/nav_circle_on.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
} 

/* ################### SECTION CONTAINER ################### */
/* Contains Image Replacement tags*/
#section {
	width: 742px;
	margin: 0 auto;
	padding: 0; 
	clear: both;
}

/* ################### COLUMN RULES ################### */


/* This sets the background image of the 2-COLUMN content area */

#twocolumn {
	width: 742px;
	margin: 0 auto;
	padding: 0 0 30px;
	background: url(/images/bkgd_subcontent.gif) repeat;
	overflow: auto;
	clear: both
} 

/* This sets the background image of the 1-COLUMN content area */
#onecolumn {
	width: 742px;
	margin: 0 auto;
	padding: 0 0 30px;
	background-color: #faf9f6;
	min-height: 320px;
	overflow: auto;
	clear: both
}

#onecolumn p, #onecolumn h2, #onecolumn h3, #onecolumn h4, #onecolumn h5, #onecolumn h6 {
	width: 697px;
	margin: 20px 30px 0 auto;

}

/* if no subnav is present and want to enter text instead */
#rightcolumn {
	width: 215px;
	margin: 20px 0 0 8px;
	padding: 0;
	float: left;
	display: inline
}

#rightcolumn p {
	width: 90%;
	margin: 5px auto;
	padding: 0;
	font-size: 85%;
	color: #3d575d
}

/* ################### TEXT APPEARANCE RULES ################### */

/* Sets the Left Content Column & Rules that apply within the Left column */
#maincontent {
	float: left;
	display: inline;
	width: 501px;
	margin: 0;
	padding: 0;
	min-height: 320px;
}

div#centerImg {
 	width: 460px;
	margin: 0 auto;
}

div.img-shadow-right {
  width: auto;
  float: right;
  margin: 40px 10px 0
  }
  
#maincontent p.alignLeft { 
	float: left;
	margin: 20px 0 0 15px;
	padding: 0;
	width: 220px;
}

.img-shadow {
  float:left;
  background: url(/images/projects/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/projects/shadow.gif) no-repeat bottom right;
  margin: 20px 0 0 5px !important;
  margin: 20px 0 0 0px;
  }
 
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #69878E;
  margin: -6px 6px 6px -6px;
  padding: 7px;
  }

#maincontent p, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6, #maincontent ul {
	width: 471px;
	margin: 20px 15px 0 15px;
}


/* Defines display for content underneath decorated H3 subpage headers */
#maincontent p.indent { font-size: 90%; width: 421px; margin: 10px 50px 0 auto; }

#maincontent table { margin: 5px 0 0 25px }
#maincontent td.small { font-size: 85%; color: #3d575d }

#maincontent li {
	margin: 8px 34px 0 25px
}

#maincontent h2 {
	color: #374E53;
	font-size: 110%;
}

#maincontent h3 {
	font-size: 100%;
	
}

#maincontent h4 {
	color: #374E53;
	font-size: 95%;
}

#maincontent p strong {
	color: #374E53;
}



/* Defines text display for decorated H3 subpage headers */
h3.services, h3.portfolio, h3.firm, h3.careers, h3.contact  { 
	font-size: 100%; 
	font-weight: bold; 
	color: #fff; 
	height: 25px; 
	padding: 3px 0 0 15px;
	margin: 0;
}

/* Defines background image display for decorated H3 subpage headers */
h3.services  { background: url(/images/subhdr_services.gif) no-repeat; background-position: 0% 0%}
h3.portfolio  { background: url(/images/subhdr_portfolio.gif) no-repeat;  background-position: 0% 0%}
h3.firm  { background: url(/images/subhdr_firm.gif) no-repeat; background-position: 0% 0%}
h3.careers  { background: url(/images/subhdr_careers.gif) no-repeat;  background-position: 0% 0%}
h3.contact  { background: url(/images/subhdr_contact.gif) no-repeat;  background-position: 0% 0%}


/* ################### SECONDARY NAVIGATION for RIGHT COLUMN ################### */

/* Defines rules for parent item */
ul#subnav {
	margin: 12px 10px 0 18px;
	padding-left: 0;
	list-style-type: none;
	float: left;
}

ul#subnav li.nochild {
	font-weight: bold;
	margin: 10px 0 0;
	padding-left: 15px;
	background-image: url(/images/subnav_circle.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}

ul#subnav li {
	font-weight: bold;
	margin: 10px 0 0;
	padding-left: 15px;
	background-image: url(/images/subnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}

/* Defines rules for child items */
ul#subnav li ul {
	width: 165px;
	margin: 3px 5px 10px 2px;
	padding: 0;
	list-style-type: none;
}

ul#subnav li ul li {
	font-size: 85%;
	font-weight: bold;
 	margin: 5px 0 0;
	padding: 0 0 0 15px;
	line-height: 9pt;
	background-image: url(/images/subnav_circle.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
}

/* reusing subnav for maincontent area on the Portfolio Page */
ul#subnavPortfolio {
	margin: 12px 0 0 8px;
	padding-left: 0;
	list-style-type: none;
	float: left;
}

ul#subnavPortfolio li {
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 3px 0 0 12px;
	background: url(/images/subhdr_portfolio.gif) no-repeat;
}

ul#subnavPortfolio li a {
	color: #fff;
	text-decoration: none;
}

ul#subnavPortfolio li ul {
	margin: 8px 0 0;
	padding: 0;
	list-style-type: none;
}


ul#subnavPortfolio li ul li {
	width: 265px;
 	margin: 10px 0 0 8px;
	padding: 0 0 0 15px;
	background-image: url(/images/subnav_circle.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

ul#subnavPortfolio li ul li a {
	font-size: 90%;
	font-weight: normal;
}

ul#subnavPortfolio li ul li a:link, ul#subnavPortfolio li ul li a:active { color: #336666; text-decoration: underline }
ul#subnavPortfolio li ul li a:visited {	color: #996633;	text-decoration: none }
ul#subnavPortfolio li ul li a:hover { color: #860C29; text-decoration: underline }

/* Displays H1 Section Headers, inotherwords Page Title */

h1#titleServices, h1#titlePortfolio, h1#titleFirm, h1#titleCareers, h1#titleContact {
	width: 729px;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%; 
	font-weight: bold; 
	letter-spacing: 1px;
	color: #fff;
	margin: 0 auto;
	padding-top: 19px;
	padding-left: 13px;
	background-position: top left; 
	background-color: #5e7c98;
	border-bottom: 3px solid #fff; 
	}
	
h1#titleServices {  
	background: url(/images/hdr_services.gif) no-repeat;
	background-color: #5e7c98;
}

h1#titlePortfolio {  
	background: url(/images/hdr_portfolio.gif) no-repeat; 
	background-color: #69878e;
}

h1#titleFirm {  
	background: url(/images/hdr_firm.gif) no-repeat;
	background-color: #a68826;
}

h1#titleCareers {  
	background: url(/images/hdr_careers.gif) no-repeat;
	background-color: #697463;
}

h1#titleContact {  
	background: url(/images/hdr_contact.gif) no-repeat; 
	background-color: #B35516;
}

/* ################### SPECIFIC PORTFOLIO PROJECT SECTION HEADER RULES ################### */
/* Aligns Images */
p#portfolioImages {
	width: 742px;
	margin: 0 auto;
	padding: 0
}

#thumbnails { height: 125px; margin: 0;  }
#thumbnails  ul { list-style:none; margin: 20px auto; padding:0;  }
#thumbnails li { float:left; display: inline; margin: 0; padding: 0; height: 115px }
#thumbnails li a span, #thumbnails li a em { display: none }

#thumbnails li a { display:block; height:115px; width:115px; background-position:center top; }

#thumbnails li a:hover span { display: block; position: relative; width:115px; height:115px; 
		left: 0; top: 0; z-index: 1; background-position:center bottom; }
		
#thumbnails li#hongkong a, #thumbnails li#hongkong a:hover span { background-image:url(/images/projects/thumbnails/hongkong.jpg); }
#thumbnails li#mexico a, #thumbnails li#mexico a:hover span { background-image:url(/images/projects/thumbnails/mexico.jpg); }
#thumbnails li#abidjan a, #thumbnails li#abidjan a:hover span { background-image:url(/images/projects/thumbnails/abidjan.jpg); }
#thumbnails li#lusaka a, #thumbnails li#lusaka a:hover span { background-image:url(/images/projects/thumbnails/lusaka.jpg); }


/* Aligns & Displays Image Captions 
p#caption1 {
	font-size: 85%;
	color: #fff;
	width: 493px;
	height: 21px;
	margin: 0 0 0 13px;
	padding: 2px 5px 0 0;
	background-color: #a4b6ba;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	text-align: right;
	float: left;
	display: inline;
}



p#caption2 {
	font-size: 85%;
	color: #fff;
	width: 236px;
	height: 21px;
	margin: 0;
	padding: 2px 5px 0 0;
	background-color: #69878E;
	border-top: 3px solid #fff;
	float: left;
	display: inline;
	text-align: right;
	clear: right;
} */


