@charset "utf-8";
/* CSS Document */



* {
	padding:0;
	margin:0;
}

.clear {
	clear:both;
}

body {
	background-image: url(../newimages/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #a4d9f6;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	}
	
p { margin: 1em 0; }
	
#container {
	width: 769px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}	

#main {
	width: 769px;
	top: 0px;
	background-image: url(../newimages/leftsideshadow.gif);
	background-repeat: repeat-y;
	background-position: left;
}
/*NAVIGATION BAR*/
#topnav {
	width: 766px;
	height: 36px;
	float:right;
	background-color:#145395;
	border-bottom:#AC67BD;
	border-bottom-style:solid;
	border-bottom-width:4px;
	text-align:center;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	}
	
#topnav ul{
	list-style:none;
	width:744px;
}

#topnav ul li{
	float:left;
}

#topnav ul a{
	border-left: #ffffff 1px solid;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	display:block;
	height: 32px;
	padding-left:12.2px;
	padding-right:12.2px;
	padding-top:4px;
	float:left;
}
#topnav ul a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color: #00BCE4;
	display:block;
}
.forcedcentered {
line-height:2.5em;
}

#lastitem {
	border-right: #ffffff 1px solid;
}

#home #topnav .currentsection a {

background-color:#FFFFFF;
color:#145395;
cursor:default;

}

/*END NAVIGATION BAR*/

a:link, a:visited, a:active {
	color:#595858;text-decoration:underline;
}

a:hover {
	color:#733CA6;
}
#intro {
	text-align: justify;
	padding: 24px;
	font-size: 14px;
	color: #145395;
	font-weight: normal;
	background-image: url(../newimages/divider.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#intro .sistering {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: "Times New Roman", Times, serif;
}

#dropins {
	font-size: 11.5px;
	line-height:16px;	text-align: left;
	padding-top: 12px;
	padding-bottom:12px;
	padding-left:24px;
	padding-right:24px;
	color: #145395;
	font-weight: normal;
	background-image: url(../newimages/divider.gif);
	background-repeat: no-repeat;
	background-position: center bottom;

}
#whitearea{
	width: 766px;
	float:right;
	background-color:#FFFFFF;
	padding-top:18px;
}
#leftcol {
	width: 197px;
	float:left;
	padding-bottom:20px;
	text-align:left;

}
#middlecol {
	width: 371px;
	float:left;
	padding-bottom:20px;
}
#middlecol p{
	text-align:left;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 13px;
	color: #145395;
	display:block;
	float:none;
}
#rightcol {
	width: 197px;
	float:right;
	padding-bottom:20px;
}
#rightcol p {
	text-align:left;
	font-size:.875em;
	margin:9px;
}

#widecontentcol {
	width: 526px;
	float:left;
	padding-bottom:20px;
	text-align:left;
	margin-left: 24px;
}

.indented {
	padding-left:12px;
}

#widecontentcol p {
	text-align:left;
	font-size: 13px;
	color: #145395;
	display:block;
	float:none;
}


#footer {
	width: 769px;
	float:right;
	height:20px;
	background-image: url(../newimages/bottomshadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	padding-top: 6px;
	color:#664594;
	padding-bottom:10px;
}
#plainlist {
	width:75%;
	margin-left:0px;
	padding-left:10px;
	list-style-type: none;
	list-style-position: outside;
}
#plainlist li {
	color:#145395;
	padding-left:10px;
	padding-bottom:7px;
	background-image: url(../newimages/listbullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}

#sublist {
	width:90%;
	margin-left:0px;
	padding-left:10px;
	padding-top:10px;
	list-style-type: none;
	list-style-position: outside;
}
#sublist li {
	color:#145395;
	padding-left:10px;
	padding-bottom:7px;
	background-image: url(../newimages/sublistbullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}
.abclist {

	padding-left:10px;
	list-style-type: lower-alpha;
	list-style-position: outside;
	margin-top:10px;
}
.abclist li {
	color:#145395;
	padding-left:10px;
	padding-bottom:7px;
	margin-left:20px;
}
.numberedlist {
	width:75%;
	padding-left:10px;
	list-style-position: outside;
}
.numberedlist li {
	color:#145395;
	padding-left:10px;
	margin-left:20px;
	padding-bottom:7px;

}
/*PURPLEBOX*/
.purplebox {
	background-color: #e4deec;
	width: 185px;
	border: 1px solid #ac67bd;	
	text-align:left;
}
#ontheagenda {
	background-image: url(../newimages/ontheagenda_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.purplebox p{
	margin:9px;
	font-size:.875em;
}
.purplebox img {
	margin-top:8px;
	margin-left:8px;
}


.floatright{
	float:right;
}
.floatleft{
	float:left;
}


/*BLUEBOX*/
.bluebox {
	background-color: #cff1f7;
	width: 185px;
	border: 1px solid #6acfe3;
	text-align:left;
}
.bluebox p{
	margin:9px;
	font-size:.875em;
}

.bluebox img {
	margin-top:8px;
	margin-left:8px;
}
.pagetitle {
	margin-bottom:20px;

	padding-bottom:8px;
	padding-top:4px;
	background:url(../newimages/dividerB.gif) left bottom repeat-x;	
	/*background:url(../newimages/titlebg.gif) top left repeat-y;*/

}
h1 {
	font-size: 2em; 
	color: #145395;
	/*color: #a05ab1;*/
	/*color: #00bce4;*/
	text-align: left;
	font-family:"Times New Roman", Times, serif;

}
h2 {
	font-size: 1.7em;
	color: #145395;
	/*color: #a05ab1;*/
	/*color: #00bce4;*/
	text-align: left;
	font-family:"Times New Roman", Times, serif;

}
h3 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 16px;
}
h4 {
	font-size: 14px;
	color: #00bce4;
	text-align: left;
	line-height: 16px;
	margin-top:10px;
	margin-bottom:10px;
}
.afterquote {
	font-weight: bold;
	color: #7a5ea2;
	font-size: 12.5px;
	letter-spacing: 0.5px;
	padding-right: 8px;
	padding-left: 2px;
	padding-bottom:12px;
}
a.more:link, a.more:visited, a.more:active {
	color: #8cc1d0;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../newimages/doublearrows.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 16px;
	display: inline;
	text-align: right;
	width:30px;
	border: 1px white solid;
}



a.totop:link, a.totop:visited, a.totop:active {
	color: #8cc1d0;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../newimages/doublearrowsup.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	padding-right: 14px;
	display: block;
	text-align: right;

}

#makeadonation {
	padding-top:24px;
	width: 184px;
	text-align:center;
	margin-left:10px;
}

#footer {
	font-size:.9em;
	margin-bottom:10px;

}

#footer a {

}

#footer .credits, #footer .credits a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
}
#footnotes {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #145395;
	font-size:8pt;
	text-indent: -10px;
	padding-left:10px;
}

/*COLLAPSIBLE MENU*/

/* wrapper for the whole collapsible menu */
.mC {width:170px;}

/*menu headings that always appear on the screen.*/
.mH {cursor:pointer; font-weight:bold; width:170px; margin-top:5px; margin-bottom:5px;}

/*wrapper for each of the menus that we are making collapsible*/
.mL {display:none; margin-bottom:0px;}
.mLopen {margin:0px; display:block;}
.provincelistopen {margin:0px; display:block;}
.provincelistclosed {display:none; margin-bottom:0px;}

.test { display:inline;}


/* left side navigation */
#sidenav {
	padding-left: 0;
	margin: 0px 0px 0px 14px;
	width:170px;

	}

#sidenav li {
	list-style: none;
	margin: 0px; /*avoids extra space above and below each nav item in IE*/
	padding: 3px;
	border-bottom: 1px dotted #999;
	}

* html #sidenav li {
	border-bottom: none;
	padding: 4px;
	background: url(../newimages/pixel-grey.gif) repeat-x bottom;
	}

#sidenav li a {
	color: #666;
	text-decoration: none;
	padding-left: 9px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	}
	
#sidenav li a:hover, #sidenav li a#current {
	text-decoration: none;
	font-weight: bold;
	}
	
	/* purple nav*/

#sidenav.purple li a#currentstage { 
	color: #843890;
	background: url(../newimages/arrow-purple-down.gif) no-repeat 0px 2px;
	font-weight:bold;
	}
	
#sidenav.purple li a#noncurrentstage:hover{ 
	color: #843890;
	background: url(../newimages/arrow-purple.gif) no-repeat -2px 1px;

	}
	
#sidenav.purple li a#currentpage { 
	margin-left:10px;
	color: #843890;
	background: url(../newimages/dot-purple.gif) no-repeat -2px 1px;
	}

#sidenav.purple li a#noncurrentpage { 
	margin-left:10px;
	}	
#sidenav.purple li a#noncurrentpage:hover { 
	margin-left:10px;
	background: url(../newimages/dot-purple.gif) no-repeat -2px 1px;
	color: #843890;

	}



	
/* purple nav*/	

.policycontact {
	border: #00bce4 1px solid;
	padding: 5px 15px 5px 15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#e6f2f4;

}
.policycontact p {
	text-align:center;
}

.streetviewbg{
	background-image: url(/newimages/sistering_street_view.jpg);
	background-repeat: no-repeat;
	background-position: left 60px;
}
.directions {
	width:275px;
	margin-top:350px;
}

a.map:link, a.map:visited, a.map:active {
	color: #00bce4;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../newimages/doublearrows2.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 16px;
	text-align: right;
	width:80px;
	border: 1px white solid;
	margin-top:20px;
	display:block;
}.red {
	color: #FF0000;
	font-weight: bold;
}

.nobreak	{
	white-space: nowrap;
	}

hr {
	border: 0;
	color: #1F5E9C;
	background-color: #1F5E9C;
	height: 1px;
	width: 100%;
	text-align: left;
}
.pagetitle h1 sup {
	font-size: .6em;
}

.issues {
	margin-top:10px;
	padding:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AC67BD;
}

.advocacyleft {
width:295px; 
margin-top:-10px;
}
.advocacyright {	
	width:170px;

	}
	
	.fgddposter {
	width:200px;
	margin-right:40px;
	margin-top:0px;
}
.fgddtickets {
	width:200px;


	}
.orderform {

	background-color: #FAFDFE;

	width: 90%;
}

	.orderform td{
	border: 1px solid #A4D9F6;
	background-color: #FAFDFE;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;

}


	a.moreinfo:link, a.moreinfo:visited, a.moreinfo:active {
	color: #8cc1d0;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../newimages/doublearrows.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	padding-right: 14px;
	display: block;
	text-align: right;

}
.gallerylink p{
color: #8cc1d0;
	font-size: 10px;
	font-weight: bold;
}

.gallerylink {
width:200px;

}

a.galleries:link, a.galleries:visited, a.galleries:active {
	color: #8cc1d0;
	font-size: 10px;
	font-weight: bold;
	text-align: right;text-decoration:none;
}

gallerylink .galleries p{
margin-bottom:20px;
}

.onecentered {
text-align:center;
padding:0 0 0 160px;
width:200px;

}



#center{
text-align:center;}
.quotes {
	font-style: italic;
	padding-right: 22px;
	padding-left: 22px;
}




#widecontentcol .findings {
	border: 1px solid #A4D9F6;
	padding: 8px;
	margin-right: 20px;
	background-color: #F3FBFE;
	font-size: 14px;
}

.recommendations {
	border: 1px solid #A4D9F6;
	padding: 8px;
	margin-right: 20px;
	font-weight: bold;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #145395;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}
#sponsors p{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#sponsors h2{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
}
#sponsors hr{

	margin-bottom:15px;
}
.donationform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #145395;

}
.donationform input {
	margin-bottom: 10px;}
	
#resourcetable{
border-color:#ffffff;
width:100%;

}
#resourcetable td{
	vertical-align:top;
	background-color:#F8FAFA;
	color:#145395;
	padding:10px;
}
.forms td, .forms textarea, .forms input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #145395;
	vertical-align:top;
	margin-bottom:4px;
	}
.forms td .details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.pdflist {
	list-style-type: none;
	}
	
.pdflist li {
	padding-bottom: 4px;
	}
	
.pdflist li a {
	padding-left: 35px;
	color: #7a5ea2;
	background-image: url(/newimages/acrobat.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #145395;
	font-weight: bold;
}
