﻿body {
	background: #7299cf url(/resources/images/template/bg.gif) repeat-x;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
body.employee {
	background: #adafb2 url(/resources/images/template/bg_body.jpg) repeat-x;
}

p {
	margin-bottom: 1em;
	margin: 1em 0px;
}

#wrapper {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 1.2em;
}

#header {
	background: url(/resources/images/template/header_bg.gif) no-repeat;
	height: 159px;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.employee #header {
	background: url(/resources/images/template/header.jpg) no-repeat;
	height: 170px;
	position: relative;	
}

.employee #header h1 a {
	margin: 0px;
	display: block;
	padding: 0;
	width: 214px;
	height: 139px;
}
.employee  #header h1 {
	margin: 0px;
	padding: 0;
	width: 214px;
	height: 139px;
	position: absolute;
	top: 5px;
	left: 31px;
}

#logo {
	margin: 0px;
	width: 336px;
	height: 64px;
	position: absolute;
	top: 20px;
	left: 35px;
}

#tel {
	margin: 0px;
	width: 149px;
	height: 16px;
	position: absolute;
	top: 30px;
	left: 700px;
}

#email {
	margin: 0px;
	width: 190px;
	height: 17px;
	position: absolute;
	top: 60px;
	left: 700px;
}

#email img {
	border:none;
}

#logo img {
	border:none;
}

strong {
	font-weight: bold !important;
}

.mainImage img {
	border: 1px solid #adc0e2;
	margin: 10px 10px 10px 10px;
	float: right;
}

#header p {
	float:  right;
	margin-right: 60px;
	margin-top: 42px;
	color: #adc0e2;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group navbar */

div#navbar {
	height: 29px;
	overflow: hidden;
	width: 965px;
	display: block;
	clear: both;
	background: url(/resources/images/template/menu_bg.gif) no-repeat;
	position: absolute;
	top: 110px;
	margin-left: 15px;
}

div#navbar ul {
	height: 29px;
	padding: 0px;
	background: url(/resources/images/template/navbar_new.gif) no-repeat;
	position: relative;
	display: block;
	margin: 0 0 0 161px;
}

#navbar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	top: 0px;
	position: absolute;
}

#navbar ul li, #navbar a {
	height: 29px;
	display: block;
}

#navbar ul li a {
	text-indent: -5000px;
	text-decoration: none;
}

#nb1 {
	left: 0px;
	width: 108px;
}

#nb2 {
	left: 108px;
	width: 90px;
}

#nb3 {
	left: 198px;
	width: 90px;
}

#nb4 {
	left: 288px;
	width: 152px;
}

#nb5 {
       left: 440px;
       width: 120px;
}

#nb6 {
	left: 558px;
	width: 120px;
}

#nb1 a:hover,
#nb1 a.selected {
	background: url(/resources/images/template/navbar_new.gif) no-repeat 0 -29px transparent;
}

#nb2 a:hover,
#nb2 a.selected {
	background: url(/resources/images/template/navbar_new.gif) no-repeat -108px -29px transparent;
}

#nb3 a:hover,
#nb3 a.selected {
	background: url(/resources/images/template/navbar_new.gif) no-repeat -198px -29px transparent;
}

#nb4 a:hover,
#nb4 a.selected {
	background: url(/resources/images/template/navbar_new.gif) no-repeat -288px -29px transparent;
}

#nb5 a:hover,
#nb5 a.selected {
	background: url(/resources/images/template/navbar_new.gif) no-repeat -440px -29px transparent;
}

#nb6 a:hover,
#nb6 a.selected {
	background: url(/resources/images/template/navbar_new.gif) no-repeat -558px -29px transparent;
}

/* @end */

/* @group sidenav */

#sideNav {
	width: 161px;
	float: left;
	margin-right: 4px;
	display: inline;
	min-height: 1px;
}

#sideNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sideNav li {		
	margin: 0 0 2px 0;
	padding: 0;		
}
* html #sideNav li { height:29px; margin:0;}
#sideNav a {
	display: block;
	background: url(/resources/images/template/side_tabs_top.gif) no-repeat;	
	text-decoration: none;
	color: #666;	
}
.employee #sideNav a { 
	background: url(/resources/images/template/wbs_side_tabs_top.gif) no-repeat;
	color:#000;
}
#sideNav a:hover, #sideNav a.selected{
	background-position: -161px 0px;
}
.employee #sideNav a:hover span, .employee  #sideNav a.selected span{
	color:#fff;
}
#sideNav a span
{
	display:block;
	background: url(/resources/images/template/side_tabs_bot.gif) bottom left no-repeat;
	padding: 3px 5px 2px 12px;
	min-height: 29px;	
	cursor:pointer;
}
.employee #sideNav a span { background: url(/resources/images/template/wbs_side_tabs_bot.gif) no-repeat bottom left;	}
* html #sideNav a span { height:29px; }
#sideNav a:hover span, #sideNav  a.selected span{
	color: #000;
	background-position: bottom right;
}

#sideNav ul ul
{
	margin-top:2px;
	background:#eeeeee url(/resources/images/template/subtree_bg.gif) no-repeat bottom left;
	padding-bottom:7px;
	margin-bottom:2px;
}
#sideNav ul ul  li a
{
	margin-top:5px;
	padding-left:12px;
	font-size:11px;
	background:none;
}
#sideNav ul ul  li.first a
{
	margin-top:0;
	padding-top:7px;		
	background:url(/resources/images/template/subtree_bg_top.gif) no-repeat top left;
}
#sideNav ul ul  li.selected a
{
	font-weight:bold;
}
#sideNav ul ul  li.level4 a
{
	padding-left:20px;	
}
#sideNav ul ul  li.level4-first
{
	margin-top:5px;	
	border-top:1px solid #ccc;
}

#col2 {
	float: left;
	position: relative;
	width:531px;	
}


#col3 {
	position: relative;
	float: right;
}

.employee #col3 {
	width:161px;
}

/* @end */

#content {
	position: relative;
	width: 100%;	
}

.clearing {
	clear: both;
}

#mainPic {
	width: 531px;
	height:311px;
	background: url(/resources/images/template/welcome.jpg) no-repeat;
	margin:0px;
	padding:0px;
}
#mainPic p {
	padding:150px 0 0 30px;
	width:270px;
	color: #0168b3;
	margin:0;
	font-size:1.2em;
	line-height:1.1em;
}

#mainInfo {
	width: 531px;
	float: left;
	top: 0;	
	margin-bottom: 5px;
	width: 511px;	
	display: inline;
}

#mainInfo h1, #mainInfo h2, #mainInfo h3, #mainInfo h4,
#bottomCorners h1, #bottomCorners h2, #bottomCorners h3, #bottomCorners h4
 {
	padding: 10px;
	padding: 0px;
	line-height: 1.2em;
	margin-top: 20px;
	color: #0168b3;
	font-weight: bold;
	font-size: 1.6em;
}

#mainInfo h2,
#bottomCorners h2 {
	font-size: 1.4em;
}
#mainInfo h3,
#bottomCorners h3 {
	font-size: 1.2em;
}
#mainInfo h4,
#bottomCorners h4 {
	font-size: 1em;
}

#mainInfo p,
#bottomCorners p {
	padding: 10px;
	padding: 0px;

	line-height: 1.5em;
	font-size: 1em;
}

#mainInfo li,
#bottomCorners li {
	padding: 8px 0px 0px 0px;
	line-height: 1.5em;

}

#mainInfo a,
#bottomCorners a {
	color: #0068b3;
	text-decoration: none;
}
#mainInfo a:hover,
#bottomCorners a:hover {
	color: #000;
	text-decoration: underline;
}

.employee #mainInfo {
	background-image: none;
	background-color: #adafb2;
	padding-left: 0;
}

.employee #mainInfo img {
	display: block;
	margin-bottom: 10px;
}

.employee #col2 h1, .employee #col2 h2, .employee #col2 h3, .employee #col2 h4 {		
	padding: 10px;
	padding: 0px;
	line-height: 1.2em;
	margin-top: 20px;
	color: #0d256f;
	font-weight: bold;
	font-size: 1.6em;
}
.employee #col2 h2 {
	font-size: 1.4em;
}
.employee #col2 h3 {
	font-size: 1.2em;
}
.employee #col2 h4 {
	font-size: 1em;
}
.employee #col2 a {
	color: #0d256f;	
}



#topCorners {
	float:left;
	width: 531px;	
	min-height:500px;	
	top: 0;			
	background:#E9E9EA url(/resources/images/template/bottom_corners.gif) no-repeat bottom left;	
}

* html #topCorners {
	height:531px;
}

#bottomCorners {
	float:left;
	width: 511px;		
	height: 100%;	
	padding:15px 10px;
	background:url(/resources/images/template/top_corners.gif) no-repeat top left;		
}

#crumbtopCorners {
	float:left;
	width: 531px;		
	top: 0;			
	background:#E9E9EA url(/resources/images/template/bottom_corners.gif) no-repeat bottom left;	
	margin-bottom:2px;		
}

#crumbbottomCorners {
	float:left;
	width: 511px;		
	height: 12px;
	padding:3px 10px;
	background:url(/resources/images/template/top_corners.gif) no-repeat top left;		
	font-size:10px;
	line-height:12px;
	overflow:hidden;
}

#crumbbottomCorners a
{
	color: #0168b3;
	text-decoration:none;
}

.employee #topCorners {
	width: 635px;
	background:#E9E9EA url(/resources/images/template/wbs_bottom_corners.gif) no-repeat bottom left;		
}

.employee #bottomCorners {
	width: 615px;	
	background:  url(/resources/images/template/wbs_top_corners.gif) no-repeat;	
	
}


.employee ul#bottomThree {
	clear:both;
	width: 635px;
	height: 160px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.employee ul#bottomThree h3 {
	margin: 0;
	padding: 0 0 10px 0;	
}
.employee ul#bottomThree p {
	margin: 0;
	padding: 0;
	line-height:140%;
}
.employee ul#bottomThree li {
	width: 185px;
	height: 140px;
	float: left;
	display: inline;
	padding:10px;
	margin-right: 10px;
	background: url(/resources/images/template/bg_news.jpg) no-repeat;		
}

.employee ul#bottomThree li.end {
	margin-right: 0;
}

#siteSearch {
	width: 265px;
	height: 88px;
	background: url(/resources/images/template/site_search.gif) no-repeat;
	overflow: auto;
}

#siteSearch input.search {
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 130px;
	margin-right: 15px;
	vertical-align: bottom;
}

#courseSearch {
	margin-top: 4px;
	width: 265px;
	height: 193px;
}


#courseSearch a {
	text-decoration: none;
}

#courseSearch input.search {
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 130px;
	margin-left: 13px;
	margin-right: 15px;
	margin-top: 10px;
	vertical-align: bottom;
}


#courseSearch p a:hover{
	height: 12px;
	font-size: 14px;
	margin-left: 11px;
	color: #ff7838;
	margin-top: 40px;
}


#sideLinks {
	margin-top: 17px;
	width: 265px;
	background: url(/resources/images/template/side_links_bg.gif) no-repeat;
	overflow: auto;
}
#sideLinksBottom {
	width: 100%;
	height: 5px;
	background: url(/resources/images/template/side_links_bg.gif) no-repeat 0px -495px;
	margin-top: 14px;
	font-size: 1px;
	line-height: 1px;
}

#sideLinks ul {
	margin: 0px 12px;
	padding-left: 1.3em;
	padding-top: 10px;
	color: #666;
}

#sideLinks ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}

#sideLinks ul a {
	color: #0068b3;
	text-decoration: none;
}

#sideLinks ul a:hover {
	color: #000;
	text-decoration: underline;
}

#sideCampaign {
margin-top: 4px;
width: 265px;
height: 117px;
}

#sideGetInTouch {
background: url(/resources/images/template/get_in_touch.gif) no-repeat;
height:91px;
margin-top:5px;
width: 265px;
}
#sideGetInTouch h2 {
text-indent: -5000px;
margin:0px 0px;
}
#sideGetInTouch p {
margin:10px 20px;
}
#sideGetInTouch a {
color: #0068b3;
text-decoration: none;
}
#sideGetInTouch a:hover {
color: #000;
text-decoration: underline;
}

#sideRequest {
margin-top: 5px;
width: 265px;
/*background: url(/resources/images/template/side_links_bg.gif) no-repeat;*/
}
#sideRequest a, #sideRequest img {
margin:0px;
padding:0px;
}
/*#sideRequest h2 {
margin: 10px 12px;
background: url(/resources/images/template/title_request_prospectus.gif) no-repeat;
text-indent: -5000px;
}
#sideRequest p {
margin:10px 0 0 14px;
}
#sideRequest a {
color: #0068b3;
text-decoration: none;
}
#sideRequest a:hover {
color: #000;
text-decoration: underline;
}
*/
#siteSearch h2, #courseSearch h2, #sideLinks h2 {
	height: 14px;
	font-size: 0.1em;
	text-indent: -5000px;
	margin: 10px 12px;
}

#siteSearch h2 {
	background: url(/resources/images/template/title_site_search.gif) no-repeat;
}

#siteSearch form {
	margin-left: 12px;
	margin-right: 12px;
	display: inline;
	line-height: 10px;
}

#courseSearch h2 {
	background: url(/resources/images/template/title_course_search.gif) no-repeat;
}

#sideLinks h2 {
	background: url(/resources/images/template/title_latest_news.gif) no-repeat;
}


#homeBlock1, #homeBlock2, #homeBlock3 {
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	height:152px;
	width:171px;
	color:#666;
}
#homeBlock3 {
	margin-right: 0px;
}
#homeBlock1 {
	background: url(/resources/images/template/extra_content_image_1.jpg) no-repeat;
}
#homeBlock2 {
	background: url(/resources/images/template/extra_content_image_2.jpg) no-repeat;
}
#homeBlock3 {
	background: url(/resources/images/template/extra_content_image_3.jpg) no-repeat;
}
#homeBlock1 a, #homeBlock2 a, #homeBlock3 a {
	color:#666;
	font-weight:bold;
}
#homeBlock1 p, #homeBlock2 p, #homeBlock3 p {
	margin: 35px 5px 0 8px;
}

#footer {
	clear: both;
	padding-bottom: 12px;
	padding-top: 10px;
}

div.partners {
	background: url(/resources/images/template/partners_bg.jpg) no-repeat;
	width: 965px;
	height: 86px;
	margin-bottom: 4px;
	position: relative;
}

/* @group rightNav */

#rightNav {
	position: relative;		
}
#rightNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#rightNav li {
	float:left;
	margin: 0px;
	padding: 0px;
	width:161px;
	margin-bottom: 2px;	
}
#rightNav li.big {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	height: 129px;
	background: none !important;
}
#rightNav li.big a {
	margin: 0px;
	padding: 0px;
	background: none !important;
}
#rightNav li:hover, #rightNav li.selected {
	background-position: -161px 0px;
}
#rightNav a {
	background: url(/resources/images/template/right_tabs_top.gif) no-repeat;	
	display: block;
	text-decoration: none;
	color: #666;	
	min-height: 29px;
}
* html #rightNav a { height:29px; }
#rightNav a:hover, #rightNav li.selected  a{
	background-position: -161px 0px;
}
#rightNav a span
{
	display:block;
	background: url(/resources/images/template/right_tabs_bottom.gif) bottom left no-repeat;
	padding: 3px 5px 2px 12px;
	min-height: 29px;		
	cursor:pointer;
}
* html #rightNav a span { height:29px; }
#rightNav a:hover span, #rightNav li.selected a span{
	color: #fff;
	background-position: bottom right;
}

#Logo1 {
	width:141px;
	height:57px;
	margin: 0px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#Logo1 a {
	text-decoration:none;
}

#Logo2 {
	width:141px;
	height:57px;
	margin: 0px;
	position: absolute;
	top: 10px;
	left: 180px;
}

#Logo2 a {
	text-decoration:none;
}

#language {
	width:660px;
	height:59px;
	top:5px;
	position: relative;
	margin-bottom:10px;
	float:right;
	text-align:right;
	margin-right:5px;
	
}

#language  img {
	border:none;
}

#language ul {
	padding-left:5px;
	margin-left:5px;
}

#language ul  li {
display:-moz-inline-box; display:inline-block; 
             vertical-align:top; overflow:hidden;
}

* html #language li { display:inline; }  /* for IE 6 */
* + html #language li { display:inline; }  /* for IE 7 */


div.legal {
	background: url(/resources/images/template/legal_bg.gif) no-repeat;
	height: 17px;
	display: block;
	font-size: 0.8em;
	line-height: 17px;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
}

div.legal a {
	color: #0068b3;
	text-decoration: none;
}

div.legal a:hover {
	color: #000;
	text-decoration: underline;
}

div.legal ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.legal ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	margin-right: 10px;
}


#news {
	border-top: 1px solid #a1a1a1;
}

.newsitem {
	border-bottom: 1px solid #a1a1a1;
	clear: both;
}
#news h3 {
	margin: 1em 0px 0px 0px;
}
#news h3 .date {
	color: #666;
}

.newsitem img {
	float: right;
	margin: 1em 0em 1em 1em;
}
.newscontent {
	overflow: auto;
	height: 1%;
}


#frmSearch {
	border: 1px solid #a1a1a1;
	padding: 1em;
	background: #fff;
}
#searchresults {
	border-top: 1px solid #a1a1a1;
}
#searchresults .searchresult h3 {
	margin: 1em 0px 0px 0px;
}
#searchresults .searchresult {
	border-bottom: 1px solid #a1a1a1;
}

.pagenav {
	color: #a1a1a1;
	text-align: center;
}
.pagenav a.selected {
	color: #000 !important;
}


ul.languages {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 38px;
	right: 20px;
}
ul.languages li {
	margin: 0px;
	padding: 0px;
	margin-left: 7px;
	float: left;
}
ul.languages img {
	border: 0px;
}



