/* ---------------------------------------------------------------------
        GLOBAL STYLES - UNIVERSAL SELECTORS AND CLASSES
------------------------------------------------------------------------

These are default styles that every page needs to inherit */

 
/* ********* TYPOGRAPHY ********* */

body {
	font-size:62.5%;
	font-family: Verdana, Geneva, sans-serif;
	background:#112b67 url(../images/backgr-body.png) left top repeat-x;
	color:#767676;
	line-height:1.5;
	padding-bottom:25px;
}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

h2 {
	font-size:2.2em;
	font-weight:bold;
	line-height:1;
	letter-spacing:-0.046em;
	color:#112b67;
	margin-top:0.682em;
	margin-bottom:0.273em; 
	
}

h3 {
	font-size:1.4em;
	font-weight:normal;
	line-height:1.429;
	color:#112b67;
	margin-bottom:1.286em;
}

#home-page h3 {
	color:#fb7c00;
	line-height:1.572;
	margin-bottom:0.786em;
}

h3.error {
	color:#b10000;
}

h3 + h3 {
	margin-top:-0.715em;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5;
	color:#fb7c00;
	margin-bottom:0.167em;
}

h5 {
	font-size:1em;
	font-weight:bold;
	line-height:1.2;
	color:#112b67;
	margin-bottom:0.4em;
}

h5.subtitle {
	font-size:1.2em;
	font-weight:normal;
	line-height:1.167;
	color:#333333;
	margin-top:1.667em;
	margin-bottom:0.334em;
}

p {
	font-size:1.2em;
	color:#767676;
	margin:0 0 1.5em 0; 
}

p strong {
	color:#333;	
}

.bold {font-weight:bold}

strong {font-weight:bold;}
em, dfn {font-style:italic;}

blockquote {margin:1.5em;color:#666;font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
th, td, caption {padding:4px 10px 4px 5px;}
tfoot {font-style:italic;}

.hide {display:none;}

.clear {clear:both;height:0;overflow:hidden}
.left {float:left;}
.right {float:right}


hr {display:none;}

a {
	color:#112b67;
	text-decoration:underline;
}

a:hover {
	color:#112b67;
	text-decoration:none;
}


/* ********* FORMS ********* */

.flash {
  padding:6px;
  margin:0 0 10px 0;
  border:1px solid;
}

.flash p {
  margin:0;
  font-weight:bold;
  font-size:1em;
}

.flash-error {
  background:#FDD;
  border-color:#FFBABA;
}

.flash-success {
  background:#CFFFC4;
  border-color:#7CFF77;
}

.flash-error p {
  color:#AE1B00;
}

.flash-success p {
  color:#008700;
}

form p {
	font-size:1em;
	line-height:1;
	margin:0;
}

form h5 {
	float:right;
	font-size:1em;
	font-weight:normal;
	line-height:1;
	margin:18px 12px 0 0;
	color:#666666;
}

form h5 strong {
	color:#f47005;
}

form li {
	float:left;
	margin-bottom:10px;
}

strong.error {
  float:left;
  color:#FF0C00;
  font-weight:bold;
  margin:5px 0 0 135px;
}


/* 	Clicked Creative July 2009 */

#newsletter-box form li {
	margin-bottom:15px;
}

form li#newsletter-signup {
	padding-left:135px;
	height:27px;
	margin-bottom:0;
	padding-bottom:10px;
}

label {
	float:left;
	clear:left;
	width:100px;
	margin-left:15px;
	margin-right:20px;
	font-weight:bold;
	color:#717171;
	text-align:right;
	line-height:2.7;
}

form li#newsletter-signup label {
	float:none;
	clear:none;
	width:auto;
	margin-left:0;
	padding:0;
	margin-right:5px;
	font-weight:normal;
	vertical-align:middle;
	text-align:left;
}

label strong {
	color:#f47005;	
}

input {
	float:left;
	width:232px;
	margin:0;
	font-size:1.4em;
	color:#000;
	overflow:hidden;
}

input.checkbox {
	float: none;
	width:15px;
	height:15px;
	margin:0;
	padding:0;
	background:none;
	vertical-align:middle;
}

#newsletter-box input {
	float:none;
	width:160px;
	height:16px;
	border:1px solid #9f9f9f;
	background:#fff;
}

#newsletter-box input.error {
  background:#FFD2D2;
  border:2px solid #FF6D6D;
}

#success_message {
  color:#00A100;
  font-weight:bold;
  font-size:110%;
  width:170px;
  line-height:1.2em;
}


button {
	float:right;
	display:block;
	width:75px;
	height:28px;
	margin-right:20px;
	background:url(../images/button-submit.png) left top no-repeat;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}

button:hover {
	background-position:left bottom;	
}

#newsletter-box button {
	width:94px;
	height:26px;
	margin-right:28px;
	background:url(../images/button-signup.png) left top no-repeat;
}

#newsletter-box button:hover {
	background-position:left bottom;
}


/* ********* CLEAR FIX HACK ********* */

.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}				
.cf {display: block;}
/* End hide from IE-mac */




/* ---------------------------------------------------------------------
            	GLOBAL STYLES - STRUCTURAL RULES
------------------------------------------------------------------------ 

These are default styles that every page needs to inherit */

#page {
	width:950px;
	padding:0 25px;
	margin:0 auto;
	background:url(../images/page-middle.png) left top repeat-y;
}

#page-content {
	float:right;
	width:606px;
	min-height:500px;
	margin-right:20px;
}

#home-page #page-content {
	width:910px;
}

#sidebar {
	float:left;
	width:324px;
	margin-top:32px;
	margin-bottom:30px;
}

div.img-right {
	padding-right:315px;
	background-position:right top;
	background-repeat:no-repeat;
	margin-bottom:1.5em;
}

div.img-right#virtual-show {
	background-image:url(../images/virtual-show.jpg);	
}

span.small {
	font-size:0.834em;	
}

p.top-less {
	margin-top:-0.5em;	
}

p.small-text {
	font-size:1em;	
}

/* ////////      HEADER       \\\\\\\\ */

#header {
	position:relative;
	height:100px;
	background:url(../images/page-top.png) left top repeat-x;
	z-index:2;
}

#header h1 {
	position:absolute;
	left:1px;
	top:0;
	width:322px;
	height:132px;
}

#header h1 a {
	display:block;
	width:322px;
	height:132px;
	background:url(../images/logo-RaptureWorld.png) left top no-repeat;
	text-indent:-9999px;
}



#header #contact-info {
	float:right;
	margin:17px 20px 0 0;
	text-align:right;
}

#header #contact-info h3 {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.286;
	color:#cccccc;
	margin:0;
}

#header #contact-info h3 strong {
	color:#fb7c00;	
}

#header #contact-info h3 a {
	color:#af3e00;
	text-decoration:none;
}

#header #contact-info h3 a:hover {
	color:#af3e00;
	text-decoration:underline;
}


/* *** TOP NAVIGATION *** */

#header ul#topnav {
	position:absolute;
	right:20px;
	bottom:0;
}

ul#topnav li {
	position:relative;
	float:left;
}

ul#topnav li a.item {
	display:block;
	height:35px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

ul#topnav li a:hover.item, ul#topnav li:hover a.item{
	background-position:left bottom;
}

ul#topnav li a.setactive {
	background-position:left bottom;
}




a#topnav-home {
	width:53px;
	background-image:url(../images/home-tab.jpg);
}

a#topnav-credentials {
	width:81px;
	background-image:url(../images/credentials-tab.jpg);
}

a#topnav-services {
	width:64px;
	background-image:url(../images/services-tab.jpg);
}

a#topnav-approach {
	width:96px;
	background-image:url(../images/our-approach-tab.jpg);
}

a#topnav-clients {
	width:55px;
	background-image:url(../images/clients-tab.jpg);
}
a#topnav-webinars {
	width:68px;
	background-image:url(../images/webinars-tab.jpg);
}

a#topnav-community {
	width:81px;
	background-image:url(../images/community-tab.jpg);
}

a#topnav-contact {
	width:84px;
	background-image:url(../images/contact-us-tab.jpg);
}

ul#topnav ul {
	display:none;
	position:absolute;
	top:35px;
	left:-37px;
	width:219px;
	padding-top:0.3em;
	background:url(../images/subnav-middle.png) left top repeat-y;
}

ul#topnav li:hover ul {
	display:block;	
}

ul#topnav ul li {
	position:static;
	float:none;
	display:block;
	padding:0.9em 54px 0 47px;
}

ul#topnav ul li.last-one {
	position:relative;
	padding-bottom:47px;
	margin-bottom:-46px;
	background:url(../images/subnav-bottom.png) left bottom no-repeat;
}

ul#topnav ul li a {
	display:block;
	font-weight:bold;
	line-height:1.3;
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
}

ul#topnav ul li a:hover {
	color:#fb7c00;	
	text-decoration:none;
}




/* ////////      BANNER       \\\\\\\\ */

#page-content #banner {
	width:566px;
	height:129px;
	margin-bottom:15px;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:20px;
	font-family:Tahoma, Geneva, sans-serif;	
	font-size:1.3em;
	text-align:center;
	line-height:1.539;
	color:#808080;
	background:url(../images/banner-subpage-backgr.png) left top no-repeat;
}

#banner h3 {
	margin:0 0 2px 0;
	font-size:1em;
	font-weight:normal;
	text-align:center;
	line-height:1.462;
	color:#808080;
}

#banner h4 {
	margin:18px 0 0 0;
	font-size:0.847em;
	font-weight:normal;
	text-align:right;
	line-height:1.182;
	color:#fb7c00;
}


/* ////////      	QUICK LINKS       \\\\\\\\ */

#sidebar .quick-links {
	width:284px;
	margin-left:20px;
	margin-bottom:2px;
	background:url(../images/quick-links-middle.png) left top repeat-y;
}

.quick-links ul.sidenav {
	display:block;
	min-height:108px;
	padding:0.9em 24px 0 16px;
	background:url(../images/quick-links-bottom.png) left bottom no-repeat;
	font-weight:bold;
	color:#797979;
}

.quick-links li {
	line-height:1.1;
	padding-bottom:1.1em;
}

.quick-links ul.sidenav ul {
	padding-left:15px;	
}

.quick-links ul.sidenav ul li {
	padding-bottom:0;
	padding-top:1.1em;
}

.quick-links h3 {
	height:30px;
	margin:0;
	padding-top:14px;
	padding-left:16px;
	background:url(../images/quick-links-top.png) left top no-repeat;
	font-size:1.6em;
	font-weight:bold;
	line-height:1;
	color:#112b67;
}

.quick-links a {
	font-weight:bold;
	color:#797979;
	text-decoration:none;
}

.quick-links a:hover, .quick-links a.active {
	font-weight:bold;
	color:#fb7c00;
	text-decoration:none;
}

.quick-links .selected {
	font-weight:bold;
	color:#fb7c00;
	text-decoration:none;
}


/* ////////      ACTION BUTTONS       \\\\\\\\ */

ul.action-buttons {
	display:block;
	margin:3px 0 -2px 16px;
}

.infobox + ul.action-buttons {
	margin-top:-2px;	
}

ul.action-buttons li {
	padding-bottom:2px;	
}

ul.action-buttons li a {
	display:block;
	width:292px;
	height:45px;
	text-indent:-9999px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
}

ul.action-buttons li a:hover {
	background-position:left bottom;
}

ul.action-buttons li a.button-whatwedo {
	background-image:url(../images/button-whatwedo.png);	
}

ul.action-buttons li a.button-getintouch {
	background-image:url(../images/button-getintouch.png);	
}

ul.action-buttons li a.button-twitter {
	background-image:url(../images/button-twitter.png);	
}

ul.action-buttons li a.button-requestinfo {
	background-image:url(../images/button-request-information.png);	
}


/* ////////      INFOBOX       \\\\\\\\ */


.infobox {
	width:300px;
	margin-left:12px;
	background:url(../images/infobox-middle.png) left top repeat-y;
}

.infobox .infobox-content {
	min-height:50px;
	padding:0 25px 25px 25px;
	background:url(../images/infobox-bottom.png) left bottom no-repeat;
	color:#666666;
}

.infobox h3 {
	height:18px;
	margin:0 0 0.188em 0;
	padding:20px 25px 0 23px;
	background:url(../images/infobox-top.png) left top no-repeat;
	font-size:1.6em;
	font-weight:bold;
	line-height:1;
	color:#112b67;
}

.infobox p {
	font-size:1em;
	color:#666666;
	margin: 0 0 0.8em 0;
}

.infobox p strong {
	color:#666666;	
}

.infobox h4 {
	font-size:1em;
	font-weight:bold;
	line-height:1.4;
	color:#666666;
	margin:0;
}

.infobox h4 strong {
	display:block;	
}

.infobox img {
	float:left;
	width:68px;
	height:44px;
	margin-right:10px;
	margin-bottom:1px;
	
}


/*-------THIBAULT TO REMOVE WHEN DONE-------*/
.pdfDownload{
	width: 292px;
	height: 155px;
	margin-left:16px;
}



/*-------THIBAULT TO REMOVE WHEN DONE-------*/

/* ////////      LISTBOX      \\\\\\\\ */

.listbox {
	width:566px;
	min-height:76px;
	margin-top:17px;
	margin-bottom:19px;
	padding:0 20px 14px 20px;
	background:#f0f0f0 url(../images/listbox-bottom.png) left bottom no-repeat;
	font-size:1.2em;
	color:#112b67;
}

h3 + .listbox {
	margin-top:-2px;	
}

.listbox-top {
	width:606px;
	height:5px;
	margin-left:-20px;
	margin-right:-20px;
	background:url(../images/listbox-top.png) left top no-repeat; 
	margin-bottom:9px;
	overflow:hidden;
}

.listbox h5 {
	margin-bottom:0.5em;	
}

.listbox p {
	margin-bottom:1em;	
}

.listbox h3 {
	font-size:1em;	
}

ul.list1 {
	font-size:1.2em;
}

.listbox ul.list1 {
	padding-top:2px;
	font-size:12px;

}

ul.list1 li {
	padding-left:11px;
	padding-bottom:0.167em;
	background:url(../images/bullet1.png) left 0.667em no-repeat;
	line-height:1.5;
}

/* ////////      CLIENTS LOGOS      \\\\\\\\ */

.clients-logos {
	float:left;
	width:910px;
	height:44px;
	margin-top:28px;
	margin-left:20px;
	padding-bottom:9px;
	padding-top:25px;
	background:url(../images/clients-logos-title.png) left top no-repeat;
}

#home-page .clients-logos {
	margin-left:0;
	margin-top:15px;
}

#credentials-page .clients-logos {
	margin-top:40px;
}

#community-page .clients-logos {
	margin-top:0px;
}

#private-events-page .clients-logos, #scmworld-clients-page .clients-logos {
	margin-top:17px;
}

#virtual-shows-page .clients-logos {
	margin-top:8px;
}

#supervisory-board-page .clients-logos {
	margin-top:7px;
}

#webcast-360-page .clients-logos {
	margin-top:10px;
}

#contact-page .clients-logos {
	margin-top:0px;
}

.clients-logos img {
	float:left;
	margin: 0 30px;
}

.clients-logos h3 {
	display:none;	
}


/* ////////      PICBOX       \\\\\\\\ */

.picbox {
	position:relative;
	min-height:118px;
	margin-top:16px;
	padding-left:157px;
	padding-bottom:4px;
	border-bottom:1px solid #e2e2e2;
}

h3 + .picbox {
	margin-top:26px;
}

p + .picbox {
	margin-top:18px;	
}

.picbox.last-picbox {
	border:none;
	padding-bottom:6px;
}

.picbox img {
	position:absolute;
	top:5px;
	left:1px;
	width:136px;
	height:96px;
}
.picbox img.click-here-recording {
	position: relative;
	top: -5px;
	left: -5px;
}
.picbox .round-me {
	position:absolute;
	top:4px;
	left:0;
	width:138px;
	height:58px;
	margin-bottom:0px;
	
}

.picbox a.action-link {
	color:#fb7c00;
	text-decoration:underline;
}

.picbox a:hover.action-link {
	color:#e25111;
	text-decoration:none;
}

.picbox p {
	margin:0 0 1em 0;
}

.picbox span.action-line {
	float:right;
	margin-bottom:14px;
}

.picbox span.action-line1 {
	display:block;
	margin-top:-7px;
	margin-bottom:14px;
	color:#112b67;
}

.picbox span.action-line2 {
	display:block;
	margin-top:-5px;
	margin-bottom:12px;
}

.picbox a.linked-in {
	display:block;
	position:absolute;
	top:112px;
	left:0;
	width:66px;
	height:19px;
	background:url(../images/linked-in.png) left top no-repeat;
	text-indent:-9999px;
}

.picbox.ver2 {
	min-height:138px;
}

.picbox.ver2 + h2 {
	margin-top:36px;	
}

.picbox.ver3 h5 {
	line-height:1.5;
	margin-top:0.5em;
	margin-bottom:0.2em;	
}

.picbox.expandable {
	min-height:102px;
	padding-bottom:20px;
}

.sep-line {
	height:1px;
	background-color:#e2e2e2;
	overflow:hidden;
}

p + .sep-line {
	margin-top:27px;
}

.picbox h4 span {
	font-size:0.834em;
	font-weight:normal;
	color:#666666;	
}

.picbox a.toggle {
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	width:75px;
	height:21px;
	background:url(../images/button-read-more.png) left top no-repeat;
	text-indent:-9999px;
}

.picbox a:hover.toggle {
	background-position:right top;	
}



#picplacer {
	width:200px;
	margin:0;

}

/* ////////      	FOOTER       \\\\\\\\ */


#footer {
	position:relative;
	width:1000px;
	padding:0;
	margin:0 auto;
	
	text-align:center;
	line-height:1.2;
	color:#3467c1;
}

#footer-content {
	width:1000px;
	padding:44px 0 0 0;background:url(../images/page-bottom.png) left top no-repeat;
}

#footer #copyright {
	position:absolute;
	left:45px;
	top:44px;
}

#copyright span {
	display:none;	
}

#footer a {
	color:#3467c1;
	text-decoration:underline;
}

#footer a:hover {
	color:#5e8ad6;
	text-decoration:underline;
}

#footer a.credits {
	position:absolute;
	right:45px;
	top:44px;
}

#footer ul li {
	display:inline;
}



/* ---------------------------------------------------------------------
            		INDIVIDUAL PAGE STYLES
------------------------------------------------------------------------ */


/* ////////      OUR APPROACH       \\\\\\\\ */

img#image-roi {
	display:block;
	margin-left:-8px;
	margin-bottom:13px;
}


/* ////////      SCM WORLD CLIENTS       \\\\\\\\ */

.logostrip {
	width:614px;
	height:130px;
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:8px;
	padding-left:8px;
	background-position:left bottom;
	background-repeat:no-repeat;
	overflow:hidden;
}

h3 + .logostrip {
	margin-top:22px;	
}

.logostrip#automotive-logos {
	background-image:url(../images/logostrip-automotive.png);	
}

.logostrip#consumer-logos {
	background-image:url(../images/logostrip-consumer.png);	
}

.logostrip#retail-logos {
	background-image:url(../images/logostrip-retail.png);	
}

.logostrip#pharmaceuticals-logos {
	background-image:url(../images/logostrip-pharma.png);	
}

.logostrip#hitech-logos {
	background-image:url(../images/logostrip-hitech.png);	
}

.logostrip#healthcare-logos {
	background-image:url(../images/logostrip-healthcare.png);	
}

.logostrip#chemicals-logos {
	background-image:url(../images/logostrip-chemicals.png);	
}

.logostrip#manufacturing-logos {
	background-image:url(../images/logostrip-manufacturing.png);	
}

.logostrip#services-logos {
	background-image:url(../images/logostrip-services.png);	
}

.logostrip#academic-logos {
	background-image:url(../images/logostrip-academic.png);	
}

.logostrip ul {
	display:none;	
}


/* ////////      WEBCAST 360      \\\\\\\\ */

#our-process {
	width:615px;
	height:645px;
	margin-left:-8px;
	margin-top:19px;
	background:url(../images/our-approach.jpg) left top no-repeat;
	overflow:hidden;
}

#our-process div {
	display:none;	
}


/* ////////      CONTACT      \\\\\\\\ */

#contact-page h2 {
	margin-bottom:0.819em;	
}

#contact-page h2 + h3 {
	margin-top:-0.858em;
	margin-bottom:1.143em;
}

.formbox-container {
	float:left;
	width:397px;
	margin:0px 19px 39px 0;
	background-color:#f0f0f0;
}

.formbox-container .formbox {
	min-height:250px;
	padding-top:20px;
	padding-bottom:15px;
	background:url(../images/formbox-top.png) left top no-repeat;	
}

.formbox-container .formbox-bottom {
	height:5px;
	background:url(../images/formbox-bottom.png) left bottom no-repeat;
	overflow:hidden;
}

#map-info {
	float:right;
	width:190px;
	margin-top:0;
}

#map-info ul {
	margin-bottom:0.6em;
	line-height:1.4;	
}

#map-info h3 {
	margin:0;	
}

#map-info h4 {
	margin-bottom:0.25em;	
}

#map-info a.map {
	float:right;
	display:block;
	width:190px;
	height:102px;
	margin-bottom:10px;
	background:url(../images/map.png) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}


/* ////////      HOMEPAGE     \\\\\\\\ */

#home-banner {
	position:relative;
	height:219px;
	margin-bottom:15px;
	background:url(../images/home-banner.png) left top no-repeat;
	z-index:1;
}

#home-banner h1 {
	display:none;	
}

a#button-learn-more {
	position:absolute;
	top:164px;
	left:15px;
	width:114px;
	height:26px;
	background:url(../images/button-learnmore.png) left top no-repeat;
	text-indent:-9999pc;
	overflow:hidden;
}

a:hover#button-learn-more {
	background-position:right bottom;
}

a.follow-me {
	position:absolute;
	right:15px;
	width:207px;
	height:54px;
	overflow:hidden;
	text-indent:-9999px;
	background-position:left top;
	background-repeat:no-repeat;
}

a:hover.follow-me {
	background-position:left bottom;	
}

a.follow-me#what-we-do {
	top:15px;
	background-image:url(../images/go-to-whatwedo.png);	
}

a.follow-me#get-in-touch {
	top:69px;
	background-image:url(../images/go-to-getintouch.png);	
}

#newsletter-box {
	position:absolute;
	right:7px;
	top:116px;
	width:223px;
	min-height:86px;
	background:url(../images/newsletter-collapsed.png) left top no-repeat;
	
}

#newsletter-box #newsletter-box-content {
	width:200px;
	height:310px;
	padding-top:89px;
	padding-left:23px;
	background:url(../images/newsletter-expanded-long.gif) left top no-repeat;
	overflow:hidden;
}

#newsletter-box a.click-area {
	position:absolute;
	top:11px;
	left:12px;
	display:block;
	width:199px;
	height:63px;
	z-index: 999 !important;
}

#newsletter-box-content h3 {
	display:none;	
}


#our-services {
	float:left;
	width:570px;
}

.service-box {
	float:left;
	width:265px;
	height:168px;
	margin-top:5px;
	margin-right:20px;
	margin-bottom:15px;
	overflow:hidden;
	background-position:left top;
	background-repeat:no-repeat;
}

.service-box#service-webcast {
	background-image:url(../images/service-box-webcast.png);
}

.service-box#service-virtual {
	background-image:url(../images/service-box-shows.png);
}

.service-box#service-appointment {
	clear:left; 
	background-image:url(../images/service-box-setting.png);
}

.service-box#service-list {
	background-image:url(../images/service-box-rental.png);
}

.service-box div {
	float:right;
	margin-right:18px;
	margin-top:12px;
	width:138px;
	height:93px;
	text-align:right;
	line-height:1.4;
	color:#666666;
	overflow:hidden;
}

.service-box div h3 {
	display:none;	
}

.service-box h4 {
	font-size:1em;
	line-height:1.4;
	color:#e45b1b;
	margin-bottom:0.4em;
}

.service-box a {
	display:block;
	padding-top:0.2em;
}

#tweets-bar {
	min-height:16px;
	margin-top:7px;
	margin-bottom:15px;
	padding-left:154px;
	background:url(../images/tweets-title.png) left top no-repeat;
}

#tweets-bar #date {
	float:left;
	padding-right:10px;	
}

#tweets-bar #tweet {
	float:left;
	width:710px;
}

#tweets-bar h3 {
	display:none;	
}

#registration-box {
	position:relative;
	float:left;
	width:432px;
	height:185px;
	margin-left:-12px;
	padding-top:48px;
	padding-left:30px;
	background:url(../images/register-box.png) left top no-repeat;
	color:#666666;
}

#registration-box #picture {
	float:right;
	width:120px;
	margin-right:27px;
	margin-left:24px;
	line-height:1.4;
}

#registration-box #picture img {
	display:block;
	margin-bottom:6px;
}

#registration-box h3 {
	display:none;	
}

#registration-box p {
	padding-top:44px;	
}

#registration-box p strong {
	color:#666666;	
}

#registration-box a#button-register-now {
	position:absolute;
	left:23px;
	bottom:23px;
	width:140px;
	height:45px;
	background:url(../images/button-register-now.png) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#registration-box a:hover#button-register-now {
	background-position:left bottom;	
}

#registration-box a#button-download {
	position:absolute;
	left:163px;
	bottom:23px;
	width:140px;
	height:45px;
	background:url(../images/button-download.png) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#registration-box a:hover#button-download {
	background-position:left bottom;	
}




#newsbox {
	position:relative;
	float:left;
	width:409px;
	height:225px;
	margin-right:-12px;
	padding:10px 32px 0 31px;
	background:url(../images/news-box.png) left top no-repeat;
	
}

#newsbox h3 a {
	display: block;
	height: 65px;
	text-indent: -9999px;
	width: 100%;
	overflow: hidden;
}

#newsbox p {
	line-height:1.334;
	margin-bottom:0.584em;
}

#newsbox p strong {
	color:#666666;	
}

#newsbox a.read-more {
	float:left;
	margin-top:0.9em;
}

#newsbox a.feed {
	position:absolute;
	bottom:36px;
	right:32px;
	padding-right:23px;
	line-height:16px;
	background:url(../images/rss.gif) right center no-repeat;
}


.textbox {
	width:934px;
	margin-top:11px;
	margin-left:-12px;
	margin-right:-12px;
	background:url(../images/textbox-middle.png) left top repeat-y;
}

.textbox .textbox-content {
	min-height:32px;
	padding:25px 28px 0 28px;
	margin-bottom:-5px;
	background:url(../images/textbox-top.png) left top no-repeat;	
}

.textbox .textbox-bottom {
	height:19px;
	background:url(../images/textbox-bottom.png) left top no-repeat;
	overflow:hidden;
}

#home-page .textbox .textbox-content h3 {
	font-weight:bold;
	color:#244787;
	margin-bottom:0.215em;
}

.textbox p {
	font-size:1em;
	line-height:1.6;
	margin-bottom:1.1em;
}

/* ////////      BULLET LIST     \\\\\\\\ */

.privlist ul.privacylist {
	font-size:1.2em;
	padding-bottom:20px;
}

.privlist ul.privacylist {
	padding-top:2px;
	font-size:12px;

}

.privlist ul.privacylist li {
	padding-left:11px;
	padding-bottom:0.167em;
	background:url(../images/bullet1.png) left 0.667em no-repeat;
	line-height:1.5;
}






/* ////////      HOLDINGPAGE     \\\\\\\\ */

#holding {
	width:900px;
	height:400px;
}

/* /////////// SITEMAP ///////////////*/

.sitemap_placer {
	padding-left:40px;
	padding-top:20px;
}

#page-content ul.site_map li a {
	font-size:1.2em;
	line-height: 14px;
}
#page-content ul.site_map li ul li {
	padding-left: 0px;
	width:150px;
}

#page-content ul.site_map li  {
	margin-top: 5px;
}

#page-content ul.site_map li ul li ul li {
	padding-left: 20px;
	text-align: left;
	width:150px;
}

#page-content ul.site_map_footer {
	margin-top: 20px;
}

#page-content ul.site_map_footer li span {
	color: #E16E00;
	font-size: 14px;
	line-height: 14px;
}
#page-content ul.site_map_footer li a {
	display:block;
	width: 400px;
}

#page-content ul.site_map_footer li  {
	margin-top: 5px;
}

#page-content ul.site_map_footer li ul li {
	padding-left: 0px;
	width:100px;
}

/* /////////// HOME PAGE INTRO COPY ///////////////*/

.justify {
	text-align:justify;

}

/* Footer revolving logo divs */

div.revolver	{
	width: 840px;
	padding-left: 60px;
}
.bold {
	font-weight: bold;
}
p.people {
	color: #112b67;
	margin-top: 10px;
}
ul.individual-ul li {
	list-style-type: disc;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 1.2em;
}


/* Homepage SCM Ad box */


#scm-ad-box {
	position:relative;
	float:left;
	width:422px;
	height:223px;
	padding: 10px 0 0 40px;
	margin-left:-12px;
	margin-top: -1px;
	background:url(../images/scm-banner-bg.png) left top no-repeat;
	color:#666666;
}

#scm-ad-box h3	{
	display: block;
	width: 280px;
	height: 105px;
}

#scm-ad-box h3 a	{
	display: block;
	width: 280px;
	height: 105px;
	text-indent: -9999px;
}

#scm-ad-box h3 a:focus	{
	outline: none;
}


#scm-ad-box p.scm-strap	{
	width: 250px;
}

#scm-ad-box p.scm-link a	{
	color: #3c71b5;
}

#scm-ad-box p.scm-link a:hover	{
	text-decoration: underline;
}


/*		CLIENTS GRID		*/

div.client-frame	{

}

div.clients-row	{
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-collapse: collapse;
	margin-top: -1px;
	position: relative;
	padding: 16px 0;
	height: 80px;
}

div.client-logo	{
	float: left;
	height: 80px;
	border-right: 2px solid #ececec;
	position: relative;
}

div.client-logo-last	{
	border: none !important;
}

div.client-logo a	{

}

div.client-logo a img	{

}
