/* @override http://catalyst.bunk.local/css/catalyst.css */

/*
----------------------------------------------------------------
B A S E
---------------------------------------------------------------- */
body{
    background: #ebebeb;
}

h1, h2, h3, h4 {
	font-family: "Helvetica Neue", Geneva, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	margin-bottom: 0.75em;
	font-weight: normal;
    color: #2e2e2e;
}

h1            { font-size: 180%; margin-bottom: 0.6em; }
h2            { font-size: 145%; margin: 0.5em 0; }
h3            { font-size: 120%; }
h4            { font-size: 100%; font-weight: normal; margin-bottom: 0.5em; }
p, li, td     { font-size: 100%; line-height: 1.4em; font-family: Helvetica, Arial, sans-serif; }
p             { font-size: 95%; padding-bottom: 0.9em; color: #2e2e2e; }
ul, ol        { margin: 0 0 2em 0; }

a:link, a:visited { color: #ad2025; text-decoration: none; }
a:hover, a:active { color: #ad2025; text-decoration: underline; background: transparent; }


/* S T R U C T U R E */
#container{
	width: 943px;
	background: url(/images/container-background.png);
	padding: 10px 26px 20px 26px;
}
	
#content{
	width: 645px;
    padding: 0 23px 10px 0;
    margin-bottom: 0;
}


#col2{
    width: 275px;
    padding-top: 0;
}

/*
----------------------------------------------------------------
    H E A D E R   A N D   F O O T E R
---------------------------------------------------------------- */
#header{
	background: #fff url(/images/container-background.png);
	height: 70px;
	padding: 10px 26px 5px 26px;
}
#footer{
	background: #ebebeb;
	height: 50px
}
#footer p{
	font-size: 75%;
    margin: 0 0 0 10px;
    padding: 0;
    line-height: 12px;
    color: #666;
}

#footer p a:link, #footer p a:visited{ color: #666; }
#footer p a:hover, #footer p a:active{ color: #ad2025; }

#header #strapline{
	float: right;
	margin-top: 5px;
	margin-right: -3px
}

#search-form{
	width: 180px;
	height: 22px;
	float: right;
	margin: 17px 0 0 4px;
}
#search-form input.textbox{
	width: 123px;
	height: 19px;
	border: 1px solid #000;
	padding: 0;
	float: left;
	font-size: 90%;
}
#search-form input.submit-button{
	border: 1px solid #000;
	width: 56px;
	height: 21px;
	float: left;
	margin: 0 0 0 -1px;
	font-size: 85%;
}

/*
----------------------------------------------------------------
    S I D E B A R S
---------------------------------------------------------------- */
.white-panel, .white-panel-wide, .grey-panel{
	padding: 0 10px;
	float: left;
	margin-bottom: 10px;
}

.white-panel{
	background: url(/images/white-panel-back.png);
	width: 255px;
}

.white-panel-wide{
	background: url(/images/white-panel-back-wide.png) repeat-y;
	width: 330px;
}

.grey-panel{
	background: #ddd;
}

.white-panel img.panel-top, .white-panel-wide img.panel-top, .grey-panel img.panel-top{
	margin: 0 -10px 0 -10px;
}
.white-panel img.panel-bottom, .white-panel-wide img.panel-bottom, .grey-panel img.panel-bottom{
	clear: left;
	margin: 0 -10px 0 -10px;
}

.white-panel h3, .white-panel-wide h3, .grey-panel h3{
	border-bottom: 2px solid #b82434;
	padding: 2px 10px;
	margin: 0 -10px 10px -10px;
	font-size: 108%;
	display: block;
	clear: left;
}

#people-opinion, #people-sidebar{
	width: 202px;
	float: left;
}

#people-opinion .grey-panel, #people-sidebar .grey-panel{
	background: transparent url(/images/people-opinion-back.png);
	width: 182px;
}

#people-opinion .grey-panel img, #people-sidebar .grey-panel img{
	clear: left;
	margin: 0 -10px;
}

#people-sidebar h2{
    font-size: 130%;
    margin: 0 0 3px 0;
    color: #ad2025;
}

#people-sidebar ul{
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    list-style-position: inside;
}
#people-sidebar li{
	padding: 0;
	margin: 0;
}

#people-sidebar li a:link, #people-sidebar li a:visited{ color: #2e2e2e; }
#people-sidebar li a.keepred:link, #people-sidebar li a.keepred:visited{ color: #ad2025; }

#people-sidebar, #template-people #lh-bar{
	width: 202px;
	margin-right: 26px;
    float: left;
}

.grey-panel h3 { margin-top: 3px; }
.grey-panel h3 a:link, .grey-panel h3 a:visited{ color: #000; }
.grey-panel h3 a:hover, .grey-panel h3 a:active{ text-decoration: underline; }

.grey-panel h4{
	font-weight: bold;
	font-size: 90%;
	line-height: 1.1em;
}

.grey-panel h4 a:link, .grey-panel h4 a:visited{ color: #000; }
.grey-panel h4 a:hover, .grey-panel h4 a:active{ text-decoration: underline; }

.grey-panel .post{
	clear: left;
	margin-bottom: 14px;
}
	
.grey-panel .post img{
	float: left;
	border: 1px solid #999;
}

.grey-panel .post .content{
	margin-left: 60px;
}

.grey-panel .deal{
    margin-bottom: 14px;
}

.grey-panel p{
	font-size: 80%;
	padding-bottom: 0;
	line-height: 1.3em;
}

p span.keep-me-grey a:link, p span.keep-me-grey a:visited{ color: #2e2e2e; }
p span.keep-me-grey a:hover, p span.keep-me-grey a:active{ color: #2e2e2e; text-decoration: none; }

.grey-panel p.testimonial{
	color: #ad2025;
	font-size: 120%;
    font-style: italic;
    padding-bottom: 0;
    margin: 0 10px 15px 10px;
    line-height: 1.4em;
    text-align: center;
}
.grey-panel p.testimonial-who{
	font-size: 100%;
	line-height: 1.2em;
	margin: 0 10px 4px 10px;
    text-align: center;
}

.grey-panel p.make-a-diff{
	font-size: 130%;
	text-align: center;
	margin-bottom: 10px;
}

.grey-panel p.make-a-diff-link{
	font-size: 100%;
    text-align: center;
}

/*
----------------------------------------------------------------
    N A V
---------------------------------------------------------------- */
/* M A I N   N A V */
#main-nav{
	width: auto;
	background: #fff;
	border: 0;
	margin: 19px 0 0 60px;
	float: left;
}

#main-nav ul {
	margin: 0;
}

#main-nav li {
    border-right: 1px solid #42687f;
    margin: 0;
}
#main-nav li.last {
    border-right: 0;
}

#main-nav li a { 
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1em;
    color: #666;
    margin: 0
}

#main-nav li a:link,  #main-nav li a:visited{ text-decoration: none; }
#main-nav li a:hover, #main-nav li a:active { 
	color: #fff;
    background: #b82434;
    text-decoration: none;
}
#main-nav li #catalystmenu-about:link, #main-nav li #catalystmenu-about:visited{ border-left: 1px solid #fff; }
#main-nav li #catalystmenu-about:hover, #main-nav li #catalystmenu-about:active{ border-left: 1px solid #42687f; }


/*
----------------------------------------------------------------
    T O O L B A R
---------------------------------------------------------------- */
#toolbar{
	width: 989px;
	margin: 0 3px;
}

#menu-cms-options{ left: 88px; }
#menu-page-options{ left: 139px; }

.catalystmenu-options-panel{
	position: absolute;
	background: #ddd;
    z-index: 5;
    padding: 0;
    display: none;
	width: 158px;
	border: 1px solid #666;
}

.catalystmenu-options-panel li a{
	display: block;
	margin: 0;
	border-bottom: 1px solid #fff;
	padding: 3px 10px;
	font-size: 12px;
	line-height: 1.1em;
	zoom: 1;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-weight: bold;
    word-spacing: 1px;
}
html>body .catalystmenu-options-panel li a{
	font-weight: normal;
}
.catalystmenu-options-panel ul{
	margin-bottom: 0;
	list-style-type: none;
}

.catalystmenu-options-panel li a:link, .catalystmenu-options-panel li a:visited{
	color: #2e2e2e;
	text-decoration: none;
}

.catalystmenu-options-panel li a:hover, .catalystmenu-options-panel li a:active{
	background: #0d95b0;
	color: #fff;
}

#catalystmenu-options{
    width: 100%;
    float: left;
	position: relative;
	margin-top: -2px;
}
#catalystmenu-about-options{ left: 273px; }
#catalystmenu-people-options{ left: 326px; }
#catalystmenu-sectors-options{ left: 386px; width: 220px }
#catalystmenu-deals-options{ left: 448px; }
#catalystmenu-solutions-options{ left: 501px; }
#catalystmenu-international-options{ left: 582px; }
#catalystmenu-contact-options{ left: 671px; }

/*
----------------------------------------------------------------
    T E M P L A T E  P A G E   E L E M E N T S
    (include '#template-xxx' to prevent styles from appearing in edit view)
---------------------------------------------------------------- */
#template-home .intro-box{
	background: #fff url(/images/home-introbox-repeat_white.png) repeat-x;
	height: 157px;
	margin-bottom: 30px;
}

#template-home .intro-box img.pic{ float: left; }
#template-home .intro-box img.text{ float: right; }

#template-home #main{
	width: 645px;
	float: left;
	background: #e2e2e2;
}
#template-home #main img.bottom{
	clear: left;
}

#template-home #side-text{
	clear: left;
	float: left;
	width: 210px;
	margin: 8px 0 0 20px;
	display: inline;
}

#template-home #side-text p{
	font-size: 125%;
	line-height: 1.2em;
	color: #717171;
}
#template-home #side-text p a{ font-size: 80%; }

#template-home #faqs{
	float: left;
	width: 375px;
	margin: 8px 0 0 28px;
	display: inline;
}

#template-home #faqs ul{
    list-style-type: none;
    margin-bottom: 0;
}
#template-home #faqs li{
	font-size: 125%;
	margin: 0 0 15px 0;
    background: transparent url(/images/triangleb-bullet_grey.png) no-repeat 0 7px;
    list-style-position: outside;
    padding-left: 17px;
    line-height: 1.1em;
}
#template-home #faqs li a:link, #template-home #faqs li a:visited{ color: #000; }
#template-home #faqs li a:hover, #template-home #faqs li a:active{ color: #0d95b0; }

#template-faqs #main{
	background: #e4e4e4;
	float: left;
	margin-bottom: 50px;
}

#template-faqs #main img.top{ margin-bottom: 10px; }
#template-faqs #main img.bottom{ clear: left; }

#template-faqs #main .faq{
	margin: 0 0 10px 20px;
	float: left;
}

#template-faqs #main .faq img.bullet{
	float: left;
	margin-top: 12px;
}

#template-faqs #main .faq .pane{
	float: left;
	width: 560px;
	background: url(/images/faq-back.png);
	padding: 0 10px 0 15px;
}

#template-faqs #main .faq .pane img{
	margin: 0 -10px 0 -15px;
}

#template-faqs #main .faq .pane h4{
	margin: 0;
}

#template-faqs #answer{
	width: 350px;
	float: left;
	margin: 0 20px 20px 0;
}

#template-faqs .white-panel{
	float: left;
	margin: 0 20px 20px 0;
}

#template-faqs #rhbar{
	width: 275px;
	float: left;
}

#template-faqs h1{
	width: 640px;
}

#template-faqs #deals .deal{
	margin-bottom: 10px;
}

#template-faqs #deals .deal p.client{ 
	font-weight: bold;
	padding-bottom: 5px;
}
#template-faqs #deals .deal p.description{ }

#template-people #main{
	width: 485px;
	float: left;
}
	
#standing-pic{
    width: 202px;
    height: 266px;
    background: url(/images/standingpic-back.png);
}

#standing-pic img{ float: left; }
#standing-pic img.pic{ margin-top: 13px; }
p.contact-details{
	font-size: 80%;
	margin: 5px 0 5px 5px;
}

#template-people #people{
	float: left;
	margin: 0 0 40px 0;
	width: 720px;
}

#template-people #people .person{
	width: 110px;
	height: 150px;
	float: left;
	margin: 0 10px 10px 0; 
	text-align: center;
}

#template-people #people .person img{
	border: 1px solid #999;
	margin: 0 auto;
	margin-bottom: 3px;
}

#template-people #people .person .name{
	text-align: center;
	font-size: 85%;
}

#template-people #people .person .name a:link, #template-people #people .person .name a:visited{ color: #000; }

#template-people #quote p{
	color: #ad2025;
	font-size: 125%;
    text-align: center;
    margin: 5px 20px;
    font-style: italic;
}

#template-sector .intro p{ width: 640px; margin-bottom: 10px }
#template-sector #main{
	float: left;
	margin-right: 20px;
}

#template-sector #main .post{
	margin-bottom: 10px;
}

#template-sector #main .post img{
    float: left;
    margin: 0 10px 10px 0;
}

#template-sector #main .post h4{
    font-size: 125%;
    margin: 0;
}

#template-sector #main .post p{
    font-size: 90%;
    line-height: 1.1em;
}

#template-sector #main .post h4 a:link, #template-sector #main .post h4 a:visited{ color: #000;}
#template-sector #main .post h4 a:hover, #template-sector #main .post h4 a:active{ color: #000; }

#template-sector #main .post .column-info{
    margin-bottom: 6px;
    font-size: 100%;
    line-height: 1.3em;
    color: #656565;
}

#template-sector #main .post .column-info .date{
    color: #656565;
}

#template-sector #lhbar{
	width: 275px;
	margin-right: 20px;
	float: left;
}

#template-sector #rhbar{
	width: 275px;
	float: left;
}


#template-deals #lhbar{
	width: 275px;
	float: left;
	margin: 0 20px 0 0;
}

#template-deals #lhbar .grey-panel img.panel-top{ margin: 0 -20px 8px -20px; }
#template-deals #lhbar .grey-panel img.panel-bottom{ margin: 0 -20px 0 -20px; }
#template-deals #lhbar .grey-panel{ padding: 0 20px; }
#template-deals #lhbar .grey-panel p{
	font-size: 125%;
	line-height: 1.2em;
	color: #717171;
	padding-bottom: 20px;
}

#template-deals form{
	width: 350px;
	float: left;
}

#template-deals fieldset .element-row{
	background: #ebebeb;	
}

#template-deals p.search-criteria{ margin-bottom: 10px;}

#template-deals #deal-search-results h4{ margin-bottom: 0; }

#template-offices .office{
	float: left;
	width: 215px;
	margin-bottom: 100px;
}

#template-offices .office p{

}

#template-offices .office img.map-doc-icon{
	height: 20px;
	float: left;
	margin-right: 5px;
}

#template-offices .office p.map{
	font-size: 90%;
}


/*
----------------------------------------------------------------
	O T H E R
---------------------------------------------------------------- */
#content ol{
    list-style-position: outside;
    margin-left: 20px;
	voice-family: "\"}\"";
	voice-family:inherit;
    margin-left: 30px;
}
html>body #content ol{
    margin-left: 20px;
}
#content ul{
    list-style-position: outside;
    margin-left: 20px;
}
#content li{ margin-bottom: 5px; }


#news-updates h3, #deal-search-results h3{
	margin-bottom: 0;
}
#news-updates p, #deal-search-results p{
	margin-bottom: 7px;
}


#breadcrumb{
	font-size: 90%;
	margin-bottom: 10px;
}

.nutrientcms-image-remove{
	clear: both;
	border: 1px solid #f00;
}

.deal-search-results{
    margin: 0 0 10px 0;
}

.searchTerm{
    font-weight: bold;
}

img.header-gradient{
	margin: 10px -10px 0 0;
	float: right;
}

div.cms-document-file{
	clear: left;
	margin-bottom: 15px;
	padding: 0 10px;
	margin-left: 10px;
}

div.cms-document-file img{
	float: left;
	margin: 0 10px 0 0;
	
}
div.cms-document-file p.filename{
	font-weight: bold;
	padding: 0;
	font-size: 13px;
}
div.cms-document-file p.filesize{
	color: #666;
	font-size: 12px;
	padding: 0;
}

.column-intro{
	border: 1px dashed #949898;
	float: left;
	width: 945px;
	margin: 0 10px 10px 0;
	padding: 10px
}

.column-intro img{
	float: left;
	margin: 0 10px 10px 0;
}

.column-intro h3{
	margin-bottom: 8px;
}

.column-intro h4{
	margin: 0;
	font-weight: bold;
}

.column-post{
	margin-bottom: 35px;
}

.column-post img{
	float: right;
	margin: 0 0 10px 10px;
}

.column-post h2{
    margin: 0 0 10px 0;
    font-size: 140%;
}

.column-post .column-info{
	margin-bottom: 8px;
	padding: 0 0 3px 0;
	border-bottom: 2px solid #ad2025; 
}

.column-post img.blogger{
	float: left;
	margin: 0 5px 0 0;
}

.column-post .main{
	clear: left;
}