/* @group Global */

body {
	margin: 0;
	padding: 0;
	background: #fff url(../img/global/top_bar_back.png) repeat-x;
	color: #3a3a3a;
	text-decoration: none;
	font: normal normal 12px/1.5em "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
}

#mainWrap {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.clearIt {
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.bold {
	font-weight: bold;
}

sup {
	vertical-align: super;
	font-size: .7em;
}



/* @end */

/* @group Top Bar */

#topBar {
	width: 960px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
}

#investorAccess {
	width: 178px;
	height: 25px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	color: #fff;
	font-size: 10px;
	line-height: 1.3em;
}

#investorAccess a:link, #investorAccess a:visited {
	width: 178px;
	height: 25px;
	padding: 0;
	margin: 0;
	display: block;
	background: url(../img/home/investor_access_sungard.png) no-repeat 0 0;
}

#investorAccess a:hover {
	width: 178px;
	height: 25px;
	padding: 0;
	margin: 0;
	display: block;
	background: url(../img/home/investor_access_sungard.png) no-repeat 0 -25px;
}

#dateStyle {
	height: 25px;
	margin: 0;
	padding: 0;
	float: right;
	color: #fff;
	font: 9px/1.3em "Trebuchet MS", sans-serif;
}

#date {
	height: 19px;
	text-align: right;
	margin: 0;
	font-size: 10px;
	padding: 6px 0 0 10px;
	border-left: 1px solid #7d99a1;
	float: right;
	color: #e3e3e3;
}

#styles {
	width: 42px;
	height: 25px;
	margin: 0;
	padding: 0;
	float: right;
}

#small a {
	text-indent: -9999px;
	font-size: 9px;
	color: #fff;
	width: 21px;
	height: 25px;
	display: block;
	float: left;
	background: url(../img/global/style_small.png) 0 0;
}

#small a:hover {
	text-indent: -9999px;
	font-size: 9px;
	color: #fff;
	width: 21px;
	height: 25px;
	display: block;
	float: left;
	background: url(../img/global/style_small.png) 0 -25px;
}

#regular a {
	text-indent: -9999px;
	font-size: 9px;
	color: #fff;
	width: 21px;
	height: 25px;
	display: block;
	float: right;
	background: url(../img/global/style_regular.png) 0 0;
}

#regular a:hover {
	text-indent: -9999px;
	font-size: 9px;
	color: #fff;
	width: 21px;
	height: 25px;
	display: block;
	float: right;
	background: url(../img/global/style_regular.png) 0 -25px;
}



/* @end */

/* @group Logo and Navigation */

/* @group Logo */

#logoWrap {
	width: 960px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}

#logo {
	width: 490px;
	height: 90px;
	margin: 0;
	padding: 0;
	float: left;
}

#logo h1 {
	color: #886f51;
	text-decoration: none;
	font: normal normal 16px Georgia, "Times New Roman", Times, serif;
}

#logo a:link, #logo a:visited {
	display: block;
	width: 490px;
	height: 90px;
	background: url(../img/global/pcg_asset_management_logo.png) no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}



/* @end */

/* @group Navigation */

#navWrap {
	width: 960px;
	height: 35px;
	margin: 0 auto;
}

#navigation {
	width: 640px;
	height: 15px;
	margin: 0;
	padding: 0;
	float: right;
	z-index: 5 !important;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	width: 640px;
	height: 15px;
}

#nav a:link, #nav a:visited {
	display: block;
	color: #886f51;
	text-decoration: none;
	font: normal normal 12px "Trebuchet MS", Tahoma, sans-serif;
}

#nav a:hover, #nav a:active {
	color: #3a3a3a;
	text-decoration: none;
}

#nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 12px;
	border-right: 1px solid #cfd1b8;
}

#nav li.first {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 12px 0 10px;
	border-right: 1px solid #cfd1b8;
}

#nav li.last {
	float: left;
	list-style-type: none;
	margin: 0;
	border-right-style: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 12px;
}

#nav li ul {
	position: absolute;
	width: 120px;
	margin-left: -9999px;
	z-index: 102 !important;
	padding-top: 10px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left: -16px;
}

#nav li li {
	border-style: none;
}

#nav li li a:link, #nav li li a:visited {
	color: #fff;
	display: block;
	padding: 6px 20px 6px 10px;
	margin: 0;
	width: 120px;
	background-color: #886f51;
	text-decoration: none;
	font: normal normal 11px/1.3em "Trebuchet MS", Tahoma, sans-serif;
}

#nav li li a:hover, #nav li li a:active {
	text-decoration: none;
	background: #3a3a3a url(../img/nav/subnav_arrow.png) no-repeat right center;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

/* For PC */

.win #nav a:link, .win #nav a:visited {
	display: block;
	color: #886f51;
	text-decoration: none;
	font: normal normal 12px "Trebuchet MS", sans-serif;
}

.win #nav a:hover, .win #nav a:active {
	color: #3a3a3a;
	text-decoration: none;
}

.win #nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #cfd1b8;
}

.win #nav li.first {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #cfd1b8;
}

.win #nav li.last {
	float: left;
	list-style-type: none;
	margin: 0;
	border-right-style: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.win #nav li ul {
	position: absolute;
	width: 120px;
	margin-left: -9999px;
	padding-top: 10px;
}

.win #nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left: -16px;
}

.win #nav li li {
	border-style: none;
}

.win #nav li li a:link, .win #nav li li a:visited {
	color: #fff;
	display: block;
	padding: 6px 20px 6px 10px;
	margin: 0;
	width: 120px;
	background-color: #886f51;
	text-decoration: none;
	font: normal normal 11px/1.3em "Trebuchet MS", sans-serif;
}

.win #nav li li a:hover, .win #nav li li a:active {
	text-decoration: none;
	background: #3a3a3a url(../img/nav/subnav_arrow.png) no-repeat right center;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}



/* @end */



/* @end */

/* @group Home */

/* @group Flash */

#flashWrap {
	clear: both;
	width: 960px;
	height: 300px;
	margin: 0 auto 25px;
	padding: 0;
	background: #f2f2f2 no-repeat;
	z-index: 2 !important;
}



/* @end */

/* @group Features */

/* Titles and Copy */

#servicesWrap {
	width: 960px;
	padding: 0;
	clear: both;
	margin: 0 auto;
	background: url(../img/home/features_back.gif) repeat-y center;
	z-index: 150;
}

#servicesWrap a:link, #servicesWrap a:visited {
	color: #886f51;
	text-decoration: none;
}

#servicesWrap a:hover, #servicesWrap a:active {
	color: #3a3a3a;
	background-color: #cfd1b8;
}

#servicesWrap h2 {
	margin-bottom: 15px;
	text-align: left;
	color: #886f51;
	font: 16px Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
}

#servicesWrap p {
	text-align: left;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 0 10px;
}

#about {
	width: 280px;
	padding: 0 20px;
	float: left;
	margin: 0 320px 0 0;
}

#news {
	width: 280px;
	padding: 0 20px;
	float: left;
	margin: 0 0 0 -320px;
}

#reach {
	width: 280px;
	padding: 0 20px;
	float: right;
	margin: 0px 0px 0;
}

/* Buttons */

#servicesButtons {
	width: 960px;
	padding: 0;
	clear: both;
	margin: 0 auto;
	background: url(../img/home/features_back.gif) repeat-y center;
	z-index: 150;
}

#aboutBtn {
	width: 280px;
	padding: 0 20px;
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-right: 320px;
}

#newsBtn {
	width: 280px;
	padding: 0 20px;
	float: left;
	margin-top: 0;
	margin-left: -320px;
	margin-right: 0;
}

#reachBtn {
	width: 280px;
	padding: 0 20px;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#aboutBtn p.readmore {
	margin-top: 20px;
	margin-bottom: 0;
}

#aboutBtn p.readmore a:link, #aboutBtn p.readmore a:visited {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 205px;
	height: 21px;
	display: block;
	background: url(../img/home/about_btn.png) 0 0;
}

#aboutBtn p.readmore a:hover, #aboutBtn p.readmore a:active {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 205px;
	height: 21px;
	display: block;
	background: url(../img/home/about_btn.png) 0 -21px;
}

#newsBtn p.readmore {
	margin-top: 20px;
	margin-bottom: 0;
}

#newsBtn p.readmore a:link, #newsBtn p.readmore a:visited {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 155px;
	height: 21px;
	display: block;
	background: url(../img/home/media_btn.png) 0 0;
}

#newsBtn p.readmore a:hover, #newsBtn p.readmore a:active {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 155px;
	height: 21px;
	display: block;
	background: url(../img/home/media_btn.png) 0 -21px;
}

#reachBtn p.readmore {
	margin-top: 20px;
	margin-bottom: 0;
}

#reachBtn p.readmore a:link, #reachBtn p.readmore a:visited {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 139px;
	height: 21px;
	display: block;
	background: url(../img/home/locations_btn.png) 0 0;
}

#reachBtn p.readmore a:hover, #reachBtn p.readmore a:active {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 139px;
	height: 21px;
	display: block;
	background: url(../img/home/locations_btn.png) 0 -21px;
}



/* @end */



/* @end */

/* @group Secondary Pages */

/* @group Global */

#contentWrap {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

/* @group Left Column */

#leftCol {
	width: 330px;
	margin: 0 330px 0 0;
	padding: 0;
	float: left;
	font-size: 12px;
}

#leftCol a:link, #leftCol a:visited {
	color: #3a3a3a;
	text-decoration: none;
}

#leftCol a:hover, #leftCol a:active {
	color: #929292;
	text-decoration: none;
}

/* Nav Bar */

#navBar {
	width: 310px;
	height: 55px;
	margin: 0;
	padding: 0 0 0 20px;
	color: #fff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font: normal 21px/1em Georgia, "Times New Roman", Times, serif;
}

.ie #navBar {
	width: 310px;
	height: 35px;
	margin: 0;
	padding: 20px 0 0 20px;
	color: #fff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font: normal 21px/1em Georgia, "Times New Roman", Times, serif;
}

#navBar h2.bread {
	font-size: 14px;
}

.navBarAbout {
	background-color: #886f51;
}

.ie .navBarAbout {
	background-color: #886f51;
}

.navBarValue {
	background-color: #275183;
}

.ie .navBarValue {
	background-color: #275183;
}

.navBarClean {
	background-color: #66a045;
}

.ie .navBarClean {
	background-color: #66a045;
}

.navBarLeader {
	background-color: #bd9d45;
}

.ie .navBarLeader {
	background-color: #bd9d45;
}

.navBarMedia {
	background-color: #959688;
}

.ie .navBarMedia {
	background-color: #959688;
}

.navBarContact {
	background-color: #94a2c5;
}

.ie .navBarContact {
	background-color: #94a2c5;
}

.navBarCareers {
	background-color: #002b45;
}

.ie .navBarCareers {
	background-color: #002b45;
}

.navBarOther {
	background-color: #3a3a3a;
}

.ie .navBarOther {
	background-color: #3a3a3a;
}

#navBar a:link, #navBar a:visited {
	text-decoration: none;
	color: #fff;
}

#navBar a:hover, #navBar a:active {
	text-decoration: none;
	color: #e3e3e3;
}

/* List Navigation */

#leftCol ul.section {
	width: 323px;
	margin: 1px 0 0;
	padding: 8px 0;
	border-left: 7px solid #93a8c1;
}

#leftCol ul.section.about {
	width: 323px;
	margin: 1px 0 0;
	padding: 8px 0;
	border-left: 7px solid #886f51;
}

#leftCol ul.section.value {
	width: 323px;
	margin: 1px 0 0;
	padding: 8px 0;
	border-left: 7px solid #275183;
}

#leftCol ul.section.clean {
	width: 323px;
	margin: 1px 0 0;
	padding: 8px 0;
	border-left: 7px solid #66a045;
}

#leftCol ul.section.leader {
	width: 323px;
	margin: 1px 0 0;
	padding: 8px 0;
	border-left: 7px solid #bd9d45;
}

#leftCol ul.section.media {
	width: 323px;
	margin: 1px 0 0;
	padding: 8px 0;
	border-left: 7px solid #959688;
}

#leftCol ul.section.contact {
	width: 323px;
	margin: 1px 0 0;
	padding: 8px 0;
	border-left: 7px solid #94a2c5;
}

#leftCol ul.section.careers {
	width: 323px;
	margin: 1px 0 0;
	padding: 8px 0;
	border-left: 7px solid #002b45;
}

#leftCol ul.section.other {
	width: 323px;
	margin: 1px 0 0;
	padding: 8px 0;
	border-left: 7px solid #3a3a3a;
}

#leftCol ul.global {
	width: 323px;
	margin: 1px 0 0;
	padding: 8px 0;
	border-left: 7px solid #b5b5b5;
}

#leftCol li {
	padding: 8px 0 8px 37px;
	margin: 0;
}

#leftCol h6.clean {
	margin: 0 0 0 -25px !important;
	padding: 0 !important;
	font: 14px "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif !important;
	color: #66a045 !important;
}

#leftCol h6.leader {
	margin: 0 0 0 -25px !important;
	padding: 0 !important;
	font: 14px "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif !important;
	color: #bd9d45 !important;
}

#leftCol h6.news {
	margin: 0 0 0 -25px !important;
	padding: 0 !important;
	font: 14px "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif !important;
	color: #77786d;
}

/* For Icons */

#leftCol li.page {
	background: url(../img/secondary/icons/page.png) no-repeat 13px center;
}

#leftCol li.doc {
	background: url(../img/secondary/icons/doc.png) no-repeat 13px center;
}

#leftCol li.pdf {
	background: url(../img/secondary/icons/pdf.png) no-repeat 13px center;
}

#leftCol li.events {
	background: url(../img/secondary/icons/events.png) no-repeat 13px center;
}

#leftCol li.link {
	background: url(../img/secondary/icons/link.png) no-repeat 13px center;
}

#leftCol li.download {
	background: url(../img/secondary/icons/download.png) no-repeat 13px center;
}

#leftCol li.email {
	background: url(../img/secondary/icons/email.png) no-repeat 13px center;

}

#leftCol li.print {
	background: url(../img/secondary/icons/printer.png) no-repeat 13px center;

}



/* @end */

/* @group Right Column */

#rightCol {
	float: left;
	width: 630px;
	margin: 0 0 0 -330px;
	padding: 0;
}

#rightCol h3 {
	color: #3a3a3a;
	font: normal bold 16px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 10px;
}

#rightCol h4 {
	color: #3a3a3a;
	font: normal normal 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin: 0;
}

#rightCol h5 {
	color: #66a045;
	text-decoration: none;
	margin: 0 0 10px;
	font: normal normal 16px "Trebuchet MS", sans-serif;
}

#rightCol h5 a:link, #rightCol h5 a:visited {
	color: #66a045 !important;
	text-decoration: none !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

#rightCol h5 a:hover, #rightCol h5 a:active {
	color: #3a3a3a !important;
	text-decoration: none !important;
	background-color: #fff;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

#rightCol h6 {
	color: #3a3a3a;
	text-decoration: none;
	margin: 10px 0 5px;
	font: normal normal 14px "Lucida Grande", Lucida, "Trebuchet MS", Verdana, sans-serif;
}

#rightCol p {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.5em;
	width: 90%;
}

#rightCol a:link, #rightCol a:visited {
	color: #886f51;
	text-decoration: none;
}

#rightCol a:hover, #rightCol a:active {
	color: #3a3a3a;
}

/* Top Image */

#headerImage {
	width: 620px;
	height: 160px;
	margin: 0 0 20px;
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
	background: url(../img/secondary/value_bar_back.png) repeat-x;
}

#headerAbout {
	width: 620px;
	height: 160px;
	margin: 0 0 20px;
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
	background: url(../img/secondary/about_bar_back.png) repeat-x;
}

#headerValue {
	width: 620px;
	height: 160px;
	margin: 0 0 20px;
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
	background: url(../img/secondary/value_bar_back.png) repeat-x;
}

#headerClean {
	width: 620px;
	height: 160px;
	margin: 0 0 20px;
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
	background: url(../img/secondary/clean_bar_back.png) repeat-x;
}

#headerLeader {
	width: 620px;
	height: 160px;
	margin: 0 0 20px;
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
	background: url(../img/secondary/leader_bar_back.png) repeat-x;
}

#headerMedia {
	width: 620px;
	height: 160px;
	margin: 0 0 20px;
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
	background: url(../img/secondary/media_bar_back.png) repeat-x;
}

#headerContact {
	width: 620px;
	height: 160px;
	margin: 0 0 20px;
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
	background: url(../img/secondary/contact_bar_back.png) repeat-x;
}

#headerCareers {
	width: 620px;
	height: 160px;
	margin: 0 0 20px;
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
	background: url(../img/secondary/careers_bar_back.png) repeat-x;
}

#headerOther {
	width: 620px;
	height: 160px;
	margin: 0 0 20px;
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
	background: url(../img/secondary/other_bar_back.png) repeat-x;
}

#headerImage img {
	float: left;
	border-left-style: none;
}

/* Copy headline */

#rightCol h1.about {
	color: #886f51;
	margin-top: 0;
	margin-bottom: 20px;
	width: 90%;
	font: normal normal 19px/1.5em "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
}

#rightCol h1.value {
	color: #275183;
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
	font: normal normal 19px/1.5em "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
}

#rightCol h1.clean {
	color: #66a045;
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
	font: normal normal 19px/1.5em "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
}

#rightCol h1.leader {
	color: #bd9d45;
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
	font: normal normal 19px/1.5em "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
}

#rightCol h1.media {
	color: #959688;
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
	font: normal normal 19px/1.5em "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
}

#rightCol h1.contact {
	color: #94a2c5;
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
	font: normal normal 19px/1.5em "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
}

#rightCol h1.careers {
	color: #002b45;
	margin-top: 0;
	margin-bottom: 20px;
	width: 90%;
	font: normal normal 19px/1.5em "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
}

#rightCol h1.other {
	color: #3a3a3a;
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
	font: normal normal 19px/1.5em "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
}

#rightCol h1.sec {
	color: #275183;
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
	font: normal normal 19px/1.5em "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
}

/* Indented Content */

#indentedContent {
	width: 600px;
	margin: 30px 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #9c9c9c;
	font-size: 12px;
	color: #676767;
}

#indentedContent p {
	font-size: 12px;
	color: #676767;
	margin-top: 0;
	margin-bottom: 15px;
}

#indentedContent h3 {
	color: #676767;
	font: italic bold 14px "Trebuchet MS";
	margin-top: 0;
	margin-bottom: 5px;
}

/* Quote */

#quote {
	width: 528px;
	margin: 0 0 30px;
	padding: 20px 0 20px 100px;
	background-color: #fff;
	min-height: 80px;
	border-top: 1px dotted #b1b1b1;
	border-bottom: 1px dotted #b1b1b1;
}

#quote img {
	margin: 0 20px 20px -100px;
	padding: 0 0 0 5px;
	float: left;
	border-left: 5px solid #275183;
}

#quote img:hover {
	border-left: 5px solid #3a3a3a;
}

#quote p {
	padding: 0;
	margin: 0 0 10px;
	color: #676767;
	text-decoration: none;
	font: italic 14px/1.5em Georgia, "Times New Roman", Times, serif;
}

#quote p.titleQuote {
	font: normal normal 12px "Trebuchet MS", sans-serif;
	text-decoration: none;
}

#quote a:link, #quote a:hover, #quote a:visited, #quote a:active {
	text-decoration: none;
	background-color: #fff;
	color: #3a3a3a;
}

#quote:hover {
	background-color: #f3f3f3;
}

/* Bios */

#bioWrap {
	width: 530px;
	clear: both;
	margin: 0;
	padding: 0;
}

.ie #bioWrap {
	width: 630px;
	clear: both;
	margin: 0;
	padding: 0;
}

#bioWrap img {
	margin: 0 20px 0 -100px;
	padding: 0 0 0 5px;
	float: left;
	border-left: 5px solid #bd9d45;
}

#bioColLeft {
	width: 205px;
	margin: 0;
	padding: 0;
	float: left;
}

#bioColRight {
	width: 205px;
	margin: 0;
	padding: 0;
	float: right;
}

.bioIndividual {
	width: 205px;
	margin: 0 20px 0 0;
	border-top: 1px dotted #b1b1b1;
	font: bold 13px/1.5px Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 20px 100px;
	height: 80px;
	clear: both;
	float: left;
}

.bioIndividualLast {
	width: 205px;
	margin: 0 20px 0 0;
	border-top: 1px dotted #b1b1b1;
	font: bold 13px/1.5px Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 20px 100px;
	border-bottom: 1px dotted #b1b1b1;
	height: 80px;
	clear: both;
	float: left;
}

.bioIndividual p, .bioIndividualLast p {
	margin: 0 0 5px !important;
	padding: 0;
}

.bioIndividual p.titleBio, .bioIndividualLast p.titleBio {
	margin: 0 0 5px !important;
	padding: 0;
	font: 10px "Trebuchet MS", sans-serif;
	text-transform: uppercase;
}

.bioIndividual p.readBio, .bioIndividualLast p.readBio {
	margin: 10px 0 0 !important;
	padding: 0 0 20px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#bioWrap img:hover {
	margin: 0 20px 0 -100px;
	padding: 0 0 0 5px;
	float: left;
	border-left: 5px solid #3a3a3a;
}

.bioIndividual:hover, .bioIndividualLast:hover {
	background-color: #f3f3f3;
}

.bioRow {
	width: 630px;
	margin: 0;
	padding: 0;
	clear: both;
}

.bioRowGreen {
	width: 630px;
	margin: 0;
	padding: 0;
	clear: both;
}

.bioRowLeader {
	width: 630px;
	margin: 0;
	padding: 0;
	clear: both;
}

.bioLeft {
	width: 205px;
	margin: 0 20px 0 0;
	float: left;
	border-top: 1px dotted #b1b1b1;
	font: bold 14px/1.5px Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 20px 100px;
	height: 80px;
}

.bioRight {
	width: 205px;
	margin: 0;
	float: right;
	border-top: 1px dotted #b1b1b1;
	font: bold 14px/1.5px Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 20px 100px;
	height: 80px;
}

.bioLeftLast {
	width: 205px;
	margin: 0 20px 0 0;
	float: left;
	border-top: 1px dotted #b1b1b1;
	font: bold 14px/1.5px Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 20px 100px;
	border-bottom: 1px dotted #b1b1b1;
	height: 80px;
}

.bioRightLast {
	width: 205px;
	margin: 0;
	float: right;
	border-top: 1px dotted #b1b1b1;
	font: bold 14px/1.5px Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 20px 100px;
	border-bottom: 1px dotted #b1b1b1;
	height: 80px;
}

.bioLeft p, .bioRight p, .bioLeftLast p, .bioRightLast p {
	margin: 0 0 5px !important;
	padding: 0;
}

.bioLeft p.titleBio, .bioRight p.titleBio, .bioLeftLast p.titleBio, .bioRightLast p.titleBio {
	margin: 0 0 5px !important;
	padding: 0;
	font: 10px "Trebuchet MS", sans-serif;
	text-transform: uppercase;
}

.bioLeft p.readBio, .bioRight p.readBio, .bioLeftLast p.readBio, .bioRightLast p.readBio {
	margin: 10px 0 0 !important;
	padding: 0 0 20px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.bioRow img {
	margin: 0 20px 0 -100px;
	padding: 0 0 0 5px;
	float: left;
	border-left: 5px solid #275183;
}

.bioRowGreen img {
	margin: 0 20px 0 -100px;
	padding: 0 0 0 5px;
	float: left;
	border-left: 5px solid #66a045;
}

.bioRowLeader img {
	margin: 0 20px 0 -100px;
	padding: 0 0 0 5px;
	float: left;
	border-left: 5px solid #bd9d45;
}

.bioRow img:hover {
	margin: 0 20px 0 -100px;
	padding: 0 0 0 5px;
	float: left;
	border-left: 5px solid #3a3a3a;
}

.bioRowGreen img:hover {
	margin: 0 20px 0 -100px;
	padding: 0 0 0 5px;
	float: left;
	border-left: 5px solid #3a3a3a;
}

.bioRowLeader img:hover {
	margin: 0 20px 0 -100px;
	padding: 0 0 0 5px;
	float: left;
	border-left: 5px solid #3a3a3a;
}

.bioLeft:hover, .bioRight:hover, .bioLeftLast:hover, .bioRightLast:hover {
	background-color: #f3f3f3;
}

/* Lists */

#rightColList ol {
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 12px;
	padding-left: 35px;
	width: 80%;
	padding-bottom: 10px;
}

.ie #rightColList ol {
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 12px;
	padding-left: 35px;
	width: 80%;
	padding-bottom: 10px;
}

#rightColList ul {
	list-style-type: circle;
	list-style-position: outside;
	font-size: 12px;
	padding-left: 35px;
	padding-bottom: 10px;
}

.ie #rightColList ul {
	list-style-type: circle;
	list-style-position: outside;
	font-size: 12px;
	padding-left: 35px;
	padding-bottom: 10px;
}

#rightColList li {
	padding-top: 0;
	padding-bottom: 10px;
}

#rightColList li p {
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 12px;
}

/* Back to top */

#rightCol p.backTop {
	margin-top: 20px;
}

#rightCol p.backTop a:link, #rightCol p.backTop a:visited {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #3a3a3a;
	font-weight: bold;
	background-color: #fff;
}

#rightCol p.backTop a:hover, #rightCol p.backTop a:active {
	text-decoration: overline;
	font-size: 11px;
	text-transform: uppercase;
	color: #3a3a3a;
	font-weight: bold;
	background-color: #fff;
}



/* @end */



/* @end */

/* @group Releases */

.mediaHeader {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
}

#mediaContact {
	margin: 1px 0 0;
	border-left: 7px solid #959688;
	padding: 10px 30px 0 15px;
}

#mediaContact p {
	font-size: 12px;
	margin: 0 0 10px;
}

#newsContent {
	width: 620px;
	margin: 0 0 20px;
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
	background: url(../img/secondary/media_bar_back.png) repeat-x;
}

#newsContent p.bold {
	font-weight: bold !important;
}

#newsContent p.small {
	font-size: 11px;
}

#newsCopy {
	width: 560px;
	margin: 0;
	padding: 30px;
	float: left;
	background-color: #f7f4ea;
}

#newsCopy h1 {
	color: #3a3a3a !important;
	font: 16px "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

#newsCopy h2 {
	color: #3a3a3a !important;
	font: italic 14px "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	border-bottom: 1px dotted #797b6f !important;
	padding-bottom: 5px !important;
}

#newsCopy h3 {
	color: #797b6f !important;
	font: bold 11px "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
	margin-top: 0 !important;
	margin-bottom: 30px !important;
}

#newsCopy p {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	font: 14px "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
	color: #3a3a3a !important;
}

#releaseCopy {
	width: 560px;
	margin: 0;
	padding: 30px;
	float: left;
	background-color: #f7f4ea;
}

#releaseCopy h1 {
	color: #3a3a3a !important;
	font: 16px "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	border-bottom: 1px dotted #797b6f !important;
	padding-bottom: 5px !important;
}

#releaseCopy h3 {
	color: #797b6f !important;
	font: bold 11px "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
	margin-top: 0 !important;
	margin-bottom: 30px !important;
}

#releaseCopy p {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	font: 14px "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
	color: #3a3a3a !important;
}



/* @end */

/* @group News */

#newsWrap {
	width: 300px;
	margin: 0;
	padding: 0;
	float: left;
}

#releasesWrap {
	width: 300px;
	margin: 0;
	padding: 0;
	float: right;
}

.newsItem {
	margin: 0 0 30px !important;
	padding: 0;
	clear: both !important;
}

.newsItem a:link, .newsItem a:visited {
	color: #3a3a3a !important;
	text-decoration: none;
}

.newsItem a:hover {
	text-decoration: none;
	color: #959688 !important;
	background-color: #fff !important;
}

.newsItem h3.newsHeadline {
	margin-top: 0 !important;
	margin-bottom: 7px !important;
	padding-bottom: 5px !important;
	font: 16px "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
	color: #3a3a3a !important;
	border-bottom: 1px dotted #959688;
}

#newsReleases h4.news {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	padding-bottom: 5px !important;
	font: 16px "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif;
	color: #77796d;
	border-bottom: 2px solid #959688;
}

.newsItem p {
	margin: 0;
	font-size: 12px;
	font-weight: bold !important;
	color: #959688 !important;
}



/* @end */

/* @group Events */

#currentEvents {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #8f8f8f;
}

#currentEvents h3 {
	color: #797b6f !important;
	text-decoration: none;
	font: normal normal normal 16px "Lucida Grande", Lucida, "Trebuchet MS", Verdana, sans-serif;
	margin: 0 !important;
	padding: 0 !important;
}

.event {
	margin: 30px 0 !important;
	font-size: 12px;
	padding-left: 20px;
	border-left: 1px solid #ced1bd;
}

.event p {
	font-size: 12px;
}

.event h4 {
	color: #797b6f !important;
	margin: 0 0 5px !important;
	padding: 0 !important;
	font: 14px "Trebuchet MS", Verdana, sans-serif;
}

#pastEvents {
	margin: 20px 0 10px !important;
	padding: 0 0 10px !important;
	
}

#pastEvents h3 {
	color: #797b6f !important;
	text-decoration: none;
	font: normal normal normal 16px "Lucida Grande", Lucida, "Trebuchet MS", Verdana, sans-serif;
	margin: 0 !important;
	padding: 0 !important;
}



/* @end */

/* @group Forms */

#formWrap {
	width: 620px;
	margin: 0;
	padding: 10px 0;
	border-top: 1px dotted #8c8c8c;
	border-bottom: 1px dotted #8c8c8c;
}

#formWrap p.label {
	float: left;
	width: 150px;
	margin: 0;
	padding: 10px 0;
}

#formWrap p.field {
	margin: 0;
	float: right;
	width: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#formWrap p.upload {
	margin: 0;
	float: right;
	width: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#formWrap p.field input {
	width: 250px;
	margin: 0;
	padding: 5px;
	color: #3a3a3a;
	border-left: 2px solid #3a3a3a;
	background-color: #e6e6e6;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	font: bold 14px "Lucida Grande", Lucida, "Trebuchet MS", Verdana, sans-serif;
}



/* @end */

/* @group Careers */

#rightCol ul.careers {
	margin: 1px 0 0;
	padding: 8px 0;
	border-left: 3px solid #002b45;
}

#rightCol ul.careers li {
	padding: 0 0 0 10px;
	margin: 0;
}



/* @end */

/* @group Cleantech */

#porfolioComp {
	
}

.companyWrap {
	border-top: 1px dotted #9c9c9c;
	clear: both;
	padding-top: 10px;
	width: 620px;
	font-size: 12px !important;
	padding-bottom: 10px;
	margin: 0;
}

.companyWrapLast {
	border-top: 1px dotted #9c9c9c;
	border-bottom: 1px dotted #9c9c9c;
	clear: both;
	padding-top: 10px;
	width: 620px;
	font-size: 12px !important;
	margin: 0;
	padding-bottom: 10px;
}

.logoClean {
	width: 100px;
	margin: 0 100px 0 0;
	padding: 0;
	float: left;
}

.descClean {
	width: 279px;
	padding: 0 10px 0 0;
	float: left;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: -80px;
	border-right: 1px solid #cfcfcf;
}

.webClean {
	padding: 0;
	margin: 0;
	width: 190px;
	float: right;
}



/* @end */

/* @group Bios */

#bioHeader {
	width: 520px;
	margin: 0 0 20px;
	padding: 10px 0 10px 100px;
	background-color: #fff;
	border-top: 1px dotted #b1b1b1;
	border-bottom: 1px dotted #b1b1b1;
	height: 112px;
}

#bioHeader h3 {
	color: #bd9d45 !important;
	margin: 0 !important;
	padding: 0;
	font: normal normal 18px "Lucida Grande", LucidaGrande, "Trebuchet MS", Tahoma, sans-serif !important;
}

#bioHeader p.titleBios {
	font-size: 14px !important;
	margin-top: 5px;
}

#bioHeader img {
	padding: 0 0 0 5px;
	float: left;
	border-left: 5px solid #bd9d45;
	margin-top: 0;
	margin-left: -100px;
	margin-right: 20px;
	clear: both;
}

#bioHeader ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	font-size: 10px;
	float: right;
	top: -50px;
	position: relative;
}

#bioHeader a:link, #bioHeader a:visited {
	display: block;
	color: #bd9d45 !important;
	text-decoration: none;
	font: normal normal 11px "Trebuchet MS", Tahoma, sans-serif !important;
}

#bioHeader a:hover, #bioHeader a:active {
	color: #3a3a3a !important;
	text-decoration: none;
	background-color: #fff !important;
}

#bioHeader li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #9c9c9c;
}

#bioHeader li.first {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #9c9c9c;
}

#bioHeader li.last {
	float: left;
	list-style-type: none;
	margin: 0;
	border-right-style: none;
	padding: 0 0 0 10px;
}

/* @end */

/* @group Case Studies */

.CollapsiblePanelTab h4.caseTitle {
	margin-bottom: 10px !important;
	margin-top: 2px;
}

.CollapsiblePanelContent h4.case {
	margin-bottom: 10px !important;
	font-size: 13px !important;
}

.CollapsiblePanelContent p {
	font-size: 13px !important;
}



/* @end */

/* @group Peformance */

#rightCol ul.performance {
	margin: 1px 0 0;
	padding: 8px 0;
	border-left: 3px solid #275183;
}

#rightCol ul.performance li {
	padding: 3px 0 3px 37px;
	margin: 0;
}

#rightCol ul.performance li.page {
	background: url(../img/secondary/icons/page.png) no-repeat 13px center;
}

#rightCol ul.performance li.doc {
	background: url(../img/secondary/icons/doc.png) no-repeat 13px center;
}

#rightCol ul.performance li.pdf {
	background: url(../img/secondary/icons/pdf.png) no-repeat 13px center;
}

#rightCol ul.performance li.events {
	background: url(../img/secondary/icons/events.png) no-repeat 13px center;
}

#rightCol ul.performance li.link {
	background: url(../img/secondary/icons/link.png) no-repeat 13px center;
}

#rightCol ul.performance li.download {
	background: url(../img/secondary/icons/download.png) no-repeat 13px center;
}



/* @end */

/* @group Site Map */

.siteBlock {
	width: 630px;
	margin: 0;
	padding: 10px 0 0;
	background-color: #fff;
	border-top: 1px dotted #b1b1b1;
	clear: both;
}

.siteBlock h3 {
	padding: 0;
}

.siteBlock p {
	margin-left: 20px;
}

.siteBlock a:link, .siteBlock a:visited {
	color: #3a3a3a !important;
}

.siteBlock a:hover, .siteBlock a:active, .siteBlock h3 a:hover, .siteBlock h3 a:active {
	color: #7d7d7d !important;
}



/* @end */

/* @group Locations */

.locationsWrap {
	width: 620px;
	margin: 0;
	padding: 0;
}

.locationsWrap p {
	font-size: 11px !important;
	line-height: 1.7em !important;
}

.left {
	width: 190px;
	margin: 0 40px 0 0;
	padding: 0;
	border-bottom: 1px dotted #b1b1b1;
	float: left;
	height: 190px;
}

.middle {
	width: 190px;
	margin: 0 0 0 -15px;
	padding: 0;
	border-bottom: 1px dotted #b1b1b1;
	float: left;
	height: 190px;
}

.right {
	width: 190px;
	padding: 0;
	border-bottom: 1px dotted #b1b1b1;
	float: right;
	margin: 0;
	height: 190px;
}

.left img, .middle img, .right img {
	margin: 0 0 15px;
	padding: 0;
	clear: both;
}

.left h1, .middle h1, .right h1 {
	margin: 0;
	color: #94a2c5;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}

#rightCol ul.locations {
	margin: 1px 0 0;
	padding: 8px 0;
	border-left: 3px solid #94a2c5;
}

#rightCol ul.locations li {
	padding: 0 0 0 10px;
	margin: 0;
}



/* @end */



/* @end */

/* @group Footer */

/* @group Home */

#footer {
	width: 960px;
	margin: 30px auto 20px;
	padding: 20px 0;
	clear: both;
	background: url(../img/footer/footer_home_shadow.png) no-repeat center top;
	text-align: center;
	color: #9c9c9c;
	font: 70% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

.win #footer {
	width: 960px;
	margin: 30px auto 20px;
	padding: 20px 0;
	clear: both;
	background: url(../img/footer/footer_home_shadow.png) no-repeat center top;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font: 70% "Verdana", sans-serif;
}

#footer a:link, #footer a:visited {
	color: #9c9c9c;
	text-decoration: none;
}

.win #footer a:link, .win #footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #7b7b7b;
	text-decoration: none;
}

#footer ul.footerTop {
	padding: 0;
	margin: 0 0 10px;
}

#footer ul.footerTop li {
	display: inline;
	margin: 0;
	padding: 0 10px;
}

#footer ul.footerBottom {
	padding: 0;
	margin: 0 0 10px;
}

#footer ul.footerBottom li {
	display: inline;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #9c9c9c;
}

#footer ul.footerBottom li.last {
	display: inline;
	margin: 0;
	padding: 0 10px;
	border-right: 1px none #9c9c9c;
}



/* @end */

/* @group Secondary */

#footerSecWrap {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#footerSec {
	width: 610px;
	margin: 10px auto 20px;
	padding: 20px 0 20px 20px;
	clear: both;
	background: url(../img/footer/footer_sec_shadow.png) no-repeat;
	text-align: left;
	color: #9c9c9c;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	float: right;
}

.win #footerSec {
	width: 610px;
	margin: 10px auto 20px;
	padding: 20px 0 20px 20px;
	clear: both;
	background: url(../img/footer/footer_sec_shadow.png) no-repeat;
	text-align: left;
	color: #000;
	text-transform: uppercase;
	float: right;
	font: 80% "Verdana", sans-serif;
}

#footerSec p {
	margin-top: 0;
	margin-bottom: 10px;
}

#footerSec a:link, #footerSec a:visited {
	color: #9c9c9c;
	text-decoration: none;
}

.win #footerSec a:link, .win #footerSec a:visited {
	color: #000;
	text-decoration: none;
}

#footerSec a:hover, #footerSec a:active {
	color: #797979;
	text-decoration: none;
}

#footerSec ul.footerBottom {
	padding: 0;
	margin: 0 0 10px -10px;
}

#footerSec ul.footerBottom li {
	display: inline;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #9c9c9c;
}

#footerSec ul.footerBottom li.last {
	display: inline;
	margin: 0;
	border-right: 1px none #9c9c9c;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
}



/* @end */



/* @end */
