@import url("/css/reset.css");

img, div, a { behavior: url(/css/iepngfix.htc) }
* {margin:0; padding:0}

body {
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
	background:#122E41;
}

.w980 {
	width:980px;
	margin:0 auto;
	position:relative;
	
}

strong {
	font-weight:bold;
}

.clear {
	clear:both;
}

#wrapper {
	background:url(/images/body-bg.gif) repeat-x #f6f6f6 top;
}

#globalNav {
	height:28px;
}

#globalNav .localPhones {
}

#globalNav .localPhones li {
	list-style:none;
	display:block;
	float:left;
	line-height:20px;
	padding:4px 20px;
	border-right:1px solid #316fa1;
	border-left:1px solid #115b95;
	color:#FFFFFF;
}

#globalNav .localPhones li strong {
	color:#add6e8;
	text-transform:uppercase;
}

#globalNav .toolbar {
	position:absolute;
	display:block;
	width:304px;
	height:40px;
	padding:0px 10px 0px 10px;
	background:url(/images/bg-top-nav.png) no-repeat;
	right:0px;
	top:0px;
}

#globalNav .toolbar li {
	display:inline;
	list-style:none;
}

#globalNav .toolbar li a {
	color:#FFFFFF;
	font-weight:normal;
	display:block;
	padding:8px 8px 9px 8px;
	line-height:20px;
	float:left;
	text-decoration:none;
}

#globalNav .toolbar li a:hover {
	background-color:#036bb4;
}

#header {
	background:url(/images/bg-header.jpg) no-repeat;
}

#header #logo {
	background:url(/images/logo.png) no-repeat;
	width:389px;
	height:135px;
	float:left;
	display:block;
	text-indent:-9999px;
}

#header .newsletter {
	float:right;
	width:325px;
	margin-top:25px;
}

#header .newsletter h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	letter-spacing:-0.02em;
	font-weight:normal;
	margin-bottom:5px;
}

#socialBtns{
	margin: 11px 0px 0px 15px;
}

#socialBtns p{
	color: #fff;
	font-size: 16px;
}

#socialBtns p a{
	display: inline;
	margin: 0px -3px;	
}

#header .txtEmail {
	display:block;
	float:left;
	width:193px;
	height:15px;
	padding:5px;
	background:url(/images/newsletter-box.png) no-repeat;
	border:none;
	margin-right:5px;
	color:#FFFFFF;
}

#header .btnSignUp {
	float:left;
	height:27px;
	width:76px;
	background:url(/images/btn-newsletter-signup.png) no-repeat;
	text-indent:-9999px;	
	border:0px;
	cursor:pointer;
}

#contentWrapper {
	background:url(/images/white-op40.png) repeat;
	margin-top:-10px;
	padding:10px;
}

#contentWrapper #navbar {
	background:#d4f6ff url(/images/bg-nav.gif) repeat-x bottom;
	border:1px solid #8fdff3;
	height:40px;
	position:relative;
	z-index:20;
	width:958px;
}

#contentWrapper #navbar ul {
	padding:0 20px;
}

#contentWrapper #navbar ul li {
	list-style:none;
	display:block;
	float:left;
	position:relative;
}

#contentWrapper #navbar ul li.blog {

}

#contentWrapper #navbar ul li.blog a {
	
}

#contentWrapper #navbar ul li.blog ul a {
	float:none;
}

#contentWrapper #navbar ul li a {
	display:block;
	line-height:20px;
	padding:10px;
	color:#02427b;
	float:left;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#contentWrapper #navbar ul li a:hover, #contentWrapper #navbar ul li.active {
	background:url(/images/bg-nav-hover.gif) repeat-x;
}

#contentWrapper #navbar ul li ul {
	position:absolute;
	width:180px;
	padding:10px;
	background:#def8ff repeat;
	top:40px;
	border-width:1px;
	border-top:0px;
	border-color: #acd6e9;
	border-style:solid;
	display:none;
	left:0px;
}
#contentWrapper #navbar ul li ul li {
	display:block;
	float:none;
}

#contentWrapper #navbar ul li ul li a {
	float:none;
	padding:2px 10px;
} 


#contentWrapper #navbar #solutionsDrop {
	position:absolute;
	width:450px;
	padding:20px 10px 20px 10px;
	background:#def8ff repeat;
	top:40px;
	border-width:1px;
	border-top:0px;
	border-color: #acd6e9;
	border-style:solid;
	display:none;
	left:0px;
}

#contentWrapper #navbar #solutionsDrop ul {
	float:left;
	width:130px;
	margin-right:10px;
	border:none;
	padding:0px 10px 0px 0px;
	position:relative;
	display:block;
	top:0px;
	background:none;

}

#contentWrapper #navbar #solutionsDrop ul.last {
	border-right:none;
	margin-right:0px;
	padding-right:0px;
}

#contentWrapper #navbar #solutionsDrop ul li.header a {
	font-size:13px; 
	font-weight:bold; 
	color:#f58229;
}

#contentWrapper #navbar #solutionsDrop ul li a {
	font-size:11px;
	line-height:13px;
	padding:4px 5px;

}

#homeBanner {
	border-top:#acd6e9 solid 3px;
	width:960px;
	height:400px;
	position:relative;
	z-index:2;
}
#homeBanner #bannerMask {
	position:relative;
	width:960px;
	height:400px;
	overflow:hidden;
}

#homeBanner #bannerRotator {
	position:relative;
}

#homeBanner #bannerRotator .banner {
	position:absolute;
}

#playPause {
	position:absolute;
	width:58px;
	height:58px;
	background:url(/images/btn-pause.png) no-repeat; 
	top:40px;
	right:-30px;
	z-index:10;
	cursor:pointer;
}

#playPause.pause {
	background:url(/images/btn-play.png) no-repeat;
}

#homeBannerNav {
	display:block;
	height:67px;
	background:url(/images/bg-banner-nav.gif) repeat-x;
	position:relative;
	z-index:3;
}

#homeBannerNav a {
	position:relative;
	width:300px;
	height:57px;
	display:block;
	float:left;
	padding:5px 10px;
	
}

#homeBannerNav a .arrow {
	display:none;
}

#homeBannerNav a:hover, #homeBannerNav a.activeSlide {
	background:url(/images/bg-banner-nav-hover.gif) repeat-x;
}

#homeBannerNav a:hover .arrow, #homeBannerNav a.activeSlide .arrow {
	display:block;
	position:absolute;
	width:36px;
	height:18px;
	top:-18px;
	left:142px;
	background:url(/images/banner-nav-arrow.png) no-repeat;
	
	
}

#contentWrapper .shaddowFull {
	position:absolute;
	width:960px;
	height:13px;
	bottom:-13px;
	background:url(/images/bg-shadow-full.png) no-repeat;
}

#content {
	background:#FFFFFF;
}

#content .threeCol {
}

#content .threeCol .leftCol, #content .threeCol .middleCol, #content .threeCol .rightCol {
	width:280px;
	padding:20px;
}

#content .threeCol .leftCol.noPadding, #content .threeCol .middleCol.noPadding, #content .threeCol .rightCol.noPadding {
	width:320px;
	padding:0px;
}

#content .threeCol .leftCol, #content .threeCol .middleCol {
	float:left;
}

#content .threeCol .rightCol {
	float:right;
}

#content .blueCol {
	background:url(/images/bg-bluecol.gif) top repeat-x;
}

#content .padding20 {
	padding:20px;
}

#content h3.headline {
	color:#005598;
	font-weight:bold;
	font-size:19px;
	padding-bottom:10px;
	margin-bottom:10px;
	letter-spacing:-0.02em;
	border-bottom:#cedeec 1px solid;
	margin-top:10px;
}

#homepageWebinars .webinarItem {
	padding-left:40px;
	background:url(/images/icon-callendar.gif) top left no-repeat;
	padding-bottom:20px;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:20px;
}

#homepageWebinars .webinarItem .date {
	color:#02518e;
	font-size:12px;
	margin-bottom:5px;
}

#homepageWebinars .webinarItem h3 {
	color:#1ac1f2;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

#homepageWebinars .webinarItem .webinarTxt {
	color:#02518e;
	margin-bottom:10px;
	
}

#homepageWebinars .webinarItem .btnDetails {
	display:block;
	width:131px;
	height:20px;
	text-align:center;
	padding:5px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:-0.01em;
	color:#FFFFFF;
	text-decoration:none;
	background:url(/images/btn-blue-medium.gif) no-repeat;
	background-position:top;
}

#homepageWebinars .webinarItem .btnDetails:hover {
	background-position:bottom;
}


#btnAllWebinars {
	display:block;
	background:url(/images/btn-allevents.gif) no-repeat;
	width:196px;
	height:31px;
	padding:5px 5px 20px 65px;
	color:#005598;
	font-size:12px;
	text-decoration:none;
	letter-spacing:-0.02em;
}

#btnAllWebinars strong {
	font-size:14px;
	
}

#homepageNews {
}

#homepageNews h4 {
	color:#02508d;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-0.02em;
	line-height:30px;
	
}

#homepageCS h4 {
	color:#02508d;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-0.02em;
	line-height:30px;
}

#homepageNews .newsItem {
	color:#02508d;
	margin-bottom:20px;
}

#homepageNews .newsItem .newsText a {
	color:#ff8a00;
}

#homepageNews .newsItem h3.dateHeadline {
	font-size:14px;
	font-weight:bold;
	color:#02508d;
	margin-bottom:10px;
}

#homepageCS .featuredCS {
	padding-left:70px;
	background:url(/images/icon-cs.gif) no-repeat left top;
	margin-bottom:20px;
	color:#02508D;
}

#homepageCS .featuredCS h4 {
	color:#ff9b00;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-0.02em;
}

#homepageNews .newsItem h3.dateHeadline strong {
	color:#ff8a00;
}

#homepageNews .btnAllNews, #homepageCS .btnAllCS {
	display:block;
	width:100px;
	height:20px;
	text-align:center;
	padding:5px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:-0.01em;
	color:#FFFFFF;
	text-decoration:none;
	background:url(/images/btn-orange-short.gif) no-repeat;
	background-position:top;
	float:right;
	font-size:12px;
}

#homepageNews .btnAllNews:hover {
	background-position:bottom;
}


#contentShaddow {
	width:960px;
	height:15px;
	background:url(/images/content-shaddow.png) no-repeat;
	margin-bottom:20px;
}

#footer {
	background:#122e41;
	padding:20px 0px;
	color:#FFFFFF;
	height:40px;
}

#footer a {
	color:#FFFFFF;
}

#footer a:hover {
	text-decoration:underline;
}

#footer p.copyright {
	width:310px;
	float:left;
}

#footer p.footerLinks {
	width:630px;
	float:right;
	text-align:right;
}

#content.subpage {
	width:960px;
}

#content.subpage .leftCol {
	width:610px;
	float:left;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:20px;
	color:#333333;
	
}

#content.subpage .leftCol .subLeftCol {
	width:295px;
	float:left;
	margin-bottom:20px;
}

#content.subpage .leftCol .subRightCol {
	width:295px;
	float:right;
	margin-bottom:20px;
}


#content.subpage .rightCol {
	float:right;
	width:228px;
	background:#eff8fa;
	border:1px solid #A1BFD7;
	margin-right:20px;
	margin-top:-20px;
	padding:20px;
	margin-bottom:20px;
}


#content.subpage #rightColBanners {
	float:right;
	width:248px;
	padding:10px;
	margin-right:20px;
	margin-top:-20px;
}

#content.subpage #subBanner {
	padding:15px 30px 10px 30px;
	background:url(/images/bg-sub-header.gif) repeat-x top #1b6099;
	width:900px;
	
}

#content.subpage #subBanner h1 {
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:-0.02em;
	font-size:28px;
	line-height:36px;
	margin-bottom:0px;
}

#content.subpage .rightNav .headline {
	color:#FFFFFF;
	font-size:14px;
	line-height:29px;
	font-weight:bold;
	letter-spacing:-0.02em;
	display:block;
	background:url(/images/bg-subnav-headline.gif) no-repeat left;
	margin-left:-24px;
	padding:5px 5px 10px 20px;
	width:223px;
	height:29px;
	margin-bottom:15px;
}

#content.subpage .rightNav .headline.ui-state-active {
background:url(/images/bg-subnav-headline-h.gif) no-repeat left;
}

#content.subpage .rightNav .headline a {
	color:#FFFFFF;
	text-decoration:none;
}


#content.subpage .rightNav h3 {
	margin-bottom:10px;
}

#content.subpage .rightNav .webinarItem {
	margin-bottom:10px;
}

#content.subpage .rightNav .webinarItem .date {
	font-size:11px;
	color:#ff8a00;
}

#content.subpage .rightNav .webinarItem .name {
	color:#024B88;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #baf1ff;
	border-top:1px solid #baf1ff;
	padding:5px 0px;
	margin-bottom:5px;
	display:block;
}

#content.subpage .rightNav .webinarItem .desc {
	color:#333333;
}

#content.subpage .rightNav ul {
	margin-bottom:20px;
	list-style:none;
	margin-left:0px;
}

#content.subpage .rightNav ul li {
	margin-bottom:0px;
}

#content.subpage .rightNav ul li a {
	background-color:#d8f7ff;
	padding:7px 10px;
	border-bottom:1px solid #b7d1d8;
	border-right:1px solid #b7d1d8;	
	border-left:1px solid #eff9fb;		
	border-top:1px solid #eff9fb;
	color:#185281;
	display:block;
	text-decoration:none;
}

#content.subpage .rightNav ul li a:hover {
	background-color:#FFFFFF;
}

#content.subpage .rightNav ul li a.icnXPS {
	background:url(/images/icon-xps.png) 5px 15px no-repeat;
	padding-left:30px;
}

#content.subpage .rightNav ul li a.icnPDF {
	background:url(/images/icon-pdf.png) 5px 15px no-repeat;
	padding-left:30px;
}

#content p {
	margin-bottom:20px;
	color:#333333;
}

#content ul {
	margin-bottom:20px;
	list-style:disc;
	margin-left:20px;
}

#content ul li {
	margin-bottom:5px;
}

#content ol {
	margin-bottom:20px;
	list-style:decimal;
	margin-left:30px;
}

#content ol li {
	margin-bottom:5px;
}


#content a {
	color:#ff8700;
}

#content h1 {
	margin-bottom:20px;
}

#content h2 {
	margin-bottom:20px;
	font-size:24px;
	line-height:26px;
	color:#024b88;
	letter-spacing:-0.02em;
}

#content h3 {
	margin-bottom:20px;
	font-size:18px;
	color:#024b88;
}

#content h4 {
	margin-bottom:5px;
	font-size:16px;
	color:#024b88;
}

#content h3.h3hr {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}

.borderedWrapper {
	padding:20px;
	border:1px solid #a1bfd7;
	background:#eff8fa;
	margin-top:50px;
	margin-bottom:20px;
}


.borderedWrapper .headline {
	margin-top:-47px;
	padding:10px 20px 5px 20px;
	border:1px solid #a1bfd7;
	border-bottom:none;
	background:#eff8fa;
	float:left;
	color:#185281;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-0.02em;
	
}

.borderedWrapperNoHeadline {
	padding:20px;
	border:1px solid #a1bfd7;
	background:#eff8fa;
	margin-bottom:20px;
}

#content .btnAction, #content .formTable input.btnAction {
	padding:5px;
	width:143px;
	height:27px;
	text-align:center;
	color:#FFFFFF;
	background:url(/images/bg-btnyellow.gif) no-repeat;
	background-position:bottom;
	text-decoration:none;
	display:inline-block;
	line-height:27px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:none;
	
}

#content .formTable input.btnAction {
	display:block;
	float:left;
	height:36px;
	width:153px;
	cursor:pointer;
}


#content .btnAction:hover, #content .formTable input.btnAction:hover {
	background-position:top;
	color:#185281;
}

.formTable {
}

.formTable tr td {
	padding:5px;
}

.formTable label {
	font-weight:bold;
}

.formTable input, .formTable select, .formTable textarea {
	padding:4px; 
	background:#FFFFFF;
	border:#A1BFD7 1px solid;
	margin-right:5px;
}

.tableWithPadding5 {
	margin-bottom:20px;
}

.tableWithPadding5 tr td {
	padding:5px;
}

.webinarDetails {
	margin-bottom:20px;
}

.loginBox{
	width:300px;
	padding:15px;
	background:none repeat scroll 0 0 #EFF8FA;
	border:1px solid #A1BFD7;
	margin:0px auto;
}

.fullCol {
	padding:20px;
}

.adminListTable {
	margin-bottom:20px;
	border:1px solid #A1BFD7;
	color:#333333;
}

.adminListTable tr td {
	padding:5px 10px;
	border-bottom:1px solid #A1BFD7;
}

.adminListTable tr td.oddCol {
	background:none repeat scroll 0 0 #EFF8FA
}


.adminListTable tr th {
	padding:5px 10px;
	color:#02427B;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background:url("/images/bg-nav.gif") repeat-x scroll center bottom #D4F6FF;
	border-bottom:1px solid #A1BFD7;
}

.adminNav {
	margin-bottom:20px;
}

.adminNav ul li {
	padding-left:20px;
	background:url(/images/icon-plus.gif) no-repeat left center;
	padding-right:10px;
	float:left;
}
.BodyTextErr{color:#FF0000;}
.FriendlyMsg{color:#0000FF;font-weight:bold;}
.grvRowPager table tr td{Padding:2px 3px 2px 3px;border:none;}

#socialIcons a {
	margin-right:3px;
}

.ui-accordion-header {
	cursor:pointer;
}

.videoHeaderButtons {
	margin-bottom:0px;
}

.btnVideo {
	width:292px;
	height:91px;
	background:url(/images/btn-bg-videopage.gif) no-repeat;
	background-position:top;
	float:left;
	margin-right:10px;
	cursor:pointer;
}

.btnVideo.active {
	background-position:bottom;
	height:92px;
}

.btnVideo .icon {
	width:105px;
	height:87px;
	float:left;
}

.btnVideo .desc {
	float:right;
	width:175px;
	padding-right:5px;
	font-size:11px;
	color:#1b5483;
	padding-top:25px;
	letter-spacing:-0.02em;
	line-height:13px;
}

.btnVideo .desc:hover {
	color:#ff8a00;
}

.btnVideo .desc strong {
	font-size:22px;
	letter-spacing:-0.02em;
	display:block;
	line-height:24px;
}

.contentTab {
	padding:20px;
	border:1px solid #dae4ec;
	margin-top:-1px;
	display:none;
}

#btnCRM .icon {
	background:url(/images/icon-video-crm.gif) no-repeat center;
}

#btnGP .icon {
	background:url(/images/icon-video-gp.gif) no-repeat center;
}

#btnOnsiteDemo .icon {
	background:url(/images/icon-video-onsite.gif) no-repeat center;
	width:100px;
}

#btnOnsiteDemo  .desc {
	padding-top:20px;
	width:185px;
}

#btnOnsiteDemo  .desc a {	
	text-decoration:none;
}

#btnOnsiteDemo  .desc a:hover {
	color:#1B5483;
}

#content .videoList .videoItem {
	width:225px;
	float:left;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:55px;
	background:url(/images/icon-video.gif) no-repeat left top;
	margin-bottom:20px;
}

#content .videoList .videoItem p {
	margin-bottom:10px;
	font-size:11px;
}

#content .videoList .videoItem p a {
	font-size:12px;
}

#content .videoList .videoItem h3 {
	color:#FF8700;
	font-weight:bold;
	margin-bottom:0px;
}

#content .videoList .videoItem h4 {
	font-size:12px;
	margin-bottom:5px;
}

#content.subpage .threeColContent .leftCol {
	width:280px;
	float:left;
	margin:0px;
	padding:0px 0px 10px 20px;

	
}

#content.subpage .threeColContent .middleCol {
	width:250px;
	float:left;
	margin:0px;
	margin-left:20px;
	padding:0px 40px 10px 40px;
	background:url(/images/bg-middle-col-shad.jpg) top no-repeat;

}

#content.subpage .threeColContent .rightCol {
	float:right;
	width:280px;
	margin:0px;
	padding:0px;
	border:none;
	background:none;
	padding:0px 10px 10px 10px;	
}

#content.subpage .quoteItem {
}

#content.subpage .quoteItem .quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:14px;
	line-height:18px;
	font-style:italic;
	margin-bottom:10px;
}

#content.subpage .quoteItem .sign {
	font-weight:bold;
}

#content.subpage .blueRCBlock {
	background:#e3eef8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	margin-bottom:10px;
}

#content.subpage .blueRCBlock p {
	margin-bottom:10px;
}

#content.subpage .blueRCBlock h3 {
	margin-bottom:10px;
}


#certifications {
	width:240px;
	height:208px;
	padding:0px 15px;
	background:url(/images/bg-certification.gif) no-repeat;
	border:1px solid #CCCCCC;
	
}


.simply-scroll-container {
position:relative;
}
.simply-scroll-clip {
overflow:hidden;
position:relative;
z-index:2;
}
.simply-scroll-list {
left:0;
list-style:none outside none;
margin:0;
overflow:hidden;
padding:0;
position:absolute;
top:0;
z-index:1;
}
.simply-scroll-list li {
list-style:none outside none;
margin:0;
padding:0;
}
.simply-scroll-list li img {
border:medium none;
display:block;
}
.vert {
height:200px;
margin-bottom:1.5em;
width:290px;
}
.vert .simply-scroll-clip {
height:200px;
width:290px;
}
.vert .simply-scroll-list li {
display:block;
margin-bottom:5px;
color:#666666;

}
.vert .simply-scroll-btn-up {
right:0;
top:0;
}
.vert .simply-scroll-btn-down {
right:0;
top:52px;
}

ul.checklist {
	margin-bottom:20px;
}

ul.checklist li {
	font-size:16px;
	color:#ff7a00;
}

ul.checklist li img {
	margin-right:10px;
}

#gpvideos .col6 {
	width:130px;
	float:left;
	margin-right:10px;
	padding-right:5px;


}

#gpvideos .col6 a {
	padding-bottom:5px;
	border-bottom:3px solid #ffffff;
	margin-bottom:5px;
	display:block;
	cursor:pointer;
}

#gpvideos .col6 a.active {
	border-bottom:3px solid #FF8700;
}

#gpvideos .col6.last {
	margin-right:0px;
}

#content #gpvideos h3 {
	text-align:center;
}

#content #gpvideos .videoItem {
	padding:0px;
	margin-bottom:5px;
	line-height:23px;
	padding-left:30px;
	background:url(/images/icon-video23.gif) no-repeat;
	width:150px;
}

.versionsTable {
	margin-bottom:20px;
	border:1px solid #A1BFD7;
	padding:10px;
	display:block;
}

.versionsTable tr td {
	background:none repeat scroll 0 0 #EFF8FA;
	padding:5px 10px;

}

.versionsTable tr td.col2 {
	border-left:1px solid #A1BFD7;
	background:#f3f9fa;
}

.versionsTable tr.header1 td {
	padding:10px;
	text-align:center;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	color:#ec8208;
}

.versionsTable tr.header2 td {
	padding:5px;
	text-align:center;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	background:#185281;
	color:#FFFFFF;
}

.versionsTable tr td.col2 {
}

.csTable tr td {
	padding:0px 5px 10px 0px;
}

.csTable  {
	margin-bottom:20px;
}

.chartResult {
	margin-bottom:10px;
	margin-top:5px;
}

.chartResult tr td {
	font-size:10px;
	padding:3px 5px;
}

.chartResult tr td strong {
	font-size:12px;
	font-weight:bold;
}

#gpchart {
	width:600px;
	height:490px;
	background:url(/images/gpchart-main.jpg) no-repeat;
	position:relative;
}

#gpchart #nonProfit {
	width:99px;
	padding-top:95px;
	background:url(/images/gpchart-nonprofit.png) no-repeat top center;
	position:absolute;
	top:205px;
	left:0px;		
}

#gpchart #nonProfit:hover {
	background:url(/images/gpchart-nonprofit-h.png) no-repeat;
}

#gpchart #consumerGoods {
	width:129px;
	height:158px;
	padding-top:85px;
	background:url(/images/gpchart-consumergoods.png) no-repeat top center;
	position:absolute;
	top:215px;
	left:475px;		
}

#gpchart #consumerGoods:hover {
	background:url(/images/gpchart-consumergoods-h.png) no-repeat;
}

#gpchart #manufacturing {
	padding-left:110px;
	padding-top:20px;
	height:53px;
	background:url(/images/gpchart-manuf.png) no-repeat left top;
	position:absolute;
	top:20px;
	left:40px;		
}

#gpchart #manufacturing:hover {
	background:url(/images/gpchart-manuf-h.png) no-repeat;
}

#gpchart #highTech {
	width:118px;
	padding-left:100px;
	padding-top:20px;
	height:73px;
	background:url(/images/gpchart-hightech.png) no-repeat left top;
	position:absolute;
	top:0px;
	left:360px;		
}

#gpchart #highTech:hover {
	background:url(/images/gpchart-hightech-h.png) no-repeat;
}

#gpchart #profServices {
	width:160px;
	padding-left:105px;
	height:101px;
	background:url(/images/gpchart-profservices.png) no-repeat left top;
	position:absolute;
	top:395px;
	left:200px;	
}

#gpchart #profServices:hover {
	background:url(/images/gpchart-profservices-h.png) no-repeat;
}

#gpchart h3 {
	font-size:16px;
	color:#1b5687;
	margin-bottom:5px;
	font-weight:bold;
	letter-spacing:-0.02em;
}

.csTable tr td {
	border:1px solid #A1BFD7;
	vertical-align:bottom;
	padding:0px;
	background:#FFFFFF;
	
}

.csTable .csDescription {
	background:#EFF8FA;
	padding:15px;
}

.whiteboardNav {
	width:900px;
	margin:0 auto 20px auto;
}

.whiteboardNav tr td {
	text-align:center;
}

.whiteboardNav a {
	padding-bottom:5px;
	
}

#content .whiteboardNav a img {
	border:3px solid #DDDDDD;
}
#content .whiteboardNav a.active img {
	border:3px solid #F58229;

}

label.error {
	font-weight:normal;
	color:#FF0000;
	font-style:italic;
}

#landing a {
	border: none;
	color:#024B88;
}
