﻿body{
	background-image: url('images/background.png');
	background-position: center top ;
	background-repeat: no-repeat;
	background-color: #bbc5d0;
	
	margin: 0 0 0 0;
	
	font-family: "Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
	font-size: medium;
}
#main {
	width: 1024px;
	display:block;
	margin-left: auto; 
	margin-right: auto;
}
#logo {
	display: block;
	position: relative;
	left: 10px; top: 20px;
	width: 1000px; height: 65px;
	
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
}

#tab-container {
	display: block; 
	position: relative;
	
	left: 10px; top: 30px;
	width: 960px; height: 120px;
	
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
}
#tab-container li {	
	width:115px; height: 120px;		
	text-align: center;
	
	float:left; list-style-type:none;
}


#home {background-image: url('images/tab_home.png')}
#time {background-image: url('images/tab_time.png')}
#conflict {background-image: url('images/tab_conflict.png')}
#communications {background-image: url('images/tab_communications.png')}	
#stress {background-image: url('images/tab_stress.png')}	
#learning {background-image: url('images/tab_learning.png')}
#ccguk {
background-image: url('images/tab_ccguk.png');
	width:115px; height: 120px;		
	text-align: center;
	
	float:left; list-style-type:none;

}	
#about {background-image: url('images/tab_about.png')}

a:active {
  outline:none;
}

a:focus {
	outline: none;
}

:focus {
  -moz-outline-style:none;
}
.large {
	display: block;
	position: absolute;
	right: 85px; bottom: 60px;
	width: 256px; height: 212px;
}
#Lhome {
	background-image: url('images/large_home.png');
	background-repeat: no-repeat;
	z-index: 3;
}

#panes {
	width:900px;
	margin-left: auto; margin-right: auto;
	margin-bottom:-20px;
	padding-bottom:20px;
	top: 10px; 
	
	text-align: justify;
	position:relative;
}

#panes div {
	display:none;		
	position:absolute;
	top:30px;
	left:20px;
	font-size:13px;
	color:#444;	
	width:860px; 
	overflow: hidden;

	padding-right: 15px;
}

#panes img {
	float:right;
	margin-left:15px;		
	margin-bottom: 2px;
}

#panes p.more {
	color:#000;
	font-weight:bold;
	font-size:13px;
}

#panes ul.more {
	color:#000;
	font-weight:bold;
	font-size:13px;
}


#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

#panes h4 {
	margin:0 0 -5px 0;
	font-size:17px;
	font-weight:normal;
}


#tab-container a {
	color:#333333;
	display:block;
	position:relative;
	word-spacing:-2px;
	font-size:11px;		
	height:122px;
	text-decoration:none;
}	

#tab-container a.current {
	background-position: -120px;
}

#tab-container img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:3px 0 5px 27px;
	padding:4px;		
	display:block;
}

#tab-container strong {
	display:block;		
	font-size:13px;
}

#footer {
	position:fixed;
	bottom: 0px;
	right: 5px;
	height: 50px;
	width: 250px;
	font-size: x-small;
	color: #333333;
	text-align: right;
}

.nodec {
	text-decoration: none;
	color: #333333;
}
