html {
    font: normal 62.5%/1 "Trebuchet MS", arial, sans-serif;
    padding: 0px;
    color: #505050;
    height: 100%;
    background-color: #ffffff;
}

body {
    height: 100%;
    background: transparent url('../images/bg-header.png') repeat-x top left;
}

hr {
    height:1px;
    border: 0;
    background-color: #ffffff;
    color:#e3e3e3;
}


.public_content2 a {
	color:black; 
	font-weight: bold;
}

.public_content2 a:visited{
	color:black;    
}

#work {
    width:450px;
}

#personal {
    width:200px;
}

#col1 {
	width:330px;
	float:left;
	
}

#col2 {
	padding-right:15px;
	width:330px;
	float:right;
}

#homecol1 {
	width:390px;
	float:left;
	margin-top:20px;
}

#homecol2 { 
	width:500px;
	position:relative;
	float:right;
	margin-top:20px;
}


#facebook-thumb {
	padding-left:2px;
}


/* SHORTCUTS */
#shortcuts {
	position: absolute; 
	left: -500px; 
	top: -500px;
	width: 50%;
	color: #505050;
	background-color: #ffffff;
}

#colour {
    position:absolute;
    left:50%;
    margin-top:20px;
    margin-left:150px;
    padding-top:0px;
    padding-left:15px;
    font-size: 1.3em;
    background: transparent url('../images/colour-changer-background.gif') no-repeat;
    width: 330px;
    height: 40px;
}

#partner {
    position:absolute;
    left:50%;
    margin-top:10px;
    margin-left:370px;
}



#form {
	margin-top:5px;
	color:white;
	font-weight: bold;
	
}

#formtext {
	margin-top:8px;
	color:white;
	font-weight: bold;
	float:left;
}


.public_content h1, 
.public_content h2 {
    color: #555555;
    font-weight: bold; 
}

.public_content2 h1, 
.public_content2 h2 {
    color: #555555;
    font-weight: bold; 
}

.cols{}
.cols .col1{
	width: 245px;
	float: left;
}

.cols .col2{
	width: 275px;
	
}

.cols .col3{
	width: 240px;
	float:right;
}

.content-cols{}
.content-cols .col1{
	width: 50%;
	float: left;
}

.content-cols .col2{
	width: 50%;
	float:right;
}

.content-cols .col3{
	width: 0%;
	float:right;
}


a, a:visited { 
    text-decoration: none; 
    color: #519be0;   
}

#right_content {
    width: 170px;
    float: right;
    margin-top:10px;
    border-left: 1px solid #e3e3e3; padding: 15px;
}

#right_content_web {
    width: 190px;
    float: right;
    margin-top:-195px;
    border-left: 1px solid #e3e3e3; padding: 10px;
}

#right_content_virtual {
    width: 190px;
    float: right;
    margin-top:-195px;
    border-left: 1px solid #e3e3e3; padding: 10px;
}

#right_content_contact {
    width: 190px;
    float: right;
    margin-top:10px;
    border-left: 1px solid #e3e3e3; padding: 10px;
}

#right_content_cs {
    width: 190px;
    float: right;
    margin-top:-195px;
    border-left: 1px solid #e3e3e3; padding: 10px;
}

#right_content_partners {
    width: 190px;
    float: right;
    margin-top:-195px;
    border-left: 1px solid #e3e3e3; padding: 10px;
}

#right_content_seminar {
    width: 190px;
    float: right;
    margin-top:-195px;
    border-left: 1px solid #e3e3e3; padding: 10px;
}

#right_content_profile {
    width: 190px;
    float: right;
    margin-top:-175px;
    border-left: 1px solid #e3e3e3; padding: 10px;
}

#right_content_news {
    width: 190px;
    float: right;
    margin-top: 10px;
    border-left: 1px solid #e3e3e3; padding: 10px;
}

#right_content_party {
    width: 190px;
    float: right;
    margin-top:-575px;
    border-left: 1px solid #e3e3e3; padding: 10px;
}

#imgleft {
    float:left;
    padding-right:5px;
}

#imgright {
    float:right;
    padding-left:5px;
}

blockquote {
    padding: 0px 80px 5px 20px;
    font-size: 1.1em;
    line-height: 1.5em;
}

a:hover { text-decoration: underline; }
a.active { color: #96bf46; }

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

.display_none {
    display: none;
}

#tree_top {
    position: relative;
    min-height: 100%;
    margin: 0;
}

* html #tree_top { height: 100%; }

.center960 {
    width: 960px;
    margin: 0 auto;
}

#tree_trunk { 
    padding: 0px 0 0px 0; 
    clear: both;
    margin-top:-10px;
}

#homepage #tree_trunk { padding: 0px 10px 70px 10px; }



/* Back to global styling... */
#navigation_tabs {
    list-style-type: none;
    float: right;
    clear: right;
    height: 28px;
    margin: 0 0 0 0;
    width: 714px;
    z-index:9;
    position:relative;
}

* html #navigation_tabs { width: 714px; }

#navigation_tabs li {
    width: 120px;
    height: 28px;
    float: left;
    margin: -15px 0 0 -1px;
}

#navigation_tabs li a,
#navigation_tabs li a:visited {
    display: block;
    width: 120px;
    height: 28px;
    text-indent: -9000px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left;
    
}

/*  Public site tab navigation styling -- not truly global in some sense,
 *  but worth it to separate out for future purposes. Users can now also be logged in on corporate pages. */
 
#navigation_tabs li#home a, #navigation_tabs li#home a:visited { background-image: url('../images/home-tab.png');z-index:9; }
#navigation_tabs li#home a.active { background-image: url('../images/home-tab-selected.png');z-index:9; }

#navigation_tabs li#sharepoint a, #navigation_tabs li#personal a:visited { background-image: url('../images/sharepoint-tab.png'); }
#navigation_tabs li#sharepoint a.active { background-image: url('../images/sharepoint-selected.png'); }

#navigation_tabs li#thecloud a, #navigation_tabs li#personal a:visited { background-image: url('../images/cloud-tab.png'); }
#navigation_tabs li#thecloud a.active { background-image: url('../images/cloud-tab-selected.png'); }

#navigation_tabs li#virtualagents a, #navigation_tabs li#personal a:visited { background-image: url('../images/virtual-tab.png'); }
#navigation_tabs li#virtualagents a.active { background-image: url('../images/virtual-tab-selected.png'); }

#navigation_tabs li#socialmedia a, #navigation_tabs li#personal a:visited { background-image: url('../images/social-media-tab.png'); }
#navigation_tabs li#socialmedia a.active { background-image: url('../images/social-media-tab-selected.png'); }

#navigation_tabs li#contactus a, #navigation_tabs li#personal a:visited { background-image: url('../images/contact-tab.png'); }
#navigation_tabs li#contactus a.active { background-image: url('../images/contact-tab-selected.png'); }


.subMenu {
    font-size: .8em;
}


logo {
z-index:1;
}


/*  Style Guides for Features Style  */
.break {
    margin-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
}

.break img {
    float: left;
}

.break h4 {
    padding-bottom: 4px;
}

.break h4, 
.break p {
    float: right;
    width: 570px;
    margin-bottom: 0px;
    padding-right: 20px;
}

#tree_roots {
    position: relative;
    margin: -70px 0px 0 0;
    height: 70px;
    font-size: 1.1em;
    line-height: 1.6em;
    background: transparent url('../images/bg-footer.png') repeat-x bottom left;
}

#root_cluster {
    width: 960px;
    margin: 0 auto;
}

#tree_roots dl { margin-top: 20px; }

#tree_roots dl.left { 
    float: left; 
    width: 600px;
    padding-left:20px;
}

#tree_roots dl.right { 
    width: 140px; 
    float: right; 
    text-align: left;
}

#tree_roots dl dt {
    color: #fff;
    font-size: 1.3em;
    line-height: 1.4em;
}

#tree_roots dl.right dt {
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 5px 0 0 0;
}

#tree_roots dl.left dt {
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 5px 0 0 0;
}

#tree_roots a, 
#tree_roots a:visited { color: #fff; }
