* {
	padding:0;
	margin:0;
}
body {
	background-color:#420a51;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#420a51;
}
span {
	display:none;
}
sup {
	font-size:90%;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
	font-size:1px;
}
img {
	border:0;
}
h1 {
	float:left;
}
h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
h3 {
	font-size:12px;
	padding-bottom:6px;
}
input {
	font-size:11px;
	color:#420a51;
}
/* ------------ global ----------------------*/

#greenbg {
	background:#9ad21d url(../images/global/bg.jpg) repeat-x;
}
#container {
	width:875px;
	margin:0 auto;
}
#container p {
	padding-bottom:6px;
}
#content {
	clear:both;
	padding:5px 5px;
}
#banner {
	margin:0 0 8px 0;
	width:575px;
}
#logoSmall {
	float:right;
	margin:7px 8px 5px 0px;
}
#content #leftCol {
	float:left;
	width:575px;
}

#content ul{ padding-bottom:10px;}
#divisions {
	width:570px;
	padding-top:5px;
}
hr.green {
	/*color:#8ec41c;
	background:#8ec41c url(../images/global/hr.gif) repeat-x;	
	border:0;
	background:#8ec41c url(../images/global/hr.gif) repeat-x;*/
	margin: 0 0 10px;
	padding: 0;
	height: 2px;
	border:none;
	border-top:1px solid #86b91b;
	border-bottom:1px solid #b1e73f;
}
.intro {
	font-size:13px;
	line-height:120%;
	margin-bottom:5px;
}
.twoCol {
	width:270px;
	float:left;
}
.twoCol .item {
	clear:both;
}

.twoCol .colText{
	width:200px; 
	float:left;
}
.twoColLarge .colText{
	width:220px; 
	float:left;
}
.twoCol img {
	float:left;
	padding-right:10px;
	margin-bottom:13px;
}
.twoCol h3 {
	padding:0;
	margin:0;
}
.twoCol p {
	float:left;
	width:200px;
	padding-bottom:20px;
}
.twoColLarge {
	width:290px;
	float:left;
}
.twoColLarge .item {
	clear:both;
}
.twoColLarge img {
	float:left;
	padding-right:10px;
	margin-bottom:13px;
}
.twoColLarge h3 {
	padding:0;
	margin:0;
}
.twoColLarge p {
	float:left;
	width:230px;
	padding-bottom:20px;
}
.credit {
	font-size:10px;
	color:#8e6799;
	clear: left;
	padding-top:10px;
}
.credit a {
	text-decoration:none;
	color:#8e6799;
}
.credit a:hover {
	color:#cbbece;
}
/* ----------------------- nav --------------------*/
#nav {
	width:863px;
	margin:0 auto;
	/*border-bottom:1px solid #86b91b;*/
	text-align:left;
}
#nav ul {
	float:right;
	margin-top:30px;
	list-style-type: none;
}
#nav ul li {
	display:inline;
	list-style-type: none;
}
#nav ul li a {
	display:block;
	height:27px;
	float:left;
}
#nav ul a.home {
	width:58px;
	background-image: url(../images/nav/off/home.jpg);
}
#nav ul a.homeSelected {
	width:58px;
	background-image: url(../images/nav/on/home.jpg);
}
#nav ul a.news {
	width:54px;
	background-image: url(../images/nav/off/news.jpg);
}
#nav ul a.newsSelected {
	width:54px;
	background-image: url(../images/nav/on/news.jpg);
}
#nav ul a.about {
	width:80px;
	background-image: url(../images/nav/off/about.jpg);
}
#nav ul a.aboutSelected {
	width:80px;
	background-image: url(../images/nav/on/about.jpg);
}
#nav ul a.jobs {
	width:50px;
	background-image: url(../images/nav/off/jobs.jpg);
}
#nav ul a.jobsSelected {
	width:50px;
	background-image: url(../images/nav/on/jobs.jpg);
}
#nav ul a.contact {
	width:88px;
	background-image: url(../images/nav/off/contact.jpg);
}
#nav ul a.contactSelected {
	width:88px;
	background-image: url(../images/nav/on/contact.jpg);
}

#nav ul a.archive {
	width:66px;
	background-image: url(../images/nav/off/archive.jpg);
}
#nav ul a.archiveSelected {
	width:66px;
	background-image: url(../images/nav/on/archive.jpg);
}

/* ------------ news home page ----------------------*/

#news {
	float:left;
	width:290px;
	background:#fff url(../images/home/home_news_bg.gif) repeat-y;
}
#news p {
	padding:0;
}
#news .text {
	float: left;
	width: 145px;
}
#news .container {
	background: url(../images/home/home_news_bottom.gif) no-repeat center bottom;
	padding-bottom: 30px;
}
#news hr {
	clear:both;
border: none;
    border-top: 1px solid #CCCCCC;
	height:1px;
	margin: 0 15px;
	padding:0;
}	
#news .item {
	padding:5px 15px 0 15px;
	width:260px;
	clear:both;
}
#news .thumbnail a {
	width:100px;
	height:66px;
	float:left;
	margin-right:10px;
	border:1px solid #dddddd;
	display:block;
	background-color:#FFFFFF;
	margin-bottom:5px;
}
#news h2 {
	padding:10px 15px 0;
	width:260px;
	font-size:16px;
	background: url(../images/home/home_news_top.gif) no-repeat center top;
}
#news .title {
	font-weight:bold;
	font-size:12px;
}
#news .viewAll {
	color:#393939;
	font-size:12px;
	float:right;
	padding:3px 15px 10px 0;
}
#news a {
	color:#420a51;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
#news a:hover {
	color:#691181;
}
/* ---------------- News page ------------------- */
#newsWide {
	width:875px;
	background:#FFFFFF url(../images/news/newsWide_bg.gif) repeat-y center top;
	margin:10px 0 10px;
}
#newsWide #top {
	width:100%;
	background-image: url(../images/news/newsWide_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
#newsWide #jobtop {
	width:100%;
	background-image: url(../images/jobs/jobs_wide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 264px;
}
#newsWide #content {
	width:835px;
	background: url(../images/news/newsWide_bottom.gif) no-repeat center bottom;
	padding: 0 20px 10px;
}
#content a{color:#420a51;}/**/
#newsWide .leftCol {
	width:620px;
	margin-right:10px;
	float:left;
}
.leftCol ul, .leftJobsCol ul{
	margin:0 0 0 15px;
	padding:0;
}

.topStory {
	padding-bottom:10px;
	border-bottom: 1px solid #e6e6e6;
}
#newsWide .leftCol h2 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:9px;
}
#newsWide .topStory .text {
	width:170px;
	float:left;
}
.description {
	font-size:14px;
	line-height:18px;
}
#newsWide .topStory .img {
	padding:0 10px 0 0;
}
.selectedNews {
	float:right;
	border: 2px solid #e6e6e6;
	background-color: #e6e6e6;
	padding: 0;
	margin:0 0 10px 15px;
}
.topStory .selectedNews {
	margin:0 15px 10px 0;
	float:left;
}
.browsePictures {
	padding: 5px 5px 2px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}
/*#large{
border: 2px solid #fff;
}*/
.browsePictures img {
	margin: 0 5px 0 0;
	padding:0;
}
#newsWide .rightCol {
	width:205px;
	padding: 0 0 0 0;
	float:left;
}
#newsWide .newsLeftCol {
	width:290px;
	clear:both;
	padding: 0 15px 0 0;
	float:left;
	margin-top:10px;
	border-right:1px solid #ececec;
}
#newsWide .newsRightCol {
	width:290px;
	padding: 0 0 0 15px;
	float:left;
	margin-top:10px;
}
#newsWide .item {
	padding:10px 0px 10px 0px;
	clear:both;
}
/*#newsWide .item .thumb {
	margin:0 10px 0 0;
	float:left;
}*/

#newsWide .thumbnail a {
	width:100px;
	height:66px;
	float:left;
	margin:0 10px 0 0;
	border:1px solid #dddddd;
	display:block;
	background-color:#FFFFFF;
}
#news .more {
	color:#9ad21d;
	font-weight:bold;
}
#news .more a {
	color:#737373;
	text-decoration:none;
	font-size:11px;
}
#newsWide .item .text {
	width:175px;
	float:left;
	margin:0 0 0;
}
#newsWide .more {
	color:#9ad21d;
	font-weight:bold;
}
#newsWide .more a {
	color:#737373;
	text-decoration:none;
	font-size:11px;
}

.latestBtn{
	margin:0 0 10px 10px;
}

.listing {
	background: #E2E1E1 url(../images/news/listing_footer.jpg) no-repeat center bottom;
	width: 170px;
	padding: 0px 10px 10px 10px;
	margin:0 0 10px 10px;
	color:#242424;
	font-size:10px;
}
.listing .topStories {
	background: url(../images/news/top_stories.jpg) no-repeat center top;
	width: 190px;
	height: 27px;
	margin: 0 -10px;
}
.listing .filterStories {
	background: url(../images/news/filter_division.jpg) no-repeat center top;
	width: 190px;
	height: 27px;
	margin: 0 -10px;
}
.listing .featuredStories {
	width: 190px;
	height: 27px;
	margin: 0 -10px;
	background-image: url(../images/archive/featured_news.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.listing ul {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
	font-size:11px;
}
.listing ul li {
	list-style-type: none;
	margin: 0px;
	text-indent: -12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.listing a {
	color:#242424;
	text-decoration:none;
}
.selectedStory {
	padding:10px 0;
	font-size:12px;
}
.selectedStory p {
	margin-bottom:10px;
}
h3.relatedStories {
	background: url(../images/news/related_stories.gif) no-repeat left top;
	height: 20px;
	width:100%;
	padding-bottom: 2px;
	border-bottom: 1px solid #dedede;
	margin-top:20px;
	clear:both;
}
.newsFooter {
	margin-top:8px;
	padding-top:10px;
	clear:both;
	border-top: 1px solid #ccc;
}
.newsFooter a {
	color:#420a51;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
	font-size:10px;
}
.newsFooter .newsLeftCol {
	border-right:none;
}


#breadcrumbs a{
	color: #E9FFDF;
	text-decoration:underline;
}

#newsWide .leftCol h2.newsArchive {
	background-image: url(../images/archive/news_archive_header.gif);
	height: 20px;
	width: 255px;
	padding:0;
	margin:0;
	float:left;
	background-repeat: no-repeat;
}
#newsWide .leftCol h2.division2 {
	background-image: url(../images/news/division2.jpg);
	height: 20px;
	width: 255px;
	padding:0;
	margin:0;
	float:left;
	background-repeat: no-repeat;	
}
#newsWide .leftCol h2.division3 {
	background-image: url(../images/news/division3.jpg);
	height: 20px;
	width: 255px;
	padding:0;
	margin:0;
	float:left;
	background-repeat: no-repeat;
}
#newsWide .leftCol h2.division4 {
	background-image: url(../images/news/division4.jpg);
	height: 20px;
	width: 255px;
	padding:0;
	margin:0;
	float:left;
	background-repeat: no-repeat;
}
#newsWide .leftCol h2.division5 {
	background-image: url(../images/news/division5.jpg);
	height: 20px;
	width: 255px;
	padding:0;
	margin:0;
	float:left;
	background-repeat: no-repeat;
}
#newsWide .leftCol h2.division6 {
	background-image: url(../images/news/division6.jpg);
	height: 20px;
	width: 255px;
	padding:0;
	margin:0;
	float:left;
	background-repeat: no-repeat;
}
#newsWide .leftCol h2.division7 {
	background-image: url(../images/news/division7.jpg);
	height: 20px;
	width: 255px;
	padding:0;
	margin:0;
	float:left;
	background-repeat: no-repeat;
}
#newsWide .leftCol h2.division10 {
	background-image: url(../images/news/division10.jpg);
	height: 20px;
	width: 255px;
	padding:0;
	margin:0;
	float:left;
	background-repeat: no-repeat;
}
.pagination {
	padding:0;
	margin:0;
	float:right;
}
.pagination a {
	text-decoration:none;
	font-weight:normal;
	color:#420a51;
	font-size:10px;
}
.pagination a.selected {
	color: #9BD21D;
}
hr.header {
	clear:both;
	border:none;
	border-bottom: 1px solid #d1d1d1;
}
h2.search {
	height: 20px;
	border-bottom: 1px solid #d1d1d1;
	margin:0 0 0 10px;
	background: url(../images/archive/search_header.gif) no-repeat;
}
#search {
	padding:10px;
	clear:both;
	margin-bottom:10px;
}
#search input {
	float:left;
}
.goBtn {
	margin-left:10px;
}
#search #keywords {
	width:120px;
}
.date {
	color:#646165;
	font-style: normal;
}
#breadcrumbs{
	color: #E9FFDF;
	padding:0 0 0 20px;
	margin:0;
}

/* ---- contact ----- */
#form input.fields{ width:183px;margin:2px 5px 2px 0; border:1px solid #b0bbc8;}
#form label{display:block;width:60px;}
#form textarea{margin:2px 0 2px 0; border:1px solid #b0bbc8;width:438px;}
h2.email {
	height:20px;
	display:block;
	width:80px;
	background-image: url(../images/contact/header-email.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:10px;
}
h2.office {
	height:20px;
	display:block;
	width:120px;
	background-image: url(../images/contact/header-global-office.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:10px;
}
h2.directions{
	height:20px;
	display:block;
	width:120px;
	background-image: url(../images/contact/header_directions.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:10px;
}

#form {
	float:left;
	width:560px;
}
#info {
	float:left;
	width:300px;
}
#map{
	clear:both;
}
#map img{
	float:left;
	margin:0 50px 0 65px;
}
#directions{
	float:left;
	width:300px;
}
#info .left{
	width:50%;
}
.small{font-size:10px;color:#FFFFFF;}
/* ------------ footer ----------------------*/

#footer {
	background:url(../images/global/footerbg.gif) repeat-x #FFFFFF;
	text-align:center;
	clear:both;
	padding:0 0 5px;
}
#footer .container {
	margin: 0 auto;
	width:885px;
	text-align:left;
}
#footer h4 {
	color:#484848;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
}
#footer li {
	color:#6d6d6d;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none;
}
#footer .col {
	float:left;
	width:125px;
	margin-left:10px;
}
#footer .col li a {
	color:#6d6d6d;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#footer .col li a:hover {
	text-decoration:underline;
}
.vignettes {
	float:left;
	margin-top:10px;
	border-right:1px solid #CCCCCC;
}
.vignettes div {
	padding:0 2px;
}
/* ------------ sitemaps ----------------------*/

#sitemaps {
	background:#420a51 url(../images/global/sitemapbg.gif) repeat-x top;
	clear:both;
	color:#FFFFFF;
}
#sitemaps .container {
	width:865px;
	margin:0 auto;
}
#sitemaps ul {
	margin-right:20px;
}
#sitemaps li {
	color:#FFFFFF;
	list-style-type:none;
	padding:1px 0px 1px 0px;
}
#sitemaps li .padding {
	padding-top:10px;
}
#sitemaps ul li ul li {
	color:#ffffff;
	text-transform:uppercase;
}
#sitemaps ul li ul li ul {
	padding-bottom:10px;
}
#sitemaps ul li ul li ul li {
	font-size:10px;
	text-transform:capitalize;
	color:#ffffff;
	margin-left:0px;
}
#sitemaps b {
	font-size:12px;
	color:#ccaed4;
	margin-bottom:10px;
	line-height:250%;
}
#sitemap {
	margin-top:20px;
}
#sitemap a {
	color:#FFFFFF;
	text-decoration:none;
}
#sitemap a:hover {
	text-decoration:underline;
}
#jobsListing {	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color:#a9d715;
}
#jobsListing li{
	padding: 8px 0;
	margin: 0px;
	list-style-type: none;
	border-bottom: 1px dashed #d1d1d1;
}
#jobsListing a{
	color: #656565;
	text-decoration:none;
}

#content .leftJobsCol {
	float:left;
	width:575px;
	padding:0 40px 0 10px;
}
.intro{
	font-size:13px;
}

h2.jobs{
	height:20px;
	display:block;
	width:260px;
	background-image: url(../images/jobs/jobs-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:10px;
}

h2.currentVacancies{
	height:20px;
	display:block;
	width:150px;
	background-image: url(../images/jobs/current-vacancies.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:10px;
}
h3.jobs{font-size:14px;}


/*-------------- Xmas Comp -------------*/
#xmas{
	background-image: url(../images/xmas-com/xmas-banner.jpg);
	background-repeat: no-repeat;
	height: 464px;
	width: 830px;
	position:relative;
}
#xmas .text{
	position:absolute;
	top:35px;
	left:370px;
	font-size:16px;
color:#424242;
}

#xmas .logos{
	position:absolute;
	top:267px;
	left:445px;
}

.twoCols{ float:left; width:377px; padding:10px 20px 20px; color:#424242; }

.floatImg{ float:left; margin-right:10px;}

.words{ padding:20px}
.words input{ width:100px; margin:0 5px 5px 0;}
.words input.last{ margin:0 0 5px 0px;}

#xmasDiv{
	padding:10px 10px 50px;
	background-image: url(../images/xmas-com/xmas-div-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:170px;
	float:left;
	clear:left;
	margin:10px 20px 0 20px;
	color:#1b1b1b;
}
#xmasDiv ul, #xmasDiv ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}
#xmasDiv ul li{
	padding-bottom: 10px;
	
}
#xmasDiv ul li a{
	color:#1b1b1b;
	text-decoration:none;
}
#xmasForm{ 
width:565px;
padding-top:10px;
float:left;
margin:10px 20px 0 20px;
color:#1b1b1b;
}

#xmasForm td{ 
padding:3px 2px;
 
}

#xmasForm .sevenWords{
	width:73px;
	border:1px solid #CCCCCC;
 }
 
 
#xmasForm .fields{
	width:210px;
	border:1px solid #CCCCCC;
 }
#xmasForm label{
	width:95px;
 }


#xmasDivider{ width:790px;height:1px; border:none; border-top:1px solid #ededed;padding:0; margin:10px 20px; clear:both;}

#xmas-comp{
	margin: 10px 0;
	}
