body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  width: 942px;
  background-color: #ffffff;
}

#container {
  width: 942px;
  margin: 0;
  padding: 0;
  text-align: left;
  background: url(../images/content_bg.gif) repeat-y;
}

/* Special case for home page */
#home #container {
  background: none;
}

#header {
/*  min-height: 178px;*/
  background-image:  none;
  background-repeat: no-repeat;
  background-position: 0px 100%;
/*  background-color: #747d92;*/
  background-color: #93ac3a;
  text-align: right;
  padding-bottom: 10px;
  min-height: 168px;
  height: 168px;
  width: 830px;
}

/* Special header cases for site pages */
#home #header {
/* height: 178px;*/
	height: 168px;
  padding-bottom: 0;
}

#second #header, #third #header {
  height: 300px;
  padding-bottom: 0;
  border-bottom: solid 2px #333333;
}

#nav {
  color: #fff;
  margin: 0;
  padding: 0;
  background-color: #3D5874;
}

/* Special nav cases for site pages */
#second #nav, #third #nav {
  width:  830px;
  background-color: #ffffff;
}
/* End special nav cases for site pages */

#pgaBanner {
  color: #fff;
  background-color: #CCCCCC;
  /*padding: 10px;*/
  margin: 0;
  padding: 0;
  border: none;
  height: 214px;
  width: 830px;
  border-top: solid 1px #cccccc;
}

#subnav {
  /*float: left;*/
  width: 627px;
  /*height: 300px;*/
  margin: 0;
  padding: 0;
  text-indent: 25px;
  /*background-image: url(../images/LeftNavGraphic_Careers.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;*/
  background-color: #8a939b;
  height: 28px;
  line-height: 26px;
  font-size: 12px;
  color: #333333;
  clear: left;
}

#subnav a, #subnav a:active, #subnav a:visited {
  color: #333333;
  text-decoration: none;
}

#subnav a:hover {
  color: #e5e4e4;
}

#content {
  margin-left: 213px;
  margin-right: 110px;
  padding-bottom: 50px;
  padding-top: 30px;
  /*min-height: 350px;*/
  height: 1%;   /* IE\Win Hack : Fixes 3-pixel jog for div next to floated div. */
}

/* Special case for home page */
#home #content, #second #content, #third #content {
  margin: 0;
  padding: 0;
  background-color: #e5e4e4;
  min-height: 0px;
  border-top: 7px solid #fff;
  border-bottom: 5px solid #fff;
}

#third #content {
  padding: 25px;
}
/*End special cases for homepage */

#footer {
  /*height: 20px;*/
  font-size: 10px;
  color: #fff;
/*  background-color: #5D1937; */
  background-color: #999999;
  padding: 10px;
  clear: both;
  height: 63px;
}

#footer table tr td {
	font-size: 10px;
}

#rightSideImageContainer {
  /*float: right;*/
  z-index: 150;
  margin: 0;
  padding: 0;
  border: none;
  /*background-image: url(../images/headerRightSideImage.jpg);*/
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 412px;
  width: 112px;
  /*border: 1px solid blue;*/
  position: absolute;
  top: 0;
  left: 830px;
}

#callout {
  margin-left: 440px;
  margin-right: 30px;
  padding-top: 80px;
  padding-right: 5px;
  text-align: right;
  color: #fff;
  font-size: 9pt;
}

#logoContainer {
  /*height: 178px;*/
  background-image: url(../images/PGAlogo.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  top: 0;
  left: 0;
  height: 159px;
  width: 307px;
  position: absolute;
  z-index: 1;
  background-color: #93ac3a;
}

#p2p {
  float: right;
  width: 198px;
  background-color: #ae704b;
  margin-right: 112px;
  padding-left: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-left: solid 1px #aab1b7;
}

#p2p a, #p2p a:active, #p2p a:visited {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  padding: 28px 28px 28px 0;
}

#p2p a:hover {
  color: #979DAB;
}


/* Non-DIV Styles */

/* Main Navigation Styles */

#nav ul {
  margin: 0 0 0 0;
  padding: 6px 0 6px 0;     /* T/B Padding here must match padding in '#nav ul li a' below. */
  background-color: #3d5874;
  color: #fff;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  list-style: none;
  text-align: right;
  display: inline;
}

#home #nav ul {
  border-bottom: solid 1px #aab1b7;
}

#nav ul li {
  list-style: none;
  display: inline;
  height: 28px;
  float: left;
}

#nav ul li a {
  margin: 0;
  padding: 6px 27px 6px 26px;     /* T/B Padding here must match padding in '#nav ul' above. */
  background-color: #3d5874;
  color: #fff;
  text-decoration: none;
  /*float: left;*/
  border-left: 1px solid #aab1b7;
  line-height: 28px!important;
  height: 28px;
}

#home #nav ul li a {
  padding: 6px 24px 7px 24px;
}

#second #subnav, #third #subnav {
  border-top: solid 1px #aab1b7;
  height: 27px;
}

#nav ul li a.lastnavitem {
  border-right: none;
}

#home #nav ul li a.lastnavitem {
}

#nav ul li a.firstnavitem {
  border-left: none;
}

#nav ul li a:hover {
	color: #979DAB;
}

#nav ul li#nav_p2p, #nav ul li a#n_p2p {
	background-color: #ae704b;
}

#second #nav ul {
  width: 628px;
}

#p2pLarge {
  float: right;
  width: 197px;
  margin-top: 0;
}

/* End Main Navigation Styles */

/* Marks main navigation with active section; Requires ID on BODY tag in page */
#about a#n_about,
#people a#n_people,
#services a#n_services,
#lifesciences a#n_lifesciences,
#subsidiaries a#n_subsidiaries,
#careers a#n_careers,
#diversity a#n_diversity,
#contact a#n_contact {
/*  color: #5A6A8E;*/
  color: #979DAB;
}

/* End Sub Navigation Styles */

/* Footer Navigation Styles */

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
	color: #333333;
}

/* End Footer Navigation Styles */

img {
  border: none;
}

/*Styles for "callout" text at top*/
#callout h1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  line-height 18px;
  padding: 0;
  margin-bottom: 26px;
  color: #ffffff;
  text-align: right;
}

#callout p {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 18px;
}

#callout a {
  color: #fff;
}

/*End syles for "callout" text at top*/

p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  /*font-size: 11px;
/* color: green; */
}

#subnav p, #content p {
/*  margin: 5px 5px 20px 5px;*/
  margin: 5px 0 10px 0;
  line-height: 21px;
/* background: lightblue; */
}

h1 {
  font-size: 18px;
  font-weight: bold;
/*  color: #44001e;*/
  color: #93ac3a;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

#home h1 a {
  font-size: 18px!important;
  font-weight: bold!important;
/*  color: #44001e;*/
  color: #93ac3a!important;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 20px!important;
}

h2 {
  font-size: 11px;
  font-weight: bold;
  color: #162759;
  margin-bottom: 3px;
  margin-left: 5px;
/* background: yellow; */
}

#third h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	margin-bottom: 5px;
}

#third #content ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}

#third #content ul li {
  margin-bottom: 10px;
}

#third ul.newsList li {
	color:#333333;
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
}

span.blueNews {
	font-size: 9px!important;
	font-weight: bold;
	line-height: 18px!important;
	text-decoration: none;
	color: #162759 !important;
}

#third #content a {
  font-size: 10px;
  line-height: 18px;
  text-decoration: none;
  font-weight: bold;
  color: #162759;
}

#content a {
  color: #162759;
  text-decoration: none;
}

#home #content a.readmore, #second #content a.readmore {
    text-transform: uppercase;
    color: #93ac3a;
    font-weight: bolder;
    font-size: 9px;
  }

/* DJM -- added this style */
#content a:hover {
  color: #979DAB;
}

#home #content a {
  color: #162759;
  text-decoration: none;
  line-height: 18px;
  font-size: 9px;
/* background: burlywood; */
}

#home #content a:hover {
  color: #979DAB;
}

#content p.bold {
  font-weight: bold;
}

#callout ul {
  text-align: left;
}


.printerfriendly {
  background-image: url(../images/printer_friendly_button.gif);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  padding: 2px 0px 2px 25px;
}

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

/* NEW BULLETED LIST STYLES */
ul, ul.clientlist {
  list-style-type: square;
}

#content li {
  margin-bottom: 10px;
  font-size: 11px;
}

ul.sitemap {
  list-style-type: square!important;
  margin-left: 10px!important;
}

ol.sitemap li, ul.sitemap li, #third .sitemap a {
  font-size: 12px!important;
  line-height: 21p;
  margin-bottom: 10px!important;
}

#third .sitemap a:hover {
  color: #979DAB!important;
}

/* Special Headers for Practice Area Formatting */
h1.smallhead {
  margin: 0 0 30px 5px;
  text-transform: uppercase;
  font-size: 8pt;
  color: #979DAB;
  text-align: left;
}

h1.largehead {
	color: #162759;
}
/*End Special Headers for Practice Area Formatting */

/*Styles for News & Events right column*/
#mainContent {
  width: 628px;	
}

#news {
  width: 308px;
}

#news li a {
  font-size: 9px;
  line-height: 18px;
  font-weight: bold;
}

#news h1 a {
  color: #93ac3a;
}

.col li a {
  color: #3F4042;
}

.col span {
  color:  #333333;
  line-height: 18px;
  font-size: 11px;
  margin-bottom: 10px;
}

/*End Styles for News & Events right column*/

.contact p {
	line-height: 18px !important;
}