/* 
TABLE OF CONTENTS 

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Page Styles
  WP Post Formatting  
  Comments
  Forms
  Clear
  Footer



/* HTML Elements */


* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #ffffff url(images/bg_page.gif) repeat-x;
 color: #737373;
 padding: 30px 0 0px 0;
 height:100%;
}

#wrapper-2010 { 
 margin: 0 auto;
 width: 960px;
}

#content-2010 { 
 float: left;
 background: #FFFFFF;
 width: 560px;
 display: inline;
}

#header-2010 {
 width: 960px;
 float: left;
}

#footer-2010 { 
 width: 960px;
 clear: both;
}

#navigation-2010 {
 float: left;
 width: 960px;
}

#leftcolumn-2010 { 
 width: 200px;
 float: left;
}

#rightcolumn-2010 { 
 width: 200px;
 float: left;
}


* {
	margin:0;
	padding:0;
	}
	
*:focus { 
	outline: none;
	}
	
body,html {
	min-height:101%;
	}
	
body, select, input, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	}

a, a:visited {
	color: #225c7f;
	text-decoration:none;
		
	}

a:hover, a:active {
	color:#225c7f;
	}
	
blockquote {
  font: 12px/18px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 2px dashed #ccc;
} 		

small {
	font-size: 10px;
	background:#eef5e1;
	padding:3px 6px;
	}

hr {
	margin:22px 0;
	background:#eae9e4;
	color:#eae9e4;
	height:1px;
	border:0;
	display: block;
	}	

label {
	margin:12px 0 0 0;
	display:block
	}
	
a img {
	border:none
	}

table {
	display: table;
	margin:13px 0;
	width:100%;
	border-collapse:collapse;
	}	
	
.hashtag {
	list-style-type: none;
}

th {
	background:#e4e4e4;
	text-align:left;
	}

th, td {
	border-bottom:0px solid #FFF;
	padding:4px 4px;
	}
	
		

#CID {
	display: table;
	margin:2px 0;
	width:100%;
	border-collapse:collapse;
	}	
	
#CID th, td {
	border-bottom:0px solid #000;
	padding:2px 2px;
}
	
	

/* Structure */

#page {
	width:960px;
	margin:0 auto;
	font-size:11px;
	background:#FFF;
	padding: 5px;
	}
	
	
	
	
	
	
	
	
/* Priimary Content */
#primary-content {
	width:530px;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
}

#primary-content p{
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

#primary-content a{
	color: #225c7f;
	text-decoration: underline;	
}

#primary-content a:hover{
	border-bottom: 0px;

}
	
#primary-content img {
	border:1px solid #000000;
	padding:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}	
	



#primary-content .smalltext {
	font-size: 10px;
	}	
		
	
#primary-content .image-noborder img {
	border:0px solid #000000;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 0px;
	}	
	
#primary-content ul
{
	color: #333;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 20px;
}	

#primary-content ul ul
{
margin-left: 30px;
}		

#primary-content ol
{
	color: #333;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 20px;
}	

#primary-content ol 0l
{
margin-left: 30px;
}	
	
#primary-content .ourtimeline {
	width: 560px;
	margin-right:10px;
	padding-left:8px;
	padding-bottom:4px;
	padding-top:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #c5c4c4;
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
	font-weight: bold;	
	}
	
#primary-content2  {
	width: 700px;
	margin-right:5px;
	padding-left:8px;
	padding-bottom:4px;
	padding-top:4px;
	color: #000000;
	background-color: #fff;
	}	
	






.text-size { padding-left:15px; }


/* Masthead standard */
	

#masthead {
	height:200px;
	background:url(/css/images/header.png);
	text-align: right;
	}

#masthead-fr {
	height:200px;
	background:url(/css/images/header-fr.png);
	text-align: right;
	}	
	
#masthead-sub {
	height:115px;
	background:url(/css/images/header-sub.png);
	text-align: right;
	}
	
#masthead-sub-fr {
	height:115px;
	background:url(/css/images/header-sub-fr.png);
	text-align: right;
	}	
	
#masthead .logo{
	height:200px;
	text-align: left;
	float: left;
	}	
	
#masthead-fr .logo{
	height:200px;
	text-align: left;
	float: left;
	}
	
#masthead-sub .logo{
	height:115px;
	text-align: left;
	float: left;
	}		
	
#masthead-sub-fr .logo{
	height:115px;
	text-align: left;
	float: left;
	}	
	
#masthead-navigation  {
	width: auto;	
	float: right;
}
#masthead-nav	{
	position:relative;
	top:10px;
	padding-top: 0px;
	padding-right: 20px;
	}		
	
#donate-nav	{
	position:relative;
	top:10px;
	padding-top: 15px;
	padding-right: 20px;
	margin-bottom: 3px;
	
	}	
	
#searchsubmit {
    height: 20px;
	line-height: 20px !important;
	padding-left: 10px !important;
	cursor: pointer;
	position: relative;
	top: 5px;	}
	
#s {
	background:#ffffff;
	border: 1px solid #2d5e81;
	padding:2px;
	width:120px;
	}		
	

#donate-nav a {
	font-size:11px;
	color: #ef3e42;
	text-decoration: none;
	border-top: 1px solid #fdb824;
	border-right: 1px solid #fdb824;
	border-left: 1px solid #fdb824;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 13px;
	padding-left: 13px;
	
	}	
	
#donate-nav a:hover {
	font-size:11px;
	color: #a72e31;
	text-decoration: none;
	border-top: 1px solid #fdb824;
	border-right: 1px solid #fdb824;
	border-left: 1px solid #fdb824;
	text-transform: uppercase;
	font-weight: bold;
	}	

#masthead-nav a {
	font-size:11px;
	color: #225c7f;
	text-decoration: none;
	border-top: 1px solid #fdb824;
	border-right: 1px solid #fdb824;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	}		
	
#masthead-nav  a:hover {
	font-size:11px;
	color: #5d87a1;
	text-decoration: none;
	border-top: 1px solid #fdb824;
	border-right: 1px solid #fdb824;
	text-transform: uppercase;
	font-weight: bold;
	}	
	
#masthead-nav  .div {
	font-size:11px;
	color: #fdb824;
	}		
	
	
	

			
#upper {
	background: #ffffff;	
	cursor: pointer;
	}	
	
	
/* End Structure */
		
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 188px;
	float:left;
	margin-right:13px;
	padding-bottom:25px;	
	}

#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}	

#interior #sidebar {
	padding:18px 13px 35px 13px;
	}
	

/*	Headers */



h1, #logo {
	margin:0 auto;
	display:block;
	color:#FFF;
	font:16px Arial, Helvetica, sans-serif;
	padding-top:36px;
	text-align:center;
	font-weight:bold;
	}
	
h2 {
    font-size: 22px;
	color: #ef3e42;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Myriad Pro Condensed", "Myriad Pro", Verdana, Ariel;
	padding: 15px;
	}

.post h2 {
	line-height:110%; 
	}
	
h2#description {
	border:none;
	padding:0;
	font-size:12px;
	text-align:center;
	color:#40bb7f;
	text-transform:uppercase
	}

h2.widgettitle {
	border:none;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold
	}
	
h3 {
	font: 12px Arial, Helvetica, "verdana", Times, serif;
	color:#000000;
	margin:13px 0 5px 0;
	line-height:110%;
	font-weight:bold
	}

#sidebar h3 {
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif
	}
	


h3#pages {
	margin:20px 0 5px 0;
	color: #5e87a2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	}
		
h3.grey {
	height:22px;
	margin:0 0 9px 0;
	padding:3px 0 0 7px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background: url(images/cat_grey.png);
	}
	
				

			
#recent h3 {
	margin: 0 0 5px 0;
	color:#000;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold
	}

.narrow h3 {
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color:#215b7e;
	font-weight:bold
	}
	
h4 {
	margin-bottom:3px;
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	margin-top: 10px;	
	}

.narrow h4 {
	font:14px Arial, Helvetica, sans-serif;
	color:#313228;
	font-weight:bold;
	margin-top: 10px;	
	}
		
h4.pagetitle {
	margin-bottom:12px;
	}

.cat-excerpt h4 {
	margin:0;
	}

.domtab h4 {
	margin:15px 0;
	}

#more-menu h4 {
	color:#000;
	font-size:12px;
	}

.narrow h5 {
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	margin-top: 10px;	
	}
						
#meta h5 {
	border-top:3px solid #c5c4c4;
	border-bottom:1px solid #c5c4c4;
	color:#000000;
	padding:1px 0 3px 12px;
	font: 16px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	}
	
/* CID */

#map{
	float:right;
	display: block;
	clear: none;
	text-align: left;
	margin: 10px;
	border : 1px solid #B3000F;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	
}
		
/* Content Page Styles */



#logo:hover, #logo:active {
	text-decoration:none;
	color:#d7f0fc
	}
	



	
#fullstory {
	width:103px;
	height:20px;
	background:url(images/fullstory.png);
	display:block;
	text-indent:-9999px;
	}

#fullstory:hover {
	background:url(images/fullstory.png) 0 -20px;
	}
	
.research {
	width:103px;
	height:20px;
	background:url(images/research.png);
	display:block;
	text-indent:-9999px;
	float: right;
	}

.research:hover {
	background:url(images/research.png) 0 -20px;
	float: right;
	}	



.image-noborder img {
	border:0px solid #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}			
	
#comm-init img {
	border:1px solid #b31b34;
	padding:1px;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-right: 20px;
	margin-left: 20px;
	}

#honour {
	color: #000000;
	}	
	
#honour h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	}	
#honour .bold {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	}			
#honour h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #9b9b9b;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	}	

	
#interior #lead img	{
	float:left;
	margin:1px 16px 6px 0;
	}

#interior #lead .left {
	width:165px;
	}

#interior #lead .right {
	width:494px;
	}
		

#box {
	border:1px solid #000000;
	background:#eeeeee;
	padding:10px;
	color:#000;
	width: 420px;
	float: none;
	}
	
#black-box {
	border:1px solid #000000;
	background:#000;
	padding:10px;
	color:#fff;
	width: 420px;
	float: none;
	}	
	
#black-box p {
	color: #FFF;
	font-size: 12px;
}
	
#interior #content {
	float:left;
	width:699px;
	padding:18px 0 40px 0;
	color:#000;
	}

#breadcrumbs {
	background:#9b9b9b;
	padding:6px 0 6px 78px;
	color:#FFF;
	font: 12px Arial, Helvetica, sans-serif;
	}	

#breadcrumbs a, #breadcrumbs a:visited {
	color:#ffffff;
	}

#interior .stripes {
	background: #FFF url(images/bg_stripe2.gif) repeat-x;
	margin-top:5px;
	padding-top:9px;
	}	


.narrow {
	float:left;
	}
	
.narrow2 {
	float:left;
	width:600px;
	}

.bigger {
	font-size:12px;
	}
	
#board {
	margin-bottom: 10px;
	}

#board img {
	padding:1px;
	border:1px solid #000000;
	float:left;
	margin-right:10px;
	}

#board span {
	display:block;
	border-top:1px solid #d5d5d5;
	margin-top:13px;
	padding:0px 0 0 0px;
	width: 460px;
	height: auto;
	float: left;
	}
#board span .grey {	
	color: #999999;
	font-size: 10px;
	}

#board p {
    margin:0;
	margin-top:6px;
	}			
	
.white-text {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
.red-title {
	font-size: 12px;
	font-weight: bold;
	color: #ef3941;
	text-transform: uppercase;
}	

.red {
	color: #ee3a43;
	}	


	

/* Form Elements */



#submit {
	border:1px solid #000;
	background: #1a5d80 url(images/bg_button.gif) repeat-x;
	margin-top:12px;
	color:#a4e1ff;
	padding:3px;
	display:block
	}
	
#contactform legend {
	display:none
	}

#contactform fieldset {
	border:none
	}

.field {
	border:1px solid #444;
	border-top:1px double #c4c4c4;
	border-left:1px double #c4c4c4;
	padding:5px;
	background:#FFF ! important;
	}

.field:focus {
	background:#f9f8f4 ! important;
	}

a#button-link {
	background:#CCC  url(images/bg_link.gif) no-repeat 5px;
	}		
				

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/
	
	
#footer-wrapper {
	width: 100%;
	height: 340px;
	background-color: #89a7ba;
	background-image: url(images/footer_bk.png);
	background-repeat: repeat-x;
}

#footer {
	width: 960px;
	margin:0 auto;
    text-align:left;
    position:relative;
}


#footer-1 {
	width: 290px;
	padding: 15px;
	float: left;
 }
 
 #footer-2 {
	width: 290px;
	padding: 15px;
	float: left;
 }
 
 #footer-3 {
	width: 290px;
	padding: 15px;
	float: left;
 }

#footer-1 h3, #footer-2 h3, #footer-3 h3
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 15px;
}

#footer-1 p, #footer-2 p, #footer-3 p
{ margin-top: 10px;
  margin-bottom: 5px;
 }

#footer a
{ 	color: #fff; 
    font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

#footer a:hover 
{ 	color: #eaeaea; 
}

#footer ul
{
	list-style-type: none;
}

#footer hr
{
	color: #a4a4a4;
	background-color: #5d87a1;
	height: 2px;
	width: 90%;
	margin-top: 0px;
	padding: 0;
	margin-bottom: 10px;
}


#footer ul li
{ margin-top: 10px;
  margin-bottom: 5px;
}

#copyright {
	width: 960px;
	float: left;
	height: 40px;
	margin-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	}

#copyright a{
	font-size: 11px;
	border-bottom-color: #FFF;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	}












#sitemap {
	font-size:12px;
	color:#000000;
	}
	
#sitemap .sub {
	font-size:12px;
	padding-left: 15px;
	}	
	
#sitemap a, a:visited {
	color: #225c7f;
	text-decoration:none
	}

#sitemap a:hover, a:active {
	color:#5d87a1;
	text-decoration:underline;
	}	

.caption {
	font-size:11px;
	color: #515151;
	font-weight: bold;
	}	
	

	
/*Our History Mini nav*/	
	

	
	
