/*
/* Basic Layout 
====================================================================*/
body {
	background: url(/images/bodyBg.png) repeat-x #FFF;
	font-size: 86.2%;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap { /* largest width */ 
	width: 970px;
	margin: 0 auto;
	/* gutter left 12px right 11px total 23px */
}

/*
/* Elements
====================================================================*/
.clear {
	clear: both; 
}
.center { 
	margin: 0 auto;
}
.column {
	float: left; 
}
.equal {
	/* tag used by jquery script to equalize div heights */
}
h1,
h3 {
	margin: 0 0 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #505151;
}
h4 {
	margin: 0 0 5px 0;
	color: #505151;
}
p {
	margin: 0 0 20px 0;
	line-height: 1.4em;
	font-size: 0.95em;
}
.right {
	text-align: right;
}
ul.bullets { list-style-type: disc; }
blockquote { 
	padding: 20px 25px 0px 25px; 
	border: 2px dashed #c8e6ea; 
	margin: 0 20px 10px 20px ; 
}
blockquote a { text-decoration: underline; }

/** Read More Link **/
.readmore {
	text-align: right;
}
.readmore a {
	padding: 0 0 0 15px;
	text-decoration: none;
	font-size: 0.9em;
	background: url(/images/readmore.gif) 0px 3px no-repeat;
	color: #555;
}
/** pullquotes **/
.quoteTop {
	margin: 20px 5px 20px 5px;
	padding: 23px  0 ;
	background: transparent url(/images/quoteTop.png) no-repeat;
	background-position: left top;
}
.quoteBottom {
	padding: 0 5px 5px 5px;
	background: transparent url(/images/quoteBottom.png) no-repeat;
	background-position: 100% 100%;
}
.quoteBottom p {
	font-size: 11px;
}

/*
/* Header
====================================================================*/
#header {
	width: 947px;	
	height: 114px;
	padding: 0 11px 0 12px;
	background: url(/images/headerBg.png) no-repeat;
}
#logo { 
	position: relative;
	top: 33px;
	left: 0px;
	width: 327px;
	height: 81px;
}
#logoPrint {
	display: none;
}
#headerNavigation { /* container for both navbars */
	float: right;
	width: 573px;
}
/** Primary Navigation **/
.navBarPrimary{
	float: right;
	margin: 30px 0 0 0;
	background: url(/images/navBarPrimaryBg.png) repeat-x;
}
.navBarPrimary:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.navBarPrimary ul{
	border: 0;
	padding: 7px 2px 7px 10px;
	text-align: left;
}
.navBarPrimary ul li{
	display: inline;
}
.navBarPrimary ul li a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	padding: 5px 7px;
	border-right: 1px solid #DADADA;
	letter-spacing: 0.1em;
}
.navBarPrimary ul li a.last {
	border-right: none;
}
.navBarPrimary ul li a:hover, 
.navBarPrimary ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
/** Style for Drop Down Menu **/
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #008D9A; 
	border-bottom-width: 0;
	font-weight: bold;
	font-size: 0.9em;	
	line-height:18px;
	z-index:100;
	background-color: white;
	width: auto;
	visibility: hidden;
}
#dropmenu3.dropmenudiv {
	width: 185px;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid #008D9A; /*THEME CHANGE HERE*/
	padding: 3px 8px;
	color: #555;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFF;
	background-color: #008D9A;
}
/** Secondary Navigation **/
ul#navBarSecondary {
	float: right;
	padding: 42px 0 0 0;
	display: inline;
}
ul#navBarSecondary li {
	padding: 0 10px;
	border-left: 1px solid #039aa8;
	list-style: none;
	display: inline;
}
ul#navBarSecondary li.first {
	border-left: none;
}
ul#navBarSecondary a {
	color: #039aa8;
	text-decoration: none;
	font-size: 0.9em;
}
ul#navBarSecondary a:hover {
	text-decoration: underline;
}

/*
/* Footer
====================================================================*/
#footer { /* larger than content to contain the sidebar fades */
	clear: both;
	padding: 0 11px 0 12px;
	background: url(/images/footerBg.png) repeat-x #FFF;
}
/** Primary Footer Navigation **/
ul#navBarFooterPrimary {
	padding: 8px 0;
	text-align:center;	
}
ul#navBarFooterPrimary li {
	padding: 0 10px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
ul#navBarFooterPrimary li.first {
	border-left: none;
}
ul#navBarFooterPrimary a {
	color: #505151;
	text-decoration: none;
}
ul#navBarFooterPrimary a:hover {
	color: #039aa8;
	text-decoration: underline;
}
/** Secondary Footer Navigation **/
ul#navBarFooterSecondary {
	padding: 15px 0;
	float: right;
	display: inline;
	font-size: 0.9em;
}
ul#navBarFooterSecondary li {
	padding: 0 10px;
	border-left: 1px solid #505151;
	list-style: none;
	display: inline;
}
ul#navBarFooterSecondary li.first {
	border-left: none;
}
ul#navBarFooterSecondary a {
	color: #505151;
	text-decoration: none;
}
ul#navBarFooterSecondary a:hover {
	color: #039aa8;
	text-decoration: underline;
}
#copyRight {
	padding: 15px 0;
	font-size: 0.9em;
}
#copyRight a {
	color: #505151;
	text-decoration: none;
}
#copyRight a:hover {
	color: #039aa8;
	text-decoration: underline;
}


/*
/* Homepage ONLY 
====================================================================*/
/** Banner **/
#bannerHomepage {
	width: 947px;
	height: 360px;
	padding: 0 11px 0 12px;
	background: url(/images/banner-homepage.jpg);
}
#bannerHomepageContent {
	position: relative;
	top: 123px;
	left: 20px;
	width: 300px;
}
#bannerHomepageContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	font-style: italic;
	color: #FFF;
	margin: 0 0 5px 0 ;
}
#bannerHomepageContent p {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #FFF;
}
/** Content **/
#homepageContentContainer { /* position specific background to accomodate the left/right shadows */
	background: url(/images/contentHomepageContainerBg.png) repeat-y;
}
#homepageContent { /* repeating background */
	padding: 0 11px 0 12px;
	background: url(/images/contentHomepageBg.png) no-repeat;
}
#homepageContentLeft {
	width: 589px;
	padding: 0 20px 0 20px;
}
#homepageContentRight {
	width: 303px;
	padding: 0 8px 0 7px; 
}
/** Homepage Content Right Sidebar **/
#homepageContentRight #searchForm {
	width: 303px;
	height: 27px;
	padding: 5px 0 0 0 ;
	background: url(/images/rightHomepageSearchBg.png) #008D9A;
}
#homepageContentRight #searchForm label {
	margin: 0 0 0 8px;
	color: #FFF;
	font-weight: bold;
}
#homepageContentRight #searchBox {
	margin: 0 2px 0 0;
	width: 203px;
    border: 1px solid #CCC;
    background: #FFF;
}
#homepageContentRight #searchBox:hover {
    background: #ffc;
}
#homepageContentRight #searchButton {
	margin: 1px 0 0 0;
	width: 20px;
	height: 20px;
	background: url(/images/rightSearchButton.png) #008D9A;
	border: 0;
}
#homepageContentRight #searchButton:hover {
	cursor: pointer; 
}
#homepageContentRight #newsTop {
	width: 303px;
	margin: 20px 0 10px 0;
	padding: 10px 0 0 0;
	background: url(/images/rightHomepageNewsTopBg.png) #C8E6EA;
}
#homepageContentRight #newsBottom {
	width: 263px;
	padding: 10px 20px;
	background: url(/images/rightHomepageNewsBottomBg.png) bottom no-repeat #C8E6EA;
}
#homepageContentRight h3 {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #138C98;
}
#homepageContentRight .newsLink {
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	background: url(/images/rightHomepageNewsLink.png) 0px 2px no-repeat;
}
#homepageContentRight .newsLink p {
	margin: 0;
}
#homepageContentRight .newsLink .newsTitle a {
	color: #039aa8;
	text-decoration: underline;
}

/** Homepage Bottom **/
#homepageBottom { /* repeating y background */
	clear: both;
	/*padding: 0 11px 0 23px;*/
	height: 170px;
	padding: 5px 11px 5px 23px;
	background: url(/images/contentHomepageContainerBg.png) repeat-y;
}
.homepageBottomBox {
	float: left;
	height: 160px;
	width: 243px;
	padding: 0px 30px;
	margin: 0 9px 0 0;
	background: url(/images/homepageBottomBox.png);
}
.homepageBottomBox h2 {
	padding: 15px 0 0 0;
	font-size: 1.1em;
}
.homepageBottomBox p {
	position: relative; 
	top: 28px;
	left: 13px;
	margin: 0;
	font-size: 0.9em;
}
.homepageBottomBox img {
	float: left;
	position: relative; 
	top: 29px;
}

/*
/* Subpages ONLY
====================================================================*/
/** Banner **/
.bannerSubpage  {
	width: 947px;
	height: 171px;
	padding: 0 11px 0 12px;
}
/* specific banner based on segment, defined with if statements in subpage template */
#bannerSubpageservices {
	background: url(/images/banner-services.jpg);
}
#bannerSubpageresources {
	background: url(/images/banner-resources.jpg);
}
#bannerSubpageabout {
	background: url(/images/banner-aboutus.jpg);
}
#bannerSubpageindustries-served {
	background: url(/images/banner-industries.jpg);
}
#bannerSubpagenews {
	background: url(/images/banner-news.jpg);
}
#bannerSubpagesupport {
	background: url(/images/banner-support.jpg);
}
#bannerSubpageclient-portal {
	background: url(/images/banner-clients.jpg);
}
#bannerSubpagecontact {
	background: url(/images/banner-contact.jpg);
}

#bannerSubpageContent {
	position: relative;
	top: 33px;
	left: 20px;
	width: 300px;
}
#bannerSubpageContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	color: #FFF;
	margin: 0 0 5px 0 ;
}
#bannerSubpageContent p {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #FFF;
}
/** Content **/
#content { /* repeating y background */
	background: url(/images/contentContainerBg.png) repeat-y;
}
#contentContainer { /* position specific background to accomodate the left/right shadows */
	padding: 0 11px 0 12px;
	height: 404px;
	background: url(/images/contentBg.png) no-repeat;
}
#contentWrap { /* used to float the center and right divs to the right but allow indexing first */
	float: right;
	width: 746px;
}
#left {
	width: 190px;
	padding: 0 0 0 10px;
}
#center {
	width: 510px;
	padding: 0 20px 0 20px;
}
#right {
	width: 180px;
	padding: 0 8px 0 7px;
}
/** Left Sidebar Content **/
#left #leftSubMenu {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 20px 0;
}
#left #leftSubMenu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #505151;
}
#left #leftSubMenu a:hover {
	color: #008d9a;
}
#left #leftSubMenu .level {
	line-height: 18px;
	/*_height: 18px;*/
	/*background: url(/images/leftLiBullet.gif) no-repeat;*/
}
#left #leftSubMenu .level1 {
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 1.1em;
}
#left #leftSubMenu .level2 {
	padding: 5px 10px 5px 20px;
	font-size: 1.0em;
}
#left #leftSubMenu .activeParent {
	/*background: url(/images/leftLiBulletParent.gif) no-repeat;*/
}
#left #leftSubMenu .active {
	background: #FFF;
	/*border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
	border-bottom: 1px #CCC solid;*/
	/*background: url(/images/leftLiBulletActive.gif) no-repeat;*/
}
#left #leftSubMenu .outer { /* rounded corner border of active bg used by jquery */
	background: #999;
}
#left p {
	padding: 0 20px 0 0;
}
/** Center Subpage Content **/
#center h2 {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #505151;
	border-bottom: 1px solid #999;  
}
#center h3 {
	margin: 0 0 10px 0;
	font-size: 1.1em;
}
#center a {
	color: #039aa8;
	text-decoration: none;
}
#center a:hover {
	text-decoration: underline;
}
#center ul {
	padding: 10px 0 10px 20px;
	line-height: 1.0em;
	font-size: 0.95em;
}
#center li {
	padding: 0 0 10px 0;
	margin: 0 0 0 10px
}
#center .news .newsTitle {
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #039aa8;  
	font-weight: bold;
}
#center .news p {
	margin: 0 0 10px 0;
}
#center .news a:hover {
	text-decoration: none;
}
#center #success {
	color: #009933;
}
#center label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}
#center #sitemap p {
	padding: 0;
	margin: 0;
}
#center #sitemap .level1 {
	font-weight: bold;
}

/** Right Sidebar Content **/
#right #searchForm {
	width: 181px;
	height: 26px;
	padding: 5px 0 0 0 ;
	background: url(/images/rightSearchBg.png) #008D9A;
}
#right #searchForm label {
	margin: 0 0 0 8px;
	color: #FFF;
	font-weight: bold;
}
#right #searchBox {
	margin: 0 2px 0 0;
	width: 83px;
	border: 1px solid #CCC;
	background: #FFF;
}
#right #searchBox:hover {
	background: #ffc;
}
#right #searchButton {
	margin: 1px 0 0 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(/images/rightSearchButton.png) #008D9A;
	border: none;
}
#right #searchButton:hover {
	cursor: pointer; 
}

/* message boxes */

.info, .success, .warning, .cancel, .validation {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/alert.png');
}
.cancel {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/cancel.png');
}
#downloadbox h3 { font-size: 22pt; color: #008591; }
#downloadbox h4 { font-size: 16pt; color: #505151; margin-bottom:10px; line-height: 20pt;}
#downloadbox ul { margin-top: 0; } 
#downloadbox li { list-style-type: disc; }
#downloadbox p { margin-bottom: 10px; }
#downloadbox a { text-decoration:underline; }
#downloadbox .bigDownload { font-size: 22pt; margin: 0 auto; font-align:center; }

