/* CSS Document */


body {
	font: 52.5%/1.5 "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color: #434343; background-color: #fff;
}





/* Headings */

h1 {
	font-size: 3.4em;
	letter-spacing: 0;
	line-height: 1.0;
	color: #6970bf;
	margin-bottom: 0.8em;
}

h2, legend {
	font-size: 2.4em;
	line-height: 1.0;
	color: #1220ba;
}

h3, dt {
	font-size: 2em;
	color: #1220ba;
}

h4 {
	font-size: 1.2em;
	color: #1220ba;
}

/* Links */

a:link, a:visited {
	color: #369;
}

/* Header */

#header  {
	background: #EAEBFB ;
	padding: 16px 3% 12px 3%;
	position: relative;
	border-top: 15px solid #6970bf;
}

#header a:link,
#header a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited {
	color: #1220ba;
}

a:hover, a:active, a:focus {
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#header a:hover,
#header a:active,
#header a:focus,
h2 a:hover,
h2 a:active,
h2 a:focus,
h3 a:hover,
h3 a:active,
h3 a:focus  {
	color: #fff;
	background-color: #1220ba;
}



/* General font-sizes */

#header p, #content p, #content ul, #footer, #maincontent table {
	font-size: 1.5em;
}


p, ul {
	margin-bottom: 1.2em;
}

/* Company name */

span.company, span.company span {
	font-weight: bold;
	
}


.JK {
float: right;
margin-right: 20%;
}

/* Header Area */


#header {
	color: #666;
}

#header #phone {
	font-size: 1.6em;
}

#header .tel {
	color: #1220ba;
}

#header #logo a {
	background: transparent;
}


#header blockquote p, #header .promo {
	font-style: italic;
	word-spacing: 0.2em;
	font-size: 1.6em;
}




/* Intro */


#maincontent .intro {
	font-size: 1.3em;
	margin-bottom: 2em;
	background: #6970bf ;
	color: #fff;
}

#maincontent .intro p {
	margin: 0;
	padding: 20px;
	background: ;
}

#maincontent p, #maincontent h1, #maincontent h2, #maincontent h3, #maincontent legend, #maincontent table {
	padding-left: 30px;
	
}

#maincontent table {
	margin-bottom: 2em;
}

#maincontent ul {
	padding-left: 44px;
}

#maincontent li {
	margin-bottom: 1.2em;
}

#maincontent .courses {
	padding-left: 30px;
	list-style-type: none;
}

#maincontent .courses li {
	margin-bottom: 0.2em;
	padding-left: 10px;
	background: url(/images/arrow.gif) no-repeat 0 0.5em  
}

/* Navigation */

#navigation ul {
	list-style: none;
	font-size: 1.6em;
	text-transform: uppercase;
	background-color: #e8eaff;
	margin-bottom: 2em;
}

#navigation li {
	display: inline; /* Fix IE Bug */
	background: url(img/navborder.gif) repeat-x top left;
}

#navigation a, #navigation span {
	text-decoration: none;
	display: block;
	color: #1220ba;
	padding: 6px 8px 6px 20px;
	background: url(img/navborder.gif) repeat-x top left;
}

#navigation .first, #navigation .first span, #navigation .first a {
	background: none;
}

#navigation span, #navigation a:hover, #navigation a:active, #navigation a:focus {
	padding-left: 17px;
	border-left: 5px solid #1220ba;
	color: #660033;
}

#navigation .here {
	padding-left: 15px;
	border-left: 5px solid #1220ba;
}



#maincontent .promo {
	width: 49%;
	min-width: 280px;
	float: left;
}

#maincontent .promo h2 {
	font-size: 2.2em;
	margin-bottom: 0.5em;
	padding-left: 2.5em;
	background: url(img/bullet1.gif) 26px 50% no-repeat;
}

#maincontent .promo#ux h2 {
	background-image: url(img/bullet1.gif);
}

#maincontent .promo#training h2 {
	background-image: url(img/bullet1.gif);
}

#maincontent .promo#consultancy h2 {
	background-image: url(img/bullet1.gif);
}


#maincontent .promo h2 a {
	text-decoration: none;
}

#maincontent .promo h2+p {
	margin-bottom: 0;
}


/* News */

#sidebar h3 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
}

#news {
	list-style: none;
	font-size: 1.4em;
	margin-bottom: 2em;
}

#news li {
	padding-left: 10px;
	margin-bottom: 0.2em;
	background: url(/images/arrow.gif) no-repeat 0 0.4em;
}


#sidebar .feature a {
	background: transparent;
}



/* Footer */

#footer {
	font-size: 1.4em;
}

#footer .download a {
	text-decoration: none;
}

#footer li {
	list-style: none;
}






/* Easy Clearing :TODO: Fix for IE5.x */

#header:after, #footer:after  {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#header, #footer {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #header, * html #footer {height: 1%;}
#header, #footer {display: block;}
/* End hide from IE-mac */

#phone {
	position: absolute;
	top: 16px;
	left: 2%;
	width: 20%;
}


#logo {
	float: left;
	margin-top: 3em;
	width: 250px; 
	height: 140px; 
}


#highlight {
	width: 61%;
	float: right;
	margin-top: 3em;
	display: inline;
	position: relative;
}

#highlight img {
	float: right;
	margin-left: 2em;
}


#highlight p.link {
	text-align: right;
}



#header #highlight .credit {
	padding-top: 15px;
}



/* Content */


#content {
	background:  #fbfbff ;
	width: 100%;
	padding-top: 30px;
	float: left;
}

#maincontent {
	width: 58%;
	margin-right: 10%;
	display: inline;
	float: right;
	background: #e8eaff;
}


#sidebar {
	width: 25%;
	margin-left: 3%;
	display: inline;
	float: left;
}

#footer {
	background:  #7179bf ;
	padding: 0 3% 10px 3%;
	border-bottom: 5px solid #4f5486;
	color: #fff;
	margin-bottom: 0;
	clear: both;
}




#footer ul {
	float: right;
	margin-top: 40px;
}

#footer li {
	display:inline;
}

#footer address {
	width: 45%;
	float: right;
	text-align: right;
}

#sidebar input {
	width: 100%;
}

input#submit {
	width: auto;
	font-size: 0.85em;
}

/* General
==================================== */

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	border: none;
}

/* Typography
==================================== */

