@charset "utf-8";
/* CSS Document */

#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 14px Arial}

	#jsddm li a
	{	display: block;
		background: #1d4782; /* main bg colour */
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: auto;
		color: #ffffff;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #0a264e} /* bg hover in top menu */
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background: #1d4782} /* dropdown bg */
		
		#jsddm li ul li a:hover
		{	background: #0a264e;
			color: #f4d38c;} /* on hover text */



/*-  normalize everything
----------------------------------------------------------------------*/

/* normalize margin, padding */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}


/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none ! important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}

/*****Basic Definitions*****/
body {
	background-color: #f3f3f3;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	height: 100%;
}
img { border: 0; }
a img { border: 0; }

ol, ul {
	list-style: none;
	list-style-position: outside;
}

p, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 0px; }
	
a:link {
	color:#790000;
	text-decoration:underline;
}
a:hover {
	color:#790000;
	text-decoration: none;
	}
a:visited {
	color:#790000;
	text-decoration:none;
}

.clearfix{
display: block;}

html .clearfix{
display: block;}
	
/*-----------  COLOUR BARS  lucida grande, tahoma, helvetica, arial, sans-serif -----------*/
	
h1 {
	color:#705F50;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 35px;
	text-align: left;
	font-weight: normal;
	line-height: 120%;
}

h2 {
	color:#705F50;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: 27px;
	text-align: left;
	font-weight: normal;
	line-height: 130%;
	font-style: italic;
	border-top: 1px solid #999999;
}


h3 {
	color:#705F50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 18px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}

h4 {
	color:#338C8C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 18px;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	text-decoration: underline;
}


.blockquote {
	line-height: 1.4em;
	color: #CC6600;
	font-style: italic;
	padding: 20px 20px 20px 60px;
	margin: 20px 0px 20px 0px;
	background-color: transparent;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
}

/*------------ SCAFFOLD ------------*/

#wrapper { 
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 121px;
	position: relative;
	}
	
#logo {
	background-color: transparent;
	width: 500px;
	height: 104px;
	top: 0;
	left: 0;
	position: absolute;
	visibility: visible;
	display: block;
}
	
#container { 
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	width: 875px;
	min-height: 100%;
	margin: 0 auto -115px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	}
	
#s3 /* animated images on home */{
	position: relative;
	background-color: #ffffff;
	border: 0;
	height: 206px;
	width: 575px;
	overflow: hidden;
}

.clearfooter {
	height: 115px; /* same value of the footer's height */
	clear: both;
}

#menu_bar { 
	background-color: #1d4782;
	width: 100%;
	height: 27px;
	position: relative;
	}

#menu_bar .mymenu {
	position: absolute;
	float: right;
	margin-top: 0px;
	right: 0;
	width: auto;
	height: auto;
	z-index: 10000;
}

#head-image {
	height: 89px;
	width: 575px;
}

#content {
	background-color: #ffffff;
	display: block;
	min-height: 100%;
	text-align: left;
	padding: 0px 20px 20px 20px;
	border-left: 1px solid #b8babb;
	border-right: 1px solid #b8babb;
	margin-bottom: 0;
}

#content a:link{	color:#790000;	text-decoration:underline;}
#content a:visited{	color:#790000;	text-decoration:underline;}
#content a:hover{	color:#790000;	text-decoration:none;}

.contenttable { 
	padding-top: 0px;
	width: 830px;
	height: 100%;
	margin: 0 auto
	}

.contenttable_right_main p { 
	font-size: 0.7em;
	color: #6c6b61;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 160%;
	padding-left: 10px;
	margin-top: 18px;
	text-align: center;
	}
	
.contenttable_left_main {
	width: 575px;
	padding: 0px 20px 0px 0px;
	background-color: transparent;
}

.contenttable_left_main p{
	color:#6c6b61;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}
/*------------ FORMAT FOR PROJECTS ------------*/

#content #promosize table {
	width: 215px;

}

#projectcontent {
	position: relative;
	height: 100%;
	text-align: justify;
	}
	
#projectcontent img { /*----was width 270px---*/
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto;
	border: 3px solid #B5B4AC;
	}
	
#projectcontent ul{
	list-style-type: disc;
	list-style-position: inside;
	color:#6c6b61;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 160%;
}

#projectcontent ul p{
	line-height: 100%
}
/*------------ FORMAT FOR ISSUES ------------*/

#issuescontent {
	position: relative;
	height: 100%;
	width: 100%;
	margin-top: 20px;
	}

#issuescontent td {
	padding: 0 18px 0 0;
	}
	
#issuescontent p{
	color:#6c6b61;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}
	
#projectcontent #issuescontent img { 
	margin: 20px;
	border: 3px solid #B5B4AC;
	}
	
#issuescontent ul{
	list-style-type: disc;
	list-style-position: inside;
	color:#6c6b61;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 160%;
}

#issuescontent ul p{
	line-height: 100%
}

#issuescontent h2 {
	color:#705F50;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: 27px;
	text-align: left;
	font-weight: normal;
	line-height: 130%;
	font-style: italic;
	border-top: 1px solid #fff;
}

/*------------ FORMAT FOR MDG ------------*/
#generalcontent #mdg  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 140%;
	}
	
#generalcontent #mdg img { 
	width: 121px;
	height: auto;
	border: 0px solid #B5B4AC;
	}
#generalcontent #mdg td { 
	border-bottom: 1px solid #ccc;
	}
	
/*------------ FORMAT FOR GENERAL ------------*/

#generalcontent {
	position: relative;
	height: 100%;
	text-align: justify;
	}
	

#generalcontent img { /*----was width 190px---*/
	float: left;
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto;
	border: 3px solid #B5B4AC;
	}
	
#generalcontent ul{
	list-style-image:url(../images/arrow.gif);
	color:#6c6b61;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 160%;
	padding: 10px 0px 0px 20px;
	margin: 10px 0px 0px 20px;
}
	
/*------------ FORMAT FOR NOSTYLE ------------*/

#nostylecontent {
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 0.7em;
	color: #6c6b61;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 160%;
	padding-left: 10px;
	text-align: center;
	}
	
#nostylecontent img { 
	border: 0;
	float: none;
	}
	
#nostylecontent ul{
	list-style-image:url(../images/arrow.gif);
	list-style-position: inside;
	color:#6c6b61;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 160%;
}

/*------------ donations page ------------*/

	
#img_nostyle { 
	position: relative;
	margin: 0 auto;
	text-align: center;
	color:#6c6b61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	}
	
#img_nostyle img { 
	border: 0;
	float: none;
	}
/*------------ END donations page ------------*/
	
.maincontent {
	width: 570px;
	float: left;
}

.mainRightcontent {
	width: 210px;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px
}


#cornerpromo {
	position: absolute;
	height: 150px;
	width: 150px;
	background-color: #d57320;
	right: 0;
	top: 0;
	z-index: 10000;
	display: block;
	position: fixed;
	cursor: pointer;
overflow-x: hidden;
overflow-y: hidden;
}
	
#footer {
	position: relative;
	text-align: center;
	width: 100%;
	height: 115px;
	background-color: #372c24;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	color: #ffffff;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Verdana, Arial, sans-serif;
	font-size: 11px;
	border-top: 7px solid #2b2219;
}

#footer a:link{	color:#cdba8d;	text-decoration:none;}
#footer a:visited{	color:#cdba8d;	text-decoration:none;}
#footer a:hover{	color:#ffffff;	border-bottom: 1px solid #cdba8d;}

#footer .tbl {
	text-align: center;
	width: 875px;
	height: 100px;
	background-color: transparent;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	color: #918F8E;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 0px solid #ed6e00;
}

.footer-disclaimer {
	font-size: 10px;
}

/*IMAGES*/

.imagefloatright {
	float:right;
	margin-top:auto;
	margin-left:20px;
	margin-bottom:auto;
	width: 200px;
	border: 2px solid #ffffff;
	}
	
.imagefloatleft {
	float:left;
	margin-top:auto;
	margin-right:20px;
	margin-bottom:auto;
	width: 200px;
	border: 2px solid #ffffff;
	}
	
.imageborderlight {
	border: 1px solid #aa9b8a;
	}
	
.image_large {
	margin-top:5px
	}
.map {
	border: 1px solid #bfb1ae;
	}
	
/*----------------FORMS----------------*/

.forms {
	height: 18px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 1px;
	background-color: #ffffff;
	border: solid 1px #999999;
}

.button {
	height: 23px;
	width: 26px;
	background-color: #28395f;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #245599;
}

input, select, textarea {
	font-family: verdana,arial,hevetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}



