* {
	margin: 0;
	padding: 0;
}

body {
	color: #fff;
	background-color: #fff;
	font: 75% arial, helvetica, clean, sans-serif;
	position: relative;
	border-top: 10px #FE0000 solid;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
}

.clear{
	clear:both;
}

a {
	color: #FE0000;
}

a:hover {
	color: #FE0000;
	text-decoration: underline;
}

a img {
	border: 0;
}

.label {
	background: #d70f1e;
	padding: 5px 9px 4px 9px;
	font-weight: bold;
	height: 1.4em;
	float: left;
}

/**************
Site Container Box
*/
#BgContainer {
	width: 1000px;  
	margin: 0 auto;
	position: relative;
}
#Container { 
	width: 1000px;
	position: relative;
}

/** Header **/
#Header { 
	margin: 0 auto;
background: url( ../images/new_insp_logo.png ) no-repeat;
background-position: left center;
	overflow: hidden;
	height: 140px;
	font-size: 110%;
}

#Header p {
	font-size: 1.4em;
	color: #333;
}

#language-chooser {
	float: right;
	margin: 7px 20px 7px 0;
}

#language-chooser li {
	list-style-type: none;
	display: block;
	float: left;
	padding-left: 10px;
}
#google_translate_element {
float: right;
margin: 7px 20px 7px 0;
height: 34px;
}
#goog-gt-tt {
color: #333 !important;
}
#search {
background-color: #eee;
margin: 0 20px 10px 0;
float: right;
clear: right;
color: #333;
}
#search #Search {
	display: inline;
}

#search label {
	display: block;
float: left;
	font-weight: bold;
	margin-top: 0;
	padding: 7px 19px;
	vertical-align: middle;
	width: 47px;
background: #fff;
border: 1px solid #000;
}

#search input.text {
padding: 4px 0 4px 4px;
	/* vertical-align: bottom; */
width: 160px;
}

#user-login {
	float: right; 
	margin: 0 20px 0 0;
clear: right;
}
#user-login p a { 
color: #fff;
}

#user-login fieldset,
#user-login form {
	float: left; 
}

#user-login div,
#user-login form {
	 display: inline; 
}

#user-login .Actions {
	float: left; 
}

#user-login input.action {
	padding: 5px;
}

#user-login fieldset {
	margin: 0;
}

#user-login label {
margin: 5px;
font-weight: bold;
text-align: left;
}

#user-login .field {
	display: inline; 
}

#user-login input.text {
	width: 9em;
height: 20px;
}

#user-login #additional-actions {
display: block;
clear: right;
	font-size: 90%;
text-align: right;
}
#user-login #additional-actions2 {
clear: right;
display: block;
font-size: 90%;
text-align: right;
color: #333;
}


#user-login #additional-actions a, #additional-actions2 a {
	color: #333;
}

#user-login #additional-actions a:hover, #additional-actions2 a:hover,
#user-login #additional-actions a:active, #additional-actions2 a:active {
	color: #333;
}

/*** Main Nav ***/
#Navigation {
	
	margin-bottom: 1.5em;
}

.de #Navigation {
	font-size: 100%;
}

#Navigation ul li { 
	list-style: none; 
	float: left;
	line-height: 2.8em;
	display: block;
background: #eee;
color: #333;
}

#Navigation ul li a { 
	float: left;
	text-decoration: none;
	display: block; 
	font-size: 1.2em; 
	padding: 0 12px 0 16px;
	color: #333;
}

#Navigation ul {
	background-color: #eee;
	height: 2.8em;
	color: #333;
}

#mainmenu ul li a span {
	text-align: center;
	float: left;
	color: #333;
}
#mainmenu ul li a:hover { 
	background: #FE0000; 
	cursor: pointer;
	color: #fff;
}
#mainmenu ul li a:hover span {
	background: #FE0000;
	cursor: pointer;
	color: #fff;
}
#mainmenu ul li a.current,
#mainmenu ul li a.section,
#mainmenu ul li a.section:hover,
#mainmenu ul li a.current:hover { 
	background: #FE0000;
	color: #fff;
}
#mainmenu ul li a.current span,
#mainmenu ul li a.section span,
#mainmenu ul li a.section:hover span,
#mainmenu ul li a.current:hover span {
	background: #FE0000;
	color: #fff;
}
#mainmenu { text-transform: uppercase; }


/* Submenu 
***********************************/
#submenu ul { 
	font-size: 90%;
	background-color: #ccc;
}
#submenu ul li a.current,
#submenu ul li a.section {
	background: #000;
	color: #fff;
}
#submenu ul li {
	background-color: #ccc;
}
#submenu ul li a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

/* Tertiary menu
***********************************/

#tertiarymenu {
	background-color: #D70F1E;
	font-size: 12pt;
	font-weight: bold;
	margin: 10px;
}

.de #tertiarymenu {
}

#tertiarymenu ul li { 
	list-style: none; 
}

#tertiarymenu ul li a { 
	text-decoration: none;
	color: #fff;
}

#tertiarymenu ul {
	background-color: #D70F1E;
}

#tertiarymenu ul li a span {
	text-align: center;
	float: left;
}

#tertiarymenu ul li a.current,
#tertiarymenu ul li a.section {
	background: transparent;
}

/*** Sidebar ***/

#sidebar {
	float: left;
	width: 292px;
	margin: 0 0 0 23px;
}

#sidebar #donate-now {
	text-align: center;
	margin: 0 0 10px 0;
}

#sidebar #latest {
	background-color: #222;
	overflow: hidden;
	padding-top: 3px;
	display:none;/*----- SNS Box remove, delete this line for the box to appear ----  */
}

#sidebar #latest-headings {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	clear: both;
}

#sidebar #latest-headings {
	background-color: #949597;
	
}

#sidebar #latest-headings li {
	background-color: #E4E5E7;
	list-style: none; 
	float: left;
	line-height: 2em;
	display: block;
	margin: 0 4px;
	padding: 0 8px;
	height: 28px;
	overflow: hidden;
	
	
}

#sidebar #latest-headings li.selected {
	background-color: #2B2B2B;
}

#sidebar #latest-headings li.first {
	margin-left: 0;
}

#sidebar #latest-headings li.last {
	float: right;
	margin-right: 0;
}

#sidebar #latest-headings li a {
	color: #2B2B2B;
	text-decoration: none;
	
	
}

#sidebar #latest-headings li.selected a {
	color: #fff;
	font-weight: bold;
	font-family: arial, helvetica, sans;
	font-size: 1.2em;
}

#sidebar #latest-headings li a#rss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-right: 18px;
	background: transparent url( ../images/feed-icon.gif ) no-repeat right center;
}

#sidebar #latest .holder {
	clear: both;
	background: #2B2B2B;
	padding: 12px 0;
}

#sidebar #latest-news,
#sidebar #latest-posts {
	clear: left;
	padding: 0 4px 14px 4px;
	overflow: auto;
	height: 20em;
	background: #2B2B2B;
	width: 23.5em;
}

#sidebar #latest-news li,
#sidebar #latest-posts li {
	background: #161616;
	padding: 6px 8px;
	margin-bottom: 4px;
}

#sidebar #latest-news li a,
#sidebar #latest-posts li a {
	color: #d70f1e;
	text-decoration: none;
	border-bottom: 1px dotted #423E52;
	display: block;
	margin-bottom: 4px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

#sidebar #latest-news li a:hover,
#sidebar #latest-posts li a:hover {
	color: #FE0000;
}

#sidebar #bannerads img {
	margin-top: 1.5em;
}

/* General sidebar components
*****************************************/

#related-links {
	background: #eee;
	padding: 8px;
	margin-top: 15px;
color: #333;
}

#related-links h4 {
	font-size: 130%;
	padding: 3px 5px 8px 5px;
}
#related-links ul {
	background: #fff;
	padding-left: 0px;
	list-style-type: square;
	list-style-position: inside;
}

#related-links ul li {
	border-bottom: 1px dotted #333;
}

#related-links ul li  {
	text-decoration: none;	
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	vertical-align: middle;
}

#related-links ul li a {

	color: #333;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#related-links ul li a:hover {
	text-decoration: underline;
}

#random-quote {
	
	background-color: #eee;
	padding: 1em;
	text-align: center;
	color: #333;
	font-size: 130%;
	font-style: italic;
margin-top: 15px;
}

#random-quote .quote {
	padding: 0 0 1em 1.7em;
	background: transparent url( ../images/quoteleft.png ) no-repeat left top;	
}

#random-quote blockquote {
	padding-right: 2em;
	background: transparent url( ../images/quoteright.png ) no-repeat right bottom;	
}

#random-quote p {
	color: #333;
	font-style: normal;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
#random-quote a {
	color: #000;
}

/* Main Layout
*****************************************/

#Layout {
	width: 54.5em;
	float: right;
	border-top: 5px solid red;
	border-bottom: 1px solid red;
	background-color: #fff;
	margin: 0 13px 13px 0;
	padding: 10px 0;
}

#Layout #header-image {
	padding: 6px;
}

#Layout .typography {
	padding: 6px;
}

#LayoutForum {
	width: 100%;
	float: none;
}
#Forum {
padding: 0 13px 0 13px;
}

/* Homepage components
*****************************************/

#latest-issues,
#our-street-papers,
#promotions,
#latest-innovations,
#campaign-alert,
#resource-exchange {
	border-bottom: 1px solid red;
	width: 51.5em;
	float: right;
	background-color: #fff;
	margin: 0 13px 13px 0;
	padding: 5px 18px 20px 18px;
	overflow: hidden;
	color: #333;
}

#latest-issues h2,
#our-street-papers h2,
#promotions h2,
#latest-innovations h2,
#campaign-alert h2,
#resource-exchange h2 {
	margin-bottom: 0.7em;
	border-bottom: 1px dotted #999;
color: black;
font-weight: bold;
}

#latest-innovations li,
#campaign-alert li,
#resource-exchange li {
	list-style-type: none;
}

#latest-issues .issue {
	background:#fff;
	float: left;
	margin-right:10px;
	margin-bottom: 1em;
	width:190px;
	background: #eee;
}
#latest-issues p a {
	text-decoration: none;
}
#latest-issues p a:hover {
	text-decoration: underline;
}

#latest-issues .issue img {
	float: left;
	height:145px;
	width:100px;
	border: 3px solid #eee;
}

#latest-issues .issue div {
	margin: 0 5px 0 105px;
	padding: 5px 0;
	width:80px;
}

#latest-issues .actions {
	clear: left;
}
#latest-issues .paper {
overflow: hidden;
}
#our-street-papers .background,
#our-street-papers-map .background {
	background: #eee;
	height: 210px;
padding: 5px;
}

#our-street-papers .background img,
#our-street-papers-map .background  img{
	border:0;
}

#our-street-papers h4 {
	padding: 8px;
	padding-top: 8px;
	padding-bottom: 2px;
	font-size: 1.0em;
}

#our-street-papers h4 a {
	color: #FE0000;
	text-decoration: none;
}


#our-street-papers-map a {
	color: #FE0000;
	text-decoration: none;
	font-weight: bold;
}


#our-street-papers ul {
	background: #eee;
	padding: 8px;
}

#our-street-papers ul li {
	list-style: none;
	line-height: 1.5em;
}
#our-street-papers ul li a{
	text-decoration: none;
}
#our-street-papers ul li a:hover {
	text-decoration: underline;
}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}



/* Search Results 
*****************************************/
ul#SearchResults li {
	list-style: none;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

ul#SearchResults li p {
	margin-bottom: 5px;
}

ul#SearchResults li .readMoreLink {
/* 	padding-left: 1em; */
}

ul#SearchResults li a.searchResultHeader {
	font-size: 1.2em;
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
	margin:0 !important;
	padding:10px;
}
#Unsubscribe_MailingListForm_MailingListForm p label{
	display: inline;
}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#footer {
	padding: 1em 0 0 0;
}

#footer .container {
	background-color: #fff;
	height: 5em;
	border-top: 5px solid red;
}

#footer #back-to-top {
	height: 1.7em;
	padding: 1.8em 3em 1.5em 2em;
	border-right: 1px dotted #999;
	float: left;
	background: transparent url( ../images/uparrow.png ) no-repeat 2em center;
}

#footer #back-to-top a {
	color: #333;
	text-decoration: none;
	padding-left: 3em;
}

#footer #copyright {
        float: right;
	padding: 1em 2em;
	line-height: 1.6em;
	text-align: right;
	color: #333;
}

/* Specific pages
*****************************************/

.member-contact .value {
}
.mem-img { margin-right: 10px; }

.typography .label {
	text-align: left;
	background: transparent;
	width: 15em;
}
.typography .label {
	color: #333;
	display: block;
}
.typography .value {
	margin-left: 1em;
}

#view-by-country #continents {
	overflow: auto;
	height: 130px;
}

#view-by-country #countries {
	overflow: auto;
	height: 130px;
}


#SearchForm_BestPracticesSearchForm {
	margin-left: 12px;
}
#Form_PostBestPracticeForm_Attachment {
color: #ccc;
}
#Form_PostBestPracticeForm_Title {
width: 350px;
}
#Form_PostBestPracticeForm_Summary {
width: 350px;
height: 100px;
}
#Form_PostBestPracticeForm_Description {
width: 350px;
height: 200px;
}
ul#updates-list li {
	list-style-type: none;
}

/*------- Street News Service - ABurns 171208 ----------------*/
img.snsLogo{
	margin: 0 25px 25px 15px;
}

/*------- Updates details- ABurns 171208 ----------------*/
div.details{
	margin: 0 0 10px 10px;
}

/*------- Staff and Board- ABurns 171208 ----------------*/

td table tr td {
	font-size: 100%;
}

/*------- Best practice- ABurns 191208 ----------------*/

#best-practice h4, 
#best-practice h3,
#best-practice p.topics  {
	font-weight:bold;
}
/* internet explorer hates you and everything you stand for */
#Browse-ByContinent ul li a:link, #Browse-ByContinent ul li a:active,
#Browse-ByContinent ul li a:visited, #Browse-ByContinent ul li a:hover { background-color: #fff; }
#Browse-ByCategory ul li a:link, #Browse-ByCategory ul li a:active,
#Browse-ByCategory ul li a:visited, #Browse-ByCategory ul li a:hover { background-color: #fff; }

/*------- Resource Exchange - ABurns 150109 ----------------*/

 div.available-resources h4 {
	font-weight:bold;

}

div#partnersTable{
	padding:0 0 0 15px;
}

/*------- Resource Exchange - ABurns 160109 ----------------*/
ul#Form_PostResourceForm_Type{
	margin:20px 0 0 0;
}

ul#Form_PostResourceForm_Type li{
	margin:5px 0 0 0;
}

/*-------Member Campaigns - ABurns 160109 ----------------*/
div#paper-details {
clear: both;
	width:250px;
	padding: 0 0 0 12px;
	margin:0 0 15px 0;
}

div#paper-details img{
	width:100px;
	margin:0 10px 10px 0;
}

div#paper-details h2{
	margin:15px 0 0 0;
	
}

div#contact-details h3{
	margin:0 0 0 12px;
}

div#campaign-details {
	float:right;
	margin:0 200px 0 0;
	padding:0;
}

div#campaign-details h3 {
	margin:5px 0 5px 12px;
	font-weight:bold;
}

/*-------Internship - ABurns 160109 ----------------*/

div.internship table{
	margin:10px;
	width:500px;
	
}

div.internship td{
	padding:5px;
	font-size:12px;
}

div.internship td.title{
	font-size:16px;
	font-weight:bold;
}

div.internship td.label{
	width:150px;
}

div.internship td.value{
	width:300px;
}
