@charset "utf-8";

body {
	background-color:#f0f1f3;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	}

/* ------------ Header styles --------------- */

#header {
	height:105px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url(/assets/images/header-bkgnd.gif);
	}

#corp-logo {
	width:300px;
	padding:0;
	margin:0 0 0 10px;
	float:left;
	display:inline;
	}

#corp-logo img {
	vertical-align: bottom;
}

/* ------------ Navigation menu --------------- */

#nav {
	float:right;
	margin:0 10px 0 0;
	padding-right:2px;
	background-image: url(/assets/images/nav-divider.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#nav li {
	display:block;
	float:left;
	height:40px;
	width:80px;
	background-image: url(/assets/images/nav-divider.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#nav>li {  /* re-declare parts of rule for standards complient browsers */
	height:81px;
	width:80px;
	padding-top:23px;
	}

#nav li a {
	height:30px;
	width:80px;
	padding-top:74px;
	display:block;
	float:left;
	text-align: center; 
	text-decoration:none;
	font-weight:bold;
	font-size:0.75em;
	color:#656565;
	margin:0;
	background-image: url(/assets/images/nav-divider.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav>li>a {  /* re-declare parts of rule for standards complient browsers */
	height:32px;
	padding-top:49px;
}

#nav li a:hover {
	background-image: url(/assets/images/nav-hover.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#nav li.active {
	background-image: url(/assets/images/nav-hover.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	}

/* #nav li.active a:hover {
	cursor: default;
}*/

/* ------------ Interior pages structure --------- */	

#container {
	background-color:#fff;
	background-image: url(/assets/images/drop-on-white.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	padding:55px 0;
	}

#container.home {
	background-image: url(/assets/images/home-content-grad.png);
	padding-top:25px;
	}

.content {
	margin:0 auto;
	width:960px;
	overflow:hidden;
	}

.two-col-left {
	display:inline;
	float:left;
	width:610px;
	margin-left:10px;
	}

.two-col-right {
	float:left;
	margin-left:30px;
	width:300px;
	clear:right;
	}

/* ------------ Home page structure --------- */	

#home-banner {
	width:940px;
	height:275px;
	margin-left:10px;
	position: relative;	
}

#home-banner img {
	vertical-align:bottom;
}

#banner-link {
	position: absolute;
	z-index: 10;
	top:11.7em;
	left:0px;
}

#banner-link a {
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	color:#3E76A4;
	margin-left:2px;
}

#banner-link a:hover {
	text-decoration:underline;
}
	
#home-promos {
	width:960px;
	height:300px;
	overflow:hidden;
	margin-bottom:30px;
}

.home-promobox {
	width:270px;
	height:300px;
	background-image: url(/assets/images/home-promobox-top.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: left top;
	float:left;
	display:inline; /* Corrects IE6 float double-margin bug */
	margin:0 10px;
	padding:20px 15px;
	}

.home-promobox .reg {
	font-size:0.45em;
	vertical-align:top;
}

#home-articles {
	width:940px;
	margin-left:10px;
	display:block;
}

#home-news {
	width:620px;
	border-top: 3px solid #f4a64c;
	float:left;
	margin-bottom:60px;
}

#home-articles-right {
	width:300px;
	border-top: 3px solid #b9cb5f;
	float:right;
	margin-bottom:60px;
}


/* ------------ Footer styles --------------- */

#footer {
	height:190px;
	background-image: url(/assets/images/footer-bkgnd.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	}
	
.footer-column {
	width:300px;
	float:left;
	margin:30px 10px 0 10px;
	font-size: 0.75em;
	color: #767679;
}

.footer-column .logo {
	margin:0 0 12px 0;
}

.footer-column p {
	margin-bottom:0.6em;
}

.footer-column ul {
	list-style-type: none;
}

.footer-column li {
	margin: 0 0 0.4em 0.3em;
	padding: 0 0 0 0.8em;
	font-size: 0.9em;
	line-height: 1.4;
	background-image: url(/assets/images/footer-link-arrow.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0.45em ;
}

.footer-column a {
	color:#767679;
	text-decoration:none;
	}

.footer-column a:hover {
	color:#333;
	text-decoration: underline;
	}

.footer-column .legal li {
	font-size: 1em;
	background-image:none;
	padding:0;
	margin-left:0;
}

.copyright {
	font-size:0.90em;
	margin-top:0.95em;
	line-height: 1.4;
	}

/* ------------ General structure formatting --------------- */
	
.wrapper {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	}

.clear {
	display:block;
	clear:both;
	}
	
/* =================================== Content styles ========================================== */

/* ---------- Interior 2-col with sub-nav ------------ */

.two-col-left h1 {
	font-size:55px;
	font-weight:normal;
	color:#5498cf;
	padding-bottom:16px;
	margin-bottom:35px;
	border-bottom:8px solid #e9e9eb;
	}

.two-col-left h2 {
	font-size:1.9em;
	font-weight:normal;
	color:#343434;
	line-height:1.1em;
	margin:0.7em 0 0.15em 0;
	clear:left;
}

.two-col-left h3 {
	clear:left;
	line-height:1.2em;
	font-size:1.35em;
	font-weight:normal;
	color:#505050;
	margin:0.8em 0 0.3em 0;
}

.two-col-left h4 {
	line-height:1.1em;
	font-size:1.2em;
	font-weight:normal;
	color:#505050;
	margin:0.8em 0 1em 0;
}

.two-col-left h5 {
	font-size:1em;
	font-weight:bold;
	color:#505050;
	margin:0.8em 0 0.2em 0;
}

.two-col-left p, .two-col-left li {
	color:#5a5a5d;
	font-size:0.85em;
	line-height:1.45em;
	margin-bottom:1em;
	}

.two-col-left p.article-date {
	font-weight:bold;
	font-size:0.8em;
	margin-bottom:1.2em;
	}

.two-col-left ul {
	margin-bottom:1.2em;
}
	
.two-col-left li {
	list-style-type: disc;
	margin-left:1.8em;
}

.two-col-left a {
	text-decoration:none;
	color:#4B89BB;
}
	
.two-col-left a:hover {
	text-decoration:underline;
}
	
.image-left {
	margin:0 15px 20px 0;
	clear:both;
	float:left;
}

.prod-overview {
	margin-bottom:45px;
}

.prod-overview p {
	margin-left:165px;
}

.prod-overview h2 {
	border-bottom: 2px solid #c3dbee;
	margin-left:165px;
	padding-bottom:4px;
	clear:none;
}

.prod-overview p, .prod-overview h2 {
	/* cursor:default; */
}

.prod-overview a {
	text-decoration:none;
}

.prod-overview a strong {
	font-size:0.95em;
	text-decoration:none;
	cursor: pointer;
}

.prod-overview a:hover {
	text-decoration:none;
}

.prod-overview a:hover strong {
	text-decoration:underline;
}

.icon-bbl { background-image: url(/assets/images/icon-speech-sml.gif); }
.icon-cal { background-image: url(/assets/images/icon-calendar-sml.gif); }
.icon-prs { background-image: url(/assets/images/icon-press-sml.gif); }
.icon-www { background-image: url(/assets/images/icon-www-sml.gif); }
.icon-kit { background-image: url(/assets/images/icon-kit-sml.gif); }
.icon-bbl-big { background-image: url(/assets/images/icon-speech.gif); }
.icon-cal-big { background-image: url(/assets/images/icon-calendar.gif); }
.icon-prs-big { background-image: url(/assets/images/icon-press.gif); }
.icon-www-big { background-image: url(/assets/images/icon-www.gif); }
.icon-kit-big { background-image: url(/assets/images/icon-kit.gif); }


.recent-articles {
	margin:3.5em 0 2em 0;
}

.recent-articles h2 {
	border-top:2px solid #a9cbe7;
	color:#4d4d50;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	padding:9px 0 8px 29px;
	font-size:1.3em;
}

.recent-articles ul {
	margin-bottom:0.7em;
}

.recent-articles ul {
	border-bottom:1px solid #e1e1e1;
}

.recent-articles li {
	display:block;
	padding:5px 0 9px 0;
	border-top:1px solid #e1e1e1;
	list-style-type: none;
	margin:0;
}

.recent-articles li a {
	font-size: 1em;
	color:#3f7aaa;
	text-decoration:none;
	line-height:1.3em;
}

.recent-articles li a:hover  {
	color:#3C74A2;
	text-decoration:none;
	border-bottom:1px solid;
	border-bottom-color: #8FB6D6;
}

.recent-articles li strong  {
	font-size: 0.90em;
	color:#686873;
	margin-left:5px;
	margin-right:0.3em;
}


.recent-articles ul li strong {
	display:inline-block;
	width:6.2em;
	margin-left:0;
}

.image-main {
	margin:0 0 20px 0;
}

div.site-link {
	display:block;
	/* border-top:3px solid #b9cb5f; */
	/* border-bottom:2px solid #c3c3c7; */
	margin:25px 0 20px 0;
	/* padding:20px 0 12px 0; */
}

h2.site-link {
	margin-top:1.3em;
}

a.more-link, .site-link a {
	font-size:0.95em;
	font-weight:bold;
	text-decoration:none;
	margin-top:0.75em;
	color:#4b89bb;
	background-image: url(/assets/images/arrow-orange.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:12px;
}

a.ext-link {
	text-decoration:none;
	color:#4b89bb;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

a.ext-link, .site-link a {
	background-image: url(/assets/images/arrow-external-link.gif);
	background-position: 3px center;
	padding-left:19px;
}

a:hover.more-link, a:hover.ext-link, .site-link a:hover {
	text-decoration:underline;
}

.site-link img {
	margin-bottom:0.3em;
}

.article h1 {
	font-size:35px;
	line-height:39px;
	border-bottom:none;
	margin-bottom:10px;
}

p.source-link {
	margin-top:1.3em;
}


/* -------- Sub nav ----------*/

#sub-nav {
	margin-bottom:65px;
}

#sub-nav h4 {
	color:#468cc4;
	font-size:1.45em;
	font-weight:normal;
	padding:0.5em 0 0.5em 15px;
	border-top: 6px solid #d2d2d8;
	}
#sub-nav ul {
	border-bottom:2px solid #c1c2c9;
}

#sub-nav li {
	background-color:#f5f5fa; /* prev eff0f7 */
	border-bottom:1px solid #f5f5fa; /* for IE6 */
}

#sub-nav>ul>li {
	border-bottom:none; /* re-declare parts of rule correctly for standards complient browsers */
}

#sub-nav li.active {
	background-color:#e4e4eD;
}

/* #sub-nav li.active a:hover {
	cursor: default;
} */

#sub-nav li a {
	display:block;
	font-size:1em;
	font-weight:normal;
	color:#326e9f;
	text-decoration:none;
	padding:0.5em 0 0.7em 28px;
	border-top:2px solid #c1c2c9;
	background-image: url(/assets/images/arrow-blue.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 15px center;
}

#sub-nav li a:hover {
	color:#326e9f;
	background-color:#e4e4eD;
}

/* -------- Testimonial sidebar----------*/

.testimonial {
	margin-bottom:40px;
}

.testimonial h5 {
	font-size:1.1em;
	font-weight:normal;
	color:#4d4d50;
	border-top:3px solid #b9cb5f;
	padding: 0.6em 0 0.7em 35px;
	background-image: url(/assets/images/icon-handshake.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 8px center;
}

.testimonial p {
	font-size:0.75em;
	line-height:1.3em;
	background-color:#eeeff6;
	border-top:1px solid #d8d9e0;
	border-bottom:1px solid #d8d9e0;
	padding:12px;
}

.testimonial img {
	display:block;
	margin-bottom:10px;
}

.testimonial a {
	color:#2e5575;
	text-decoration:none;
}

.testimonial a strong, .prod-overview a strong {
	color:#337ab3;
	display:block;
	margin:0.6em 0 0.3em 0;;
	background-image: url(/assets/images/arrow-orange.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:12px;
}

.testimonial a:hover strong {
	text-decoration:underline;
}

/* ----------------- Sidebar quote -------------------- */

.sidebar-quote {
	background-image:url(/assets/images/sidebar-quote-bkgnd.gif);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:80px;
	display:inline-block; /* trigger hasLayout for IE6 & 7 so bkgnd image displays */
}

.sidebar-quote blockquote {
	color:#8fa134;
	font-size:1.6em;
	line-height:1.3em;
	margin-bottom:0.5em;
}

.sidebar-quote p {
	color:#5a5a5d;
	font-size:0.75em;
	margin-bottom:0.4em;
}

.sidebar-quote p strong {
	font-size:1.1em;
}

/* -------- News & events + In-the-News sidebar ----------*/

.news-events {
	margin-bottom:40px
}

.news-events h5 {
	font-size:1.1em;
	font-weight:normal;
	color:#4d4d50;
	border-top:3px solid #f7b366;
	border-bottom:1px solid #d8d9e0;
	padding: 0.7em 0 0.75em 36px;
	background-image: url(/assets/images/icon-calendar-sml.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 9px center;
}

.news-events ul {
	border-bottom:1px solid #d8d9e0;
}

.news-events li {
	font-size:0.75em;
	line-height:1.3em;
	background-color:#ebecf5;
	border-bottom:3px solid #fff;
	padding:0.6em 12px 0.8em 12px;
}

.news-events li a {
	color:#326e9f;
	text-decoration:none;
}

.news-events li a:hover {
	color:#326e9f;
	text-decoration:underline;
}

.news-events li a strong {
	color:#295B85;
	margin-right:0.4em; 
}

.in-news h5 {
	background-image: url(/assets/images/icon-www-sml.gif);
}

.press h5 {
	background-image: url(/assets/images/icon-press-sml.gif);
}

/* -------- Blog posts sidebar ----------*/

.blog-posts {
	margin-bottom:40px
}

.blog-posts h5 {
	font-size:1.1em;
	font-weight:normal;
	color:#4d4d50;
	border-top:3px solid #88bcdf;
	border-bottom:1px solid #d8d9e0;
	padding: 0.7em 0 0.75em 36px;
	background-image: url(/assets/images/icon-speech-sml.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 9px center;
}

.blog-posts ul {
	border-bottom:1px solid #d8d9e0;
}

.blog-posts li {
	font-size:0.75em;
	line-height:1.3em;
	background-color:#ebecf5;
	border-bottom:3px solid #fff;
	padding:0.6em 12px 0.8em 12px;
}

.blog-posts li a {
	color:#326e9f;
	text-decoration:none;
}

.blog-posts li a:hover {
	color:#326e9f;
	text-decoration:underline;
}

.blog-posts li a strong {
	color:#295B85;
	margin-right:0.4em; 
}

/* ----------------- Contacts sidebars -------------------- */

.contact-tel, .contact-loc {
	margin-bottom:40px;
}

.contact-tel h5, .contact-loc h5 {
	font-size:1.1em;
	font-weight:normal;
	color:#4d4d50;
	border-top:3px solid #f7b366;
	border-bottom:1px solid #d8d9e0;
	padding: 0.7em 0 0.75em 36px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 9px center;
}

.contact-tel h5 {
	background-image: url(/assets/images/icon-phone-sml.gif);
}

.contact-loc h5 {
	background-image: url(/assets/images/icon-car-sml.gif);
}

.contact-loc h6 {
	background-color:#f8f9fc;
	font-size:0.8em;
	color:#5a5a5d;
	padding:1.3em 0.5em 0 0.75em;
	line-height:0.5em;
}

.contact-tel p, .contact-loc p {
	background-color:#f8f9fc;
	border-bottom:1px solid #d8d9e0;
	font-size:0.8em;
	color:#5a5a5d;
	padding:0.7em 0.5em 1.2em 0.75em;
	line-height:1.7em;
}

.contact-loc p {
	border-bottom:none;
}

.contact-tel li, .contact-loc li {
	font-size:0.75em;
	line-height:1.3em;
	background-color:#ebecf5;
	border-bottom:3px solid #fff;
	padding:0.6em 12px 0.8em 12px;
}

strong.tab-width {
	display:inline-block;
	width:2.5em;
}

.map-container {
	background-color:#f8f9fc;
	border-bottom:1px solid #d8d9e0;
	padding:0 11px 10px 11px;
}

#map_canvas {
	width:276px;
	height:360px;
	border:1px solid #d8d9e0;
}

#map_canvas span {
	width:130px;
	display:block;
	white-space: normal;
	font-size:10px;
	margin-bottom:3px;
}



/* ----------------- Site Map -------------------- */

.sitemap ul {
	margin:0;
}

.sitemap li {
	list-style:none;
	margin:0 0 1em 0;
	font-size:1.1em;
}

.sitemap li ul li{
	margin:0 0 0 2.1em;
	list-style-type: disc;
	font-size:0.8em;
}


/* ----------------- Home page -------------------- */

.home-promobox p {          /* Copy 97 - hover on more link only */
	font-size:0.80em;
	line-height:1.3em;
	}
.home-promobox h2 {
	font-size:1.6em;
	font-weight:normal;
	color:#4b89bb;
	margin-bottom:7px;
	}

.home-promobox img {
	display:block;
	margin-bottom:13px;
	}

.home-promobox a {
	text-decoration:none;
	color:#333;
}

.home-promobox strong {
	display:block;
	margin-top:0.75em;
	color:#4b89bb;
	background-image: url(/assets/images/arrow-orange.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:12px;
}

.home-promobox a:hover strong {
	text-decoration:underline;
}

#home-news h2 {
	font-size: 1.35em;
	font-weight:normal;
	color:#4d4d50;
	background-image: url(/assets/images/icon-calendar.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left 0.35em;
	padding:13px 0 14px 34px;
	margin-left:3px;
}

#home-articles-right h2 {
	font-size: 1.35em;
	font-weight:normal;
	color:#4d4d50;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left 0.35em;
	padding:13px 0 14px 38px ;
}

#home-news ul, #home-articles-right ul {
	border-bottom:1px solid #e1e1e1;
}

#home-news li, #home-articles-right li {
	display:block;
	padding:5px 0 9px 0;
	border-top:1px solid #e1e1e1;
}

#home-articles-right li {
	margin-left:5px;
}

#home-news li a, #home-articles-right li a {
	font-size: 0.75em;
	color:#3f7aaa;
	text-decoration:none;
	line-height:1.3em;
}

#home-news li a:hover, #home-articles-right li a:hover {
	color:#3C74A2;
	border-bottom:1px solid;
	border-bottom-color: #8FB6D6;
}

#home-articles-right li a  strong {
	margin-right: 0.4em;
	color:#686873
}

#home-news li strong {
	font-size: 0.75em;
	color:#686873;
	margin-left:5px;
	margin-right:0.3em;
}

/* ----------------- Forms -------------------- */

form.contact {
	padding:0;
	margin:0;
}

form.contact p label {
	/* color:#000; */
	display:block;
	font-weight:bold;
	font-size:0.95em;
}

form.contact p {
	margin-bottom:1.5em;
}

form.contact input, form.contact textarea, form.contact select {
	width:540px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

form.contact .textclass {
	border:1px solid #ccc;
	padding:6px 5px 7px 5px;
	color:#006297;
	margin-top:3px;
	background-image: url(/assets/images/field-bg.gif);
	background-repeat: repeat-x;
	background-color:#fff;
}

form.contact input.submit {
	width:auto;
}

.contact-fieldset {
	background-color:#f8f9fc;
	padding:20px 20px 20px 25px;
	margin-top:20px;
}

form.contact input.required, form.contact textarea.required, form.contact select.required {
	border:2px solid #f6921e;
}

span.require {
	font-weight:normal;
	font-size:0.95em;
	color:#666;
}

.errors {
	background-color:#FFF2EC;
	border-top:1px solid #f4a54d;
	border-bottom:1px solid #f4a54d;
	font-size:0.8em;
	line-height:1.5em;
	margin:1.5em 0 1.5em 0;
	padding:1em;
}

.errors strong {
	display:inline-block;
	margin-bottom:0.2em;
	font-size:1.4em;
	font-weight:normal;
	line-height:1.5em;

	background-image: url(/assets/images/icon-exclamation-sml.gif);	
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:28px;
	
}


/* ----------------- Slideshow -------------------- */

#slideshow {
	position:relative;
	width:610px;
	height:290px;
	border-bottom:2px solid #e9e9eb;
	margin-bottom:20px;
}

#slides-container {
	width:610px;
	height:290px;
}

#slide-nav {
	position:absolute;
	z-index:1000;
	bottom:0;
	left:0;
	margin: 0 0 10px 0;
}

#slide-nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
	border:2px solid #e3e3e3;
	width: 1em;
	text-align:center;
	padding:2px 3px 3px 3px;
	margin-right:8px;
}

#slide-nav a:hover, #slide-nav a.activeSlide{
	background-color:#b2b2b2;
	border:2px solid #b2b2b2;
	color:#fff;
	cursor:default;
}

#slide-nav a.activeSlide {
	background-color:#b2b2b2;
	border:2px solid #b2b2b2;
	color:#fff;
}

#slide-description {
	position:absolute;
	z-index:1000;
	bottom:0;
	left:0;
	margin: 0 0 2.45em 0;
	text-align:left;
}

#slide-description p {
	color:#728610;
	font-size:1.05em;
	padding:0;
	margin:0;
}


