* {
	margin: 0;
	padding: 0;
}

body {
	color: #fff;
	background-color: #ececec;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif; 
	position: relative;
}

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

.clear{
	clear:both;
}

a {
	color: #AAFCFE;
}

a:hover {
	color: #4DD0F8;
}

a img {
	border: 0;
}

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

/**************
Site Container Box
*/
#BgContainer {
	width: 1000px;  
	margin: 0 auto;
	background: #949597 url( ../images/background.jpg ) repeat-y top left;
	position: relative;
}
#Container { 
	width: 1000px;
	position: relative;
}

/** Header **/
#Header { 
	margin: 0 auto;
	overflow: hidden;
	height: 105px;
	font-size: 110%;
}

#Header h1 { 
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#Header p {
	font-size: 1.4em;
	color: #161616;
	clear: left;
	margin: 0 0 0 100px;
}

#language-chooser {
	float: right;
	margin: 15px 30px 15px 0;
}

#language-chooser li {
	list-style: none;
	display: block;
	float: left;
	padding-left: 4px;
}

#user-login {
	float: right;
	margin: 0 30px 15px 0;
	clear: right;
	white-space: nowrap;
	position: relative;
}

#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: 4px;
}

#user-login fieldset {
	margin: 0;
}

#user-login label {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

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

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

#user-login input.text#MemberLoginForm_LoginForm_Email {
	margin: 0 4px 0 1px;
}

#user-login #Password {
	margin-right: 1px;
}

#user-login #additional-actions {
	display: block;
	text-align: right;
	clear: left;
}

#user-login #additional-actions {
	font-size: 90%;
	padding-top: 5px;
}

#user-login #additional-actions a {
	color: #000;
}

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

#user-login #additional-actions a.last {
	margin-left: 11.6em;
}

/*** Main Nav ***/
#Navigation {
	background-color: #2B2B2B;
	font-family: "Times New Roman", Times, serif;
	font-size: 114%;
	margin-bottom: 1.5em;
}

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

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

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

#Navigation ul {
	background-color: #2B2B2B;
	height: 2.8em;
	padding: 0 10px;
}

#mainmenu ul li a span {
	text-align: center;
	float: left;
}
#mainmenu ul li a:hover { 
	background: #161616; 
	cursor: pointer;
}
#mainmenu ul li a:hover span {
	background: #161616;
	cursor: pointer;
}
#mainmenu ul li a.current,
#mainmenu ul li a.section,
#mainmenu ul li a.section:hover,
#mainmenu ul li a.current:hover { 
	background: #161616; 
}
#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: #161616;
}


/* Submenu 
***********************************/
#submenu ul,
#tertiarymenu ul { 
	font-size: 90%;
	background-color: #161616;
}

#submenu ul li a.current,
#submenu ul li a.section {
	background: transparent url( ../images/submenu_current.gif ) no-repeat left center;
}

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

#tertiarymenu {
	background-color: #2B2B2B;
	font-family: "Times New Roman", Times, serif;
	margin: 6px 0;
	font-size: 105%;
}

.de #tertiarymenu {
}

#tertiarymenu ul li { 
	list-style: none; 
	float: left;
	display: block;
	width: 90px;
	margin-top: 0.5em;
}

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

#tertiarymenu ul {
	background-color: #161616;
	height: 6em;
	padding: 0 10px;
}

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

#tertiarymenu ul li a.current,
#tertiarymenu ul li a.section {
	background: transparent url( ../images/submenu_current.gif ) no-repeat left 3px;
}

/*** Sidebar ***/

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

#sidebar #donate-now {
	text-align: center;
	margin: 1.5em 0;
}

#sidebar #search {
	margin-bottom: 1.5em;
	font-size: 115%;
}

#sidebar #search #Search {
	float: left;
	margin-right: 1px;
}

#sidebar #search label {
	background: #BF000D none repeat scroll 0 0;
	display: block;
	float: left;
	font-weight: bold;
	height: 19px;
	margin-top: 0;
	padding: 5px 19px 4px;
	vertical-align: middle;
	width: 47px;
}

#sidebar #search input.text {
/*	padding: 4px 2px 6px 4px;*/
padding: 4px 2px 5px 4px;
	vertical-align: bottom;
/*	width: 168px; */
width: 160px;
}

#sidebar #search input.action {
}

#sidebar #latest {
	background-color: #2b2b2b;
	overflow: hidden;
	padding-top: 3px;
}

#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: #BF000D;
	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: #929292;
}

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

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

#related-links {
	background: #161616;
	padding: 8px;
	margin-top: 1.5em;
}

#related-links h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	padding: 3px 5px 8px 5px;
}
#related-links ul {
	background: #040404;
	padding-left: 0px;
	/*
	list-style-type: image;
	list-style-image: url( '../images/rightarrow.gif' );
	list-style-position: inside;
	*/
	list-style: none;
}

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

#related-links ul li  {
	color: #fff;
	text-decoration: none;
	
	margin: 0;
	background: transparent url( ../images/rightarrow.gif ) no-repeat 12px 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	vertical-align: middle;
}

#related-links ul li a {

	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#random-quote {
	background: #144D6A url( ../images/quote_background.jpg ) repeat-x left top;
	padding: 1em;
	text-align: center;
	color: #90AEB7;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: italic;
}

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

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

#random-quote p {
	color: #fff;
	font-style: normal;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
}

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

#Layout {
	width: 54.5em;
	float: right;
	background-color: #2B2B2B;
	margin: 0 13px 13px 0;
}

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

#Layout .typography {
	padding: 6px;
}

.forum #Layout {
	width: auto;
	float: none;
	margin: 13px;
}

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

#latest-issues,
#our-street-papers,
#promotions,
#latest-innovations,
#campaign-alert,
#resource-exchange {
	width: 51.5em;
	float: right;
	background-color: #2B2B2B;
	margin: 0 13px 13px 0;
	padding: 18px;
	overflow: hidden;
}

#latest-issues h2,
#our-street-papers h2,
#promotions h2,
#latest-innovations h2,
#campaign-alert h2,
#resource-exchange h2 {
	margin-bottom: 0.7em;
}

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

#latest-issues .issue {
	background:#040404;
	float: left;
	margin-right:5px;
	margin-bottom: 1em;
	width:200px;
}

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

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

#latest-issues .actions {
	clear: left;
}

#our-street-papers .background,
#our-street-papers-map .background {
	background: #666465;
	height: 210px;
}

#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: #fff;
	text-decoration: none;
}


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


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

#our-street-papers ul li {
	list-style: none;
	line-height: 1.5em;
}

#our-street-papers ul li a {
	text-decoration: none;
}


/*** 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 2em 0;
}

#footer .container {
	margin-bottom: 1.5em;
	background-color: #2B2B2B;
	height: 5em;
}

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

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

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

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

.member-contact .value {
}

.typography .label {
	text-align: left;
	background: transparent;
	width: 15em;
}
.typography .label {
	color: #777777;
	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;
}

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;
}

/*------- 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 {
	width:250px;
	float:left;
	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;
}

