
/**************************************************************************
** Copyright (c) 2000-2007 MassMedia Studios Pty Ltd.
** 68-72 Wentworth Ave, Surry Hills, NSW 2010, Australia.
** All rights reserved.
**
** This software is the confidential and proprietary information of 
** MassMedia Studios Pty Ltd. ("Confidential Information").  You shall not
** disclose such Confidential Information and shall use it only in
** accordance with the terms of the license agreement you entered into
** with MassMedia Studios Pty Ltd.
** ------------------------------------------------------------------------
** 
** Author: Helen Fu
** Release notes:
** Sections: global, structure, navigation, headings, form elements, lists, tables, other
**
**************************************************************************/

/*-------------------------- GLOBAL --------------------------*/

body {
	font:								normal 0.7em arial,helvetica,sans-serif;
	color:								#666;
	margin:								0;
	padding:							0;
	text-align:							center;
	
	background: #e4e6e7 url(Images/green_bckg.jpg) no-repeat center 0;
}

body.standard, body.standard_full
{
	background: #e4e6e7 url(Images/green_bckg_case_studies.jpg) no-repeat center 0;
}



img {
	border:								0px;
}
a, a:link {
	color:								#317291 !important;
	text-decoration:					underline;
}
a:hover {
	color:								#0987c2 !important;
}
.cDiv {
	clear:								left;
}
.cDivRight {
	clear:								right;
}
.cDivBoth {
	clear:								both; 
}
.cDiv, .cDivRight, .cDivBoth {
	line-height:						0px;
	font-size:							2px;
}
.floatLeft {
	float:								left;
}
.floatRight {
	float:								right;
}
.alignLeft {
	text-align:							left;
}
.alignCenter {
	text-align:							center;
}
.alignRight {
	text-align:							right;
}
.hide {
	display:							none!important;
}
.show {
	display:							inline!important;
}

/* to be REMOVED */
.techNote {
	border: 1px solid #f00;
	color: #f00;
	padding: 2px 10px;
	margin: 5px 0px;
	display: none;
}

/*-------------------------- STRUCTURE --------------------------*/

div#globalWrap {
	margin:								0 auto;
	width:								845px;
	font-size: 107%;
	position: relative;
}

div.header, div.navigation, div.content, div.footer {
	width:								100% !important;
	margin:								0 auto;
	text-align:							left;
}

.standard div#globalWrap div.footer,.standard_full div#globalWrap div.footer
{
	position: relative;
	z-index: 0;
}

/* header */
div.header {
	overflow:							hidden; /* clearing */
}
div.header a.logoTraction {
	width:								162px;
	height:								53px;
	display:							block;
	float:								left;
	margin-top:							11px;
}
div.header span.tagline {
	width:								356px;
	height:								54px;
	display:							block;
	float:								left;
	margin-top:							19px;
	text-indent:						-10000px;
	background:							#E4E6E7 url(Images/tagline_oneplatform.gif) no-repeat 0 -19px;
	font-size: 1.3em !important;
	font-weight: bold;
	
}
div.header div.searchBox {
	width:								368px;
	height:								34px;
	heigh\t:							26px;
	padding-top:						8px;
	position: absolute;
	left: 478px;
	background:							url(Images/bg_searchBox.gif) no-repeat top right;
	text-align:							left;
}

/* search box */
div.searchBox div.fldWrapper {
	border:								none;
	background:							transparent url(Images/search_box_bckg.gif) no-repeat;
	width:								243px;
	widt\h:								176px;
	padding:							0px 0px 0px 5px;
	margin-left: 61px;
	height: 21px;
}
div.searchBox label {
	display:							none!important;
}
div.searchBox .sf_searchText { /* input field */
	border:								0px;
	color:								#767676;
	font:								normal 1em arial,helvetica,sans-serif;
	vertical-align:						middle;
	width:								136px;
	background-color: Transparent;
}
div.searchBox .sf_searchSubmit { /* input button */
	border:								0px;
	outline:							0px;
	text-indent:						-2000px;
	width:								32px;
	height:								23px;
	vertical-align:						middle;
	background:							url(Images/go.gif) no-repeat 0px 0px;
	cursor:								pointer; 
	line-height: 0px;
	position: relative;
	left: 13px;
}

/* content area - where modules sit */
div.content {
	padding-top:						16px;
	background: url(Images/top_green.jpg) no-repeat 0 0;
	margin-top: -1px;
}
div.leftCol {
	width:								500px;
	float:								left;
	min-height:							555px;
	padding: 0 0 0;
}

* html div.leftCol
{
	height:								555px;
}

div.rightCol {
	width:								245px;
	float:								right;
	padding: 0;
}
div.fullCol {
	width:								795px;
	float:								left;
	margin-bottom: 20px;
}

/* modules */
div.module {
	width:								845px;
	widt\h:								795px;
	padding:							0px 25px;
	background:							#fff;
	margin-bottom:						0px;
}
div.module div.topCnrs {
	width:								845px;
	height:								15px;
	font-size:							2px;
	background:							url(Images/module_bg_topCnrs.gif) no-repeat 0px 0px;
	margin:								0px -25px 0px;
	position: relative; 
}

/* print/font+/font- icons container */

div.module div.topCnrs   div#icons
{
	position: absolute;
	left: 726px;
	top: -117px;
	z-index: 9999;
	width: 100px;
	height: 28px;
}


div.module div.topCnrs  div#icons #go
{
	float: left;
	width: 30px;
	height: 21px;
	background: transparent url(Images/go.gif) no-repeat;
}


div.module div.topCnrs  div#icons #print_icon
{
	float: left;
	width: 28px;
	height: 23px;
	background: transparent url(Images/print_icon.gif) no-repeat;
}

div.module div.topCnrs   div#icons #font_increase
{
	float: left;
	width: 25px;
	height: 23px;
	background: transparent url(Images/increase.gif) no-repeat;
}

div.module div.topCnrs  div#icons #font_decrease
{
	float: left;
	width: 18px;
	height: 23px;
	background: transparent url(Images/decrease.gif) no-repeat;
}



/* this is for corners with leaves at the bottom which is used only on homepage in between top and bottom white panels */

div.module div.home_botCnrs {
	width:								845px;
	height:								31px;
	font-size:							2px;
	background:							url(Images/module_bg_bottomCnrs.gif) no-repeat 0px 0px;
	margin:								10px -25px 0px;
}

div.module div.botCnrs
{
	width:								845px;
	height:								15px;
	font-size:							2px;
	background:							url(Images/module_bg_bottomCnrs_old.gif) no-repeat 0px 0px;
	margin:								10px -25px 0px;
}


/* module with square top left corner */
div.modBC {
	clear:								left;
}




/* footer */
div.footer {
	color:								#454545;
	padding:							20px 0px 40px;
	height:								100px;
	background: #E5E6E8 url(Images/footer_bckg.jpg) no-repeat 0 0;
	font-size: 0.9em;
}

div.footer .floatLeft p {
	text-align:							left;
	padding-left: 8px;
	margin: 0;
}


div.footer .floatRight div {
	float: none;
}


div.footer .floatRight p {
	text-align: right;
	clear: right;
	margin: 0;
}

div.footer .floatRight
{
	padding: 0 8px 0 0;
	width: 332px;
}

div.footer .floatRight ul
{
	float: right;
}



div.footer .floatRight img
{
	float: right;
	margin-top: 13px;
}



div.footer a ,div.footer a:hover 
{
	text-decoration:					underline;
	color:								#454545 !important;
	cursor:								pointer;
}


#leaves_on_the_left
{
	background: #e4e6e7 url(Images/leaves_on_the_left.jpg) no-repeat top left;
	width: 75px;
	height: 330px;
	position: absolute;
	top:	-420px;
	left: -75px;
	background-color: #e4e6e7;
}



#wrapper1 
{
	min-height: 344px;
}

* html #wrapper1
{
	height: 344px;
}

#wrapper_standard_full
{
	min-height: 724px;
}

* html #wrapper_standard_full
{
	height: 1050px;
}


/*-------------------------- NAVIGATION --------------------------*/

/* breadcrumbs */
div.breadcrumbs {
	float:								left;
	padding:							3px 100px 3px 25px;
	background:							url(Images/bg_breadcrumbs_right.gif) no-repeat top right;
	position:							relative;
	height:								28px;
	heigh\t:							22px;
	display: none;
}

/* for IE6 only to position breadcrumbs as they should */

* html div.breadcrumbs
{
	padding:							2px 100px 0px 25px;
	overflow: hidden;
	height: 26px;
}

div.breadcrumbs span.bcLCnr {
	width:								12px;
	height:								12px;
	font-size:							2px;
	display:							block;
	position:							absolute;
	top:								0;
	left:								0;
	background:							url(Images/module_bg_topLOnly.gif) no-repeat 0px 0px;
}

div.breadcrumbs img.iconHome {
	float:								left;
	margin:								8px 0 0 0;
}
* html div.breadcrumbs img.iconHome {
	float:								left;
	margin:								5px 0 0 0;
}
div.breadcrumbs span {
	float:								left;
	margin-left:						-6px;
}
div.breadcrumbs span span {
	float:								left;
	display:							block;
	padding:							12px 7px;
}
* html div.breadcrumbs span span {
	float:								left;
	display:							block;
	padding:							9px 7px;
}
div.breadcrumbs span span a {
	float:								none;
	text-decoration:					underline;
	cursor:								pointer;
}

/* rad menu adjustments */



div.rightCol div.radmenu ul .item
{
	float: none;
	margin:5px 0;
	padding:0 0 0 17px;
}


div.rightCol div.radmenu ul
{
	margin: 0 0 30px;
	width: 240px;
}

div.rightCol .radmenu.RadMenu_Traction
{
	float: none;
}


/* search results */

.searchResults dt
{
	margin: 15px 0 0 0;
}

.searchResults dt a
{
	color: #7d9910;
	font-weight: bold;
	text-decoration: none;	
	font-size: 1.1em;
}

.searchResults dd
{
	margin: 2px 0px;
}

.searchResults dd em
{
	font-style: normal;
}


.content .sf_searchSubmit
{
	background: transparent url(Images/icon_search.gif) no-repeat top left;
	border: 0px;
	font-size: 0;
	height: 18px;
	width: 20px;
	margin: 2px 0 0 4px;
	vertical-align: top;
}

.content .sf_searchText
{
	margin-left: 10px;
		
}

/* search results paging */

.content .leftCol ol.sf_pager li
{
	background: none;	
	padding: 0;
}

.content ol.sf_pager
{
	float: none;
	height: 22px;
	margin: 0;
}


.content ol.sf_pager li a.sf_PagerSelItem
{
	text-decoration: none !important;
}


/* previous/next */

a.previous
{
	background: transparent url(Images/arrow_previous.gif) no-repeat left 4px;
	padding: 0 0 0 13px;	
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin: 14px 0 0;
}


a.next
{
	background: transparent url(Images/arrow_next.gif) no-repeat right 4px;
	padding: 0 13px 0 0;	
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	float: right;
	margin: 14px 0 0;
}

.next:hover, .previous:hover
{
	text-decoration: underline;
}



/*-------------------------- HEADINGS --------------------------*/

/* also ensuring it will look same even when linked as it happens when outputted with news module */

h1
{
	color: #515151 !important;
	font-size: 1.8em !important;	
	background: transparent url(Images/h1_bckg.gif) repeat-x left bottom;
	padding: 0 0 2px;
	margin-top: 0;
	margin-bottom: 15px;
	clear: left;
}

/* for chrome/safari only */

@media screen and (-webkit-min-device-pixel-ratio:0) {

h1{
	padding: 0 0 8px;}
}

h1 a
{
	color: #515151 !important;
	text-decoration: none!important;
	font-weight: bold;
}

h1.no_space
{
	margin: 0;	
}

h2
{
	color: #666 !important;
	font-size: 1.3em !important;
	margin-bottom: 8px;
	font-weight: bold !important;
}

h2 a
{
	color: #666 !important;
	text-decoration: none!important;
	font-weight: bold;
}

.news_archive_list h2
{
	display: none;
}

.leftCol h2.sf_listTitle
{
	display: none;	
}

h3
{
	font-size: 1.2em !important;
	color: #7d9910;	
	font-weight: bold;	
	margin: 0 0 5px;
	display: block;
}



.leftCol li h5 a,
.leftCol li h5 a:hover
{

	color: #7d9910 !important;	
	font-weight: bold;	
	margin: 0 0 2px;
	display: block;
	text-decoration: none;
}


.leftCol h5
{
	font-size: 1.2em !important;
	color: #7d9910 !important;	
	font-weight: bold;	
	margin: 0 0 2px;
	display: block;
	text-decoration: none;
}

div.rightCol h3
{
	clear: both;	
}

h3 a
{
	color: #7d9910 !important;
	text-decoration: none!important;
	font-weight: bold;	
}


h4
{
	font-size: 1.3em !important;
	background: transparent url(Images/h1_bckg.gif) repeat-x left bottom;
	padding: 0 0 4px 0 !important;
	margin-bottom: 14px;
	margin-top: 5px;
}

/* quick fixes for ie6 and ie7 */

* html h4
{
	padding: 0px 0 4px 0 !important;
}

*+html h4
{
	padding: 0px 0 4px 0 !important;
}

/* ******************************** */

h4 a
{
	color: #666 !important;
	text-decoration: none!important;
	font-weight: bold;
}


/*-------------------------- COMMON ITEMS --------------------------*/

a.read_more, div.leftCol ul.sf_newsList p.sf_readMore a
{
	background: url(Images/a_read_more.gif) no-repeat left 3px;
	padding-left: 10px;
	font-weight: bold;
	color: #317291 !important;
	display: block;
	text-decoration: none;
}

/* this is for content news full story link, weird as arrows are slightly moved up 
	so quick fix */

div.leftCol ul.sf_newsList p.sf_readMore a
{
	background: url(Images/a_read_more.gif) no-repeat left 5px;
}


a.read_more:hover,
a.read_more:focus,
div.leftCol ul.sf_newsList p.sf_readMore a:hover,
div.leftCol ul.sf_newsList p.sf_readMore a:focus
{
	text-decoration: underline;
}


div.rightCol a.read_more
{
	display: inline;
	
}


div.rightCol div.divider_dashed
{
	border-top:1px dashed #CDCDCD;
	clear:both;
	height: 12px;
}

div.rightCol div.recent_campaigns
{
	float: left;
	width: 147px;
	margin-bottom: 25px;
	margin-left: 5px;
}

div.rightCol div.recent_campaigns p
{
	margin-bottom: 9px;
}

div.rightCol div.customer_testimonials
{
	margin-bottom: 25px;	
}

div.rightCol p.testimonial
{
	line-height: 161%;
}


div.leftCol div.success_stories
{
	padding: 0 0 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #efefef;
	position: relative;
	
	zoom: 1; /* to 'magically' show border in IE6, otherwise damn thing dosent show */
}

div.leftCol div.main
{
	float: left;	
	border-left: 1px solid #efefef;
	padding-left:20px;
	width:363px;
}


* html div.leftCol div.main
{
	width:353px;
}

*+ html div.leftCol div.main
{
	width:353px;
}



div.clear_left
{
	clear: left;	
}

div.clear
{
	clear: both;	
}

a.pdf_link
{
	background: url(Images/pdf_icon.gif) no-repeat left 0px;
	padding: 2px 0 2px 22px;
	font-weight: bold;
	color: #317291 !important;
	text-decoration: none;
}

a.web_link
{
	background: url(Images/web_icon.gif) no-repeat left 0px;
	padding: 2px 32px 10px 22px;
	font-weight: bold;
	color: #317291 !important;
	text-decoration: none;
}


a.pdf_link:hover
{
	text-decoration: underline;
}

a.web_link:hover
{
	text-decoration: underline;
}


ul
{	
	margin: 0;
	padding: 0;
}

.content .leftCol li,.content .rightCol li,.content #wrapper1 li, #ControlEditor1_ctl01_ctl00_ctl00_RadEditor1Center li
{
	background: #fff url(Images/bullet_point.gif) no-repeat 0 4px;
	padding-left: 17px;
	list-style-type: none;
	line-height:1.6em;
	margin: 0;
}

.content .rightCol .RadTreeView_Default .rtUL li.rtLI
{
	background: none;
	padding: 0;
}

.content .rightCol .RadTreeView_Default .rtUL li.rtLI li div
{
	padding: 0 0 0 10px;
	background: transparent url(Images/bullet_point_arrow.gif) no-repeat left 4px;		
}

.content .leftCol li li
{
	background: transparent url(Images/bullet_point_arrow.gif) no-repeat left 4px;		
}

.content .rightCol li.selectedItem a,.content .rightCol li.selectedItem a:hover
{
	font-weight: bold;
	text-decoration: none;
	cursor: text;
	color: #696E70 !important;
}

.content .leftCol ul
{
	margin:4px 0 8px;
}

/* for some freaky reason IE6 didnt display last li item background so need
	to workaround it */

* html .content .rightCol li.last a
{
		background-image: url(Images/bullet_point.gif);
		background-position: 0px 5px;
		background-repeat: no-repeat;
		zoom: 1;
		padding: 0 0 0 17px;
}
.content .module .leftCol ul.sf_newsList li
{
	padding-left: 4px;
}




/* provided that item templates are used as provided in HTML_templates_for_items, these classes below
	will display templates properly */

div.leftCol p
{
	margin-bottom: 12px;
	margin-top: 0;
	
}

div.leftCol img.left_side
{
	margin: 50% 0 0 10px;	
	width: 90px !important;
}


div.leftCol div.left_logo img
{
	max-width: 90px;
	margin-top: 3px;
	height: auto !important;
}


div.leftCol div.left_logo
{
	overflow: hidden;
	text-align: center;
	float: left;
	width: 105px;
	margin: 0 3px 0 3px;
}


div.rightCol div.left_logo
{
	text-align: center;
	float: left;
	width: 90px;
	overflow: hidden;
}

div.rightCol div.left_logo img
{
	max-width: 80px;
}



ul.sf_newsList li
{
 background: none !important;
 margin-left: -4px;
 border-bottom: 1px dashed #ededed;
 margin-bottom: 15px !important;
 display: block;
}



ul.sf_newsList li h2.sf_newsTitle
{
	font-size: 1.2em !important;
	color: #7d9910;	
	font-weight: bold;	
	margin: 0;
	float: left;
}

ul.sf_newsList li h2 a
{
	color: #7d9910 !important;
	text-decoration: none!important;
	font-weight: bold;	
	float: left;
}

div.leftCol p.sf_newsAuthor
{
	font-weight: bold;
	margin-top: 12px !important;	
}

.news_archive h2
{
	display: none;	
}

.news_archive
{
	margin-bottom: 27px;
	display: block;
}

div.leftCol p.sf_newsDate
{
	float: left;
	clear: left;
	width: 200px;
	font-size: 0.9em !important;
	margin: 0px 0 4px 0;
	
}

div.leftCol div.sf_singleNews p.sf_newsDate
{
	clear: left;
	font-size: 0.9em !important;
	margin: 0px 0 4px;
}

p.sf_newsAuthor,p.sf_postCategory,p.sf_postTags
{
	display: none;
}

ul.sf_newsList li p, ul.sf_newsList li p.sf_readMore, div.leftCol div.sf_singleNews p
{
	clear: both;
	margin: 0;
	zoom: 1;
}


div.leftCol  div.sf_singleNews p.sf_postBookmark
{
	margin-top: 20px;
}

ul.sf_newsList li p.sf_readMore
{
	clear: both;
	margin: 3px 0 10px;
}



div.sf_singleNews h2.sf_NewsTitle
{
	float: left;
	font-size: 1.2em !important;
	color: #7d9910 !important;;	
	font-weight: bold;
	display: block;
	margin: 0;
}

div.sf_singleNews a.sf_back
{
	display: none;	
}


/* this is to make classes available from image dialog actually work. to show this classes in 
	drop down menu in a dialog this need to be added also to EditorContentArea.css. 
	these not necessarily have to be accessible thru the dialog though. */

.left_side
{
	float: left;
	margin: 0 7px 25px 0;
}

.right_side
{
	float: right;
	margin: 0 0 12px 7px;	
}



#wrapper_standard_full ul li
{
	margin: 0 0 0 13px;
}


* html #wrapper_standard_full ul li
{
	margin: 0 0 0 16px;
}

*+ html #wrapper_standard_full ul li
{
	margin: 0 0 0 16px;
}

/* this is to get flash_control working in FF as otherwise flash
	containing div dosent expand what causes trouble with javascript 
	slider below */

#wrapper1 .flash_control
{
	overflow: auto;
	margin-top: 15px;
	width: 789px;
	text-align: right;
}

*+html #wrapper1 .flash_control
{
	margin-top: 8px;
}

/*-------------------------- FORM ELEMENTS --------------------------*/

form {
	margin:								0;
	padding:							0;
}


div.TractionCustomerAttribute input,div.TractionCustomerAttribute textarea
{
	width: 159px;
	float: right;	
	font: normal 1em arial,helvetica, sans-serif;
}
div.TractionCustomerAttribute span.TractionMandatory
{
	width: 14px;
	float: left;
	margin-left: 6px;
	margin-top: 3px;	
	display: none;
}

div.leftCol div.TractionCustomerAttribute span.TractionMandatory
{
	display: inline;
}

.leftCol div.TractionCustomerAttribute span.TractionCustomerLabelName
{
	float: left;	
	clear: left;
	font-weight: bold;
	margin-top: 3px;
	width: 78px;
}

div.leftCol select.TractionCustomerField
{
	width: 378px;
	float: right;	
}


/* opt in field */

div.leftCol .ctlEmailOptStatusAttribute
{
	padding: 18px 0;
}


div.leftCol div.TractionCustomerAttribute  .ctlEmailOptStatusAttribute
{
	margin-top: 10px;
	vertical-align: top;
}

div.leftCol .ctlEmailoptAttribute label
{
	width: 111px;
}


div.leftCol div.TractionCustomerAttribute .ctlEmailOptStatusField input
{
	margin: 3px 5px 45px 0px;
}


* html div.leftCol div.TractionCustomerAttribute .ctlEmailOptStatusField input
{
	margin: -2px 5px 45px 0px;
}


*+html div.leftCol div.TractionCustomerAttribute .ctlEmailOptStatusField input
{
	margin: -2px 5px 45px 0px;
}


.rightCol div.TractionCustomerAttribute span.TractionCustomerLabelName
{
	float: left;	
	clear: left;
	font-weight: bold;
	margin-top: 3px;
	width: 68px;
}


div.TractionCustomerAttribute span.TractionError
{
	width: 245px;
	margin-bottom: 0px;
	float: left;
}

.customerControl
{
	float: left;
}

/* to get our layout working and get rid of ghost bug need to add this below */


.rightCol div.TractionCustomerAttribute span.TractionError
{
	clear: both;
}
div.TractionCustomerAttribute 
{
	clear: both;	
	min-height: 35px;
	zoom: 1;
}

.content input,.content textarea
{
	border: 1px solid #ccc;
	padding: 2px;
}

/* that is for contact us page */


.content .leftCol textarea
{
	height: 92px;
}

.leftCol  div.TractionCustomerAttribute input,.leftCol  div.TractionCustomerAttribute textarea
{
	width: 372px;
	float: right;	
}


.leftCol  .TractionCustomerLabel 
{
	float: left;
	width: 112px;
	margin-right: 10px;
}


.leftCol div.TractionCustomerAttribute span input
{
	width: 15px;
	border: none;
	float: left;
	margin: 3px 0;
}

* html .leftCol div.TractionCustomerAttribute span input
{
	margin: -2px 4px 0 13px;
}

.leftCol div.TractionCustomerAttribute span input
{
	margin: 2px 7px 0 13px;
}

*+html .leftCol div.TractionCustomerAttribute span input
{
	margin: -2px 7px 0 13px;
}


.leftCol div.TractionCustomerAttribute  span.TractionError
{
	width: 445px;
	margin-bottom: 0px;
}


* html div.TractionCustomerAttribute 
{
	height:28px;
}

.content input.submit, input.TractionSubmitButton
{
	background: url(Images/submit.gif) no-repeat left 2px;
	width: 84px;
	height: 23px;
	color: #fff;
	float: right;
	border: none !important;
	cursor: pointer;
	margin-bottom: 23px;
}

* html input.TractionSubmitButton
{
	background: url(Images/submit.gif) no-repeat left 0px;
}
*+ html input.TractionSubmitButton
{
	background: url(Images/submit.gif) no-repeat left 0px;
}




.leftCol div.TractionSubmit input.TractionSubmitButton
{
	margin: 16px 0 0 122px;	
}

/*-------------------------- LISTS --------------------------*/


/*-------------------------- TABLES --------------------------*/


/*-------------------------- OTHER --------------------------*/



/* slider css */


noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	/* border: 5px solid #39c; this is the border. should have the same value for the links */
	margin: auto;
	width: 784px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 114px;
	clear: both;
	background: #fff url(Images/slider_bckg.jpg) no-repeat top left;
	border-top: 1px dashed #cdcdcd;
	border-bottom: 1px dashed #cdcdcd;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */

}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 204px;
	position: absolute;
	width: 784px; /* Also specified in  .stripViewer  above */
left: -2000px;
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px 30px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	position: absolute;
	top: 96px;
	left: 711px;
	z-index: 100;
	width: 112px !important;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
	background-image: none !important;
	padding: 0 1px !important;
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 0px;
	background: transparent url(Images/non_current.gif) no-repeat top left;
	height: 10px;
	width: 10px;
}


.stripNav a:hover {
	background: transparent url(Images/current.gif) no-repeat top left;
}

.stripNav a.current {
	background: transparent url(Images/current.gif) no-repeat top left;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 41px;
	text-indent: -9000em;
	
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 3px;
	z-index: 100;
	
}

.stripNavR {
	right: 3px;
}

.stripNavL {
	background: url("Images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("Images/arrow-right.gif") no-repeat center;
}

.slider-wrap .slider_thumbnail
{
	width: 346px;
	height: 202px;
	float: right;	
}


.slider-wrap .slider_text
{
	width: 344px;
	height: 141px;
	float: right;	
	margin: 15px 0 0 0;
	text-align: center;
}

.slider-wrap .slider_text_lower
{
	margin: 26px 0 0 0;
	width: 344px;
	height: 141px;
	float: right;	
	text-align: center;
}

.slider-wrap h3
{
	color: #154c68;
	font-size: 150% !important;
	margin: 0;
}

.slider-wrap p
{
	color: #2e2d2d;
	margin-top: -7px;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	margin: 0 0 5px;
}

.slider-wrap a.learn_more
{
	background: transparent url(Images/big_bullet_point.gif) no-repeat top right;
	height: 17px;
	padding: 1px 25px 2px 0;
	text-decoration: none;
	font-size: 1.13em;
	font-weight: bold;
}

.bookmarks
{
	margin: 30px 5px;
}


.TractionError
{
	color: #f00;
}

.content .leftCol  .sf_photoListLightbox li
{
	margin: 0;
	list-style-type: none;
	background: none;
	padding: 0 67px 28px 0;
	height: auto;
}

/* admin side */

.sf_wrapper .theWrapper
{
	background: #E4E6E7 url(Images/green_bckg_case_studies.jpg) no-repeat scroll center 0;
}

.TractionMandatoryText
{
	display: none;
}

 

.panel h3 a,.panel p a
{
	padding: 0;
	background: none;
	text-decoration: none;
	color: #0D4E71 !important;
}

.panel h3 a:hover,.panel p a:hover 
{
	padding: 0;
	background: none;
	text-decoration: none;
	color: #0987C2 !important;
}

div.leftCol ul.this_section li
{
	float: left;
	height: 36px;
	width: 181px;
	background: #fff url(Images/this_section_bckg.gif) no-repeat 0 4px;
	padding: 0 0 0 25px;
	margin: 0 25px 0 0;
	font-weight: bold;
}

div.leftCol ul.this_section li a
{
	font-weight: bold;
	text-decoration: none;
	text-decoration: none;
}

div.leftCol ul.this_section li.this_section a:hover,
div.leftCol ul.this_section li.this_section a:focus
{
	font-weight: bold;
	text-decoration: underline;
	color: #317291 !important;
}
