/*****************************************************************
	Description:	Master stylesheet for ProCompGroup.com
	Author:			420 Design	fourtwentydesign.com
	Version:		2007.04
*****************************************************************/
@import url("/css/resources.css");
@import url("/css/forms.css");

html, body { height: 100%; }

body {
/*	text-align: center;*/
	margin: 0;
	padding: 0;
	font: small/1.8em Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #494949;
	background: #fff url(/images/bg-body.jpg) repeat-x 0 0;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

div.hr {
height: 10px;
background: #fff url(/images/hr.jpg) repeat-x 0 center;
margin: 2em 0 0 0;
}

div.hr hr {
  display: none;
}




/*	FOOTERSTICKALT WRAPPER (to get footerStickAlt to work)
-------------------------------------------------------------------*/
/* new footer stick code 02/19/10 */
#bigwrap { min-height: 100%; }
* html #bigwrap { height: 100%; }

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter { height: 100%; }





/*	MASTHEAD
-------------------------------------------------------------------*/
#mastheadContainer {
	margin: 0 auto 0 auto;
	padding-top: 70px;
	width: 100%;
	height: 210px;
	background: url(/images/bg-masthead.jpg) repeat-x 0 70px;
}

#masthead {
	margin: 0 auto;
	width: 800px;
/*	height: 210px;*/
	text-align: left;
}

#pcg #masthead,
#search #masthead { background: url(/images/masthead_home.jpg) no-repeat right 0; }
#contact #masthead { background: url(/images/masthead_contact.jpg) no-repeat right 0; }

#services #masthead { background: url(/images/masthead_services.jpg) no-repeat right 0; }
#services_comprehensive-it #masthead { background: url(/images/masthead_services_small_biz.jpg) no-repeat right 0; }
#services_expert-consulting #masthead,
#services_on-demand #masthead,
#services_proactivcare #masthead { background: url(/images/masthead_services_expert_consulting.jpg) no-repeat right 0; }

#about #masthead { background: url(/images/masthead_about.jpg) no-repeat right 0; }
#about_opportunities #masthead { background: url(/images/masthead_about_opportunities.jpg) no-repeat right 0; }

#news #masthead { background: url(/images/masthead_news.jpg) no-repeat right 0; }
#news_newsletter_archive #masthead { background: url(/images/masthead_news_newsletter_archive.jpg) no-repeat right 0; }

#library #masthead { background: url(/images/masthead_library.jpg) no-repeat right 0; }
#library_category #masthead { background: url(/images/masthead_library_category.jpg) no-repeat right 0; }
#library_entry #masthead { background: url(/images/masthead_library_entry.jpg) no-repeat right 0; }

#clients #masthead { background: url(/images/masthead_clients.jpg) no-repeat right 0; }
#techs #masthead { background: url(/images/masthead_techs.jpg) no-repeat right 0; }
#techs_library #masthead { background: url(/images/masthead_techs_library.jpg) no-repeat right 0; }


#masthead h1 {
	display: block;
	width: 244px;
	height: 185px;
	margin: 0;
	padding: 0;
	background: #fff url(/images/pcg-logo.jpg) no-repeat;
	overflow: hidden;
}

#masthead h1 a {
	display: block;
	width: 244px;
	height: 185px;
}

#masthead h1 span {
	position: absolute;
	left: -9999px;
}



/*	NAVIGATION - MAIN
-------------------------------------------------------------------*/
/*ul#nav {
	margin: .5em 0 0 255px;
	padding: 0;
	list-style: none;
	font-size: 95%;
	display: block;
}*/

/*ul#nav li {
	width: 9em;
	margin: 0 1.3em 0 0;
	padding: 0 0 0 16px;
	display: inline;
	background: url(/images/nav-normal.jpg) no-repeat left center;
}

ul#nav li a {
	color: #7e7e80;
	text-decoration: none;
}*/

#nav, ul#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
/*	text-transform: lowercase;*/
}

#nav {
	width: 554px;
	margin-left: 245px;
	z-index: 999;
}

#nav a {
	display: block;
	width: 75px;
	color: #7e7e80;
	text-decoration: none;
}

#nav li {
	float: left;
	width: 75px;
	padding-left: 16px;
	background: url(/images/nav-normal.jpg) no-repeat left 8px;
}

#nav li ul {
	position: absolute;
	width: 130px;
	left: -999em;
	background: #fff;
	z-index: 999;
	height: auto;
/*	border-top: 1px solid #d5edbb;*/
	border: 1px solid #ccc;
	border-width: 0 0 1px 1px;
	padding-left: 4px;
}

#nav li:hover ul {
	left: auto;
	margin-left: -16px;
}

#nav li ul li {
	width: 130px;
	background: none;
	padding: 0;
}

#nav li ul a {
	width: 130px;
}

ul#nav li.current {
	background: url(/images/nav-current.jpg) no-repeat left 8px;
}

ul#nav li a { color: #3b3b3b; }
ul#nav li a:hover { color: #83d241; }




/*	CONTENT CONTAINER
-------------------------------------------------------------------*/
#content {
	margin: 1em auto 0 auto;
	width: 800px;
	background: #fff;

}



/*	SIDEBAR
-------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 244px;
	text-align: left;
}

#sidebar ul {
	margin: 0 2em;
	padding: 0;
	list-style: none;
	font-size: 95%;
	color: #7e7e80;
}

#sidebar ul li a {
	color: #7e7e80;
	background: url(/images/nav-normal.jpg) no-repeat left center;
	padding: 0 0 0 16px;
	text-decoration: none;
}

#sidebar ul li.active a { color: #3b3b3b; background: url(/images/nav-current.jpg) no-repeat left center; }
#sidebar ul li a:hover { color: #83d241; }


#sidebar dl {
	margin: 2em 1.5em 1em 1.5em;
	padding: 0 1.5em;
	border-top: 1px solid #d5edbb;
	font-size: 90%;
	line-height: 1.2em;
}

#sidebar dl dt {
	margin: 1em 0 0 0;
	padding: 0;
	color: #70cc29;
	font-weight: bold;
}

#sidebar dl dt a {
	color: #70cc29;
}

#sidebar dl dt a:hover { color: #37383d; }

#sidebar dl dd {
	margin: 0;
	padding: 0;
}

#sidebar ul#sidebarResources {
margin-bottom: 1em;
padding-bottom: 2em;
border-bottom: 1px solid #d5edbb;
}

#sidebar #simple_search,
#sidebar #testimonials {
margin: 2em 1.5em 1em 1.5em;
padding: 1.5em 1.5em 0 1.5em;
font-size: 90%;
line-height: 1.2em;
border-top: 1px solid #d5edbb;
}

#sidebar #testimonials {
	background: url(/images/quotes.png) no-repeat left 1em;
}

#sidebar #testimonials p.tquote {
/*	font-style: italic;*/
/*	font-size: 115%;*/
	font-weight: bold;
}

#sidebar #testimonials p.tname {
	font-style: italic;
	margin-top: -.5em;
	margin-bottom: 0;
	text-align: right;
}

#sidebar #testimonials p.tco {
	font-style: italic;
	margin-top: 0;
	text-align: right;
}








/*	MAIN CONTENT AREA
-------------------------------------------------------------------*/
#mainContent {
	text-align: left;
	float: right;
	width: 544px;
}

h1 {
font-weight: normal;
line-height: 1em;
}

h2 {
	font-weight: normal;
	font-size: 175%;
}

h3 {
margin-bottom: 0;
margin-top: 1.5em;
}

h3 a { color: #494949; }

h3 a:hover { text-decoration: none; }

p.intro {
	font-size: 115%;
}

p a,
li a,
dd a,
a.article {
color: #63b221;
}

li a:hover,
p a:hover,
dd a:hover,
a.article:hover {
text-decoration: none;
}

p.backLink {
font-size: 85%;
border: 1px dotted #63b221;
border-width: 1px 0;
}

p.articleList {
margin: 0;
}

p.moreLink {
text-align: right;
font-style: italic;
font-size: 90%;
width: 60%;
}

img.teamleft {
	float: left;
	margin-right: 25px;
}

img.teamright {
	float: right;
	margin-left: 30px;
}








/*	FOOTER
-------------------------------------------------------------------*/
#footerContainer {
	clear: both;
	margin: 0 auto;
	width: 100%;
	height: 39px;
	overflow: hidden;
	background: url(/images/bg-footer.jpg) repeat-x 0 0;
	/* for footerStickAlt */
	position: relative;
	margin-top: -39px;
}

#footer {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 39px;
	line-height: 1em;
}
#footer p {
	color: #fff;
	font-size: 75%;
}

#footer p#copyright {
	float: left;
	color: #d3d3d3;
}

#footer p#credit {
	float: right;
	text-align: right;
	color: #707072;
}

#footer p#credit a { color: #707072; }

#footer p#credit a:hover { text-decoration: none; }



/*	GRAY BOXES ON HOME PAGE
-------------------------------------------------------------------*/
.box {
/*	width: 244px;*/
	width: 265px;
/*	height: 185px;*/
	float: left;
	margin: 1.7em 14px 0 0;
	padding: 0;
/*	background: #ebebeb url(/images/box.jpg) no-repeat center top;*/
	background: #ebebeb url(/images/box-top.jpg) no-repeat center top;
	position: relative;
}

.box.right {
	margin-right: 0;
}

.box p {
	padding: 0 1.3em .1em 1.3em;
	color: #0a3061;
	line-height: 1.4em;
}

.box p.boxLink {
	margin: 0;
	/*background: url(/images/boxbottom.jpg) no-repeat center bottom;*/
	background: url(/images/box-btm.jpg) no-repeat center bottom;
	text-align: right;
	font-style: italic;
	color: #3b3b3d;
/*	position: absolute;
	right: .5em;
	bottom: 1em;*/
	display: block;
	padding-bottom: .75em;
}

.box p.boxLink a {
	/*color: #3b3b3d;*/
        color: #63b221;
	text-decoration: none;
	font-size: 125%;
}

.box p.boxLink a:hover {
	text-decoration: underline;
}


/*	SITE MAP */
dl.sitemap_section {
	width: 45%;
	float: left;
	margin-right: 2%;
}

dl.sitemap_section dt {
	font-weight: bold;
	font-size: 120%;
	margin: 20px 10px 5px 10px;
}

dl.sitemap_section dt a {
	color: #494949;
}

dl.sitemap_section dt a:hover {
	text-decoration: none;
}

dl.sitemap_section dd {
	margin: 0 10px 0 20px;
}


/*	EXTERNAL RSS FEED
-------------------------------------------------------------------*/
.external_feed {
	margin: 3.3em 0 0 0;
	padding: 3px 8px;
	border: 1px solid #d6eebc;
	background: #f8f8f8;
}

.external_feed dt {
font-weight: bold;
}

.external_feed dd {
margin: 0;
padding: 0;
}



/*	FOR REMOTE HELP PORTAL
-------------------------------------------------------------------*/
.contentBox h1 { display: none; }