/*--------------------------*/
		/*FONTS*/
/*--------------------------*/
body{
	font-family:arial;
	font-size:0.74em;
	color:#444;
}
a:link, a:visited{
	color:#003399;
}
a:hover{
	text-decoration:none;
}
a:visited{
	color:#873763;
}
a:active,a:focus{
	font-weight:bold;
}
h1{
	font-size:1.4em;
	color:#003399;
	margin-top:0px;
}
h2{
	font-size:1.2em;
	color:#005183;
	font-weight:normal;
}
h3{
	font-size:1.1em;
	color:#005902;
}
h4{
	font-size:1em;
	color:#7c7c7c;
}
.h3-green{
	font-size:1.1em;
	color:#005902;
}
#centertHome h2, h2.green{
	font-size:1.1em;
	color:#005902;
}
h2.green{
	font-weight:700;
}

ul{
	list-style-image:url('../nav/bullet.gif');
 	margin-top:10px;
 	margin-left:20px;
 	padding-left:0px;
}
ul li{
	margin-bottom:5px;
}
.whiteText{
	color:#fff;
}
.blackText{
	color:#000;
}
.padding10px{
	padding:10px;
}
.padding5px{
	padding:5px;
}
a.purpleLink:link, a.purpleLink:visited{
	color:#7c1d55;
}
/*a.greenLink:link, a.greenLink:visited{
	color:#00a200;
}*/
.greenText{
	color:#00a000;
}
.access-key{
	color:#00a200;
}	

/*HEADER*/

#header #headerNav ul li a{
	font-size:1em;
}
.h2{
	font-size:1.2em;
	color:#005183;
	font-weight:normal;
}


/*LEFT NAV*/

#leftNav #menuHeaderImage span{
	font-size:1.1em;
	font-weight:bold;
}
#menu a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 6px 0px 6px 6px;
}
#menu a:hover{
	color: #333333;
	background: url(../nav/onarrow2.gif) bottom right no-repeat #e0e0e0;
}
#menu a:active{
	font-weight:bold;
	color:#00529B;
	background-color:#e0e0e0;
}
#menu ul{
	list-style:none;
	list-style-image:none;
}
#menu li.selected {
	font-weight: bold;
}
#menu li.selectedsub {
	font-weight: bold;
}
#submenu {
	font-size: 100%;
}
#submenu ul{
	list-style:none;
}
#submenu li {
	font-weight: normal;
}
#submenu a {
	color: #003399;
}
#submenu a:hover {
	color: #003399;
}
.selectedLevel1{
	font-weight:bold;
}

/*HOMEPAGE*/

ul#homepage-blocks{
	margin:30px 0 10px;
	list-style:none;
	overflow:hidden;
}
ul#homepage-blocks li{
	height:9em;
	width:245px;
	position:relative;
	padding:10px 0 0;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0 6px 0 0;
}
ul#homepage-blocks li.no-margin{
	margin:0 0 7px;
}
ul#homepage-blocks li.secondary.no-margin{
	margin:0 0 10px 0;
}
ul#homepage-blocks li a{
	text-decoration:none;
	display:block;
}
ul#homepage-blocks li .h2{
	font-size:1.5em;
	margin:0 0 10px 10px;
	padding:0 20px 0 0;
	background:url('../nav/white_arrow.gif') right 3px no-repeat;
}
ul#homepage-blocks li .block-content{
	display:block;
	margin:5px 0 5px 10px;
	width:120px;
	font-family:verdana;
	font-size:10px;
	color:#333;
}
ul#homepage-blocks li.secondary .block-content, ul#homepage-blocks li.secondary .h2{
	color:#fff;
}
ul#homepage-blocks li .base-image{
	position:absolute;
	bottom:-1px;
	left:0;
	width:370px;
	height:4px;
	overflow:hidden;
}
ul#homepage-blocks li img{
	position:absolute;
	right:17px;
	top:16px;
	border:none;
}
ul#homepage-blocks li#green-block{
	background:url('../nav/green_top.gif') 0 0 no-repeat #acdf20;
}
ul#homepage-blocks li#green-block .base-image{
	background:url('../nav/green_bottom.gif') 0 0 no-repeat #acdf20;
}
ul#homepage-blocks li#orange-block{
	background:url('../nav/orange_top.gif') 0 0 no-repeat #f8c826;
}
ul#homepage-blocks li#orange-block .base-image{
	background:url('../nav/orange_bottom.gif') 0 0 no-repeat #f8c826;
}
ul#homepage-blocks li#lightblue-block{
	background:url('../nav/lightblue_top.gif') 0 0 no-repeat #61eae2;
}
ul#homepage-blocks li#lightblue-block .base-image{
	background:url('../nav/lightblue_bottom.gif') 0 0 no-repeat #61eae2;
}
ul#homepage-blocks li#blue-block{
	background:url('../nav/blue_top.gif') 0 0 no-repeat #0469b8;
	clear:left;
}
ul#homepage-blocks li#blue-block .base-image{
	background:url('../nav/blue_bottom.gif') 0 0 no-repeat #0469b8;
}
ul#homepage-blocks li#pink-block{
	background:url('../nav/pink_top.gif') 0 0 no-repeat #c72c00;
}
ul#homepage-blocks li#pink-block .base-image{
	background:url('../nav/pink_bottom.gif') 0 0 no-repeat #c72c00;
}
ul#homepage-blocks li#red-block{
	background:url('../nav/red_top.gif') 0 0 no-repeat #b11313;
	clear:left;
}
ul#homepage-blocks li#red-block .base-image{
	background:url('../nav/red_bottom.gif') 0 0 no-repeat #b11313;
}
ul#homepage-blocks li#purple-block{
	background:url('../nav/purple_top.gif') 0 0 no-repeat #832287;
}
ul#homepage-blocks li#purple-block .base-image{
	background:url('../nav/purple_bottom.gif') 0 0 no-repeat #832287;
}
#home-left, #home-right{
	width:361px;
	float:left;
	clear:left;
	display:inline;
	margin:0 15px 20px 0;
}
#home-right{
	margin:0 0 20px;
	clear:none;
}
#home-left h3, #home-right h3{
	font-size:1.8em;
	color:#173a74;
	font-weight:400;
	margin:8px 0 13px;
}
#home-left ul, #home-right ul{
	margin:24px 0;
	list-style:none;
	list-style-image:none;
}
#home-left ul li{
	background:url('../nav/bullet2.gif') 0 0 no-repeat;
	padding:0 0 0 18px;
	margin:0 0 18px;
}
#home-left ul li a{
	font-size:1em;
	color:#333;
	text-decoration:none;
}
#home-right ul li{
	margin:0 0 22px;
}
#home-right ul li h4{
	margin:0;
}
#home-right ul li h4 a{
	color:#0088b2;
	font-size:1em;
	text-decoration:none;
}
#home-right ul li .date{
	font-size:0.9em;
	color:#747474;
	margin:2px 0 8px;
}
#home-right ul li p{
	margin:0;
	font-size:0.9em;
}




#content #rightFloat .greenheader{
	font-size:1.2em;
	color:#005902;
	font-weight:bold;
}
#content #rightFloat .blueheader{
	font-size:1.2em;
	color:#003399;
	font-weight:bold;
	margin:12px 0 0;
	display:block;
}
#rightNavHome #supportedHelped{
	width:156px;
	padding: 16px 0 20px 0;
	margin:5px 0 0;
	font-size:1.1em;
	font-weight:bold;
	color:#7b1e55;
	line-height:1.2em;
	background:url('../nav/readsome_bg.gif') no-repeat #c2de75;
	text-align:center;
}
#rightNavHome img.donate{
	margin:5px 0 0;
}
#rightNavHome #supportedHelped #blue{
	color:#00529B;
	font-size:1.7em;
	line-height:1em;
}
#neheader span{
	font-size:1.1em;
	font-weight:bold;
}
a.browseAll{
	color:#7c1d55;
}
#homeContentFooter .feature a{
	text-decoration:none;
	display:block;
	font-weight:bold;
	margin:4px 0px;
	color:#3a90c9;
	font-size:0.85em;
}
#homepage-logos{
	text-align:center;
	width:155px;
	overflow:hidden;
	margin:0 0 10px 0;
}
#homepage-logos img{
	margin:6px auto;
}

/*STANDARD PAGE*/

.downloadsandrelatedBox .dlContent .download a{
	color:#333;
	font-size:12px;
}
.downloadsandrelatedBox .dlContent ul li a, #faq ul a{

}
#standardLeft .downloadsandrelatedBox .head{
	color:#003399;
}
/*FOOTER*/

#footer ul li a{
	color:#fff;
}
#footer2{
	font-size:10px;
}

/*--------------------------*/
		/*GLOBAL*/
/*--------------------------*/

body{
	padding:0px 5px 0px 6px;
	margin:0px 5px 0px 5px;
}
.clearBoth{
	clear:both;
}
.hidden{
	display:none;
}
.alignCenter{
	text-align:center;
}
.noborder{
	border:none;
}
.horizontal-line{
	border-bottom:1px solid #e9e9e9;
	padding:10px 0px 0px 0px;
}
.align-right{
	text-align:right;
}

/*--------------------------*/
		/*STRUCTURE*/
/*--------------------------*/

#wrapper{
		width:100%;
		min-width:800px;
}
#header{
	height:126px;
	background:url('../nav/headRight.gif') top right no-repeat;
	margin:0px 0px 4px 0px;
	overflow:hidden;
}
#body{
	min-width:800px;
}
#footer{
	height:35px;
	background:url('../nav/footerRight.gif') top right no-repeat #0186b3;
	min-width:800px;
	margin:0px;
	clear:both;
}
#content{
	float:left;
	width:100%;
	min-width:100%;
	margin-left:-215px;
}
#content #margin350left{
	margin-left:235px;
	overflow:hidden;
}

/*--------------------------*/
		/*HEADER*/
/*--------------------------*/

#header #headerimage{
	background:url('../nav/head1.jpg') top left no-repeat;
	width:100%;
	height:126px;
}
#header #headerimage img{
	border:none;
	float:left;
}
#header #headerNav ul{
	float:right;
	list-style:none;
	margin:0px 31px 0px 0px;
	padding:0px;
}
#header #headerNav ul li{
	float:left;
	padding:0px 8px 0px 8px;
	margin:5px 0px 0px 0px;
}
.borderRight{
	border-right:1px solid #b5d756;
}


/*--------------------------*/
	/*LEFT NAVIGATION*/
/*--------------------------*/

#leftNav{
	width:200px;
	float:left;
	margin:0px 0px 7px 11px;
	padding:0px 0px 20px 0px;
	display:inline;
	overflow:hidden;
	background:url('../nav/leftNavBottom.gif') bottom left no-repeat #e9e9e9;
	position:relative;
}
#leftNav #menuHeaderImage{
	background:url('../nav/leftNavTop.gif') no-repeat;
	height:22px;
	line-height:22px;
	text-align:center;
}
#leftNav #search{
	background-color:#999999;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:8px 0 4px;
	overflow:hidden;
	margin:0px;
}
#leftNav #search form{
	margin:0 0 5px;
}
#leftNav #search p{
	margin:0;
}
#leftNav #search label{
	margin:0px 0px 0px 5px;
	padding:5px 0px 0px 0px;
	float:left;
}
#leftNav #search input{
	width:96px;
	height:13px;
	border:1px solid #9ac819;
	margin:3px 0px 0px 4px;
	float:left;
}
#leftNav #search .button{
	width:auto;
	height:22px;
	background:url('../nav/searchButton.gif') #00529b;
	border:none;
	margin:2px 3px 3px 6px;
	padding:0;
	color:#fff;
	font-size:0.8em;
	font-weight:bold;
}
#leftNav #search #advanced-text{
	display:block;
	color:#fff;
	margin:0 0 10px 5px;
	clear:both;
}

/*MENU*/

#leftNav #menu ul{
	list-style:none;
	padding:0px;
	margin: 3px 0px 0px 4px;
	width:192px;
	overflow:hidden;
}
#leftNav #menu ul li{
	margin:0px;
	padding:0px;
}
#menu li {
	background: url(../nav/nav_dots.gif) bottom left repeat-x;
}
.bgdots {
	background: url(../nav/nav_dots.gif) bottom left repeat-x;
}

#logos ul{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
	margin:50px 0px 20px 19px;
}
#logos ul li{
	margin-bottom:4px;
	width:160px;
	text-align:center;	
}
#leftNav #logos img{
	border:none;
	margin:0;
}

#menu .selectedLevel1{
	padding:6px 0px 6px 6px;
	margin:0px;
	background:url('../nav/onarrow3.gif') bottom right no-repeat;
}
/*LEVEL 2*/


#leftNav #menu ul ul{
	background-color:#d3d3d3;
	list-style:none;
	padding:0px;
	margin: 0px 0px 0px 0px;
	width:198px;
	overflow:hidden;
}
#leftNav #menu ul ul a{
	color:#000;
}

#menu .selectedLevel2{
	color:#0048aa;
	font-weight:bold;
	padding:6px 0 6px 6px;
	margin:0;
}

/*LEVEL 3*/
#leftNav #menu ul ul ul{
	background-color:#d3d3d3;
	list-style:none;
	padding:0px;
	margin: 0 0 0 0;
	overflow:hidden;
	width:198px;
}
#leftNav #menu ul ul ul li{
	padding:0 0 0 0px;
	background-image:none;
	width:188px;
}
#menu .thirdLevel{
	width:126px;
}
#leftNav #menu ul ul ul li a{
	color:#022451;
	display:block;
	width:176px;
}
#menu .selectedLevel1 a{
	background:url('../nav/onarrow3.gif');
	padding:0px;
	width:180px;
}
#menu ul ul a:hover{
	text-decoration:underline;
	background-image:none;
	background-color:transparent;
}
#menu ul ul li {
	background: url(../nav/nav_dots2.gif) bottom left repeat-x;
	border:1px solid #d3d3d3;
}
.selectedLevel1 a:hover{
	text-decoration:underline;
}
#leftNav #menu ul li ul li a.selectedLevel3{
	background-color:#fff;
	margin:0 0 0 3px;
}

/*--------------------------*/
		/*HOMEPAGE*/
/*--------------------------*/


#rightNavHome{
	float:right;
	width:188px;
	overflow:hidden;
}
#content #rightFloat{
	width:180px;
	float:right;
	overflow:hidden;
	margin:0 15px 0 10px;
	display:inline;
}
#content #rightFloat .greenheader{
	margin:3px 0px 0px 3px;
}
#content #rightFloat .blueheader{
	margin-top:0px;
	margin:20px 0px 0px 3px;
}
#content #centertHome{
	float:left;
	display:inline;
	width:100%;
	padding-top:12px;
}
#content #centertHome #padding{
	margin-left:200px;
	padding-top:5px;
	overflow:hidden;
}
#homeContentFooter{
	padding-left:15px;
	clear:both;
}
#homeContentFooter h4{
	margin-bottom:3px;
}
#homeContentFooter .feature{
	width:159px;
	float:left;
	display:inline;
	text-align:center;
}
#homeContentFooter .feature ul{
	list-style:none;
	list-style-image:none;
	padding:0px;
	height:auto;
	margin:0px 6px 10px 6px;
}
#homeContentFooter .feature ul .image{
	height:105px;
}
#homeContentFooter .feature ul li{
	margin:0 0 0 0;
}
#homeContentFooter .feature img{
	border:none;
}
#homeContentFooter h4{
	border-bottom:1px solid #e9e9e9;
	width:84%;
}	
#rightNavHome #newsEvents{
	width:156px;
	background:url('../nav/neFoot.gif') bottom left no-repeat #e5d1dd;
	margin:6px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}
#rightNavHome #newsEvents #neheader{
	background:url('../nav/ne.gif') top left no-repeat #c3de75;
	height:31px;
	line-height:31px;
	text-align:center;
}
#neheader span{
	margin:4px 0px 0px 0px;
}
#newsEvents .list{
	padding:7px;
}
#newsEvents .date{
	margin:0px 0px 6px 0px;
}
#newsEvents .article{
	margin:0px 0px 6px 0px;
}
#newsEvents a.browseAll{
	display:block;
	margin:10px 0px 10px 0px;
}

/*--------------------------*/
	  /*STANDARD PAGE*/
/*--------------------------*/

#standardLeft{
	width:100%;
	float:left;
	margin:0px 0px 10px -260px;
	display:inline;
}
#standardLeft #padding{
	margin:0px 0px 0px 260px;
}
#standardLeft #padding a img.no-border{
	border:none;
	margin:0 0 15px;
}
#standardLeft #content{
	width:100%;
	float:left;
	display:inline;
	margin:0px 650px 0px 0px;
}
#standardLeft .downloadsandrelatedBox{
	margin:10px 0px 10px 0px;	
}
#standardLeft .downloadsandrelatedBox .head{
	height:29px;
	line-height:29px;
	text-indent:10px;
	background:url('../nav/dlLeft.gif') left no-repeat #c3de75;
}
.downloadsandrelatedBox .head strong{
	float:left;
}
.downloadsandrelatedBox .head .dlRight{
	float:right;
	width:4px;
	height:29px;
	margin:0px;
	background:url('../nav/dlRight.gif') right no-repeat #c3de75;
}
#standardLeft .downloadsandrelatedBox .dlContent{
	border:1px solid #c3de75;
	background-color:#f9f9f9;
	margin-top:1px;
}
.downloadsandrelatedBox .dlContent ul, #faq ul{
	list-style-image:url('../nav/bullet.gif');
 	margin-top:10px;
 	margin-left:20px;
 	padding-left:0px;
}
.downloadsandrelatedBox .dlContent ul li{
	margin-bottom:5px;
}
.downloadsandrelatedBox .dlContent .download{
	margin:0px 0px 10px 0px;
	clear:left;
}
.dlContent .download img{	
	float:left;
	margin:0px 6px 7px 0px;
}
.dlContent .download a{
	position:relative;
}
#standardRight .image img{
	margin:0 auto 0 auto;
	display:inline;
}
#standardRight .image{
	width:200px;
	margin:0px 0px 7px 0px;
	float:right;
	clear:right;
	/*background:url('../nav/captionBgTop.gif') top no-repeat #c3de75;*/
	text-align:center;
}
#standardRight .image .caption{
	padding:6px;
	/*background:url('../nav/captionBg.gif') bottom no-repeat #c3de75;*/
	text-align:left;
	border-top:1px solid #fff;
}
#standardRight .image .img-head1{
	height:8px;
	border-bottom:1px solid #fff;
}
#standardRight{
	width:200px;
	margin:0px 40px 10px 10px;
	float:right;
	display:inline;
}
#breadCrumb{
	border-bottom:1px solid #e9e9e9;
	height:24px;
	line-height:24px;
	margin:0px 40px 20px 0px;
}

#standardRight #highlightStory{
	background:url('../nav/highlightFoot.gif') bottom no-repeat #e5d1dd;
	padding:0px 0px 15px 0px;
	margin:0px 0px 6px 0px;
}
#standardRight #highlightStory .head{
	text-align:center;
	background:url('../nav/highlighthead.gif') no-repeat #00529b;
	padding:5px 0 3px 0;
}
#standardRight #highlightStory .highlight_seperate{
	height:2px;
	overflow:hidden;
	background:url('../nav/highlight_seperate.gif');
}
.highlight-image{
	width:180px;
	margin:0 0 10px 0;
	padding:0;
	float:left;
	text-align:center;
}
.highlight-image .caption{
	color:#333;
	margin:4px 0;
}
.highlight-image img{
	width:179px;
	height:auto;
	border:1px solid #00a000;
}
.highlight-image img.noborder{
	border:none;
}
#highlightStory .head strong{
	display:block;
	padding:0 13px;
}
table{
	border:none;
	background-color:#d0d0d0;
}
table td{
	border:none;
	font-weight:normal;
	border:1px solid #f3f3f3;
	background-color:#fff;
}
table.standard-table{
	border-collapse:collapse;
}
table.standard-table td, table.standard-table th{
	padding:5px;
}
table.standard-table th{
	background-color:#c3de75;
	color:#063997;
	text-align:left;
}

/*--------------------------*/
/*SUCCESS STORY VIDEOS PAGE*/
/*--------------------------*/

ul#success-videos{
	list-style:none;
	margin:20px 0 0;
	overflow:hidden;
	zoom:1;
	width:700px;
}
ul#success-videos li{
	width:186px;
	float:left;
	display:inline;
	margin:0 30px 20px 0;
}
ul#success-videos li.clear{
	clear:both;
}
ul#success-videos li h2{
	margin:0 0 12px;
}
ul#success-videos li h2 a{
	color:#003399;
	text-decoration:none;
}
ul#success-videos li h2 a:hover, ul#success-videos li h2 a:focus{
	text-decoration:underline;
	color:#873763
}
ul#success-videos li a img{
	border:none;
}
ul#success-videos li img#connect-create{
	margin:30px 0 0;
}
	
/*--------------------------*/
/*NEWS, FAQ and LINKS LIST PAGE*/
/*--------------------------*/

.List{
	border-bottom:1px solid #e9e9e9;
	padding:10px 0px 10px 0px;
	margin-right:40px;
}
.List a.titleLink:link, .List a.titleLink:visited{
	font-size:1.1em;
	color:#0088b2;
	text-decoration:none;
}
.date{
	font-size:0.9em;
	margin-top:2px;
	color:#000;
}
.List img{
	width:76px;
	height:76px;
	padding:1px;
	border:1px solid #9bc718;
	margin:5px 10px 5px 0px;
	float:left;
}
.pageNumbers{
	float:left;
	margin-top:10px;
	display:inline;
}
#paginate{
	float:right;
	display:inline;
	margin:10px 40px 0px 0px;
}
#paginate ul{
	list-style:none;
	padding:0px;
	margin:0px;	
}
#paginate ul li{
	float:left;
	margin:0px 2px 0px 2px;
	padding:0px;
}

#links .List{	
	margin:0px;
}

#questionList{
	border:1px solid #aed14f;
	background-color:#f9f9f9;
	padding:7px;
}
.web-and-testimonial-text{
	padding:0 0 0 250px;
}

/*--------------------------*/
		 /*VACANCIES*/
/*--------------------------*/

#vacancies table{
	border: 1px solid #aed14f;
}
#vacancies td{
	background-color:#f9f9f9;
	padding-left:5px;
}

#vacancies th{
	background-color:#e9e9e9;
	padding-left:5px;
}

/*--------------------------*/
	  /*VACANCY PAGE*/
/*--------------------------*/

#vacancy-left{
	width:100%;
	float:left;
	margin:0px 0px 10px -260px;
	display:inline;
}
#vacancy-left #padding{
	margin:0px 0px 0px 260px;
	line-height:14px;
}
#vacancy-left #content{
	width:100%;
	float:left;
	display:inline;
	margin:0px 650px 0px 0px;
}
#vacancy-left .downloadsandrelatedBox{
	margin:20px 0px 20px 0px;	
}
#vacancy-left .downloadsandrelatedBox .head{
	height:29px;
	line-height:29px;
	text-indent:10px;
	background:url('../nav/dlLeft.gif') left no-repeat #c3de75;
}
#vacancy-left .downloadsandrelatedBox .dlContent{
	border:1px solid #c3de75;
	background-color:#f9f9f9;
	margin-top:1px;
}


/*--------------------------*/
		 /*CONTACT*/
/*--------------------------*/

#contact, .contact{
	width:380px;
	margin:10px auto 10px auto;
}
#contact label, .contact label{
	float:left;
	width:180px;
	margin-bottom:5px;
	line-height:17px;
	text-align:right;
}
#contact .width, .contact .width{
	height:18px;
	float:right;
	width:190px;
	border:1px solid #aed14f;
	margin:2px 0px 2px 0px; 
}
#contact textarea.width, .contact textarea.width{
	height:90px;
}
#contact textarea, .contact textarea{
	height:90px;
}

#contact label, legend, .contact label{
	font-weight:bold;
	color:#0186b1;
}
#contact .blue, .contact .blue{
	font-weight:bold;
	color:#0186b1;
	text-align:left;
	margin-left:95px;
}
fieldset{
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:15px 0px 15px 0px;
	background-color:#f9f9f9;
	border:1px solid #aed14f;
}
legend{
	margin:0px 0px 0px 5px;
	font-size:1.1em;
}
#contact .checkbox, .contact .checkbox{
	float:left;
	margin-left:180px;
	margin-bottom:4px;
}

#contact #subButton, .contact #subButton{
	width:94px;
	height:23px;
	background:url('../nav/send.gif') no-repeat;
	float:right;
	display:inline;
	margin:0px 90px 0px 0px;
}
#subButton .submit{
	background-color:transparent;
	border:none;
	font-weight:bold;
	font-size:1em;
	padding-top:3px;
}
.sendTextSmall{
	font-size:0.8em;
	color:#343434;
}
label.checkTextSmall{
	text-align:left !important;
	font-size:0.8em;
	color:#343434;
	margin-bottom:4px;
	height:auto !important;
}
select{
	width:180px;
	border:1px solid #aed14f;
	margin:0px 0px 0px 5px;
}

/*--------------------------*/
		 /*SEARCH*/
/*--------------------------*/

#search2{
	text-align:center;
	margin:40px auto;
	width:375px;
}
#search2 label{
	float:left;
	width:60px;
	height:16px;
	margin:3px 0px 0px 0px;
	font-weight:bold;
	color:#0186b1;
	display:inline;
}
#search2 input{
	float:left;
	width:180px;
	height:16px;
	border:1px solid #aed14f;
}
#search2 #subButton{
	float:left;
	margin:-15px 0px 0px 10px;
	overflow:hidden;
}
#search2 #subButton input{
	border:1px solid blue;
	padding:3px 0px 0px 15px;
	width:94px;
	margin:0px 0px 0px 0px;
	text-align:left;
	background-color:transparent;
	border:none;
	font-weight:bold;
	font-size:1em;
	height:23px;
	background:url('../nav/send.gif') no-repeat;
}


/*--------------------------*/
		 /*FOOTER*/
/*--------------------------*/

#footer #Leftimg{
	height:35px;
	background:url('../nav/footerLeft.gif') top left no-repeat;
	overflow:hidden;
}
#footer ul{
	list-style:none;
	margin:11px 0px 0px 20px;
	padding:0px;
}
#footer ul li{
	float:left;
	height:14px;
}
#footer ul li a{
	padding:0px 7px 0px 7px;
	border-right:1px solid #0f4ca6;
}
#footer2{
	margin:0px 0px 20px 0px;
}
#footer2 #address{
	float:left;
	margin:20px 0px 0px 25px;
	display:inline;
	line-height:13px;
}
#footer2 #contact1{
	float:left;
	width:100px;
	display:inline;
	margin:20px 0px 0px 25px;
	line-height:13px;
}
#footer2 #contact2{
	float:left;
	display:inline;
	margin:20px 25px 0px 25px;
	line-height:13px;
}
#footer2 img{
	float:right;
	margin:10px 20px 0px 0px;
}
#social{
	float:left;
	display:inline;
	margin:16px 0 0;
	overflow:hidden;
	zoom:1;
}
#social img{
	float:left;
	display:inline;
	margin:0 10px 0 0;
}

/*--------------------------*/
    /*PUBLICATIONS LIST*/
/*--------------------------*/

#pubdlContent{
	/*border:1px solid #c3de75;*/
	background-color:#f9f9f9;
	margin:15px 0px 10px 0px;
}
#pubdlContent .download{
	clear:both;
}	

#pubdlContent .download a{

}
#pubdlContent ul li a, #faq ul a{
	color:#343434;
}
#pubdlContent .download img{
	border:none;
	height:16px;
	width:16px;
	margin:-2px 5px 0px 0px;
}

/*--------------------------*/
      /*SECTION PAGE*/
/*--------------------------*/


.section{
	width:149px;
	float:left;
	display:inline;
	margin:10px 13px 10px 13px;
}
.section .section-header{
	background:url('../nav/section_header.gif') no-repeat #00a000;
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
	padding:0;
}
.section .section-image{
	height:100px;
	width:147px;
	border:1px solid #c3de75;
	background-color:#c3de75;
	margin-top:1px;
	overflow:hidden;
	text-align:center;
}
.section .section-image img{
	border:none;
	margin:1px auto 1px auto;
}
.section .section-footer{
	background:url('../nav/section_footer.gif') bottom no-repeat #c3de75;
	margin-top:1px;
	color:#000;
	padding:0 0 3px 0;


}

/*--------------------------*/
		/*SITEMAP*/
/*--------------------------*/


#sitemap ul li{
	margin-top: 18px;
}
#sitemap ul li ul * {
	margin-top: 2px;
}
#sitemap ul li a {
	font-weight: bold;
}
#sitemap ul li ul li a {
	/*font-style: italic;*/
	font-weight: normal;
}
#sitemap ul li ul li ul * {
	font-style: normal;
	font-weight: normal;
}

/*--------------------------*/
    /*WORKING WITH SHAW*/
/*--------------------------*/

.image-nosurround{
	text-align:center;
}
.image-nosurround img{
	margin:25px auto 0 auto;
}
.working-with-head{
	background:url('../nav/captionBgTop.gif') no-repeat #c3de75;
	height:8px;
	overflow:hidden;
}
.working-with-foot{
	background:url('../nav/captionBg.gif') no-repeat #c3de75;
	height:4px;
	overflow:hidden;
}
table#working-with{
	text-align:left;
}
table#working-with th{
	background-color:#c3de75;
}	
table#working-with td, table#working-with th{
	padding:5px;
	border:1px solid #c3de75;
}
p.align-center{
	text-align:center;
	margin:4px 0;
}
.link-head{
	color:#005902;
}
a.back-top{
	display:block;
	padding:0 0 15px;
	margin:0;
	border-bottom:1px solid #e9e9e9;
}
h4.vacancy{
	margin:0;
}

/*--------------------------*/
   /* ACCESSIBILITY PAGES*/
/*--------------------------*/

.access-options input{
	width:250px;
	font-size:1em;
	border:none;
}
.access-options input#White_on_black{
	background-color:#000;
	color:#fff;
	bordeR:1px solid #000;
}
.access-options input#Black_on_pale_yellow{
	background-color:#ffff99;
	color:#000;
	bordeR:1px solid #ffff99;
}
.access-options input#Yellow_on_blue{
	background-color:#0000ff;
	color:#ffff00;
	bordeR:1px solid #0000ff;
}
.access-options input#Smaller_font_size{
	font-size:0.8em;
}
.access-options input#Larger_font_size{
	font-size:1.2em;
}
.access-options input#Largest_font_size{
	font-size:1.4em;
}

/*--------------------------*/
   /*ACTIVITY SEARCH RESULTS */
/*--------------------------*/

#centertHome .activity{
	padding:20px;
	margin:0 0 10px;
	background-color:#f3f3f3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #e3e3e3;
}
#centertHome .activity h2{
	margin:0 0 16px;
	font-size:20px;
	padding:0 0 5px;
	border-bottom:1px dotted #fff;
}
#centertHome .activity h2 span{
	color:#666;
	display:block;
	font-size:11px;
}
#centertHome .activity #can-contact{
	margin:10px 0 5px;
}
#centertHome #active-padd{
	padding:5px;
}
#centertHome .activity #can-contact p{
	margin:0 0 5px;
}
#centertHome .activity #cani{
	margin:20px 0 0;
}
#centertHome .activity #cani span{
	background:url('../nav/tick.gif') right 1px no-repeat;
	padding:0 16px 0 0;
}


/*--------------------------*/
		/*HISTORY PAGES*/
/*--------------------------*/

#standardfull{
	width:100%;
}
.clear-both{
	clear:both;
}
.small-column, .small-column-right{
	width:220px;
	float:left;
	display:inline;
	margin:0 15px 15px 0;
}
.small-column img, .small-column-right img{
	margin:10px 0;
}
.small-column img.align-right, .small-column-right img.align-right{
	float:right;
	display:inline;
	margin:0 0 10px 10px;
}
.small-column-right{
	margin:0 0 15px 0;
}
.small-column.no-margin{
	margin:0 0 15px 0;
}
.large-column, .large-column-left{
	width:465px;
	float:left;
	display:inline;
	margin:0 0 15px;
	clear:none;
}
.large-column-left{
	margin:0 15px 15px 0;	
}
.history p{
	font-size:12px;
	line-height:20px;
}
.small-column em, .small-column-right em{
	font-style:normal;
	color:#448801;
}
.small-column h2, .large-column h2, .large-column-left h2, .small-column-right h2{
	background:url('../nav/arrow.gif') bottom right no-repeat;
	font-size:38px;
	padding:0 0 10px;
	margin:0 0 15px;
	color:#707276;
	font-weight:700;
}
#next-previous{
	width:700px;
	height:20px;
	margin:0;
}
a#forward-link{
	float:right;
}
a#back-link{
	float:left;
}


