/* Default CSS Stylesheet for a new Web Application project */

BODY, HTML
{
	margin:0;
	padding:0;
}

body 
{     
    margin-top: .5em;
    font-family: Verdana, Arial;
    text-align:center;
}

body h1, body h2, body h3, body h4, body h5
{
    margin: 0;
    padding: 0; 
    font-size: 1em;
    font-weight: normal;     
}

body img, body p

{
    margin: 0;
    padding: 0;
}

#PCGBody

{    
    width: 798px;
    margin-left: auto;
    margin-right: auto;   
    border-style: solid;
    border-width: 1px;
    border-color: #000000;   
	min-height:400px;
	text-align:left;
   
}

#PCGHeader
{
    background-color: #000000;
    width: 100%;
    height:65px;
}

#PCGHeader .NormalText
{
    font-size: 2em;
    font-weight: normal;
    color: #E1C266;  
    padding:5px;
}

#PCGHeader .BigText
{
    font-size: 1em;
}

#PCGHeader .ItalText
{
    font-size: .5em;
    font-style:italic;
}

#PCGHeader .Nav
{
    width: 100%;  
    display: block; 
    margin-top:4px;
}

.Nav h2
{
    display: inline;
}

.Nav ul
{
    padding: 0;
    margin: 0;
    background-color: #E1C266;
    border-style: solid;
    border-width: 1px;
    border-right:0px;
    border-left:0px;
    border-color: #A37A00;  
    width: 100%;  
}

.Nav li
{
    display: inline;   
    font-size: .8em;
}

.Nav li a
{    
	color:#000000;
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;
}

.Nav li a:hover
{
	color:#555555;
	background-color:#F7DB88;
}

#PCGContent
{
	margin:0px;
	padding:0px;
	min-height:400px;
	display:block;
}


#PCGPeople
{
	margin:10px;
	border-style:solid;
	border-width:1px;
	border-color:#A37A00;
	height:140;
    font-size: .8em;
}

#PCGPeople img
{
	float:left;
}

#PCGPeople p
{
}

#PCGPeople H1
{
	color:#3C75A2;
	font-weight:bold;
	font-size:1em;
}



#PCGBoxes
{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	width:100%;
	
}

#PCGBox1
{
	background-image:url(images/WhoWeAre.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-style:solid;
	border-color:#A37A00;
	border-width:1px;
	padding-left:24px;
	padding-top:5px;
	height:210px;
	width:227px;
	float:left;
    font-size: .8em;
}


#PCGBox2
{
	background-image:url(images/HowWeCanHelp.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-style:solid;
	border-color:#A37A00;
	border-width:1px;
	padding-left:24px;
	padding-top:5px;
	height:210px;
	width:227px;
	float:left;
	margin-left:10px;
    font-size: .8em;
}

#PCGBox3
{
	background-image:url(images/WhatWeOffer.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-style:solid;
	border-color:#A37A00;
	border-width:1px;
	padding-left:24px;
	height:210px;
	width:227px;
	float:left;
	margin-left:10px;
    font-size: .8em;
}

#PCGBoxes ul
{
	padding:0;
	margin-left:24px;
	margin-top:5px;
}

#PCGBoxes li
{
	list-style-image:url(images/bullet.gif);
	padding:0;
	margin-bottom:10px;
}

#PCGBoxes .BoxBold
{
	font-size:.8em;
	display:block;
}

#PCGBoxes .BoxNorm
{
	font-size:.8em;
	font-weight:normal;
	display:block;
}

#PCGBoxes .BoxLink A
{
	color:#3C75A2;
	text-decoration:none;
	float:right;
	font-size:.8em;
	margin-right:5px;
}

#PCGFooter
{
	vertical-align:bottom;
	
}

#PCGFooter hr
{
	margin-top: 0px;
	margin-bottom: 0px;
	height:1px;
	border-style:solid;
	border-color:#A37A00;
	width:90%;
	text-align:center;
}

#PCGFooter p
{
	color:#999999;
	font-size:.75em;
	text-align:center;
	margin-bottom:10px;
}

#PCGContentBox
{
	padding:0;
	border-color:#A37A00;
	border-style:solid;
	border-width:1px;
	margin:10px;
	font-size:.75em;
	display:block;
	min-height:400px;
}

#PCGContentBox H1
{
	background-color:#E1C266;
	font-size:1em;
	font-weight:bold;
	padding:5px;
}

#PCGContentBox H2
{
	font-weight:bold;
	padding:5px;
	color:#3C75A2;
	color:black;
	text-decoration:underline;
}

#PCGContentBox P
{
	padding:5px;
}

#PCGContentBox UL
{
	
	margin-top:5px;
}

#PCGFeaturedTraining
{
	background-color:#E1C266;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	margin:10px;
	padding:10px;
	font-size:.8em;
}

#PCGFeaturedTraining H1
{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:4px;
}

#PCGFeaturedTraining H2
{
	font-weight:bold;
	font-size:1.2em;
}

.clearIt
{
	clear:both;
}
