/* CSS Document 
blue - #0065A4
green - #B2BB1E
Dark grey text #5F5852
Grey site border (left and right) #CCCCCC

Dark Green: #006699
Light Green: #006600
Orange: #cc9933
 */

* {
	border: 0;
	font-size: 11px;
	font-size: 100%;
	color: #000000;
	margin: 0;
}

body {
	font-family: Avenir, Arial, Helvetic, sans-serif;
	background-color: #006699;
}

blockquote {
  font-style: italic;
  font-size: 100%;
  margin: 20px;
  color: #000000;
  letter-spacing: 0.02em;
  line-height: 1.6em;
  font-weight: bold;
  
}

.wp-caption-text {
  font-style: italic;
  font-size: 80%;
  text-align: center;
}

.alignleft {
  float: left;
}

hr {
  width: 90%;
  border-top: 1px solid #BDB8B1;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px; 
}

.a2a_dd {
  margin-left: 10px;
}

iframe {
  width: 100%;
  height: 1200px;
  border: 0 none #000;
}

iframe#s4c_frame {
  height: 1800px;
  margin-top: -20px;
}

#page {
	width: 1000px;
	min-width: 868px;
	margin: 0 auto;
	padding: 0 8px;
	background-color: #ffffff;
}

#header {
  height: 125px;
  width:1000px;
  position: relative;

}

#header div {
	float: none;
	color: #94243C;
	padding: 0;
	text-align: center;
}

#header #name {
	text-transform: uppercase;
	font-size: 160%;
	letter-spacing: 10%;
	width: 50%;
}

#header #name img {
  border: 0 none #fff;
  vertical-align:middle
}

#header #name a {
	color: #94243C;
	text-decoration: none;
}

#header #logo {
	width: 48%;
	padding:10px 0px 0px 0px;

}

#header #logo img {
	display: block;
}


#header #quickLinks {
}


#header #quickLinks h2 {
	font-size: 1em;
  font-weight: bold;
	color: #006699;
	margin-top: 0.3em;
}

#header ul#quickLinks {
  list-style-type: none;
	font-size: 75%;
  font-weight: normal;
  padding: 0;
	text-align: left;
	position: absolute;
	width: 100%;
	right: 0px;
  bottom: 0px;
}

#header ul#quickLinks li {
  display: block;
  float: left;
  padding: 0 5px;
  border-left: 1px solid #ccc;
}

#header ul#quickLinks li:first-child {
 border-left: 0 none #fff;
}

#header ul#quickLinks li a {
  text-decoration: none;
  color: #000;
}

#mainNav {
  display: block;
  clear: both;
  width: 1000px;
  margin: 40px 0px 8px 0px;
  z-index: 1000;
  height: 26px;
  border-top: 1px solid #5F5852;
  border-bottom: 1px solid #5F5852;
  position: relative;
  background-color: #cc9933;
}

#mainNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0px auto 0 auto;
	z-index: 1000;
	height: 30px;
	background-color: #cc9933;
}	

#mainNav ul li {
  display: block;
	margin-top: 4px;
	padding: 0px 8px 0px 8px;
	border-left: 1px solid #5F5852;
  float: left;
  position: relative;
  z-index: 1000;
	height:auto;
	background-color: #cc9933;
}

#mainNav ul li:first-child {
	border-left: 0 none #cc9933;
}

#mainNav ul li a:link {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 82%;
	letter-spacing: 0px;

	background-color: #cc9933;
	margin: 2px 1px 0 0;
	padding: 2px 5px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	z-index: 1000;
	
}

#mainNav ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 82%;
	letter-spacing: 0px;
	background-color: #cc9933;
	margin: 2px 1px 0 0;
	padding: 2px 5px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	z-index: 1000;
	
}


#mainNav ul li a:hover, #mainNav ul li a:active {
  color:#006600;
  z-index: 1000;
  background-color: #cc9933;
}

#mainNav ul li ul {
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 1000;

}

#mainNav ul li.shown ul {
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 140px;
  height: 20px;
  border: 0px;
  padding: 4px 0 0 0;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  z-index: 1000;
  /* filter:alpha(opacity=100); */ 
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
  background-color: #cc9933;

 }


#mainNav ul li.shown ul li {
  width: 100%;
  display: block;
  background-color: #cc9933;
  z-index: 1000;
  margin-top: 0px;
  filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	border-left: 0px solid #5F5852;
}

#mainNav ul li.shown ul li:first-child {
	border-left: 0px solid #5F5852;
}

#mainNav ul li.shown ul li a {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 75%;
  text-transform: none;
  letter-spacing: 0px;
  color: #fff;
  border-top: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 0px;
  background-color: #cc9933;
  border-top-right-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
 z-index: 1000;
  filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
 width: 137px;
 height: auto;
}

#mainNav ul li.shown ul li:first-child a {
  border-top: 0px none #000;
}

#mainNav ul li.shown ul li a:hover,
#mainNav ul li.shown ul li a:active {
  color:#006600;
  background-color: #cc9933;
    z-index: 1000;
  filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
  width: 137px;
  height: auto;
  font-size: 75%;
  text-transform: none;

}

#mainNav ul li.current_page_item a {
	background-color: #cc9933;
    z-index: 1000;
}

#postSubMenu {
	float: left;
  top: 0; left: 0;
  width: 130px;
  margin-top: 20px;
  color: #000;
  font-size: 70%;
  margin-right: 15px;
  margin-left: 12px;
}

#postSubMenu h2 {
	font-size: 120%;
	color: #0065A4;
	margin-bottom: 1em;
}

#postSubMenu h2 a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#postSubMenu ul {
	font-size: 100%;
	list-style-type: none;
	padding: 0px 0px 0px 0px;

}

#postSubMenu ul li {
  margin-bottom: 1em;
	border-top: 1px solid #5F5852;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 0px;
}

#postSubMenu ul li:first-child {
	border-top: 0px none #000;
}

#postSubMenu ul ul, #postSubMenu ul ul ul {
	font-size: 100%;
}

#postSubMenu ul li a {
	text-decoration: none;
	color: #5F5852;
}

#postSubMenu ul li ul {
  display: none;
}

#postSubMenu ul li ul li{
  margin-top: 1em;
}


#postSubMenu ul li.current_page_item {
  font-weight: bold;
  list-style-type: disc;
  list-style-image: url('images/rightArrow.gif');
}
 
#postSubMenu ul li.current_page_item ul li {
  font-weight: normal;
  list-style-image: none;
  padding-left: 10px;
  margin-bottom: 2px;
  margin-top: 2px;
}
#postSubMenu ul li.current_page_item ul li:first-child {
	border-top: 1px solid #5F5852;
}

#postSubMenu ul li.current_page_item a {
  font-weight: bold;
  list-style-image: none;
  color: #cc9933;
}

#postSubMenu ul li.current_page_item ul li a {
  font-weight: normal;
  list-style-image: none;
  color: #5F5852;
}


#postSubMenu ul li.current_page_item ul {
  display: block;
}

#postSubMenu ul li.current_page_ancestor ul {
  display: block;
}

#postSubMenu ul li.current_page_ancestor ul li {
  font-weight: normal;
  list-style-image: none;
  padding-left: 10px;
  list-style-type: none;
  margin-bottom: 2px;
  margin-top: 2px;

}

#postSubMenu ul li.current_page_ancestor ul li:first-child {
	border-top: 1px solid #5F5852;
}

#postSubMenu ul li.current_page_ancestor ul li a {
  font-weight: normal;
  list-style-image: none;
}

#postSubMenu ul li.current_page_ancestor ul li.current_page_item a {
  font-weight: bold;
}


#postSubMenu ul li.current_page_ancestor ul li.current_page_item {
  background: url('images/rightArrow.gif') center left no-repeat; 
}

#content, #hcontent {
	padding: 0px 0px 0px 0px;
	position: relative;
	width:1000px;
}

#homeMain {
	background: url('') top left no-repeat;
	padding: 0px 0px 0px 0px;
	margin-right: 8px;
	float: left;
	width: 750px;
	color: #0065A4;
	position: inherit;
	margin-bottom: 8px;
	z-index: 100;
	height: 480px;
	

}


#homeMain ul#about {
	background: url('http://www.fcjrefugeecentre.org/wp-content/fcj-home.gif') top left no-repeat;
	font-size: 100%;
	list-style-image: none;
	list-style-type: none;
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0px;
	position: relative;
	width: 628;
	height: 250px;
}


#homeMain ul#about li {
  clear: right;
  padding: 270px 30px 7px 15px;
  text-align: left;
  }

#homeMain ul#about li a {
	color: #0065A4;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 75%;
}

#homeMain ul#about li a:hover {
	color: #0065A4;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 75%;
	text-decoration: underline;
}


#homeMain p {
	color: #000000;
	font-size: 95%;
	

}


#homeSidebar {
	width: 242px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: url('') top left no-repeat;
	position:relative;

}


#homeSidebar h2 {
	font-size: 100%;
  font-weight: bold;
	color: #006600;
	margin-top: 1em;
	margin-bottom: 0.5em;
}


#homeSidebar ul {
	color: #5F5852;
	font-size: 80%;
	list-style-type: none;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 0.2em;
}

#homeSidebar ul li {
	margin-bottom: 1em;
}

#homeSidebar ul li a {
	color: #0065A4;
	font-weight: normal;
	text-decoration: none;
	font-size: 95%;
}

#homeSidebar ul li a:hover {
	text-decoration: underline;
}

#homeSidebar ul li p  {
	color: #000000;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	letter-spacing: 0.3px;
}


#searchForm {
  position: absolute;
  margin-right: 2px;
  margin-left: 6px;
  margin-top: 3px;
  margin-bottom: 2px;
  right: 0;
}

#searchForm fieldset {
  border: 0 none #000;
  margin: 0; padding: 0;
}

#searchForm input.searchString {
	border: 1px solid #5F5852;
	border-top: 1px solid #5F5852;
	font-size: 70%;
	width: 120px;

}

#searchForm input.searchGo {
	color: #5F5852;
	font-size: 70%;
	text-transform: uppercase;
    height: 18px;	
	background-color: #FFFFFF;

}



#homeFooter {
	clear: none;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	
}


#homeMentor {
	width: 204px; 
	height: 200px;
	float: left;
	background: url('') top left no-repeat;
	position: relative;
	margin-top: 8px;
	padding: 8px 8px 0px 0px;
}

#homeMentor ul {
	color: #0065A4;
	font-size: 80%;
	font-weight: normal;
	list-style-type: none;
	padding-left: 1.4em;
	padding-right: 1.5em;
	padding-top: 3em;
}

#homeMentor ul li {
	margin-bottom: 1em;
	margin-top: 1em;
	
}

#homeMentor ul li a {
	color: #0065A4;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 95%;
}

#homeMentor ul li a:hover {
	text-decoration: underline;
}

#homeMentor ul li p  {
	color: #0065A4;
	font-weight: bold;
	margin-top:1em;
}


#homeMentee {
	width: 204px; 
	height: 200px;
	float: left;
	background: url('') top left no-repeat;
	position: relative;
	margin-top: 8px;
	margin-right: 8px;		
	padding: 0px 0px 0px 0px;
}


#homeMentee ul {
	color: #0065A4;
	font-size: 80%;
	font-weight: normal;
	list-style-type: none;
	padding-left: 1.4em;
	padding-right: 1.5em;
	padding-top: 3.5em;
}

#homeMentee ul li {
	margin-bottom: 1em;
	margin-top: 1em;
	
}

#homeMentee ul li a {
	color: #0065A4;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 95%;
}

#homeMentee ul li a:hover {
	text-decoration: underline;

}
#homeMentee ul li p  {
	color: #0065A4;
	font-weight: bold;
	margin-top:1em;
}



#homeSpotlight {
	width: 204px; 
	height: 200px;
	float: left;
	background: url('') top left no-repeat;
	position: relative;
	margin-top: 8px;
	padding: 0px 0px 0px 0px;

}


#homeSpotlight ul {
	color: #0065A4;
	font-size: 80%;
	font-weight: normal;
	list-style-type: none;
	padding-left: 1.6em;
	padding-right: 1.5em;
	padding-top: 3.7em;
}

#homeSpotlight ul li {
	margin-bottom: 1em;
	margin-top: 1em;
	
}

#homeSpotlight ul li a {
	color: #0065A4;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 95%;
}

#homeSpotlight ul li a:hover {
	text-decoration: underline;
}
#homeSpotlight ul li p  {
	color: #0065A4;
	font-weight: normal;
	margin-top:1em;
	margin-bottom: 1em;
}


#contentBanner {
	width: 648px;
	height: 0px;
	background-position: 0px 0px;	
	background-repeat: no-repeat;
	z-index: 1;
  border: 0 none #000;
  position: relative;
  top: 0px;
}


.About_Us {
	background: url('') top left no-repeat;
}

.Mentoring {
	background: url('') top left no-repeat;

}

.Partners {
	background: url('') top left no-repeat; 
}

.News__Events {
	background: url('') top left no-repeat;
}

.Contact_Us {
	background: url('') top left no-repeat;
}

.Home {
	background: url('') top left no-repeat;
}


#thirdLevelBanner {
  background-image: inherit;
  height: 100px;
  width: 628px;
  position: relative;
  top: 0px;
  border: 0 none #000;
}

#thirdLevelBanner h2 {
  position: absolute;
  top: 5px; left: 5px;
}

#thirdLevelBanner h2 a {
  color: #fff;
  text-decoration: none;
}


#entries, #sessions #page #content, #not-found {
	font-size: 80%;
  width: auto;
	margin: 20px 235px 0px 150px;
	position: relative;
	background-image: none;
	color: #5F5852;
}

#entries {
  min-height: 410px;
}

/* Controls the entire content page including the title*/
#entries div.post {
  margin: 0px 10px 30px 10px;
}

#entries div.entry p {
	/*line-height: 1.5em;*/
	margin-bottom: 1em;
	margin-top: 1em;
}

#entries div.post h1 {
	color: #0065A4;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1em;
	
}

#entries div.post h1 a {
	color: #006600;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1em;
	
}


#entries div.post h2{
	color: #006600;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1em;
}

#entries div.post h2 a {
	color: #006600;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1em;
}

#entries div.post h3 {
	color: #006600;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1em;
}

#entries div.post h3 a {
	color: #006600;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1em;
}


/* Controls the entire only the paragraph */
#entries div.entry {
	margin: 10px 0px 20px 4px;
}


#entries div.entry strong {
  font-weight: bold;
  color: #000;
}

#entries div.entry ul li p {
  display: inline;
  margin: 0;
  line-height: 1.3em;
}

#entries div.entry ul, #entries div.entry ol {
	margin: 0.5em 0 0.5em 0em;
}


#entries div.entry ul li, #entries div.entry ol li {
	margin: 0.5em 0 0.5em 0em;
}

#entries div.post small, div.post p.postmetadata {
	font-size: 80%;
}

#not-found {
  width: 60%;
  margin: 0 auto;
}

#not-found p {
  margin-bottom: 1em;
}

#not-found input {
  border: 1px solid #000;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#googleFind {
  margin: 0px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#sub_sidebar_container {
	width: 212px;
	padding: 0px;
	float: right;
	margin: 0px;
	position: static;
	margin-bottom: 10px;

	
}



#spotlight {
	width: 212px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: url('') top left no-repeat;
	z-index:1000;
	position:relative;
	margin-right: 0px;
	margin-bottom: 20px;
}


#spotlight ul {
	color: #0065A4;
	font-size: 80%;
	list-style-type: none;
	padding-left: 1.6em;
	padding-top: 4em;
	width: 90%
}

#spotlight ul li {
	margin-bottom: 1em;
	margin-top: 1em;
}

#spotlight ul li a {
	color: #B2BB1E;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 95%;
}

#spotlight ul li a:hover {
  text-decoration: underline;
}
#spotlight ul li p  {
	color: #0065A4;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	letter-spacing: 0.3px;
}



#subnews {
	width: 212px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: url('') top left no-repeat;
	position:relative;
	margin-right: 0px;
	margin-bottom: 20px;
}


#subnews ul {
	color: #5F5852;
	font-size: 80%;
	list-style-type: none;
	padding-left: 1.6em;
	padding-top: 0em;
	padding-bottom: 1.2em;
	width: 90%
}

#subnews h2 {
	font-size: 100%;
  font-weight: bold;
	color: #006600;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#subnews ul li {
	margin-bottom: 1em;
}

#subnews ul li a {
	color: #0065A4;
	font-weight: normal;
	text-decoration: none;
	font-size: 95%;
}

#subnews ul li a:hover {
  text-decoration: underline;
}
#subnews ul li p  {
	color: #000000;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	letter-spacing: 0.3px;
}

#subMentor {
	width: 212px;
	float: left;
	padding: 8px 0px 0px 8px;
	background: url('') top left no-repeat;
	position: relative;
	margin-right: 0px;
	margin-bottom: 20px;
}

#subMentor ul {
	color: #0065A4;
	font-size: 80%;
	font-weight: normal;
	list-style-type: none;
	padding-left: 0.7em;
	padding-top: 3.5em;
	width: 90%;
}

#subMentor ul li {
	margin-bottom: 1em;
	margin-top: 1em;
	
}

#subMentor ul li a {
	color: #0065A4;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 95%;
}

#subMentor ul li a:hover {
text-decoration: underline;
}

#subMentor ul li p  {
	color: #0065A4;
	font-weight: bold;
	margin-top:1em;
}

#subMentee {
	width: 212px;
	padding: 8px 0px 0px 8px;
	float: left;
	background: url('') top left no-repeat;
	position: relative;
	margin-right: 0px;

}


#subMentee ul {
	color: #0065A4;
	font-size: 80%;
	font-weight: normal;
	list-style-type: none;
	padding-left: 0.7em;
	padding-top: 3.5em;
	width: 90%;
}

#subMentee ul li {
	margin-bottom: 1em;
	margin-top: 1em;
	
}

#subMentee ul li a {
	color: #0065A4;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 95%;
}

#subMentee ul li a:hover {
  text-decoration: underline;

}
#subMentee ul li p  {
	color: #0065A4;
	font-weight: bold;
	margin-top:1em;
}



.postImg {
        margin-top: 5px;
        margin-right: 10px;
        margin-bottom: 5px;
        margin-left: 0px;
        width: 310px;
        float: left;
        font-size: 80%;
        text-align: left;
}

.postImg img {
        width: 100%;
        margin-bottom: 5px;
}

#footer {
	color: #5F5852;
	font-size: 70%;
	width: 1000px;
	height: 40px;
	text-align: center;
	clear: both;
	margin-top: 30px;
	}

#footer ul {
	list-style-type: none;
	margin: 0 auto;
  width: auto;
  padding-left: 0px;
  text-align: center;
  letter-spacing: 1px;
}

#footer ul li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #5F5852;
}

#footer ul li:first-child {
	border-left: 0 none #fff;
}

#footer ul li a {
	color: #5F5852;
	text-decoration: none;
}

#footer ul#secondNav {
	text-align: center;
	padding-left: 0;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#footer ul#copyright {
  display: block;
  width: 868px;
  text-align: center;
  }

#footer ul#copyright li{
	display: block;
	margin-bottom: 10px;
	padding: 0;
	
	}


div.post a[href^="http://"] {
  padding-right: 0px;
  color: #0065A4;
  text-decoration: none;
  
}

div.post a:hover[href^="http://"] {
  padding-right: 0px;
  color: #0065A4;
  text-decoration: underline;
  
}


div.post a[href*="fcjrefugeecentre.org"] {
  background-image: none;
  padding-right: 0px;
  color: #0065A4;
  text-decoration: none;
}

div.post a:hover[href*="fcjrefugeecentre.org"] {
  background-image: none;
  padding-right: 0px;
  color: #0065A4;
  text-decoration: underline;
}

#partnerOrgs {
  clear: both;
	color: #A49F9B;
	font-size: 70%;
	width: 100%;
	border-top: 0px solid #A49F9b;
	margin-top: 1.5em;
}

#partnerOrgs h3 {
  margin: -0.7em 0 1em 0px;
  padding: 0 10px 0 0;
  background-color: #fff;
  width: 24%;
  font-weight: normal;
}

#partnerOrgs ul {
  list-style-type: none;
  width: 100%;
  text-align: center;
  margin: 0 0 0 -40px;
}

#partnerOrgs ul li {
  float: left;
  margin: 0 10px;
}


/* Collapsing stuff */

 div.collapsable {
  margin: 0 0 1em 0 !important;
}

.clickable {
  cursor: pointer;
  margin: 0 !important;
}

.clickable:link, .clickable:visited {

}

.clickable:hover {
  text-decoration: underline !important;
}

.collapsing p {
  margin: 0 !important;
} 

/* In the News */

#NewsEventsArchive h2 {
  margin: 20px 0 5px 0;
}

#NewsEventsArchive .collapsing {
  margin: 5px 20px;  
}

#NewsEventsArchive .collaping h2 {
  margin: 20px 0 5px 0;
}

#NewsEventsArchive. .collapsing h3 {
  margin: 5px 10px;
  font-weight: bold;
  color: #B2BB1E;
  margin-top: 1em 0 0 0 !important;
}

#NewsEventsArchive .collapsing h4 {
  margin: 5px 20px;
}

#NewsEventsArchive .collapsing h4 a {
  font-size: 100%;
  color: #5F5852;
  font-weight: normal;
 }

#NewsEventsArchive .NewsDate {
  font-size: 100%;
  font-weight: normal;
  color: #B2BB1E;
  margin-top: 1em 0 0 0 !important;
}


#faq .collapsing {
  margin: 5px 20px;
}

#faq .collapsing h2 {
  color:#0065A4 !important;
  font-weight:normal !important;
  font-size: 100% !important;
}

#faq .clickable h2 {
  color:#5f5852 !important;
  font-weight:normal !important;
  font-size: 100%;

}
#faq .collapsing h4 {
  font-size: 100%;
  color: #5F5852;
  font-weight: normal;
}

#mfaq h2.clickable {
  color: #0065A4 !important;
  font-weight: normal !important;
  font-size: 1em !important;
  margin-bottom: 0.5em !important;

}

#mfaq h2 {
  font-size: 1em !important;
  color: #0065A4 !important;
  font-weight: normal !important;
  margin-bottom: 0.5em !important;
}

#NewsEvent{
  margin: 0;
}

#NewsEvent h2{
  color: #B2BB1E;
  font-weight:normal;
  font-size: 120%;
 
}
#NewsEvent ul {
  margin: 0;
  list-style-type: none
}
#NewsEvent ul li {
  margin: 0.5em 0 0.5em 0 !important;
  }


/*CP table */

table.wp-table-reloaded {
	font-family: Avenir, Arial, Helvetic, sans-serif;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 11px;
	font-size: 100%;
	width: 90%;
	text-align: center !important;
	font-weight: normal;
}

/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.wp-table-reloaded thead tr .header {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.wp-table-reloaded tbody td {
	color: #5f5852;
	padding: 4px;
	background-color: #FFF;
	vertical-align: middle;
	font-family: Avenir, Arial, Helvetic, sans-serif;
	font-size: 90%;
	text-align: center !important;
}


/* Styles for alternating row colors (if enabled) */
table.wp-table-reloaded tbody tr.even td {
	background-color:#FFFFFF;
	text-align: center !important;
}
table.wp-table-reloaded tbody tr.odd td {
	background-color:#FFFFFF;
	text-align: center !important;

}


/**************************************/
/* how to change column widths :
you can access a column with its CSS-class
(that is ".column-" plus the number of the column)
use table.wp-table-reloaded to do your change for every table, or use
table.wp-table-reloaded-id-<id> for just a single table (with ID <id>)

example: this changes the width of the third column of table ID 5 to 25px: */


table.wp-table-reloaded-id-1 .column-1
{
	width: 20px;
}


table.wp-table-reloaded-id-1 .column-2
{
	width: 20px;
}


table.wp-table-reloaded-id-1 .column-3
{
	width: 20px;
}


























/* Not used */

form#dob_searchForm, form.news_form {
	border: 1px solid #cdc9c4;
	padding: 5px;
	margin-top: 10px;
}

form#dob_searchForm label.interest {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 1.5em;
}

form#dob_searchForm label.multilist, form.news_form label {
	display: block;
	clear: both;
	font-weight: bold;
	margin-bottom: 1.5em;
}

form.news_form label {
  font-weight: normal;
}

form.news_form span.explain {
	font-weight: normal;
}

form.news_form input {
	border: 1px solid #000;
}

form#dob_searchForm label.multilist .explain {
	font-size: 80%;
	font-weight: normal;
}

form#dob_searchForm label.multilist select {
	display: block;
	clear: both;
	border: 1px solid #000;
	width: 20em;	
}

form#dob_searchForm input.submit {
	display: block;
	margin: 1.5em auto;
	border: 1px solid #000;
}

form.news_form input.submit {
	display: block;
	margin: 1.5em 0 0 0;
	border: 1px solid #000;
  width: 95px; 
}

form#dob_searchForm h4 , form.news_form h4 {
	font-size: 100%;
	font-weight: bold;
}

#dob_browseByLastName {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

table.Programmenu {
font-size: 100%;
}
table.Programmenu tr td:first-child{
padding-right: 15px;
width:50%;
}

table.schedule {
font-size: 100%;
width: 100%;
}
table.schedule tr td:first-child{
padding-right: 15px;
width:40%;
}


div.breadcrumb {
  font-size: 80%;
  margin: 0 0 1.5em 10px;
  color: #000;
}

div.breadcrumb a {
  color: #7c7369;
  text-decoration: underline;
}

div.flickrImg {
  float: left;
  padding: 10px;
  margin: 10px;
  border: 1px solid #000;
}

#homeMain #not-found ul {
  background-image: none;
  height: auto;
  margin: 0;
  padding: 10px;
  width: 100%;
}

#goog-search {
  margin-top: 20px;
}

#goog-wm li.search-goog {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
}

#goog-wm-qt {
  border: 2px solid #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkite-border-radius: 3px;
}

#goog-wm-sb {
  border: 2px solid #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkite-border-radius: 3px;
  margin: 0 10px;
  width: auto;
  padding: 0 5px;
}

.spotlightExcerpt p {
  font-weight: normal !important;
}

/* Login page */

#login {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

#login h1 {
  display: none;
}

#login form input {
  border: 2px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px;
}


