/* Start of CMSMS style sheet 'Layout' */
/* =Global Settings
---------------------------------------------------------------------------------------------------- */	

* {
	margin:0;
	padding:0;
}

:focus {
	outline: 0;
}

/** Globally set image border to 0 **/

img {
	border:0;
}

body {
        background: #1AA7D9;
	color: #fff;
	text-align: left;
	font: normal 14px Arial, Helvetica, sans-serif;
	height: 100%;
}




/* =Structure
---------------------------------------------------------------------------------------------------- */	


#header-container {
	width: 100%;
	background: #252525;
	border-bottom:1px solid #48a6c7;
}


#layout-container {
	width: 100%;
	background: #1AA7D9 url(uploads/images/structure/layout-container-bg.jpg) repeat-x top center;
}

#footer-container {
	width: 100%;
	background: #ebebeb url(uploads/images/structure/footer-container-bg.jpg) repeat-x top center;
	border-top:1px solid #f2f2f2;
}


#header,
#layout,
#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
}



#layout {
	color: #fff;

/*	background: #1aa8da url(uploads/images/structure/layout-bg.jpg) no-repeat top center; */

	padding-bottom:25px;
}


/* =Header
---------------------------------------------------------------------------------------------------- */	

#header {
	color: #fff;
	background: #252525 url(uploads/images/structure/header-bg.jpg) no-repeat top center;
	padding-bottom:15px;
}

#header-left {
	float:left;
	text-align:left;
	width:690px;
	padding-bottom:15px;
}

#header-right {
	float:right;
	text-align:right;
	width:270px;
	padding-bottom:15px;
        padding-top:15px;
	font-size: 11px;
}
	
#header-right ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	}
	
#header-right ul li {
	float:left;
	margin: 0px 0px 15px 10px;
	padding: 0;
}


#header-right ul li a,
#header-right ul li a:link,
#header-right ul li a:visited {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 0;
}

#header-right ul li a:hover {
	color: #fff;
	text-decoration: underline;
	padding: 0;
}


/* =Homepage
---------------------------------------------------------------------------------------------------- */	

#home-banner {
	width: 960px;
	padding-top:5px;
}

#home-banner-left {
	float:left;
	width:206px;
	padding-right:2px;	
}

#home-banner-right {
	float:left;
	width:752px;
}

#home-left-column {
	float:left;
	width: 455px;
	padding-top: 30px;
}


#home-right-column {
	float:left;
	width: 455px;
	padding: 30px 0px 0px 50px;
}

#home-right-block-top {
	padding:0;
	margin:0;
	width:455px;
}

#home-right-block-bg {
	background:url(uploads/images/structure/home-right-block-bg-1.jpg) repeat-y top left;
	width:455px;
}

#home-right-block-content {
	background:url(uploads/images/structure/home-right-block-bg-2.jpg) no-repeat top left;	
	width:425px;
	padding: 0px 15px 0px 15px;
}


.home-social-media-links {
	font-size: 18px;
	padding-bottom:14px;
	width:425px;
}

.home-social-media-links-facebook {
	float:left;
	text-align: left;
	width:220px;
	padding-right:5px;
	border-right: 1px solid #78cbe9;

}

.home-social-media-links-twitter {
	float: right;
	text-align:right;
	width:199px;
}

#home-right-block-bottom{
	padding:0;
	margin:0;
padding-bottom:14px;
	width:455px;
}

/* =Search Form
---------------------------------------------------------------------------------------------------- */	

#search-form {
	float:right;
	width: 195px;
	padding: 8px 0px 0px 0px;
}


div.search-bg {
background: url(uploads/images/structure/search-bg.jpg) no-repeat top left;	
float:left;

}
div#search-form input.search-input {
	float:left;
	width: 100px;
	height: 21px;
	min-height: 21px;
	line-height: 21px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	border-left: none;
	background: #545454;
	color: #d7d7d7;
	padding: 3px 0px 0px 0px;
	margin-left:58px;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif;
}


div#search-form input.search-button,
div#search-form input.search-button:focus{
	float: left;
	width: 30px;
	height: 26px;
	border-style: none;
	text-indent: -9999em;
	margin: 0;
	margin-left:5px;
	cursor: pointer;
	font-size: 0px;
	line-height: 0px;
	background: transparent url(uploads/images/structure/search-button.jpg) no-repeat right top;
}

div.newsletter_form  {
padding-left:15px;

}

div.newsletter_form input.search-input {
	float:left;
	width: 130px;
	height: 21px;
	min-height: 21px;
	line-height: 21px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	border-left: none;
	background: #545454;
	color: #d7d7d7;
	padding: 3px 0px 0px 3px;
	margin-left:0px;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif;
}


div#search-form input.search-button,
div#search-form input.search-button:focus,
div.newsletter_form input.search-button,
div.newsletter_form input.search-button:focus{
	float: left;
	width: 30px;
	height: 26px;
	border-style: none;
	text-indent: -9999em;
	margin: 0;
	margin-left:5px;
	cursor: pointer;
	font-size: 0px;
	line-height: 0px;
	background: transparent url(uploads/images/structure/search-button.jpg) no-repeat right top;
}


/* =Left Column
---------------------------------------------------------------------------------------------------- */	

#left-column {
	float:left;
	width: 200px;
}

.left-column-banners {
width:160px;
padding: 25px 15px 15px 15px;
}


/* =Content Area
---------------------------------------------------------------------------------------------------- */	

#right-column {
	float:left;
	width: 725px;
	padding-left:35px;
}

.intro-banner,
.intro-banner-for-youth,
.intro-banner-youth-projects,
.intro-banner-youth-engagement,
.intro-banner-youth-services,
.intro-banner-services,
.intro-banner-about,
.intro-banner-our-impact,
.intro-banner-help-make-impact{
	width: 405px;
	height: 177px;
	min-height:177px;
	overflow: hidden;
	padding: 15px 300px 0px 20px;
}

.intro-banner-for-youth
 {
	 background: url(uploads/images/intro-headers/intro-header-for-youth.jpg) no-repeat top left; 
}

.intro-banner-youth-projects
 {
	 background: url(uploads/images/intro-headers/intro-header-youth-projects.jpg) no-repeat top left; 
}

.intro-banner-youth-engagement
 {
	 background: url(uploads/images/intro-headers/intro-header-youth-engagement.jpg) no-repeat top left; 
}

.intro-banner-youth-services
 {
	 background: url(uploads/images/intro-headers/intro-header-youth-services.jpg) no-repeat top left; 
}

.intro-banner-services
 {
	 background: url(uploads/images/intro-headers/intro-header-services.jpg) no-repeat top left; 
}

.intro-banner-stories
 {
	 background: url(uploads/images/intro-headers/intro-header-stories.jpg) no-repeat top left; 

}

.intro-banner-about
 {
	 background: url(uploads/images/intro-headers/intro-header-about.jpg) no-repeat top left; 
}

.intro-banner-our-impact
 {
	 background: url(uploads/images/intro-headers/intro-header-our-impact.jpg) no-repeat top left; 
}


.intro-banner-help-make-impact
 {
	 background: url(uploads/images/intro-headers/intro-header-help-make-impact.jpg) no-repeat top left; 
}

#content {
	float: left;
	width: 490px;
	padding-right:35px;
	padding-top:25px;
}

.stories-content  {
	background-color: #108cb7;
padding: 15px 15px 10px 15px;
width: 460px;
}


/* =Right Sidebar
---------------------------------------------------------------------------------------------------- */	

#sidebar {
	float:right;
	width: 200px;
}

.sidebar-block {
	margin-bottom:10px;
}


.sidebar-content-block {
     background-color: #108cb7; 
	margin-bottom:10px;
padding:10px;
}


/* =Footer Styles
---------------------------------------------------------------------------------------------------- */	

#footer {
	color: #252525;
background: #ebebeb url(uploads/images/structure/footer-container-bg.jpg) repeat-x top center;
	font-size:12px;
	padding-top:25px;
	padding-bottom:25px;
}


#footer-credits {
	text-align:right;
	font-size: 11px;
}

#footer-credits ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	}
	
#footer-credits ul li {
	float:left;
	margin: 0px 0px 0px 10px;
	padding: 0;
}


#footer-credits ul li a,
#footer-credits ul li a:link,
#footer-credits ul li a:visited {
	font-size: 11px;
	color: #252525;
	text-decoration: none;
	padding: 0;
}

#footer-credits ul li a:hover {
	color: #252525;
	text-decoration: underline;
	padding: 0;
}


/* =Text Styles
---------------------------------------------------------------------------------------------------- */
.intro-banner h1  {
	font-weight: normal;
	font-size:32px;
	margin:0;
	padding:0;
}

#content h1 {
	font-weight: normal;
	font-size:30px;
	margin:0;
	padding:0;
	padding-bottom:14px;
}

h2 {
	font-weight: normal;
	font-size:24px;
	margin:0;
	padding:0;
	padding-bottom:14px;
}

#sub-nav h2 {
	display: block;
	padding-left:15px;
	padding-right:15px;
}

#sub-nav h2 a:hover{
color:#fff;
text-decoration:none;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom:14px;
       text-decoration: none;
}


h4   {
	font-size: 15px;
	font-weight: bold;

}


h2 a,
h2 a:link,
h2 a:visited,
h3 a,
h3 a:link,
h3 a:visited,
h4 a,
h4 a:link,
h4 a:visited  {
text-decoration: none;
color: #fff;
}

h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: #0c5d79;
       text-decoration: none;
}



p {
	padding-top: 0;
	padding-bottom: 18px;
}

.intro-banner p {
	padding-bottom: 10px;
	line-height: 16px;
font-size:12px;
}

#content p {
	line-height: 18px;
}


ul {

	list-style-type: disc;
	font-weight: normal;
	font-style: normal;
	margin-left: 15px;
	padding: 5px 0 10px 15px;
} 



ol {

	font-weight: normal;
	font-style: normal;
	margin-left: 20px;
	padding: 5px 0 10px 15px;
} 


ol.roman-numbered-list {

	font-weight: normal;
	font-style: normal;
	margin-left: 20px;
	padding: 5px 0 10px 15px;
        list-style-type:lower-roman;
} 

ul.doubleLineSpaceList li {
padding-bottom:18px;
} 

/* =Links
---------------------------------------------------------------------------------------------------- */

a,  
a:link,  
a:visited {
color: #083e51;
	/*color: #0c5d79;*/
	text-decoration: none;
}

a:hover {
color: #0c5d79;
	/*color: #0c5d79;*/
	text-decoration: underline;
}


/* =Text/Image Treatments and Alignments
---------------------------------------------------------------------------------------------------- */

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

.textalign-left {
	text-align:left;
}

.textalign-right {
	text-align:right;
}

.textalign-center {
	text-align:center;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.image-float-left {
	float:left;
	padding: 0px 10px 10px 0px;
}

.image-float-right {
	float:right;
	padding: 0px 0px 10px 10px;
}

sup {
	font-size: 8px;
}

.text-small,  .caption {
	font-size: 10px;
}

.missingtext {
	color:#FF0000;
	font-weight: bold;
}

.text-orange {
	color: #115793;
}

blockquote {
	font-style: italic;
	width: 90%;
}

.image-bottom-drop-shadow {
	background: url(uploads/images/structure/image-bottom-drop-shadow.png) no-repeat bottom center;
	padding-bottom:12px;
}


/* =How can we help you tooltip
---------------------------------------------------------------------------------------------------- */


#homepage_tooltip_how_can_we_help_you {
	display:block;
	background: url(uploads/images/structure/home-how-can-we-help-you_eng.jpg) no-repeat 0px -0px;
	height:267px;
	overflow:hidden;
	width:206px;
	cursor:pointer;
	text-indent: -9999px;
}

#homepage_tooltip_how_can_we_help_you_fra {
	display:block;
	background: url(uploads/images/structure/home-how-can-we-help-you-fra.jpg) no-repeat 0px -0px;
	height:267px;
	overflow:hidden;
	width:206px;
	cursor:pointer;
	text-indent: -9999px;
}


/* mouseover state */
#homepage_tooltip_how_can_we_help_you:hover,
#homepage_tooltip_how_can_we_help_you_fra:hover {	
	background-position:0 -267px ;		
}

/* clicked state */
#homepage_tooltip_how_can_we_help_you:focus,
#homepage_tooltip_how_can_we_help_you_fra:focus {	
	background-position:0 -267px;
}



#tooltip_how_can_we_help_you {
	display:block;
	background: url(uploads/images/sidebar/sidebar-how-can-we-help-you-eng.jpg) no-repeat 0px -0px;
	height:197px;
	overflow:hidden;
	width:200px;
	cursor:pointer;
	text-indent: -9999px;
}


#tooltip_how_can_we_help_you_fra {
	display:block;
	background: url(uploads/images/sidebar/sidebar-how-can-we-help-you-fra.jpg) no-repeat 0px -0px;
	height:197px;
	overflow:hidden;
	width:200px;
	cursor:pointer;
	text-indent: -9999px;
}

/* mouseover state */
#tooltip_how_can_we_help_you:hover,
#tooltip_how_can_we_help_you_fra:hover {	
	background-position:0 -197px ;		
}

/* clicked state */
#tooltip_how_can_we_help_you:focus,
#tooltip_how_can_we_help_you_fra:focus {	
	background-position:0 -197px;
}
 

/* tooltip styling */
.tooltip {
	display:none;
	background: url(uploads/images/tooltip-bg.png) no-repeat 0 0;
	height:192px;
	padding:23px 23px 20px 15px;
	margin:0;
	width:534px;
	font-size:14px;
	color:#000;
z-index:1000;
}

.homepage_tooltip {
	display:none;
	background: url(uploads/images/structure/home-tooltip-bg.png) no-repeat 0 0;
	height:192px;
	padding:23px 15px 20px 23px;
	margin:0;
	width:534px;
	font-size:14px;
	color:#000;
z-index:1000;
}

.tooltip-content {
	width:534px;
}

.tooltip-content-left {
float:left;
padding-right:15px; 
width:245px;
}

.tooltip-content-right {
float:left;
width:270px;
}

.tooltip-content ul {
color: #1AA7D9;
}

.tooltip-content ul li {
padding-bottom:8px;
color: #1AA7D9;
}


.tooltip-content ul li a {
color: #000;
}


/* =Addthis toolbar
---------------------------------------------------------------------------------------------------- */
.addthis_title {	padding-bottom:5px;}
.addthis_toolbox { padding-left:0px; padding-bottom:15px; }

#left-column .addthis_toolbox { padding-left:15px; }
.addthis_toolbox .custom_images a{    width: 24px;    height: 24px;    margin: 0;    padding: 0;}
.addthis_toolbox .custom_images a:hover img{    opacity: 1;}
.addthis_toolbox .custom_images a img{    opacity: 0.90;}

/* =Lines
---------------------------------------------------------------------------------------------------- */

hr {
	color: #78cbe9;
	background-color: #78cbe9;
	border: 0;
	height: 1px;
	margin: 0px 0 14px 0;
clear:both;
}

p > hr {
	margin: 0 0 0 0;
}


hr.dashed-rule {
background: transparent;
color: transparent;
	border: 0;
	height: 1px;
	margin: 0px 0 14px 0;
border-bottom: 1px dashed #78cbe9;
clear:both;
}


div.hr {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #78cbe9;
	margin-top: 14px;
	margin-bottom:14px;
        line-height:0;
        clear: both;
}

/* =Spacing and Clearing Styles
---------------------------------------------------------------------------------------------------- */		

.singleLineBreak {
	margin-top:	1px;
}

.marginZero {
	margin:0;
}

.spacer,  .clear {
	clear: both;
	margin:0;
	padding:0;
line-height:0;
font-size:0;
}

br {
	clear: both;
}

.padding {
	padding: 5px;
}


/* =News and Events Summary
---------------------------------------------------------------------------------------------------- */	


.eventsSummarySummary p,
.whatsNewSummarySummary p {
padding-bottom:0px;
}

.newsSummary {
padding-bottom:36px;

}

.newsSummaryDate {
font-style: italic;
}

.newsSummarySummary  {
padding-bottom: 10px;
}

.newsSummarySummary p {
padding-bottom: 0px;
}


.newsSummaryLinksMore,
.newsSummaryLinksPDF {
float: left;
padding-right:20px;
}

.homepageNewsSummary a,
.homepageNewsSummary a:link,  
.homepageNewsSummary a:visited {
color: #fff;
text-decoration: none;
}

.homepageNewsSummary a:hover{
color: #0c5d79;
	text-decoration: underline;
}


.homepageNewsSummaryDate {
text-transform: uppercase;
font-size:12px;
}

/* =Document Lists and PDF Links
---------------------------------------------------------------------------------------------------- */

ul.document-list,
ul.video-list {
	margin:0;
	padding:0;
        padding-bottom:12px;
	list-style:none;    
}

ul.document-list li a[href$='.pdf'] { 
	padding: 0px 0px 5px 18px;
	background: transparent url(uploads/images/structure/icon-pdf.png) no-repeat top left;
display:block;
}

ul.video-list li a { 
	padding: 0px 0px 5px 21px;
	background: transparent url(uploads/images/structure/icon_youtube_16x16.png) no-repeat top left;
display:block;
}

a.pdf-link,  
a.pdf-link:link,  
a.pdf-link:visited {
	color: #0c5d79;
	text-decoration: none;
        padding: 0px 0px 0px 18px;
	background: transparent url(uploads/images/structure/icon-pdf.png) no-repeat center left;
}

a.pdf-link:hover {
	color: #0c5d79;
	text-decoration: underline;
        padding: 0px 0px 0px 18px;
	background: transparent url(uploads/images/structure/icon-pdf.png) no-repeat center left;
}

/* =Tables
---------------------------------------------------------------------------------------------------- */

.tbl-Donors,
.tbl-newsletter {
width: 100%;
margin-bottom:14px;
background-color: #108cb7;
}

td.tbl-Donors-logo,
td.tbl-newsletter-image {
width: 145px;
padding: 10px;
text-align: left;
vertical-align: top;
}

td.tbl-Donors-content,
td.tbl-newsletter-content{
width: 305px;
padding: 15px 15px 15px 0px;
text-align: left;
vertical-align: top;
}

td.tbl-Donors-content p,
td.tbl-newsletter-content p {
padding-bottom:0px;
}


td.tbl-newsletter-content a,
td.tbl-newsletter-content a:link,  
td.tbl-newsletter-content a:visited {
color: #fff;
text-decoration: none;
}

td.tbl-newsletter-content a:hover{
color: #0c5d79;
	text-decoration: underline;
}

.tbl-two-column-layout {
width: 100%;
}

.tbl-two-column-layout td {
	width:205px;
padding: 15px 15px 0px 15px;
text-align: left;
vertical-align: top;
background-color: #108cb7;
}

.tbl-two-column-layout td h3 {

	padding-bottom:5px;
}

.tbl-two-column-layout td a,
.tbl-two-column-layout td a:link,  
.tbl-two-column-layout td a:visited {
color: #fff;
text-decoration: none;
}

.tbl-two-column-layout td a:hover{
color: #0c5d79;
	text-decoration: underline;
}

#oneTimeDonationForm input.field-width {
	width:300px;
}

#oneTimeDonationForm td {
	padding:3px;
}
/* End of 'Layout' */

