/*   
Theme Name: Junxion
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Junxion Strategy
Author URI: http://www.junxionstrategy.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('./3c-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');


/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font-family: Tahoma,serif;
    line-height:1.4em;
	color: #666;
	background:#f0f0f0;
}
p, ul, ol, dd, pre {
    margin-bottom:10px;
	font-size:1.0em;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}

blockquote{
	border-left: 5px solid #999;
	padding: 5px 0 2px 20px;
	margin: 2em 3em;
	font-size: 14px;
}

ol li {
	margin: 10px 0;
}



table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
	clear:both;
}
a:link {
    color:#4f2d7f;
}
a:visited {
    color:#4f2d7f;
}
a:active,
a:hover {
    color: #8e258d;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
	background: #fff url('images/background.jpg') repeat-y;
	height: 102px;
}

#header-bottom {
	background: url('images/banner-line.jpg') no-repeat;
    width:960px;
	height: 15px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}

#call-to-action {
	float:right;
	width: 113px;
	height:74px;
}

#logo {
	float:left;
}

#jux-banner {
	width: 421px;
	height: 101px;
	float:left;
}

#jux-banner .banner-container {
	height:101px;
	width:421px;
}



/* Search bar 
------------------------------------------------------------*/
#search-entry {
	float:right;
	padding: 18px 50px 0 0px;
}
#better-search-form div .search-left {
	background: url('images/search-left.jpg') no-repeat 0 -2px;
	width: 8px;
	height:21px;
	float:left;
}
#better-search-form div .search-middle {
	background: url('images/search-middle.jpg') repeat-x 0 -2px;
	height:21px;
	float:left;
	border:none;
	font-size:9px;
}
#better-search-form div .search-right {
	background: url('images/search-right.jpg') no-repeat 0 -2px;
	height:21px;
	width:18px;
	border:none;
	float:left;
}
#better-search-form div .submit {
	cursor:pointer;
	padding:0;
	margin:0;
}


/* Breadcrumbs
------------------------------------------------------------*/
#breadcrumb {
	padding-left:230px;
	padding-top:80px;
	color: #999;
	font-size: 9px;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover {
	color: #999;
	text-decoration:underline;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}




/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #ccc;
	float:left;
}
.sf-menu a {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fafafa;
	outline:		0;
    border-bottom-color:#ccc;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #8e258d;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:10px 0;
	background: #fff url('images/background.jpg') repeat-y;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #8e258d;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
#content .hr {
	background: white url('images/dotted-line-442.gif') scroll no-repeat;
	width: 442px;
	height: 10px;
	margin: 10px 0 10px -10px;
	clear:both;
}
#content-wide .hr {
	background-image: url('images/dotted-line-670.gif');
	background-repeat:no-repeat;
	width: 670px;
	height: 10px;
	margin: 10px 0 10px -10px;
	clear:left;
}

.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
h1.entry-title, h1.page-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform:uppercase;
	letter-spacing:2px;
	color: #999;
    padding:0 0 5px 0;
}
h2.entry-title {
	
	 font-size:16px;
	line-height:18px;
	color: #ff7900;
    padding:8px 0 14px 0;
}
h2.entry-title a:link, h2.entry-title a:visited {
	font-size:16px;
	line-height:18px;
	color: #ff7900;
    padding:8px 0 14px 0;
	text-decoration:none
}
h2.entry-title a:hover {
	text-decoration:underline;
}




.entry-list-title {
	display:inline;
}
.entry-list-title a {
	color: #FF7900;
    padding:0 0 10px 0;
	text-decoration:none;
}

.entry-meta {
    color:#999;
    font-style:normal;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#999;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #8e258d;
}
.entry-content {
	padding:0 0 6px;
}
.entry-content h2 {
    font-size:16px;
	line-height:18px;
	color: #ff7900;
    padding:0px 0 14px 0;
}
.entry-content h2 span.title {
	color: #999999;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:8px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content img {
    margin: 0 0 0 0;
}
.entry-content img.alignleft {
	float: left;
    margin-right:20px;
	margin-left: -10px;
	margin-bottom:10px;
}
.entry-content img.alignright {
	margin-bottom:10px;
	margin-left:10px;
	margin-top:10px;
}
.entry-content img.alignleftlist {
	float: left;
    margin-right:5px;
	margin-left: 0;
}
.entry-content p.p-img {
	margin:0;
	padding:0;
}
.entry-content ul {
	margin-top: -2px;
}
.entry-content ul li {
	padding: 3px 0;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
	color:#999999;
	font-size:10px;
	line-height:14px;
	margin:0 0 0;
}
.entry-utility a {
    color:#999;
	text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #8e258d;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #8e258d;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#999999;
    font-size:11px;
    line-height:14px;
    margin:20px 0 5px;
    overflow:hidden;
}
.navigation a {
    color:#999999;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #8e258d;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:none;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:10px 0 0 0;
}

#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
  	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform:uppercase;
	letter-spacing:2px;
	color: #999;
    padding:0 0 10px 0;
}
#comments #login {
font-size:11px;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}

#comments-list li {
    background:#fff;
    padding:15px 1.5em 10px 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#F0F0F0;
}
#comments-list li.bypostauthor {
background:#FFFFEE none repeat scroll 0 0;

}
	
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
}
#comments-list .comment-meta {
    font-size:10px;
	padding-bottom:10px;
}
#comments-list .comment-meta a {
    color:#666;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #8e258d;
}

.comment-navigation {
    font-weight:bold;
    padding:0 0 10px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #8e258d;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#8e258d;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
#form-section-comment {
	float:left;
}
.form-section input {
    margin:0 0 15px 0;
    width: 206px;
	background: #f1f1f1;
	border: none;
	padding-left:5px;
}
.form-section textarea {
    width: 206px;
	background: #f1f1f1;
	border: none;
	padding-left:5px;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}

#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.input-fields-container {
	float:left;
	width: 206px;
	padding-right:15px;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside h3.widgettitle {
	font-style:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform:uppercase;
	letter-spacing:2px;
	color: #999;
    padding:0 0 5px 0;
}
/*
.aside .current_page_item a {
    color: #8e258d;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #8e258d;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #8e258d;
}
*/
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 0 0 35px;
	font-size:11px;
	line-height:14px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#container {
	display:inline;
}
#primary {
    padding:18px 0 0 0;
    margin-bottom:22px;
}
#secondary {
	font-size:1.1em;
}
#secondary ul {
	margin-right: 50px;    
	padding-left: 10px;
}
#secondary ul ul{
	margin:0;
	padding:0;
}
#secondary .widgetcontainer {
	border-bottom: 2px dotted #dedede;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background: url('images/background-grass.gif') no-repeat;
}
#siteinfo {
    color:#fff;
    font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.5px;
   	padding:103px 50px 27px;
	text-align:right;
}
#siteinfo.bullfrog {
	background: url(images/bullfrog-powered.jpg) no-repeat scroll 40px 15px;
}
#siteinfo span {
	color: #f58b1d;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #8e258d;
}

#below-footer {
 	color: #898989;
	line-height:11px;
}
#below-footer a:link, #below-footer a:visited {
	text-decoration:none;
	color: #898989;
}
#below-footer a:hover {
	text-decoration:underline;
	color: #898989;
}



/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#8e258d !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#	8e258d !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}

#connect {
	width: 120px;
	float:right;
	padding: 0px 0 5px 10px;
	margin: 20px 20px 0 10px;
	border-left: solid 5px #8e288b;
}
#connect h2 {
	padding:5px 0 7px;
}
#connect p {
	margin: 0;
}
#connect p a:link,#connect p a:visited {
	color: #8e288b;
}
#connect a {
	text-decoration:none;
}

#outcomes {
	border-left:5px solid #999999;
	float:right;
	margin:10px 0 10px 30px;
	padding:0 0 5px 10px;
	width:180px;
}
#outcomes h2 {
	padding:5px 0 7px;
	color:#4F2D7F;
}
#outcomes p {
	margin: 0;
}
#outcomes p a:link,#connect p a:visited {
	color: #999;
}
#outcomes a {
	text-decoration:none;
}
#outcomes ul {
	margin-left: 16px;
	margin-bottom: 0;
}
#outcomes ul li {
	padding:1px 0;
}


#jux-social-container {
	font-size: 10px;	
}

#jux-social-container a {
	text-decoration:none;
	margin-right: 10px;
}

#jux-social-container img {
	padding-right:3px;
	vertical-align:middle;
}

#case-study-footer {
	padding:20px 0 5px;
}

#case-study-download {
	float:right;
	font-size:10px;
}

#case-study-download img {
	padding-right:3px;
	vertical-align:middle;
}
	
#case-study-download  a {
	text-decoration:none;
	margin-right: 10px;
}

/* Tweetblender styles */
#twitterlogo {
	/*display:none;*/
}
#tb_tools {
	display:none;
}


/* Junxion staff list styles */
ul#staff-list {
	list-style:none;
	margin:0;
	padding:0;
}
ul#staff-list li {
	border-top: 2px solid #e2e3e2;
	padding:5px 5px 5px 15px;
}
ul#staff-list li.first {
	border:none;
}
ul#staff-list li.active a:link, ul#staff-list li.active a:visited {
	color: #8e258d;
	font-weight:bold;
}
ul#staff-list a:link, ul#staff-list a:visited {
	text-decoration:none;
	color: #4f4f4f;
}
ul#staff-list a:hover {
	text-decoration:underline;	
}

.staff-thumb-container {
	padding: 10px 0 0 ;
	position:relative;
	width:450px;
}
.staff-thumb {
	display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline;
	float:left;
	width: 60px;
	height: 60px;
	margin: 0 10px 10px 0;	
	text-align:center;
	line-height:60px;
	position:relative;
}
.staff-thumb img {
	border:0;
	width: 60px;
	height: 60px;
}
.staff-thumb img.faded {
	opacity:0.6;filter:alpha(opacity=60);
}

#staff-photo {
	float:left;
	width:217px;
	height:143px;
}
#staff-photo img{
	align: left;
	margin-left: -10px;
	padding: 0 10px 10px 0;
}

#staff-info {
	float:left;
	width: 217px;
	margin-top:-8px;
}

#staff-info blockquote {
	color:#ff7900;
  	background: transparent url(images/quotationLeft.gif) left 7px no-repeat;
	margin:0;
	padding-left: 0px;
	padding-bottom:15px;
	font-size:14px;
	line-height:20px;
	font-family:Tahoma;
	border:0;
}
#staff-info blockquote div {
  padding: 0 6px 0 15px;
  background: transparent url(images/quotationRight.gif) right bottom no-repeat;
}

br.clearfloat{
	clear:both;
}


#staff-email a {
	text-decoration:none;	
	font-size:10px;
}
#staff-email a img {
vertical-align:middle;
}


/* Horizontal Carousel */
#horizontal_carousel {
 	width: 446px;
  	padding:0px;
  	margin-left: -15px;
 	margin-bottom: 10px;
	color: #999;
	font-size:10px;
}

#horizontal_carousel .container {
  	width: 412px;
  	overflow: hidden;
	border:solid 1px #e9e9e9;
  	float:left;
	position:relative;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0 0 0 0;
  width: 100000px;
  position: relative;
  top: 0;
  height: 110px;
  overflow:hidden;
}                      

#horizontal_carousel ul li {
  width: 207px;
  height: 110px;
  text-align: center; 
  list-style:none;   
  float:left;
  margin:0;
  padding:0;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 12px;
  height: 12px;
  background: url(images/gallery-arrow-left.jpg) no-repeat;
  z-index: 100;
  cursor: pointer;
  margin-top: 54px;
  padding-right:3px;
}

#horizontal_carousel .previous_button_over {
  background: url(images/gallery-arrow-left-roll.jpg) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(images/gallery-arrow-left-inactive.jpg) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
	float:left;  
	width: 12px;
	height: 12px;
	background: url(images/gallery-arrow-right.jpg) no-repeat;
	z-index: 100;
	cursor: pointer;
	margin-top: 54px;
  	padding-left:3px;
}

#horizontal_carousel .next_button_over {
  background: url(images/gallery-arrow-right-roll.jpg) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(images/gallery-arrow-right-inactive.jpg) no-repeat;
  cursor: default;
}


.testimonial .top {
	background: url('images/quote-box-top.jpg') no-repeat;
	width:207px;
	height: 5px;
	margin-left: -2px;
}

.testimonial .bottom {
	background: url('images/quote-box-bottom.jpg') no-repeat;
	width:207px;
	height: 5px;
	margin-left: -2px;
}
.testimonial .middle {
	background: url('images/quote-box-middle.jpg') repeat-y;
	width:170px;
	color: #fff;
	padding: 10px 15px;
	margin-left: -2px;
	font-size: 13px;
	font-style:italic;
	font-family:Tahoma;
}
.testimonial .quote-source {
	font-style:normal;
	font-size:11px;
	padding-top:10px;
	text-align:right;
}


.featured-case-study {
	font-family: Tahoma, Verdana;
	font-size:14px;
	line-height:18px;
}
.featured-case-study a:link, .featured-case-study a:visited {
	font-size:11px;
}
.featured-case-study .top {
	background: url('images/feature-box-top.jpg') no-repeat;
	width:450px;
	height: 10px;
	margin-left: -12px;
}

.featured-case-study .bottom {
	background: url('images/feature-box-bottom.jpg') no-repeat;
	width:450px;
	height: 19px;
	margin-left: -12px;
}
.featured-case-study .middle {
	background: url('images/feature-box-middle.jpg') repeat-y;
	margin-left:-12px;
		padding:5px 35px 10px 20px;
		width:395px;
}

.featured-case-study img {
	float:left;
	margin-right:12px;
	vertical-align:middle;
}

.featured-case-study .enviro {
	background: url('images/feature-enviro-icon.jpg') no-repeat;
	float:right;
	height:40px;
	margin-top:-9px;
	padding-right:29px;
	width:41px;	
}

.featured-case-study .social {
	background: url('images/feature-social-icon.jpg') no-repeat;
	float:right;
	height:40px;
	margin-top:-9px;
	padding-right:29px;
	width:41px;	
}

.featured-case-study .trust {
	background: url('images/feature-trust-icon.jpg') no-repeat;
	float:right;
	height:40px;
	margin-top:-9px;
	padding-right:29px;
	width:41px;	
}
.featured-case-study em {
	font-style: normal;
	color: #4F2D7F;
}

img.landing-image {
padding-bottom:8px;
}

.related-news a {
	font-size: 12px;
}
.related-casestudies a {
	font-size: 12px;
}

.related-casestudies ul li {
	list-style:none;
	margin: 0 0 10px 0;
}
.related-casestudies img {
	border: 1px solid #ddd;
}
.related-news ul li {
	list-style:none;
	margin: 0 0 10px 0;
}
.related-news  .meta {
	color: #999;
}
.related-news  .meta a:link, .related-news  .meta a:visited {
	color: #999;
	text-decoration:none;
}
.related-news  .meta a:link {
	color: #999;
	text-decoration:underline;
}



#TB_ajaxWindowTitle {
	background:none;
	color: #ff7900;
}

#TB_title {
	background-color: none;
}

#TB_caption a:link, #TB_caption a:visited {
	text-decoration: none;
}


#connect-with-us a {
	display:block;
	padding: 0 0 10px;
}
#connect-with-us a:link,#connect-with-us a:visited {
	text-decoration:none;
	color:#ff7f00;	
	clear:both;
}
#connect-with-us a:hover {
	text-decoration:underline;
	color:#ff7f00;	
}
#connect-with-us img {
	float:left;
	margin-bottom:10px;
	margin-right:6px;
	margin-top:-3px;
}

/* Sidebar text widget - junxion news */
li#text-5 {
border-top:2px dotted #DEDEDE;
border-bottom:2px dotted #DEDEDE;
margin-left:20px;
margin-right:10px;
margin-top:35px;
padding:10px 0 20px;
width:140px;
}

