@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------------------*/
/*                       LAYOUT                          */
/*-------------------------------------------------------*/

html, body {
	margin:0;
	padding:0 0 20px 0;
	color: #444;
}

body {
	background-color: #fff;
	background-image: url(../images/global/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
}

a:link, a:visited {
	color: #928f64;
}

a:hover {
	color: #ded087;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
	color: #928f64;
}

#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/global/wrapper_bg.jpg);
	background-repeat: repeat-y;
}

#content {
	position: relative;
}

#sidebar {
	width: 300px;
	float: left;
	padding-top: 40px;
	background-image: url(../images/global/sidebar_bg.jpg);
	background-repeat: no-repeat;
}

#sidebar_address {
	font-size: 12px;
	text-align: left;
	margin: 20px 20px 20px 20px;
	padding: 5px;
	border: 2px solid #eee9c0;
}

#canada_helps {
	width: 260px;
	height: 104px;
	margin-left: 20px;
	margin-top: 20px;
}

#canada_helps a:link, #canada_helps a:visited {
	display: block;
	width: 260px;
	height: 104px;
	text-indent: -10000px;
	background-image: url(../images/global/canada_helps_logo.jpg);
	background-repeat: no-repeat;
}

#canada_helps a:hover {
	background-position: 0 -104px;
}

#leave_a_legacy {
	width: 260px;
	height: 94px;
	margin-left: 20px;
}

#leave_a_legacy a:link, #leave_a_legacy a:visited {
	display: block;
	width: 260px;
	height: 94px;
	text-indent: -10000px;
	background-image: url(../images/global/leave_a_legacy_logo.jpg);
	background-repeat: no-repeat;
}

#leave_a_legacy a:hover {
	background-position: 0 -94px;
}

#cfc {
	width: 260px;
	height: 122px;
	margin-left: 20px;
}

#cfc a:link, #cfc a:visited {
	display: block;
	width: 260px;
	height: 122px;
	text-indent: -10000px;
	background-image: url(../images/global/cfc_logo.jpg);
	background-repeat: no-repeat;
}

#cfc a:hover {
	background-position: 0 -122px;
}

#volunteer_canada {
	width: 260px;
	height: 144px;
	margin-left: 20px;
}

#volunteer_canada a:link, #volunteer_canada a:visited {
	display: block;
	width: 260px;
	height: 144px;
	text-indent: -10000px;
	background-image: url(../images/global/volunteer_canada_logo.jpg);
	background-repeat: no-repeat;
}

#volunteer_canada a:hover {
	background-position: 0 -144px;
}
span.scf {
	font-weight: bold;
	color: #6d6d55;
}

#main {
	width: 640px;
	padding: 50px 0 20px 10px;
	float: right;
	background-image: url(../images/global/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#footer {
	clear: both;
	padding-top: 30px;
	background-color: #fff;
	background-image: url(../images/global/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 12px;
	color: #666;
}

#logo {
	border: none;
}

.error {
	color: #CC0000;
}

.clearfloat {
	clear: both;
}


/*-------------------------------------------------------*/
/*                       IMAGES                          */
/*-------------------------------------------------------*/

.img_group_a {
	float: right;
	width: 300px;
	padding: 10px;
	margin: 0 0 5px 10px;
	background-color: #f7f7e8;
}

.caption_a {
	font-size: 12px;
}

.img_group_w {
	float: right;
	width: 300px;
	padding: 10px;
	margin: 0 0 5px 10px;
	background-color: #f7f7e8;
}

.caption_w {
	font-size: 12px;
}

.img_group_n {
	float: right;
	width: 300px;
	padding: 10px;
	margin: 0 0 5px 10px;
	background-color: #f7f7e8;
}

.caption_n {
	font-size: 11px;
}

span.caption_heading {
	font-weight: bold;
}

#splash_group {
	width: 640px;
	background-color: #c9c7b2;
	margin-bottom: 30px;
}

#splash_caption {
	padding: 5px 10px 7px 10px;
	color: #000;
	font-size: 12px;
}

#splash_caption p {
	margin: 0;
	padding: 0;
}

span.splash_caption_heading {
	font-weight: bold;
}

/*-------------------------------------------------------*/
/*                     NAVIGATION                        */
/*-------------------------------------------------------*/

#nav {
	text-align: left;
	padding: 0 20px 0 20px;
	font-size: 13px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul ul li {
	background-image: url(../images/global/nav_bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 12px;
}

#nav li a:link, #nav li a:visited {
	display: block;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	color: #444;
	border-bottom: 1px dotted #dbd486;
}

#nav ul ul li a:link, #nav ul ul li a:visited {
	color: #928f64;
}

#nav li a:hover {
	color: #888;
}

#nav ul ul li a:hover {
	color: #444;
}

p.nav_heading {
	padding: 5px 5px 5px 5px;
	color: #444;
	border-bottom: 1px dotted #dbd486;
}

/*-------------------------------------------------------*/
/*                      WEBCOPY                          */
/*-------------------------------------------------------*/

body#w h2 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-align: right;
	border-bottom: 5px solid #eee9c1;
	padding-bottom: 2px;
	font-size: 28px;
	color: #928f64;
}

body#w p.author {
	font-style: italic;
	font-size: 11px;
	margin-top: -15px;
}

body#w h3 {
	border-bottom: 2px solid #eee9c1;
	padding-bottom: 2px;
	font-size: 18px;
	color: #444;
}

body#w h3.error {
	color: #CC0000;
}


body#w h4 {
	font-size: 16px;
	color: #444;
}

body#w h5 {
	font-size: 14px;
	color: #444;
}

body#w h4 + p {
	margin-top: -15px;
}

h5 + p {
	margin-top: -20px;
}

p.last_modified {
	font-size: 11px;
	font-style: italic;
}

#credit_cards {
	text-align: right;
}

/*-------------------------------------------------------*/
/*                     ARTICLES                          */
/*-------------------------------------------------------*/

body#a h2 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-align: right;
	border-bottom: 5px solid #eee9c1;
	padding-bottom: 2px;
	font-size: 28px;
	color: #928f64;
}

body#a p.author {
	font-style: italic;
	font-size: 11px;
	margin-top: -15px;
}

body#a h3 {
	border-bottom: 1px solid #eee9c1;
	padding-bottom: 2px;
	font-size: 18px;
	color: #444;
}

body#a h3.error {
	color: #CC0000;
}

body#a h4 {
	font-size: 16px;
	color: #444;
}

body#a h5 {
	font-size: 14px;
	color: #444;
}

h4 + p {
	margin-top: -20px;
}

h5 + p {
	margin-top: -20px;
}

div.article_group {
	position: relative;
	border-top: 2px solid #eee9c1;
	padding-top: 10px;
}

div.article_thumb {
	float: left;
	width: 100px;
}

div.article_description {
	float: right;
	width: 520px;
}

div.article_description p {
	font-size: 12px;
}

div.article_separator {
	clear: both;
	height: 10px;
	background-color: #fff;
	margin-top: 0;
}

/*-------------------------------------------------------*/
/*                       NEWS                            */
/*-------------------------------------------------------*/

body#n h2 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-align: right;
	border-bottom: 5px solid #eee9c1;
	padding-bottom: 2px;
	font-size: 28px;
	color: #928f64;
}

body#n p.author {
	font-style: italic;
	font-size: 11px;
	margin-top: -15px;
	text-align: right;
}

body#n h3 {
	border-bottom: 1px solid #eee9c1;
	padding-bottom: 2px;
	font-size: 18px;
	color: #444;
}

body#n h3.error {
	color: #CC0000;
}

body#n h4 {
	font-size: 16px;
	color: #444;
}

body#n h5 {
	font-size: 14px;
	color: #444;
}

h4 + p {
	margin-top: -20px;
}

h5 + p {
	margin-top: -20px;
}

div.news_group {
	position: relative;
	border-top: 2px solid #eee9c1;
	padding-top: 10px;
}

div.news_thumb {
	float: left;
	width: 100px;
}

div.news_description {
	float: right;
	width: 520px;
}

div.news_description p {
	font-size: 12px;
}

div.news_separator {
	clear: both;
	height: 10px;
	background-color: #fff;
	margin-top: 0;
}

/*-------------------------------------------------------*/
/*                      HOME PAGE                        */
/*-------------------------------------------------------*/

#news_and_articles {
	position: relative;
	background-image: url(../images/global/news_and_articles_bg.jpg);
	background-repeat: repeat-y;
}

#news {
	float: left;
	width: 390px;
}


#articles {
	float: right;
	width: 210px;
	padding: 0 10px 10px 0;
}

#w #news h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-align: right;
	color: #be9c5a;
	border-bottom: 2px solid #be9c5a;
	padding-bottom: 2px;
}

#w #news h4 {
	color: #be9c5a;
}

#w #articles h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-align: right;
	color: #6d6d55;
	border-bottom: 2px solid #6d6d55;
	padding-bottom: 2px;
}

#w #articles h4 {
	color: #6d6d55;
}

#w #news_only h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-align: right;
	color: #be9c5a;
	border-bottom: 2px solid #be9c5a;
	padding-bottom: 2px;
}

#w #news_only h4 {
	color: #be9c5a;
}

#w #articles_only h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-align: right;
	color: #6d6d55;
	border-bottom: 2px solid #6d6d55;
	padding-bottom: 2px;
}

#w #articles_only h4 {
	color: #6d6d55;
}

#w #articles_only div.articles_item img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/*-------------------------------------------------------*/
/*                    BOARD MEMBER                       */
/*-------------------------------------------------------*/

#member_header {
position: relative;
padding-top: 10px;
padding-bottom: 15px;
border-bottom: 2px solid #eee9c1;
}

#member_header_photo {
	width: 100px;
	height: 130px;
	border: 1px solid #eee9c1;
}

#member_header_info {
	position: absolute;
	left: 120px;
	bottom: 15px;
}

#member_header_info h3.member_name {
	border: none;
	margin: 0;
}

#member_header_info p.member_title {
	font-style: italic;
	margin: 0;
}

#member_header_info_b {
	position: relative;
}

#member_header_info_b h3.member_name {
	border: none;
	margin: 0;
}

#member_header_info_b p.member_title {
	font-style: italic;
	margin: 0;
}


/*-------------------------------------------------------*/
/*                       FORM                            */
/*-------------------------------------------------------*/


fieldset {
	float: left;
	clear: both;
	width: 70%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 2px solid #eee9c1;
	background-color: #fcfbf3;
	background-image: url(../images/global/form_bg.jpg);
	background-repeat: repeat-x;
}
legend {
	margin-left: 1em;
	padding: 0;
	color: #333;
	font-weight: bold;
}
.fieldset_element {
	margin: 1em;
	color: #666666;
}
fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 18em;  
	background-color: transparent;
	background-image: none;
}
label {
	display: block;
	margin-bottom: 0.25em;
	color: #666;
	font-size: 0.9em;
}
#content .error {
	color: #CC3300;
}

#first_name {
	color: #999;
	background-color: #FFF;
	border: 1px solid #c9c7b2;
}

#last_name {
	color: #999;
	background-color: #FFF;
	border: 1px solid #c9c7b2;
}

#email_address {
	color: #999;
	background-color: #FFF;
	border: 1px solid #c9c7b2;
}

#phone_number {
	color: #999;
	background-color: #FFF;
	border: 1px solid #c9c7b2;
}

#message {
	color: #999;
	background-color: #FFF;
	border: 1px solid #c9c7b2;
}

/*-------------------------------------------------------*/
/*                       FACEBOOK                        */
/*-------------------------------------------------------*/

#social_nav {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: .9em;
	margin-bottom: 20px;
	padding: 0 20px 0 20px;
}

#social_nav ul {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	height: 30px;
	margin: 0;
	padding: 5px 0 0 0;
}

#social_nav ul li {
	float: left;
	padding: 5px 0 0 5px;
	margin-left: 5px;
	list-style-type: none;
}

#social_nav ul li a {
	padding: 4px 0 0 28px;
	height: 20px;
	color: #999;
	text-decoration: none;
	line-height: 1.45em;
}

li.facebook a:link, li.facebook a:visited {
	background-image: url(../images/global/facebook.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

li.facebook a:hover {
	background-position: 0 -20px;
}



#facebook a:link, #facebook a:visited {
	color: #3B5998;
}