@charset "utf-8";
/* CSS Document */

/* container is 909px, divs are 905px, 1st gutter is px and content gutter is 871px */

body { 
	background: #d6dde2 url('/imgs/body-bg.png') repeat-x;
	color: #444;
	font: normal 82.5% Arial, Helvetica, sans-serif;
	line-height: 149%;
} 

#container { background: url('/imgs/container-bg.png') repeat-x; width: 909px; margin: 0 auto; }

#header {  margin: 0 auto; width: 905px; }

#logo-wrap { float: left; margin: 24px 0 0 25px; width: 148px; }
#logo { border: none; margin: 7px 0 0 0; } 
#logo-print { display: none; } /* hide the print logo for print stylesheet */

/* navigation */
#nav-wrap { float: right; padding: 24px 14px 0 0; width: 600px; z-index:100;}
#nav-primary { float: right; width: 600px; margin-top: 24px; z-index:101; }
#nav-primary ul { list-style:none; float: right; }
#nav-primary li { float: left; }
#nav-primary li a { display:block; text-indent:-9009px; }
#nav-primary li a.home { background: url('/imgs/nav-primary-home.png') 0 0 no-repeat; height: 31px;width: 82px; }
#nav-primary li a.about { background: url('/imgs/nav-primary-about.png') 0 0 no-repeat; height: 31px;width: 91px; }
#nav-primary li a.solutions { background: url('/imgs/nav-primary-solutions.png') 0 0 no-repeat; height: 31px;width: 98px; }
#nav-primary li a.products { background: url('/imgs/nav-primary-products.png') 0 0 no-repeat; height: 31px;width: 99px;  }
#nav-primary li a.industries { background: url('/imgs/nav-primary-industries.png') 0 0 no-repeat; height: 31px;width: 102px; }
#nav-primary li a.blog { background: url('/imgs/nav-primary-blog.png') 0 0 no-repeat; height: 31px;width: 80px; }
#nav-primary li a:hover { background-position: 0 -31px; }

#nav-secondary { float: right; padding: 0 10px 0 0; }
#nav-secondary ul { list-style:none; float: left; }
#nav-secondary li { float: left; }
#nav-secondary li a { display:block; text-indent:-9009px; height: 31px; }
#nav-secondary li a.support { background: url('/imgs/nav-secondary-support.png') 0 0 no-repeat;  width: 99px; }
#nav-secondary li a.contact { background: url('/imgs/nav-secondary-contact.png') 0 0 no-repeat; width: 102px; }
#nav-secondary li a:hover { background-position: 0 -31px; }


#nav-breadcrumb { margin: 5px 0 10px 21px;}
#nav-breadcrumb ul { list-style:none; }
#nav-breadcrumb li { display: inline; color: #999; font-size: 90%; }
#nav-breadcrumb a { color: #999; padding: 0 5px; }
#nav-breadcrumb a:hover { color: #09336D; }

#nav-footer { float: left; margin: 8px 0 0 0; width: 390px; }
#nav-footer ul { list-style:none; }
#nav-footer li { 
	border-right: 1px solid #A4A7AA;	
	display: inline;
	font-size: 80%;
	padding: 1px 6px 1px 6px; 
	}
#nav-footer li.last { border-right: none; }
#nav-footer a, #copyright a { color: #A4A7AA; text-decoration: none; }
#nav-footer a:hover, #copyright a:hover { color: #2b6187; text-decoration: underline; }
#copyright a { font-size: 9px; }

/* content-wrap, sets the background outside of the content */
#content-wrap {
	background: url('/imgs/content-wrap-bg.png') center repeat-y; 
	margin: 0 auto;
	width: 905px;	
}
/* content-header, full width and contains breadcrumbs */
#content-header { }
/* content-header-homepage, full width and contains bgimage and button */
#home #content-header { 
	background: url('/imgs/home-bannerSlider-bottom.png') center bottom no-repeat;
	height: 234px;
	margin: 0 auto;
	margin-top: 5px;
	padding: 0 0 24px 0px;
	width: 905px;
	z-index: -1;
}
#home #roleBlurb {  width: 383px; margin-left: 510px;}
#home #roleBlurb h3 { display: none; }
#home #roleBlurb p { 
	color: #333; 
	font-size: 100%; 
	font-weight: normal; 
	line-height: 140%; 
	padding: 70px 35px 5px 3px; 
	width: 350px;
	}
#home #roleBlurb a.moreinfo { 
	background: url('/imgs/home-bannerSlider-button-moreinfo.gif') 0 0 no-repeat;  
	display: block;
	height: 35px; 
	margin-top: 4px; 
	margin-right: 120px;
	width: 233px;
}
#home #roleBlurb a.moreinfo:hover { background-position: 0 -35px; }

/* homepage jquery dropin "Choose Your Role" */
#home #chooseRole {
    padding: 5px ;
    position: relative;
    display: inline-block;
    background-repeat: repeat-x;
    font-size: 11px;
    height: 26px;
	width: 188px;
}
#home #chooseRole img {
    position: absolute;
    top: -500px;
    left: 20px;
    border: none;
}



/* main, wraps primary content */
#main {  
	display: inline; /* ie5/6 double-margin bugfix */
	float: right;
	padding: 0 10px 15px 0; /* padding for content */
	margin-left: 10px; /* so top border doesn't touch exterior */
	width: 653px
}
#main #banner { background: url('/imgs/content-header-bg.png') 0 231px no-repeat; height: 234px; padding-bottom: 30px; }
#main #bannerSmall { background: url('/imgs/content-header-bg.png') 0 185px no-repeat; height: 188px; padding-bottom: 30px; }


/* content, the real content */
#content { padding: 0px 20px 40px 20px; } /* indents the content after the banner */
#home #content {
	display: inline;
	float: left;
	margin-right: 0px; /* so top border doesn't touch exterior */
	width: 393px; 
	padding: 0 20px 40px 20px;
}
	
#content h1 { color: #00275D; font-size: 160%; padding: 0 0 15px 0; line-height: 125%; } 
#home #content h1 { /* paddding for home as there is no date */
	color: #00275D;
	font-size: 140%;
	padding: 0 0 10px 0;
} 
#content h2 { color: #00275D; font-size: 150%; padding: 15px 0 15px 0; line-height: 145%; } 
#content h2 .primary { color: #00275D; font-size: 160%; padding: 0 0 15px 0; line-height: 125%; } 
#content h3 { color: #00275D; font-size: 140%; padding: 15px 0 15px 0; line-height: 135%;} 
#content h4 { font-size: 140%; padding: 15px 0 15px 0; line-height: 120%;} 
#content h5 { color: #00275D; font-size: 130%; padding: 15px 0 15px 0; line-height: 135%; } 
#content h6 { font-size: 120%; font-weight: bold; padding: 15px 0 15px 0; line-height: 125%; } 

/*FIR*/
#content #secondary h1 { font-size: 80%; padding: 0; line-height: 0%; text-indent: -9009px; } 
#content #secondary h1 .fieldservice { 
	background: url('/imgs/banners/field-services.jpg'); 
	width:641px; height:234px;
	text-indent: -9009px; 
} 




#content p { padding: 5px 0 15px 0; }
#content blockquote { 
	background: #f4f8fd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px 20px 5px 20px;
	margin: 10px 45px 15px 45px;
}
#content ul { list-style: disc;  margin: 0 0 5px 45px;  }
#content ol { list-style:decimal; margin: 0 0 05px 45px; }
#content li { padding: 0 0 0px 0;  }
#content li p { display: block; padding: 0 0 15px 0;}
#content a { color: #09336D; }
#content ul.nobullets li {list-style-type: none;}
#content ul.bullets li{list-style-type: disc;}

/* content, customized */
#content .signup { font-size: 120%; font-weight: bold; text-align:center; }
#content .date { color: #2b6187; margin: 3px 0 0 0; }
#content .postmetadata { background: #FFF url('/imgs/postmetadata-bg.png') repeat-x;border: 1px solid #efeff1; padding: 10px; margin: 0 0 10px 0; }
#content .postmetadata p { padding: 0; }
#content .postmetadata a { color: #09336D; }
#content .more { padding: 0 0 10px 0; }
#content .more a  { 
	color: #09336D; 
	display: inline;
	font-weight: bold; 
	text-decoration: underline; 
}
#content .more a:hover { text-decoration: none; }
#content .postdata { background: #f4f8fd url('/imgs/icons/page.gif') 7px 6px no-repeat; border-top: 1px solid #dddddd; color: #666; margin: 2px 0 10px 0; padding: 5px 2px 5px 30px;}
#content .postdata a { text-decoration: none; }
#content .postdata a:hover { text-decoration: underline; }
#content .feature { 
	background: #F0F5FA url('/imgs/postmetadata-bg.png') bottom repeat-x;
	border-top: 1px solid #d2d8dd; 
	border-bottom: 1px solid #d2d8dd; 
	color: #2b6187;
	font-size: 95%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin: 2px 0 15px 0; 
	padding: 16px 20px 21px 20px;
}
#content .quote-wrap { background: #FFF url('/imgs/quote-bg-bottom.png') center bottom no-repeat; }
#content .quote { background: url('/imgs/quote-bg-top.png') center top no-repeat; margin: 0 0 15px 0;  }
#content .quote p { padding: 30px 42px 15px 40px; }
#content .quote .author { float: right; text-align: right; color: #09336D; padding: 0px 42px 5px 40px; }
#content .quote .moreinfo { float: right; text-align: right; color: #09336D; font-size: 90%; padding: 0px 42px 25px 40px; }
/* smaller quote for the homepage */
#home #content .quote-wrap { background: #FFF url('/imgs/quote-home-bg-bottom.png') center bottom no-repeat; }
#home #content .quote { background: url('/imgs/quote-home-bg-top.png') center top no-repeat; }

/* download block */
#content #download { 
	background: url('/imgs/download-bottom.png') bottom center no-repeat;
	/*height: 333px; /*adjusted for 10px of padding*/
	margin: 15px auto;
	width: 575px; /*adjusted for 30px padding*/
}
#content #downloadTop { background: url('/imgs/download-top.png') top center no-repeat; padding: 5px 35px 15px 35px; }  
#content #download p { font-size: 100%; font-family: verdana, arial, sans-serif; }
#content #download h2 { color: #FFF; font-size: 18px; font-weight: bold; padding: 20px 0 30px 0; text-align:center; } 
#content #download h2.small { font-size: 16px; font-weight: bold; padding: 20px 0 30px 0; text-align:center; } 
#content #download h3 { font-size: 110%; font-weight: bold; } 
#content #download li { }
#content  .downloadLink { 
	background: url('/imgs/button-download.gif') 0 0 no-repeat;  
	display: block;
	text-indent: -9000px ;
	height: 36px; 
	width: 236px;
}
#content  .downloadLink:hover { background-position: 0 -36px; }
#content  .demoLink { 
	background: url('/imgs/button-demo.gif') 0 0 no-repeat;  
	display: block;
	text-indent: -9000px ;
	height: 36px; 
	width: 236px;
}
#content  .demoLink:hover { background-position: 0 -36px; }

/* small/mini download block */
#content #downloadSmall { 
	background:  url('/imgs/download-small-bg.png');
	height: 79px; /*adjusted for 10px of padding*/
	padding: 5px 15px;
	margin: 15px auto;
	width: 545px; /*adjusted for 30px padding*/
}
#content #downloadSmall h2 { position: relative; top: 10px;color: #FFF; display:inline; font-size: 13px; font-weight: bold; text-align:center; height: 30px; } 
#content #downloadSmall a { margin: 18px 15px 0 0; float: right; }

/* readiness assesment download buttons */
#content #downloadSmall a.downloadErp { 
	background: url('/readiness-assessment/img/download-erp.png') 0 0 no-repeat;  
	display: block;
	text-indent: -9000px ;
	height: 35px; 
	width: 233px;
}
#content #downloadSmall a.downloadErp:hover { background-position: 0 -35px; }
#content #downloadSmall a.downloadCrm { 
	background: url('/readiness-assessment/img/download-crm.png') 0 0 no-repeat;  
	display: block;
	text-indent: -9000px ;
	height: 35px; 
	width: 233px;
}
#content #downloadSmall a.downloadCrm:hover { background-position: 0 -35px; }


#content img.thumbnail {
	padding: 5px;
	float: right;
	margin: 0 0 5px 15px;
}

#content ul.checkmarks {
	list-style-image: url('/imgs/check-bullet-green.gif');
}

/* blog category page */
#content #post-list h1 { 
	padding: 0 0 2px 0;
}
#content #post-list h3 { 
	font-size: 145%;
	padding: 10px 0 2px 0;
	line-height: 160%;
}
#content #post-list h3 a { color: #09336D; text-decoration: none; }
#content #post-list h3 a:hover { text-decoration: underline; }
#content #post-list .date { color: #2b6187; }

/* post wrapper */
#content .post { padding: 0 0 15px 0; } 

/* sidebar */
#sidebar { /* the length of the fade is larger in subpages */
	display: inline;
	float: left;
	margin-left: 15px; /* so top border doesn't touch exterior */
	width: 212px; /* 212px */
}
#sidebar h4 { 
	color: #00275D;
	font-size: 120%;
	font-weight: bold;
	padding: 15px 0 5px 10px;
	text-decoration: none;
} 
#sidebar h4 img.dynamicscare {
	vertical-align: bottom;
}

/* recent posts */
#sidebar h5 { /* post title */
	color: #00275D;
	font-weight: bold;
	font-size: 105%;
	padding: 15px 0 15px 10px;
} 
#sidebar h6 { /* subheading */
	color: #00275D;
	font-weight: normal;
	font-size: 105%;
	padding: 10px 0 7px 0px;
} 
#sidebar p { font-size: 80%; }
#sidebar ol.button-list { list-style:none; margin: 0 10px 20px 10px; }
#sidebar a { color: #09336D; margin: 0; padding: 0; }


/* sub navigation */
#nav-subnav { background: #FFF url('/imgs/sidebar-subnav-bg.png') no-repeat; margin: 0 0 15px 0; }
#nav-subnav ol, #nav-subnav ul { padding: 5px 0 0 0; }
#nav-subnav li { margin: 5px 15px 5px 15px; list-style: none;  font-weight: normal;}
#nav-subnav li a { color: #09336D; text-decoration: none; padding: 0 5px 0 5px; display: block; border-bottom: 1px solid #d2d8dd; }
#nav-subnav li a:hover { border-bottom: 1px solid #d2d8dd; background: url('/imgs/nav-sidebar-bg-hover.png'); }
#nav-subnav ol ol, #nav-subnav ol ol { padding: 0 0 0 0; }
#nav-subnav li li { margin: 5px 0 5px 22px; list-style:square; color: #d2d8dd }
#nav-subnav li li:hover { color: #09336D; background: url('/imgs/nav-sidebar-bg-hover.png'); }
#nav-subnav .current, #nav-subnav .current-cat { font-weight: bold; }
#catTitle a { 
	color: #00275D;
	text-decoration: none;
} 
#catTitle a:hover { 
	color: #00275D;
	text-decoration: none;
}

/* awards list */
#awardsList { list-style:none; margin: 0 0 30px 0; }
#awardsList li { color: #09336D; font-weight: bold; font-size: 90%; text-align:center; margin: 5px 0 5px 0;  }

/* news & events slider */
#newsSlider { list-style:none; margin: 0 0 0 0;  }
#newsSlider li { margin: 10px 0 15px 0; font-size: 100%; line-height: 115%; }
#newsSlider li p { color: #999; margin: 0; padding: 0;}
#newsSlider li a { color: #09336D; margin: 0; padding: 0; }
/* related posts, non slider */
#newsSliderManual { 
	width: 203px;
	border: 1px solid #D2D9E0; 
	padding: 0 10px 10px 10px;
	margin: 20px 0;
}
#newsSliderManual h6 { padding-top: 5px; font-weight: bold;}
#newsSliderManual a { color: #09336D; }	

/* with folder icon */
.nav-sidebar { list-style:none; margin: 0 0 20px 0; }
.nav-sidebar li { margin: 5px 0; }
.nav-sidebar li a { 
	color: #009bdf; 
	background: url('/imgs/icons/folder.gif') no-repeat;
	font-weight: bold; 
	text-decoration: none; 
	padding: 0 1px 0 20px; 	
}
.nav-sidebar li a:hover { text-decoration: underline; }
.nav-sidebar li ul {margin: 0 10px; }

/* with post icon */
.nav-sidebar-post { list-style:none; margin: 0 0 20px 0; }
.nav-sidebar-post li { margin: 10px 0; }
.nav-sidebar-post li a { 
	background: url('/imgs/icons/page.gif') 10px 2px no-repeat;
	color: #09336D;
	display: block;
	font-size: 100%;
	text-decoration: none; 
	padding: 0 1px 0 30px; 	
}
.nav-sidebar-post li a:hover { text-decoration: underline; }
.nav-sidebar-post li ol {margin: 0 10px; }
.nav-sidebar-post .date { color: #999999; padding: 0 1px 10px 20px; }

/* rss icon */
.rssIcon { 
	display: block;
	background: url('/imgs/icons/feed-icon-red.gif') right  no-repeat; 
	padding: 2px 0 2px 20px; 		
	margin: 0 11px 15px 0;
}
a.rssIcon { color: #09336D; text-decoration: none; }
a:hover.rssIcon { text-decoration: underline;  }


/* left sidebar, homepage only */
#leftcolumn { 
	display:inline; /* ie5/6 double-margin bugfix */
	float: right;
	width: 212px;
}
#leftcolumn h4 { 
	color: #00275D;
	font-size: 125%;
	font-weight: bold;
	padding: 15px 0 5px 10px;
} 
#leftcolumn  
#leftcolumn p { font-size: 80%;	color: #666; padding: 0 10px 5px 10px; font-weight: normal; }
#industryList { background: #FFF url('/imgs/sidebar-subnav-bg.png') 0 1px no-repeat; margin: 0 0 30px 0; width: 212px; }
#industryList ol { padding: 10px 0 0 0; }
#industryList li { 
	margin: 5px 10px 15px 4px;
	padding-left: 40px;
	list-style: none; 
}
#industryList p { font-size: 90%; }
#industryList li h3 a { /* title */
	color: #00275D;
	display: inline;
	font-weight: bold;
	font-size: 105%;
	padding: 0 0 5px 0;
	text-decoration: underline;
}
#industryList #field { background: url('/imgs/icons/industries-field.gif') 0px 2px no-repeat; }
#industryList #manufacturing { background: url('/imgs/icons/industries-manufacturing.gif') 0px 2px no-repeat; }
#industryList #industrial { background: url('/imgs/icons/industrial-manufacturing.gif') 0px 2px no-repeat; }
#industryList #debt { background: url('/imgs/icons/industries-debt.gif') 0px 2px no-repeat; }
#industryList #professional { background: url('/imgs/icons/industries-professional.gif') 0px 2px no-repeat; }
#industryList #distribution { background: url('/imgs/icons/industries-distribution.gif') 0px 2px no-repeat; }
/* using jquery bigtarget to hover the entire li */
#industryList .hover { cursor: pointer; }
/*
#industryList #field.hover  { background: #cfdce7 url('/imgs/icons/industries-field-hover.gif') 0px 2px no-repeat; }
#industryList #manufacturing.hover  { background: #cfdce7 url('/imgs/icons/industries-manufacturing-hover.gif') 0px 2px no-repeat; }
#industryList #debt.hover  { background: #cfdce7 url('/imgs/icons/industries-debt-hover.gif') 0px 2px no-repeat; }
#industryList #professional.hover  { background: #cfdce7 url('/imgs/icons/industries-professional-hover.gif') 0px 2px no-repeat; }
#industryList #distribution.hover  { background: #cfdce7 url('/imgs/icons/industries-distribution-hover.gif') 0px 2px no-repeat; }
*/




/* footer */
#footer-wrap { margin: 0 0 25px 0; }
#footer { 
	background: url('/imgs/footer-bg.png') no-repeat; 	
	height: 65px;
	margin: 0 auto;
	padding: 5px 17px 0 17px;
	width: 871px; /* 17px of gutter on each side */
}
#footer div.hr { background: #d2d8dd; height: 1px; padding-bottom: 10px;  }
#footer img { border: none; }
#footer #copyright { 
	color: #A4A7AA;
	text-align: right; 
	font-size: 80%; 
	margin: 8px 15px 0 0;
}

/* misc */
.right { float: right; }
.left { float: left; }
.center { margin: 0 auto; text-align: center; }
.clear { clear: both; line-height: 0; height: 0;}
div.hr-blue { background: url('/imgs/hr-blue.png') repeat-x; height: 3px; padding-bottom: 5px; }
div.hr-center-grey { background: url('/imgs/hr-center-grey.png') center center no-repeat; height: 3px; padding-bottom: 5px; }
strong { font-weight: bold; }
.strike { text-decoration: line-through; }

/* forms */
#content form div { padding: 0 0 10px 0; }
#content form,input,select,textarea {display: inline;}
label
{
	display: block;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 150px;
	padding-top: 1px;
}
#content label span {color: red;}
#content input, select {	width: 225px; } 
#content textarea { height: 150px; width: 350px; }
#content form .submit { margin: 0 0 0 140px; width: 225px; height: 30px;}
#content form .required { color:#900 ; font-weight: bold; font-size: 140%; padding: 0 0 0 5px; }
#content form .state { width: 35px; }
#content form .zipcode { width: 88px; }
#content form label.col2 {display: inline; float: none; width: 50px; margin: 0 15px 0 20px; }

/* download form */
form#download-offer { margin: 20px; }
form#download-offer div { margin: 20px; }
form#download-offer .submit { margin: 0px 0px 0px 164px; width: 225px; height: 30px;}


/* search form */
#searchForm { margin: 6px 0 0 6px; float: left; }
#searchForm .field { 
	background: url('/imgs/form-search-bg.png') no-repeat; 
	border: none;
	color: #416a8d;
	height:17px; 
	float: left; 
	font-size: 11px;
	padding: 5px 5px 0px 21px;
	width:104px;
}
#searchForm .button { 
	background: url('/imgs/form-search-button.png') 0 0 no-repeat; 
	border: none;
	height: 22px;
	float: left; 
	margin: 0;
	padding: 0;
	text-indent:-9009px;
	width: 29px;
}
#searchForm .button:hover {background-position: 0 -22px; }

#goog-wm form { clear: both; display: block;}
#goog-wm ul {list-type: none;}

#goog-wm-qt { clear:both;display:block;  margin: 10px 0;  }
#goog-wm-sb { margin: 10px; }

/* newsletter signup form */
#newsletterForm { }
#newsletterForm .field { 
	background: url('/imgs/form-signup-bg.png') no-repeat; 
	border: none;
	color: #416a8d;
	height: 30px; 
	float: left; 
	font-size: 11px;
	padding: 8px 5px 0px 25px;
	width: 106px;
}
#newsletterForm .button { 
	background: url('/imgs/form-signup-button.png') 0 0 no-repeat; 
	border: none;
	height: 30px;
	float: left; 
	margin: 0;
	padding: 0;
	text-indent:-9009px;
	width: 69px;
}
#newsletterForm .button:hover {background-position: 0 -30px; }


/*blog comment form */

#respond label
{
	display: inline;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 225px;
	padding-top: 1px;
}
#respond form,input,select,textarea {display: block; float: left;}
#respond input, select {	width: 205px; } 
#respond textarea {	width: 450px; } 
#respond p { clear:both; }
#respond form { margin-bottom: 15px; }
.current-cat { font-weight: bold; }


#content .postauthorbox { border: 1px solid #ddd; border-bottom: 4px solid #a0aeb9; padding: 10px; margin: 15px 0 10px 0; }
#content .postauthorbox .picture_box { float: left; display: block; width: 150px; border: 1px solid #ddd; margin: 0 15px 0 0;}
#content .postauthorbox .picture { width: 150px;  }
#content .postauthorbox .details_box { font-size: 90%; float: left; display: block; overflow: none; width: 410px; margin: 0 0 0 0; }
#content .postauthorbox .about_author { color:#5e656b; font-size:70%; text-transform: uppercase; font-weight:bold; }
#content .postauthorbox .name { color:#2B6187; font-size:140%; font-weight:bold; }
#content .postauthorbox .author_link { background: url('../blog/wp-content/plugins/sw-post-author/images/house.png') no-repeat; padding: 0 10px 10px 22px; }
#content .postauthorbox .followme { }