@charset "utf-8";
/* CSS Document */

body { color: #000000; }

#container, #navigation { border:1px solid #ccc; }
#container2 { border: none; }
#footer { border-top: 1px solid #ccc; }

.spacer { height:20px; }

.intro { color:#000000; }
#main p, #main ul { color:#333; }

.printLogo { width:291px; height:96px; display:block; }
.screenLogo { display:none; }

#breadcrumb ul li { border-left:1px #000 solid; margin-left:8px; padding-left:7px; }
#breadcrumb ul li.first { border-left:none; }

a:link, a:visited { color: #ccc; }

h1 {border-bottom:1px solid #ccc;}
.dottedLine { border-top:1px solid #ccc; }


/* Local Nav Bar */

#localnav {border-top:none; border-bottom:none;}


/* Page Specific */

/* Home */
/*a#service1, a#service2, a#service3, a#service4, a#service5, a#service6 {border:none;}*/

#banners {border:1px #333 solid;-moz-border-radius:10px; -webkit-border-radius:10px;}
#n-portfolio .titlebar { border-bottom:1px #000 solid;}
div#banners h1, div#banners h2, div#banners p a { text-indent:0px; color:#333; }
#banners h1 {border:none;}
#banners h2 { line-height:26px; }
#banners p a { text-align:right; right:10px; padding-right:20px; }

/* Case Studies */
.pagination a:link.currentpage {
	color: #000000 !important;
}