/* ---------------------------------------------------------------------
Original Author: Matt Tonak
Contributors: Brian Litzinger

Target Browsers: IE6, IE7, IE8, Firefox3, Safari 3
Media Type: screen

CSS Coding Standards Documentation: http://wiki.bravo/index.php/CSS_Coding_Standards 
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
Style Guide
------------------------------------------------------------------------
Gray: #555
Dark Gray: #333
Red: #870a0a
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
General
------------------------------------------------------------------------ */

body {
	background-color:#36343b;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:1.2;
	color:#555555;
}

a {
	color:#870a0a;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

abbr,
acronym {
	border-bottom: dotted 1px;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

big {
	font-size: larger;
}

small {
	font-size: smaller;
}

/* ---------------------------------------------------------------------
WYSIWYG
------------------------------------------------------------------------ */

.wysiwyg {
	line-height:1.4;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
	line-height:1.2;
}

.wysiwyg h1 {
	margin-bottom:3px;
	font-size:2em;
	font-weight:normal;
	color:#555555;
}

.home .wysiwyg h1 {
	color:#870a0a;
	font-size:18px;
	margin-bottom: 0;
}

.wysiwyg h2 {
	font-size:1.6em;
	color:#000;
	font-weight:normal;
	margin-bottom:3px;
}


.wysiwyg h3 {
	font-size: 1.17em;
	margin-bottom:10px;
}

.wysiwyg h4 {
	font-size:1em;
	color:#000;
	text-transform:uppercase;
}

.wysiwyg h5 {
	font-size: 0.83em;
}

.wysiwyg h6 {
	font-size: 0.67em;
}

.wysiwyg blockquote {
	margin-bottom:23px;
	margin-left:40px;
	margin-right:40px;
}


.wysiwyg p,
.wysiwyg dl {
	margin-bottom:12px;
}

.home .wysiwyg p {
	margin-bottom: 12px;
}

.wysiwyg p+ul {
	margin-top:-12px;
}

.wysiwyg ul,
.wysiwyg .snippet .column ul {
	list-style-type: disc;
	margin-left: 0;
	margin-bottom:23px;
/*	padding-top: 23px;*/
	padding-left:40px;
}

.wysiwyg .snippet .column .section_details ul {
	padding-left: 13px;
	list-style-type: none;
	margin: 0;
}

.wysiwyg .snippet .column li {
	margin-bottom: 0;
}

.wysiwyg .content_tabbed ul {
	padding-left:20px;
}

.wysiwyg .content_tabbed li {
	margin-bottom: 5px;
}

.wysiwyg ol {
	list-style-type: decimal;
	margin-bottom:23px;
	padding-left:40px;
}

.wysiwyg dd {
	margin-left:40px;
}

/* nested lists have no top/bottom margins */
.wysiwyg ul ul,
.wysiwyg ul ol,
.wysiwyg ul dl,
.wysiwyg ol ul,
.wysiwyg ol ol,
.wysiwyg ol dl,
.wysiwyg dl ul,
.wysiwyg dl ol,
.wysiwyg dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

.text_leading,
p span.important {
	color:#870a0a;
	font-size:20px;
	line-height:1.2;
}

/* ---------------------------------------------------------------------
Layout Basics
------------------------------------------------------------------------ */

#wrapper_outer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-left:16px;
	padding-right:16px;
	background-color:#c1bc9a;
	background-image:url(../images/wrapper_bg.gif);
}

#wrapper_inner {
	padding-left:24px;
	padding-right:24px;
	background-color:#fff;
}

/* ---------------------------------------------------------------------
Header
------------------------------------------------------------------------ */

#header {
	position:relative;
	height:111px;
}

#logo {
	margin-bottom:8px;
	padding-top:31px;
	padding-left:20px;
}

#nav_utility {
	padding-left:20px;
	color:#afaeae;
	font-size:11px;
	font-weight: bold;
}

#nav_utility li {
	display:inline;
}

#nav_utility a {
	color:#afaeae;
	margin-left:5px;
	margin-right:5px;
}

#nav_utility .phone {
	font-weight:bold;
	color:#84060a;
	font-size:13px;
	margin-right:5px;
}

#region_select {
	position:absolute;
	right:0;
	top:18px;
	font-weight: bold;
}

#region_select label {
	font-size:11px;
	color:#666666;
	font-weight: bold;
}

#region_select select {
	font-size:11px;
}

#search_site {
	position:absolute;
	right:0;
	bottom:18px;
}

#search_site label {
	display:block;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	color:#542626;
	letter-spacing:1px;
}

/* ---------------------------------------------------------------------
Main Navigation
------------------------------------------------------------------------ */

#nav_main {
	margin-left:-24px;
	margin-right:-24px;
	padding-top:2px;
	padding-left:24px;
	padding-right:24px;
	background-color:#e0dfdf;
	background-image:url(../images/nav_main_bg.gif);
	background-repeat:repeat-x;
}

#nav_main ul {
	min-height:40px; /* ie6.css */
	padding-left:2px;
	background-image:url(../images/nav_main_divider.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#nav_main .nav_main_item {
	position:relative;
	z-index:100;
	float:left;
	padding-right:1px;
	background-image:url(../images/nav_main_divider.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

#nav_main a {
	float:left;
	display:block;
	width:150px;
	text-align:center;
	font-size:13px;
	line-height:40px;
	text-decoration:none;
	color:#686767;
}

#nav_main a:hover,
#nav_main li:hover a {
	background-color:#e46a05;
	background-image:url(../images/nav_main_hover.png);
	background-repeat:repeat-x;
	background-position:left top;
	color:#fff;
}

#nav_main li:hover .nav_main_sub a {
	background: none;
}

#nav_main li:hover .nav_main_sub a:hover {
	text-decoration:underline;
}

#nav_main li.nav_main_item .ajax {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 200;
/*	width: 450px;*/
}

#nav_main li.nav_main_item .subnav_a {
	width: 450px;
}

#nav_main li.nav_main_item .subnav_b {
	width: 130px;
	padding: 10px;
}

#nav_main li.nav_main_item .subnav_b li {
	margin-bottom: 8px;
}



/*#nav_main li.nav_main_item .ajax.align_right {
	left: inherit;
	right: 0;
}*/

#nav_main li:hover.nav_main_item .ajax {
	display: block;
}

#nav_main .nav_main_sub ul {
	background: none;
}

.nav_main_sub {
	background-image: url(../images/nav_main_sub_bg.jpg);
	color:#fff;
}

.nav_main_sub ul {
	padding-left:0;
	background-image:none;
}

.dropdown_image {
	float:right;
	margin-left:17px;
}

/* ---------------------------------------------------------------------
Main Navigation Dropdowns
------------------------------------------------------------------------ */

.section_nav_main_sub {
	padding-top:18px;
	padding-bottom:24px;
	padding-left:14px;
	padding-right:14px;
	border-bottom:1px solid #fff;
}

.section_nav_main_sub:first-child {
	padding-bottom: 5px;
}

.nav_main_sub h1,
.nav_main_sub h2,
.nav_main_sub h3,
#nav_main h1 a,
#nav_main h2.csc-firstHeader a,
#nav_main h3.csc-firstHeader a,
#nav_main h4.csc-firstHeader a	 {
	margin-bottom:1px;
	font-size:18px;
}

.nav_main_sub .column_one h1,
.nav_main_sub .column_two h1,
.nav_main_sub .column_three h1 {
	font-size: 14px;
/*	margin-bottom: 10px;*/
}

.nav_main_sub .column_two h1,
.nav_main_sub .column_three h1 {
	margin-left: 10px;
}

.nav_main_sub p {
	margin-bottom:18px;
	font-size:12px;
}

/*.nav_main_sub a.image {
	float: right;
	margin-left: 15px;
	display: inline-block;
}*/

.nav_main_sub .one_column .csc-textpic-imagewrap,
.section_nav_main_sub .csc-textpic-imagewrap {
	float: right;
	margin-left: 15px;
	margin-top: -20px;
}

.nav_main_sub .one_column h1,
.nav_main_sub .one_column h2 {
	font-size:18px;
}

.nav_main_sub .one_column_top {
	margin-bottom: 10px;
	margin-left: 1px;
}

#nav_main .nav_main_sub a {
	display:inline;
	background-image:none;
	background-color:transparent;
	text-align:left;
	float:none;
	line-height:1.2;
	color: #fff;
}

/*.nav_main_sub .typo3_node {
	padding-bottom: 24px;
}*/


/* General Column Style */

.snippet .column {
	float:left;
	/*border-right:1px solid #fc0d04;*/
}

.highlighted .snippet .column {
/*	border-right-color:#906762;*/
}

.snippet .column .column_title {
	display:block;
	font-size:13px;
}

.snippet .column .column_title,
.snippet .column ul {
	margin-left:10px;
	margin-right:10px;
}

.snippet .column .column_title,
.snippet .column li  {
	margin-bottom:8px;
}

.snippet .column_one .column_title,
.snippet .column_one ul {
	margin-left:0px;
}

/* 1 column styles */

.one_column .column {
	float:none;
	border-right:none;
}

.two_column .column_two ul {
	margin-right:0px;
}

/* 2 column styles */

.two_column .column {
	width: 48%;
}

/*#column_main_inner .two_column .column {
	width: 290px;
	padding-right: 15px !important;
}*/

.two_column .column_two ul {
	margin-right:0px;
}

.two_column .column,
.two_column_left .column,
.two_column_right .column {
	border-right:none;
	padding: 0 2%;
}

.two_column_left .col_left {
/*	width: 60%;*/
	width: 56%;
}

.two_column_left .col_right {
	width: 36%;
/*	width: 239px;*/
	float: right;
}

.two_column_right .col_left {
	width: 36%;
}

.two_column_right .col_right {
	width: 56%;
}

.two_column .col_left,
.two_column .col_right {
	width: 46%;
}


.section_nav_main_sub .two_column_right .col_right,
.section_nav_main_sub .two_column_left .col_left {
	width: 60%;
}
.section_nav_main_sub .two_column_right .col_left,
.section_nav_main_sub .two_column_left .col_right {
	width: 40%;
}

.section_nav_main_sub .two_column .column,
.section_nav_main_sub .two_column_left .column,
.section_nav_main_sub .two_column_right .column {
	padding: 0;
}

/* 3 column styles */

.three_column .column {
	width: 33%;
}

.three_column .column_three {
	border-right:none;
}

.three_column .column_three ul {
	margin-right:0px;
}

.section_nav_main_sub.highlighted {
	padding-top:11px;
	background-color:#731501;
}

.section_nav_main_sub.highlighted p {
	margin-bottom: 0;
}

.section_nav_main_sub .three_column {
	background: url(../images/bg_nav_3_col.gif) 50% 0 repeat-y;
}

.section_nav_main_sub.highlighted .three_column {
	background-image: url(../images/bg_nav_3_col_highlighted.gif);
}


.section_nav_main_sub_footer {
	position:absolute;
	left:17px;
	bottom:3px;
	border-top:1px solid #fff;
	text-align:right;
	text-transform:uppercase;
	font-size:10px;
	width:422px;
	padding-top: 5px;
}

#nav_main li.nav_main_item .ajax .subnav_b .section_nav_main_sub_footer {
	display: none;
	width: 0;
}

/* ---------------------------------------------------------------------
Banner
------------------------------------------------------------------------ */

.banner_small,
.banner_small .banner_img {
	height:45px;
}

.banner_medium,
.banner_medium .banner_img {
	height:119px;
}

.banner_medium h1 {
	padding-top:26px;
	padding-left: 20px;
}

.banner_large,
.banner_large .banner_img {
	height:310px;
}

.banner_large h1 {
	padding-top:106px;
}

#banner {
	position:relative;
	margin-left:-24px;
	margin-right:-24px;
	padding-left:54px;
	padding-right:54px;
	background-repeat:no-repeat;
	color:#fff;
	overflow:hidden;
	z-index: 1;
}

#banner .banner_img {
	margin-left:-54px;
	margin-right:-54px;
	position:absolute;
	left:54px;
	top:0;
}

#banner h1,
#banner p {
	position:relative;
	z-index:2;
	text-shadow: #000 1px 1px 5px; /* Doesn't appear in all browsers but it looks nice when it does */
}

#banner h1 {
	margin-bottom:-1px;
	font-weight:normal;
	font-size:30px;
	width: 720px;
}

#banner p {
	font-weight:bold;
	font-size: 18px;
	line-height: 22px;
	width: 620px;
}

.banner_slides .link {
	display: none;
}

.banner_slides .banner_slide {
	height: 310px;
	width: 960px;
	float: left;
	position: relative;
}

.banner_slides .banner_slide h1, 
.banner_slides .banner_slide p {
	margin-left: 55px;
}

.banner_slides .banner_slide .image {
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}

.banner_slides #slide_nav {
	height:15px;
	overflow:hidden;
	float:right;
	position:absolute;
	bottom:20px;
	right: 20px;
	z-index:100;
}


.banner_slides .paging,
.banner_slides .slide_nav_prev,
.banner_slides .slide_nav_next {
	float:left;
}

.banner_slides .paging a,
.banner_slides .slide_nav_prev a,
.banner_slides .slide_nav_next a {
	display:block;
	width:15px;
	height:15px;
	text-indent:-9999px;
	float:left;
}

.banner_slides #slide_nav a {
	background: url(../images/btn_slide_white.png) 50% 50% no-repeat;
}

.banner_slides #slide_nav a.activeSlide { background-image: url(../images/btn_slide_orange.png); }
.banner_slides #slide_nav .slide_nav_prev a { background-image: url(../images/btn_slide_prev.png); }
.banner_slides #slide_nav .slide_nav_next a { background-image: url(../images/btn_slide_next.png); }


/* ---------------------------------------------------------------------
Breadcrumb
---------------------------------------------------------------------w-- */

#breadcrumb,
#breadcrumb_home {
	position:absolute;
	z-index:99;
	left:0;
	bottom:0;
	width:960px;
	height:34px;
	background-image:url(../images/breadcrumb_mask.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#breadcrumb_home {
	background-image:url(../images/breadcrumb_mask_home.png);
}

#breadcrumb_home h4 {
	float: left;
	display:inline;
	margin: 3px 0 0 35px;
}

#breadcrumb_home span.date {
	display: -moz-inline-block;
	display: inline-block;
	margin: 3px 0 0 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}

#breadcrumb ul {
	margin-left:24px;
}

#breadcrumb li {
	float:left;
}

#breadcrumb a {
	display:block;
	float:left;
	height:21px;
	padding-left:7px;
	padding-right:18px;
	line-height:20px;
	background-image:url(../images/breadcrumb_levels.png);
	background-position:right 21px;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#fff;
}

#breadcrumb .level_1 a {
	background-position:right 0;
	position:relative;
	z-index:3;
}

#breadcrumb .level_2 a {
	background-position:right -21px;
	margin-left:-18px;
	padding-left:25px;
	position:relative;
	z-index:2;
}

#breadcrumb .level_3 a {
	background-position:right -42px;
	margin-left:-18px;
	padding-left:25px;
	position:relative;
	z-index:1;
}

#breadcrumb .current a {
	font-weight:bold;
}

/* ---------------------------------------------------------------------
Main Column
------------------------------------------------------------------------ */

#column_main {
	float:left;
	width:654px;
	margin-right:12px;
	padding-left:3px;
	padding-right:3px;
	background-image:url(../images/content_shadow_middle.gif);
}

#column_main_inner,
#column_main_lower_inner {
	padding-bottom:1px;
	padding-left:22px;
	padding-right:22px;
	background-color:#fff;
	background-image:url(../images/content_middle_gradient.png);
	background-repeat:repeat-x;
}

#column_main_lower_inner { background: none; padding-right: 0; margin-top: 20px;}

#wrapper_outer.home #column_main_inner {
	background-color: #FFFCF5;
	background-image: url(../images/content_middle_gradient_home.jpg);
	background-position: 0 100%;
}

#column_main_bottom {
	height:7px;
	margin-top:-1px;
	margin-left:-3px;
	margin-right:-3px;
	background-image:url(../images/content_shadow_bottom.png);
	background-repeat:no-repeat;
}

#column_main_lower { /* just on home page */
	float:left;
	width:670px;
	margin-left:-18px;

}

/* ---------------------------------------------------------------------
Sub Column within the Main Column
------------------------------------------------------------------------ */

.column_main_sub {
	float:right;
/*	width:239px;*/
	width: 100%;
	font-size:11px;
	line-height:1.2;
	margin-left:20px;
	margin-top: 36px;
}

.column_main_sub ul {
	padding-left:15px;
}

.column_main_sub h2 {
	font-size:11px;
	font-weight:bold;
	margin-bottom:0;
}

.section_details {
	background-image:url(../images/essentials_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:4px;
	margin-bottom:20px;
}


.section_details h2 {
	color:#fff;
	background-color:#691206;
	background-image:url(../images/header_essentials.png);
	background-repeat:repeat-x;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
}

.section_details ul {
	margin: 0;
	padding-left:0;
	list-style-type:none;
	background-image:url(../images/essentials_bg.png);
	background-repeat:repeat-y;
	padding-bottom:10px;
	padding-left:13px;
	padding-right:13px;
}

.wyiwyg .snippet .column .section_details ul {
	margin: 0;
}

.section_details li {
	border-bottom:1px solid #dbdbdb;
	padding-top:7px;
	padding-bottom:7px;
}

.section_essentials li strong {
	color:#333;
}

/* NEXT STEPS */

#next_steps {
	margin-left:-22px;
	margin-right:-22px;
	margin-bottom:-1px;
	background-image:url(../images/next_steps_bg.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	line-height:1.2;
	padding-bottom:13px;
}

#next_steps h2 {
	margin-bottom:9px;
	padding-left:8px;
	padding-right:8px;
	border-top:1px solid #eae6e7;
	border-bottom:1px solid #eae6e7;
	text-transform:uppercase;
	color:#000;
	line-height:16px;
	font-size:11px;
}

#next_steps .section {
	float:left;
	width:157px;
	margin-right:12px;
	padding-left:49px
}

#next_steps .section h3 {
	margin-bottom:0;
	color:#000;
	font-weight:normal;
}

#next_steps .section p {
	margin-bottom:0;
	font-size:11px;
}

.section_locations,
.section_support,
.section_contact {
	background-repeat:no-repeat;
	background-position:11px 3px;
}

.section_locations {
	background-image:url(../images/icon_globe.png);
}

.section_support {
	background-image:url(../images/icon_support.png);
}

.section_contact {
	background-image:url(../images/icon_phone.png);
}


/* ---------------------------------------------------------------------
Tabbed Content Areas
------------------------------------------------------------------------ */

.section_tabbed {
	line-height:1.2;
	margin-bottom:44px;
}

.nav_tabbed {
	height:18px;
	position:relative;
	bottom:-1px;
}

.nav_tabbed ul {
	list-style-type:none;
	margin:0;
	padding-left:0;
}

.nav_tabbed li {
	float:left;
	margin-right:-9px;
}

.nav_tabbed li span {
	float:left;
	display:block;
	height:18px;
	padding-left:7px;
	padding-right:20px;
	color:#fff;
	line-height:18px;
	font-weight:bold;
	white-space:nowrap;
	text-decoration:none;
	background-image:url(../images/nav_tabs.png);
	background-repeat:no-repeat;
	background-position:right top;
	cursor:pointer;
}

.nav_tabbed .current span {
	background-position:right bottom;
	color:#000;
	position:relative;
}

.content_tabbed {
	clear:both;
	border-top:1px solid #86060a;
}

.content_tabbed .tab_list {
	margin: -12px -30px;
/*	margin: 0 -30px;*/
	padding: 0;
	
}

.content_tabbed .tab_list ul {
	padding: 0;
	
}

.content_tabbed li.entry,
.categories .typo3_content ul li {
	list-style-type:none;
	margin-bottom:0;
	padding: 12px 30px;
	border-bottom:1px solid #dad9d7;
}

.content_tabbed li.hover {
	background-image:url(../images/tabbed_even.png);
}

.content_tabbed {
	padding: 12px 30px;
	border-bottom:1px solid #dad9d7;
	border-left:1px solid #dad9d7;
	border-right:1px solid #dad9d7;
	background-repeat:repeat-y;
	background-image:url(../images/tabbed_odd.png);
}

.content_tabbed .entries {
	display:none;
}

.content_tabbed .entries.current {
	display:block;
}

.content_tabbed .entry .product_image {
	float:left;
/*	margin-right:25px;*/
}

.content_tabbed .entry p {
	margin-bottom:0;
}

.content_tabbed .entry h3 {
	margin-bottom: 0;
	font-size: 12px;
}

.content_tabbed .tab_list .entry .product_content {
	float: right;
	width: 440px;
	text-align: left;
}

.content_tabbed h3.csc-firstHeader,
.content_tabbed h1.csc-firstHeader,
.content_tabbed h2.csc-firstHeader,
.content_tabbed .csc-header h3 {
	font-size:12px;
	margin-bottom:0;
/*	text-transform: uppercase; */
	color: #555;
	font-weight: bold;
	margin-bottom: 10px;
}

/*.content_tabbed h3.csc-firstHeader,
.content_tabbed .tab_list h1.csc-firstHeader,
.content_tabbed .tab_list h2.csc-firstHeader,
.content_tabbed .tab_list .csc-header h3 {
	border-bottom:1px solid #AEAEAE;
}
*/
.content_jump_menu {
	margin: 10px 0;
}

.tab_list + .csc-header,
.tab_list_csc_header {
	margin: 24px 0;
}

.tab_list ul {
	margin-bottom: 0;
}



/* ---------------------------------------------------------------------
Category Lists
------------------------------------------------------------------------ */

.category_list {
	padding-top: 20px;
	line-height: 1.2;
}

.category_list ul {
	padding-left: 0;
	list-style-type: none;
}

.category_list p {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.category_list .icon,
.category_list img {
	float: left;
}

.category_list .category {
	float: left;
	width: 50%;
	margin-bottom: 25px;
}

.category_list h2,
.category_list p {
	margin-left: 40px;
	margin-right:10px;
}

/* ---------------------------------------------------------------------
Table Lists
------------------------------------------------------------------------ */
.pagination {
	border-bottom:1px solid #d4d4d4;
	padding-top:3px !important;
	padding-bottom:3px !important;
}

.pagination ul {
	padding-left:0 !important;
	margin-bottom:0 !important;
	display:inline;
}

.pagination li {
	display:inline;
}

.pagination a {
	font-weight:normal !important;
}

.pagination tr {
	background-image:none !important;
}

.pagination td {
	border-bottom:0px !important;
	padding:0px 2px !important;
}

table.list th,
table.list td {
	padding-top:2px;
	padding-bottom:4px;
	padding-left: 7px;
	padding-right: 7px;
	vertical-align:top;
}

table.list p {
	margin-bottom:0;
}

table.list {
	width:100%;
	line-height:1.3;
	margin-bottom:20px;
	font-size:11px;
}

table.list {
	background-image:url(../images/tabbed_odd.png);
}

.table_news {
	background-color:#fff;
}

table.list .date_sort {
	font-weight:bold;
	margin-right:20px;
	padding-right:10px;
	background-position:right center;
	background-repeat:no-repeat;
	color:#870A0A;
}

table.list .date_sort_down {
	background-image:url(../images/icon_sort_down.gif);
}

table.list .date_sort_up {
	background-image:url(../images/icon_sort_up.gif);
}

table.list thead th {
	text-align: left;
	background-color: #691206;
	background-image:url(../images/table_thead_th_bg.png);
	background-repeat:repeat-x;
	color:#fff;
	white-space:nowrap;
	height:20px;
}

table.list tbody th {
	text-align: left;
	background-color: #c7c7c7;
	background-image:url(../images/table_tbody_th_bg.png);
	background-repeat:repeat-x;
	color:#000;
	font-size:11px;
	white-space:nowrap;
	border-left:1px solid #fff;
}

table.list tbody th:first-child {
	border-left:none;
}

table.list tbody td {
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #d4d4d4;
}

table.list td.date {
	font-weight:bold;
	color:#000;
/*	padding-right:10px;*/
}

.table_events td.date {
	width:66px;
} 

.table_events td.image {
/*	width:62px;*/
	padding-left: 0;
	padding-right: 0;
}

table.list.table_case_studies tbody td {
	padding-left: 20px;
	padding-right: 20px;
}


.podcast_details {
	margin-top:7px;
	margin-bottom:5px;
}

.podcast_details ul {
	margin-bottom:0;
	list-style-type:none;
	padding-left:0;
}

.podcast_details li {
	display:inline;
	margin-right:13px;
}

.podcast_details .podcast_size {
	background-image: url(../images/icon_podcast.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:19px;
}

.table_whitepapers .date {
	width:60px;
}

.table_whitepapers .pdf {
	padding-left:17px;
}

.table_whitepapers p strong a {
	margin-left:-17px;
	padding-left:17px;
	background-image:url(../images/icon_pdf_12x12.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
}

.list_description {
	padding-left:72px;
	margin-bottom:30px;
	line-height:1.2;
	min-height:60px;
}

.list_description.podcast {
	background-image:url(../images/icon_podcast_60x60.png);
	background-repeat:no-repeat;
}

.list_description.webinars {
	background-image:url(../images/icon_webinars_60x60.png);
	background-repeat:no-repeat;
}

.list_description h2 {
	margin-bottom:0px;
	font-size:12px;
	font-weight:bold;
	color:#870A0A;
}

.list_description p {
	margin-bottom:0px;
}

/* ---------------------------------------------------------------------
Sub Column
------------------------------------------------------------------------ */

#column_sub {
	float:right;
	width:233px;
	margin-right:-7px;
	padding-left:7px;
	padding-right:7px;
}

.widgets_wrapper {
	margin-left:-7px;
	margin-right:-7px;
	padding-left:7px;
	padding-right:7px;
	background-image:url(../images/widgets_middle_bg.gif);
	background-repeat:repeat-y;
}

.widgets_top {
	height:16px;
	margin-bottom:-10px;
	margin-left:-7px;
	margin-right:-7px;
	background-image:url(../images/widget_top_bg.gif);
	background-repeat:no-repeat;
}

.widgets_bottom {
	height:16px;
	margin-bottom:1px;
	margin-left:-7px;
	margin-right:-7px;
	background-image:url(../images/widgets_bottom_bg.gif);
	background-repeat:no-repeat;
}

.section_sub_column {
	font-size:11px;
}

.section_sub_column h2 {
	background-color:#f9cb4f;
	background-image:url(../images/header_right_column.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#000;
	line-height:1;
	font-size:13px;
	padding-top:7px;
	padding-bottom:9px;
	padding-left:11px;
	padding-right:22px;
}

#column_sub h2.nav_page_parent {
	margin-bottom: -5px;
	margin-top: 5px;
	font-size: 18px;
	font-weight: normal;
}

#column_sub h2.nav_page_parent a {
	color: #979797;
	text-decoration: none;
}

#column_sub h2.nav_page_parent a:hover {
	color: #666;
}

.section_sub_column .collapsible {
	padding:0;
}

.section_sub_column .collapsible span {
	color:#fff;
	display:block;
	padding-top:7px;
	padding-bottom:9px;
	padding-left:11px;
	padding-right:22px;
}

.section_sub_column .collapsible span {
	background-image:url(../images/arrows_sprite.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

.section_sub_column .collapsible span {
	background-position:right top;
}

.content_collapsible {
	padding-top:9px;
	padding-bottom:9px;
	padding-left:9px;
	padding-right:9px;
	background-color:#fff;
}

.section_sub_column.collapsed .collapsible span {
	background-position:left top;
}

.section_sub_column.collapsed .content_collapsible {
	display:none;
}

.link_more {
	margin-top:12px;
	margin-bottom:1px;
	text-align:right;
}

.link_more a {
	padding-right:15px;
	background-image:url(../images/icon_arrow_more.png);
	background-repeat:no-repeat;
	background-position:right 0px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
}


#bpo_form_button {
	text-align: center;
	margin: 1em;
}

#bpo_form_button a {
	display: -moz-inline-block;
	display: inline-block;
	background: #c6c5c5 url(../images/btn_grey.gif) 0 100% repeat-x;
	padding: 5px 10px;
	border: 1px solid #848484;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff; /* 870A0A */
	font-weight: bold;
	text-shadow: 1px 1px 2px #999;
	font-size: 1.2em;
	text-decoration: none;
}

#bpo_form_button a:hover {
	background: #c6c5c5 url(../images/btn_grey_hover.gif) 0 0 repeat-x;
}


/* TYPO has a 'header' field which we're not using for plugins and other things
so lets hide it on the page incase someone enters the header in the form */
#column_sub .csc-header { display: none; }

/* PAGE NAVIGATION */

#section_page_nav .content_collapsible {
	padding:0;
}

#section_page_nav li {
	border-bottom:1px solid #aeaeae;
}

#section_page_nav a {
	display:block;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:12px;
	padding-right:12px;
	color:#555;
}

#section_page_nav a:hover,
#section_page_nav li.current a {
	background-image:url(../images/sub_hover.png);
	background-repeat:repeat-y;
}

#section_page_nav li.current ul {
	border-top: 1px solid #aeaeae;
}

#section_page_nav li.current li a {
	background: none;
	padding-left: 24px;
}

#section_page_nav li.current li a:hover,
#section_page_nav li.current li.current a {
	background-image:url(../images/sub_hover.png);
	background-repeat:repeat-y;
	background-position: 100px 0;
}

#section_page_nav li.current li:last-child {
	border: 0;
}


#section_page_nav h2 a,
#section_page_nav h2 a:visited {
	padding: 0;
	color: #000;
}

#section_page_nav h2 a:hover {
	background: none;
	color: #870A0A;
}


/* Media */

#section_media .content_collapsible {
	padding:0;
}

#section_media li {
	border-bottom:1px solid #aeaeae;
}

#section_media a {
	display:block;
	text-decoration:none;
	color:#555;
}

#section_media li:hover {
	background-image:url(../images/sub_hover.png);
	background-repeat:repeat-y;
}

#section_media a {
	display:block;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:12px;
	padding-right:12px;
}

#section_media .podcast a,
#section_media .webinar a,
#section_media .video a {
	padding-left:32px;
	background-repeat:no-repeat;
	background-position:12px center;
}

#section_media .podcast a {
	background-image:url(../images/icon_podcast.png);
}

#section_media .webinar a {
	background-image:url(../images/icon_webinar.png);
}

#section_media .video a {
	background-image:url(../images/icon_video.png);
}

/* DOCUMENTS */

#section_documents .content_collapsible {
	padding-bottom:5px;
}

#section_documents a {
	display:block;
	padding-top:4px;
	padding-bottom:6px;
	padding-left:14px;
	background-image:url(../images/icon_documents.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	color:#555454;
}

#section_documents li {
	border-top:1px solid #d9d9d9;
}

#section_documents li:first-child {
	border-top:none;
}

#section_documents li:first-child a {
	padding-top:0;
	background-position:0px 0px;
}

/* CASE STUDIES */

#section_case_studies .content_collapsible {
	padding-top:10px;
}

#section_case_studies .entry {
	margin-top:11px;
	padding-left:14px;
	background-image:url(../images/icon_bullet_red.gif);
	background-repeat:no-repeat;
	background-position:4px 4px;
}

#section_case_studies .entry:first-child {
	margin-top:0;
}

#section_case_studies .entry a {
	color:#555454;
}

/* RELATED NEWS & EVENTS */

#section_news_events h3 {
	font-size:10px;
	text-transform:uppercase;
	color:#000;
}

#section_events {
	margin-bottom:6px;
	padding-bottom:7px;
	border-bottom:1px solid #dadada;
}

#section_events h3 {
	margin-bottom:2px;
}

#event_image {
	width:215px;
	margin-bottom:6px;
	overflow:hidden;
}

#section_events .headline {
	display:block;
	line-height:1.1;
	margin-bottom:1px;
}

#section_events .headline a {
	font-size:12px;
}

#section_events .date {
	margin-bottom:4px;
	text-transform:uppercase;
	color:#333;
}

#section_events p {
	margin-bottom:5px
}

#section_news .entry {
	margin-top:10px;
	padding-left:14px;
	background-image:url(../images/icon_bullet_red.gif);
	background-repeat:no-repeat;
	background-position:4px 5px;
}

#section_news .entry:first-child {
	margin-top:0;
}

#section_news h3 {
	margin-bottom:4px;
}

#section_news .date {
	font-weight:bold;
	color:#333;
}

/* CONTACT */

#section_contact .content_collapsible {
	padding-bottom:0;
}

#section_contact p {
	margin-top:10px;
}

#section_contact p:first-child {
	margin-top:0px;
}

/* FEEDBACK */

#section_feedback .content_collapsible {
	padding-bottom:1px;
}

/* ADVERTISEMENT */

#section_advertisment .link_more {
	margin-bottom:0;
}


/* ---------------------------------------------------------------------
News and Events
------------------------------------------------------------------------ */

.section_about {
	font-size:10px;
	color:#959595;
	line-height:1.2;
	border-bottom:1px solid #eae6e7;
	padding-bottom:11px;
}

.section_about p {
	margin-bottom:0;
}

.section_about strong {
	font-size:11px;
	color:#555;
}

/* PRESS RELEASE DETAIL FOOTER */

.footer_press_release {
	overflow:hidden;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
}

.footer_press_release .column {
	width:33%;
	float:left;
}

.footer_press_release .column_one {
	text-align:left;
}

.footer_press_release .column_two {
	text-align:center;
}

.footer_press_release .column_three {
	text-align:right;
}

.footer_press_release .link_pdf {
	background-image:url(../images/icon_pdf_12x12.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:14px;
}

.footer_press_release .phone_number {
	background-image: url(../images/icon_phone_18x18.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:24px;
	color:#000;
	display:block;
	font-size:13px;
}

/* PRESS RESOURCES FOOTER */

.footer_press_resources {
	overflow:hidden;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
}

.footer_press_resources .column {
	float:left;
}

.footer_press_resources .column_one {
	text-align:left;
	width:47%;
}

.footer_press_resources .column_two {
	text-align:left;
	width:30%;
}

.footer_press_resources .column_three {
	text-align:right;
	width:23%;
}

.footer_press_resources .phone_number {
	background-image: url(../images/icon_phone_18x18.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:24px;
	color:#000;
	display:block;
	font-size:13px;
}

/* ---------------------------------------------------------------------
Company
------------------------------------------------------------------------ */

/* Leadership */

.person_list {
	line-height:1.2;
	margin-top:10px;
}

.person_list ul {
	list-style-type:none;
	padding-left:0;
	border-top:1px solid #dbdbdb;
}

.person_list li {
	border-bottom:1px solid #dbdbdb;
	padding-top:2px;
	padding-bottom:2px;
}

.person_list p {
	margin-bottom:0;
}

.person_photo {
	float:left;
	width:59px;
	height:79px;
	padding:7px;
	background-image:url(../images/leader_frame.png);
	background-repeat:no-repeat;
	margin-right:12px;
}

.person_name {
	color:#870a0a;
	font-size:16px;
	padding-top:13px;
	margin-bottom:3px;
}

.person_title{
	text-transform:uppercase;
	font-size:10px;
	margin-bottom:2px;
}

/* ---------------------------------------------------------------------
3 Column Layout in the Main Column
------------------------------------------------------------------------ */

.three_columns .column {
	float:left;
	width:170px;
	background-image:url(../images/three_columns_bg.gif);
	background-repeat:repeat-y;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	line-height:1.2;
	font-size:11px;
}

.three_columns .column_two {
	margin-left:20px;
	margin-right:20px;
}

.press_resources .column_title {
	background-color:#691206;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	background-image:url(../images/table_thead_th_bg.png);
	background-repeat:repeat-x;
	padding-top:2px;
	padding-bottom:4px;
	padding-left: 7px;
	padding-right: 7px;
	margin-left:-10px;
	margin-right:-10px;
}

.press_resources .column h3 {
	color:#870a0a;
	margin-bottom:0;
	font-size:11px
}

.press_resources .column p {
	margin-bottom:0;
}

.press_resources .photo_bio {
	text-align:center;
	margin-bottom:10px;
}

/* ---------------------------------------------------------------------
Product Categories
------------------------------------------------------------------------ */

.categories {
	background-color:#fff;
	width:608px;
	line-height:1.2;
}

.categories h2 {
	background-color:#691206;
	background-image:url(../images/table_thead_th_bg.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:left;
	white-space:nowrap;
	padding:4px 7px 5px;
	vertical-align:top;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
}

.categories h3 {
	border-bottom:1px solid #AEAEAE;
	margin-bottom:0;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
	color:#333;
}

.categories h3,
.categories h4 {
	margin-bottom:0;
	font-size:12px;
	text-transform:none;
}

.categories .entry h3 {
	padding: 0;
	border: 0;
}

.categories ul {
	list-style-type:none;
	padding-left:0;
	background-image:url(../images/tabbed_odd.png);
	background-repeat:repeat-y;
}

.categories ul .typo3_content ul {
	background: none;
}

.categories .entry/*,
.categories ul .typo3_content*/ {
	border-bottom:1px solid #AEAEAE;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}

.categories ul .typo3_content {
	border: 0;
}

.categories ul .typo3_content li {
	margin-bottom: 10px;
}

.categories ul .typo3_content li.entry {
	margin-bottom: 0;
}

.categories .hover {
	background-image:url(../images/tabbed_even.png);
}

.categories .entry p {
	margin-bottom:0;
}

.categories .product_image {
	display: none;
}


/* ---------------------------------------------------------------------
Footer
------------------------------------------------------------------------ */

#footer {
	margin-top:5px;
	margin-left:-40px;
	margin-right:-40px;
	padding-bottom:38px;
	padding-left:39px;
	padding-right:39px;
	background-image:url(../images/footer_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	font-size:10px;
	color:#969595;
}

#footer .hr {
	border-top:1px solid #eae6e7;
	margin-bottom:8px;
}

#footer .hr hr {
	display:none;
}

#footer li {
	display:inline;
}

#footer a {
	color:#969595;
	padding-left:2px;
	padding-right:2px;
}

#nav_footer {
	float:left;
}

.copyright {
	float:right;
}

/* ---------------------------------------------------------------------
Overlay
------------------------------------------------------------------------ */
div.overlay { 
	background-image:url(../images/overlay_white.png); 
	width:600px; 
	height:470px;         
	display:none; 
	padding:55px; 
	text-align: center;
} 
 
div.overlay div.close { 
	background:url(../images/overlay_close.png) 0 0 no-repeat; 
	position:absolute; 
	left:13px; 
	top:10px; 
	cursor:pointer; 
	height:37px; 
	width:62px; 
} 

.overlay_image { position: relative; }

.overlay_image_text {
	position: absolute;
	bottom: -5px;
	right: 0;
	z-index: 99;
	display:block;
	width:62px;
	height:27px;
	text-indent:-9999px;
	background-image:url(../images/btn_enlarge.png);
	background-repeat:no-repeat;
}

/* ---------------------------------------------------------------------
Services
------------------------------------------------------------------------ */

#column_main .csc-textpic-imagewrap  {
	width: 250px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}

.section_tabbed .key_benefits .csc-textpic {
	clear: both;
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 12px;
}

.section_tabbed .key_benefits .csc-textpic-imagewrap {
	width: 60px;
	float: left;
	display: inline;
}

.section_tabbed .key_benefits .csc-textpic-text {
	float: left;
	display: inline;
	width: 471px;
	margin-left: 17px;
}

.section_tabbed .key_benefits .csc-textpic-image {
	margin-bottom: 0px;
	width:auto !important; 
}

.section_tabbed .key_benefits .csc-textpic-text h2 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	width: auto;
}

.section_tabbed .key_benefits .csc-textpic-text p {
	display: inline;
	width: auto;
	line-height: 1.2;
}

.column_main_sub .csc-textpic {
	clear: both;
	float: left;
	display: inline;
	width: 100%;
}

.column_main_sub .csc-textpic-imagewrap {
	width: 60px;
	float: left;
	display: inline;
}

.column_main_sub .csc-textpic-text {
	float: left;
	display: inline;
	width: 169px;
	margin-left: 10px;
	font-size: 12px;
}

.column_main_sub .csc-textpic-text h2 {
	color: #870a0a;
	font-size: 12px;
}

.column_main_sub .csc-textpic-text p {
	line-height: 18px;
}

/* ---------------------------------------------------------------------
Audio and Video player
------------------------------------------------------------------------ */

.audio_player,
.player_video {
	margin-top:15px;
	margin-bottom:20px;
	text-align:center;
}

/* ---------------------------------------------------------------------
Content Area 3 column layouts
------------------------------------------------------------------------ */

#column_main .three_column {
	margin-bottom:20px;
}

#column_main .three_column .image img {
	margin:0 auto;
	display:block;
}

#column_main .three_column .column {
	width:190px;
	border-right:none;
	background-repeat:repeat-y;
	float:left;
	font-size:11px;
	line-height:1.2;
	margin: 0;
}

#column_main .three_column .column_block {
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	margin: 0;
	width: auto;
	background-image:url(../images/three_columns_bg.gif);
}

/*#column_main .three_column .column .column {
	width:auto;
	padding:0;
	float:none;
	background-image:none;
}*/

#column_main .three_column .column_title {
	background-color:#691206;
	background-image:url(../images/table_thead_th_bg.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-left:-10px;
	margin-right:-10px;
	padding:2px 7px 4px;
}

#column_main .three_column .col_middle {
	margin-left:20px;
	margin-right:20px;
}

/* ---------------------------------------------------------------------
Product Categories List w/ Typo3 Markup
------------------------------------------------------------------------ */

.content_tabbed .csc-menu {
	margin-top:-12px;
	margin-left:-30px;
	margin-right:-30px;
	margin-bottom:-13px;
}

.content_tabbed .csc-menu dt {
	margin-left:0;
	margin-bottom:0;
	padding:12px 30px 0;
	font-weight:bold;
}

.content_tabbed .csc-menu dd {
	margin-left:0;
	margin-bottom:0;
	padding:0 30px 12px;
	border-bottom:1px solid #DAD9D7;
}

.content_tabbed .csc-menu dd.hover,
.content_tabbed .csc-menu dt.hover {
	background-image:url(../images/tabbed_even.png);
}





.tx-indexedsearch-title-number { display: none; }
.tx-indexedsearch-res p,
.tx-indexedsearch-browsebox p { margin: 0; }
.tx-indexedsearch-res table { margin-bottom: 10px; }
.tx-indexedsearch-title-caption { font-size: 1.2em; }
.tx-indexedsearch-info { display: none; }
.tx-indexedsearch-percent { color: #999; }
.tx-indexedsearch-browsebox { margin: 10px 0;}
.tx-indexedsearch-whatis { display: none; }

.tx-indexedsearch-browsebox td a { display: inline-block; padding: 0 5px; border-left: 1px solid #AFAEB1; }





.csc-mailform-field {
	width: 400px;
	clear: both;
	margin-bottom: 10px;
}
.csc-mailform-field label {
	width: 120px;
	display: -moz-inline-block;
	display: inline-block;
	float: left;
	text-align: right;
	padding-right: 10px;
}
.csc-mailform-field input {
	float: left;
}
.csc-mailform-field img,
.csc-mailform-field input[type="submit"] {
	margin-left: 130px;
}




.clear {
	clear:both;
	height:0;
}

.clear_fix:after,
.csc-mailform-field:after,
.snippet.two_column:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/* ########################################################## */
/* ########## Sicial Media additions (6/8/10 - JW) ########## */
/* ########################################################## */

#section_socialmedia .content_collapsible {
	padding:0;
}

/* for lines between list items (working) */
#section_socialmedia li {
	border-bottom:1px solid #aeaeae;
}

/* link style */
#section_socialmedia a {
	display:block;
	text-decoration:none;
	color:#555;
}

/* mouse-over affect (working) */
#section_socialmedia li:hover {
	background-image:url(../images/sub_hover.png);
	background-repeat:repeat-y;
}

#section_socialmedia a {
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:12px;
	padding-right:12px;
}

#section_socialmedia .twitter a,
#section_socialmedia .facebook a,
#section_socialmedia .blogger a {
	padding-left:40px;
	background-repeat:no-repeat;
	background-position:12px center;
}

/* icon images */
#section_socialmedia .twitter a {
	background-image:url(../Documents/North-America/images/social_media/icon-twitter.png);
}

#section_socialmedia .facebook a {
	background-image:url(../Documents/North-America/images/social_media/icon-facebook.png);
}

#section_socialmedia .blogger a {
	background-image:url(../Documents/North-America/images/social_media/icon-blogger.png);
}
