/*
	Canadian Red Cross
*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #F2F2F2 url('../images/wrapper/bg.jpg') top center repeat-x;
	font-family: 'Arial', verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}

table tr td {
	font-family: 'Arial', verdana, sans-serif;
	font-size: 13px;
	vertical-align: top;
}

input, select, textarea {
	font-family: 'Arial', verdana, sans-serif;
	font-size: 13px;
}

img, a img {
	border: 0;
}

.clearit:after { 
    content: "."; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden; 
}

.clearit { 
    min-height: 0; 
    height: 0; 
}

html>body .clearit { 
    height: auto; 
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}


/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 992px;
	margin: 0 auto;
}

/* =Header
---------------------------------------------------------------------------------------------------- */
#header {
	background: url(../images/wrapper/header.jpg) top left no-repeat;
	width: 1000px;
	margin-left: -8px;
	height: 183px;
	margin-bottom: 15px;
}

#logo {
	float: left;
	height: 86px;
	padding: 26px 0 0 43px;
}

#logo-f {
	float: left;
	height: 86px;
	padding: 26px 0 0 43px;
}

#toolbar {
	float: right;
	padding: 20px 40px 0 0;
}

#toolbar li {
	float: left;
	margin-left: 21px;
	list-style: none;
}

#toolbar li a {
	color: black;
	font-size: 11px;
	text-decoration: none;
	line-height: 21px;
}

#toolbar li a:hover {
	text-decoration: underline;
}


/* =Main navigation English
---------------------------------------------------------------------------------------------------- */
#main-nav {
	clear: both;
	height: 43px;
	margin: 0 0 0 23px;
	padding: 0 6px;
}

#main-nav ul li {
	float: left;
}

#main-nav ul li a {
	display: block;
	height: 43px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav .response a { 	background-image: url(../images/wrapper/nav-response-e-off.gif); width: 189px; }
#main-nav .news a { 		background-image: url(../images/wrapper/nav-news-e-off.gif); width: 101px; }
#main-nav .hope a { 		background-image: url(../images/wrapper/nav-hope-e-off.gif); width: 163px; }
#main-nav .action a { 	background-image: url(../images/wrapper/nav-your-donation-e-off.gif); width: 208px; }
#main-nav .publications a { 	background-image: url(../images/wrapper/nav-publications-e-off.gif); width: 170px; }
#main-nav .careers a { 		background-image: url(../images/wrapper/nav-careers-e-off.gif); width: 105px; }

#main-nav .how a { 		background-image: url(../images/wrapper/nav-how-e-off.gif); width: 170px; }
#main-nav .information a { 	background-image: url(../images/wrapper/nav-information-e-off.gif); width: 208px; }
#main-nav .donate a { 		background-image: url(../images/wrapper/nav-donate-e-off.gif); width: 137px; }

#main-nav .response a:hover, 		#main-nav .response a.active, 		#main-nav .response a.hover { 		background-image: url(../images/wrapper/nav-response-e-on.gif); }
#main-nav .news a:hover, 		#main-nav .news a.active, 		#main-nav .news a.hover { 		background-image: url(../images/wrapper/nav-news-e-on.gif); }
#main-nav .hope a:hover, 		#main-nav .hope a.active, 		#main-nav .hope a.hover {  		background-image: url(../images/wrapper/nav-hope-e-on.gif); }
#main-nav .action a:hover, 	#main-nav .action a.active, 	#main-nav .action a.hover {  	background-image: url(../images/wrapper/nav-your-donation-e-on.gif); }
#main-nav .publications a:hover, 	#main-nav .publications a.active, 	#main-nav .publications a.hover {  	background-image: url(../images/wrapper/nav-publications-e-on.gif); }
#main-nav .careers a:hover, 		#main-nav .careers a.active, 		#main-nav .careers a.hover {  		background-image: url(../images/wrapper/nav-careers-e-on.gif); }

#main-nav .how a:hover, 		#main-nav .how a.active, 		#main-nav .how a.hover {  		background-image: url(../images/wrapper/nav-how-e-on.gif); }
#main-nav .donate a:hover, 		#main-nav .donate a.active, 		#main-nav .donate a.hover {  		background-image: url(../images/wrapper/nav-donate-e-on.gif); }
#main-nav .information a:hover, 	#main-nav .information a.active, 	#main-nav .information a.hover {  	background-image: url(../images/wrapper/nav-information-e-on.gif); }


#main-nav ul li ul {
	position: absolute;
	width: 250px;
	z-index: 20;
	background: #fff;
	border: 1px solid #a1a1a1;
	border-top: none;
	padding: 4px 0;
	display: none;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 10px;
}

#main-nav ul li ul li {
	float: none !important;
}

#main-nav ul li ul li a {
	display: block;
	padding: 10px 15px;
	background: url(../images/wrapper/nav-divider.gif) top center no-repeat !important;
	/* Reset above */
	text-indent: 0 !important;
	overflow: auto !important;
	width: auto !important;
	height: auto !important;
}

#main-nav ul li ul li.first-child a, #main-nav ul li ul li.first-child a {
	background: none !important;
}

/* =Main navigation French
---------------------------------------------------------------------------------------------------- */
#main-nav-f {
	clear: both;
	height: 43px;
	margin: 0 0 0 23px;
	padding: 0 6px;
}

#main-nav-f ul li {
	float: left;
}

#main-nav-f ul li a {
	display: block;
	height: 43px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav-f .response a { 	background-image: url(../images/wrapper/nav-response-f-off.gif); width: 215px; }
#main-nav-f .news a { 		background-image: url(../images/wrapper/nav-news-f-off.gif); width: 141px; }
#main-nav-f .hope a { 		background-image: url(../images/wrapper/nav-hope-f-off.gif); width: 163px; }
#main-nav-f .action a { 	background-image: url(../images/wrapper/nav-your-donation-f-off.gif); width: 189px; }
#main-nav-f .publications a { 	background-image: url(../images/wrapper/nav-publications-f-off.gif); width: 150px; }
#main-nav-f .careers a { 	background-image: url(../images/wrapper/nav-careers-f-off.gif); width: 96px; }

#main-nav-f .how a { 		background-image: url(../images/wrapper/nav-how-f-off.gif); width: 156px; }
#main-nav-f .donate a { 	background-image: url(../images/wrapper/nav-donate-f-off.gif); width: 115px; }
#main-nav-f .information a { 	background-image: url(../images/wrapper/nav-information-f-off.gif); width: 209px; }

#main-nav-f .response a:hover, 		#main-nav-f .response a.active, 	#main-nav-f .response a.hover { 	background-image: url(../images/wrapper/nav-response-f-on.gif); }
#main-nav-f .news a:hover, 		#main-nav-f .news a.active, 		#main-nav-f .news a.hover { 		background-image: url(../images/wrapper/nav-news-f-on.gif); }
#main-nav-f .hope a:hover, 		#main-nav-f .hope a.active, 		#main-nav-f .hope a.hover {  		background-image: url(../images/wrapper/nav-hope-f-on.gif); }
#main-nav-f .action a:hover, 	#main-navf .action a.active, 	#main-navf .action a.hover {  	background-image: url(../images/wrapper/nav-your-donation-f-on.gif); }
#main-nav-f .publications a:hover, 	#main-navf .publications a.active, 	#main-navf .publications a.hover {  	background-image: url(../images/wrapper/nav-publications-f-on.gif); }
#main-nav-f .careers a:hover, 		#main-nav-f .careers a.active, 		#main-nav-f .careers a.hover {  	background-image: url(../images/wrapper/nav-careers-f-on.gif); }

#main-nav-f .how a:hover, 		#main-nav-f .how a.active, 		#main-nav-f .how a.hover {  		background-image: url(../images/wrapper/nav-how-f-on.gif); }
#main-nav-f .donate a:hover, 		#main-nav-f .donate a.active, 		#main-nav-f .donate a.hover {  		background-image: url(../images/wrapper/nav-donate-f-on.gif); }
#main-nav-f .information a:hover, 	#main-nav-f .information a.active, 	#main-nav-f .information a.hover {  	background-image: url(../images/wrapper/nav-information-f-on.gif); }

#main-nav-f ul li ul {
	position: absolute;
	width: 250px;
	z-index: 20;
	background: #fff;
	border: 1px solid #a1a1a1;
	border-top: none;
	padding: 4px 0;
	display: none;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 10px;
}

#main-nav-f ul li ul li {
	float: none !important;
}

#main-nav-f ul li ul li a {
	display: block;
	padding: 10px 15px;
	background: url(../images/wrapper/nav-divider.gif) top center no-repeat !important;
	/* Reset above */
	text-indent: 0 !important;
	overflow: auto !important;
	width: auto !important;
	height: auto !important;
}

#main-nav-f ul li ul li.first-child a, #main-nav-f ul li ul li.first-child a {
	background: none !important;
}


/* =Sub-nav
---------------------------------------------------------------------------------------------------- */
#sub-nav {
	width: 244px;
	background: url(../images/wrapper/subnav-bg.jpg) top left no-repeat;
	float: left;
	margin: 0 0 7px 7px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#sub-nav ul {
	padding: 22px 32px 32px 17px;
}

#sub-nav li {
	background: url(../images/dots.gif) bottom left repeat-x;
	padding: 1px 0 2px 0;
}

#sub-nav li a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 8px 16px;
}

#sub-nav li a:hover {
	text-decoration: underline;
}

#sub-nav li.active a {
	font-weight: bold;
	color: #c90001;
	cursor: text;
}

#sub-nav li.active a:hover {
	text-decoration: none;
}



/* =Layout Homepage
---------------------------------------------------------------------------------------------------- */
#feature {
	width: 980px;
	height: 304px;
	background: url(../images/wrapper/feature.jpg) top left no-repeat;
	margin: 0 auto 15px auto;
}

#feature #slider {
	width: 665px;
	height: 304px;
	float: left;
	background: url(../images/no-flash-feature.jpg) top left no-repeat;
}

#feature #slider-f {
	width: 665px;
	height: 304px;
	float: left;
	background: url(../images/no-flash-feature.jpg) top left no-repeat;
}

#feature #about {
	width: 265px;
	padding: 25px;
	float: left;
	color: white;
}

#feature #about h2 {
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px dotted #fff;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

#feature #about .more {
	font-size: 11px;
	text-transform: uppercase;
	color: #6dcff6;
	text-decoration: none;
}

#feature img {
	display: block;
	margin: -6px -6px 10px -6px;
}

#home-content {
	background: url(../images/wrapper/box-middle.jpg) top left repeat-y;
}

#home-content #home-content-2 {
	background: url(../images/wrapper/box-bottom.jpg) bottom left no-repeat;
}

#home-content #home-content-3 {
	background: url(../images/wrapper/box-top.jpg) top left no-repeat;
	padding: 33px;
	width: 926px;
}

#home-content h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-bottom: 14px;
}

#home-content h2 span {
	color: #ca0001;
}

#home-content .dotted {
	background: url(../images/dots.gif) bottom left repeat-x;
	padding-bottom: 14px;
	margin-bottom: 14px;
}

#home-content li {
	margin-bottom: 1em;
}

#home-content .date {
	font-style: italic;
	font-size: 14px;
}

#home-content .button {
	margin-bottom: 8px;
	display: block;
}



#left-col {
	width: 298px;
	min-height: 329px;
	height: auto !important;
	height: 329px;
	float: left;
}

#left-col ul.stories {
	height: 332px;
	overflow-y: auto;
	margin-bottom: 20px;
}

#mid-col {
	width: 293px;
	min-height: 329px;
	height: auto !important;
	height: 329px;
	float: left;
	background: url(../images/col-divider.gif) top left no-repeat;
	padding-left: 32px;
}	

#mid-col #video {
	margin-bottom: 22px;
}

#mid-col ul {
}

#mid-col li img {
	width: 100px;
	height: auto;
}

#mid-col li {
	float: left;
	width: 64px;
	height: 64px;
	margin-right: 8px;
	overflow: hidden;
}

#right-col {
	width: 259px;
	min-height: 329px;
	height: auto !important;
	height: 329px;
	float: left;
	background: url(../images/col-divider.gif) top left no-repeat;
	padding-left: 34px;
}

#right-col .news {
	padding-bottom: 20px;
	height: 120px;
	overflow-y: auto;
	margin-bottom: 24px;
}

#right-col .news li {
	margin: 0 0 14px 0;
}

#right-col .news p {
	margin: 0;
}

#home-content .supporters {
	clear: both;
	margin-top: 10px;
}

/* =Layout 
---------------------------------------------------------------------------------------------------- */
#photo {
	width: 992px;
	height: 142px;
	overflow: hidden;
	margin-top: -23px;
}

#body-content {
	background: url(../images/wrapper/box-middle.jpg) top left repeat-y;
}

#body-content #body-content-2 {
	background: url(../images/wrapper/box-top-body.jpg) top left no-repeat;
}

#body-content #body-content-3 {
	background: url(../images/wrapper/box-bottom.jpg) bottom left no-repeat;
	width: 992px;
}

#breadcrumb {
	float: left;
	border: 1px solid #dedede;
	width: 705px;
	padding: 4px;
	margin: 15px 0 15px 3px;
	font-size: 11px;
}

#breadcrumb a {
	color: #0273a8;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb li {
	float: left;
	background: url(../images/wrapper/breadcrumb-divider.gif) top left no-repeat;
	padding: 0 10px 0 15px;
	line-height: 20px;
}

#breadcrumb li.home {
	background: none;
	padding-left: 5px;
}
#breadcrumb li.home a {
	background: url(../images/wrapper/breadcrumb-home.gif) left center no-repeat;
	width: 13px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
}

#content {
	width: 695px;
	float: left;
	padding: 10px;
	margin-bottom: 15px;
}

#content #media-content { 
	width: 530px; 
}

#content #media-content p {
	font-size: 11px;
}

#content .media-gallery { 
	background: #747679 url('../images/wrapper/meida-gallery-btm.jpg') 0 100% no-repeat; 
	width: 528px;
	margin-bottom: 17px;
	padding-bottom: 6px;
}

#content .media-gallery h2 {  
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 8px;
}

#content .media-gallery-inner {
	background: url('../images/wrapper/meida-gallery-top.jpg') 0 0 no-repeat; 
	min-height: 160px;
	padding: 20px 0 4px 8px;
	overflow: hidden;
}

#content .media-gallery-inner .gallery-cat { 
	float: left;
	width: 115px;
	min-height: 130px;
	margin-right: 8px;
	padding-left: 8px;
	border-left: 1px dashed #424345;
}

#content .media-gallery-inner .gallery-cat.first { 
	padding-left: 0;
	border: 0;
}

#content .media-gallery-inner .gallery-cat img { 
	display: block;
	margin-bottom: 8px;
}

#content .media-gallery-inner .gallery-cat a { 
	display: block;
	color: #fff;
	line-height: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
}


#sidebar {
	width: 220px;
	float: right;
	margin: -8px -15px 20px 20px;
	font-size: 12px;
}

#sidebar.media {
	float: right;
	width: 160px;	
	margin: -8px -4px 20px 0;
}

#sidebar.media h3 {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar.media .sidebar-media {
	padding: 0 0 0 8px;
}

#sidebar.media ul.news-feed {
	color: #333;
	margin: 0;
	padding: 0;
}

#sidebar.media ul.news-feed li {
	font-size: 11px;	
	padding: 0;
}

#sidebar.media ul.news-feed li a {
	color: #333 !important;
}
#sidebar.media ul.news-feed li a:hover,
#sidebar.media ul.news-feed li a:focus {
	color: #ca0001 !important;
}

#sidebar .donate {
	margin-bottom: 9px;
}

#sidebar-2 {
	background: url(../images/wrapper/sidebar-top.gif) top left no-repeat;
}

#sidebar-3 {
	background: url(../images/wrapper/sidebar-bottom.gif) bottom left no-repeat;
	padding: 25px;
}

#sidebar h3 {
	font-size: 18px;
	color: #c90000;
}

#sidebar h4 {
	color: black;
}

#sidebar a {
	color: #ca0001 !important;
}

#footer {
	padding: 20px 35px;
	font-size: 11px;
	line-height: 20px;
}

#footer a {
	padding: 0 5px;
}

/* =Beneficiaries Pages
---------------------------------------------------------------------------------------------------- */
#beneficiaries {
	background: url(../images/wrapper/beneficiaries-landing-bg.jpg) 0 0 no-repeat;
	width: 992px;
	min-height: 837px;
	height: auto !important;
	height: 837px;
	position: relative;
	margin: -43px auto 0 auto;
}
#beneficiaries #beneficiaries-inner {
	width: 981px;
	margin: 0 auto;
	padding-top: 58px;
}
#beneficiaries #beneficiaries-inner .block {
	clear: both;
}
#beneficiaries #beneficiaries-inner .block img {
	display: block;
	float: left;
	cursor: pointer;
}
#profile {
	background: #dacab3 url(../images/wrapper/profile-page-bg.jpg) 0 0 no-repeat;
	width: 992px;
	min-height: 837px;
	height: auto !important;
	height: 837px;
	position: relative;
	margin: -43px auto 0 auto;
}
#profile #profile-inner {
	width: 981px;
	margin: 0 auto;
	padding-top: 58px;
}
#profile #profile-inner-fr {
	width: 981px;
	margin: 0 auto;
	padding-top: 30px;
}
#profile #profile-inner #profile-img, #profile #profile-inner-fr #profile-img {
	float: left;
	width: 512px;
}
#profile #profile-inner #profile-img img, #profile #profile-inner-fr #profile-img img {
	display: block;
}
#profile #profile-inner #flash-vid, #profile #profile-inner-fr #flash-vid {
	background: #dfd8d0;
	float: left;
	width: 468px;
}
#profile #profile-inner #flash-vid img, #profile #profile-inner-fr #flash-vid img {
	display: block;
}
#profile #profile-inner #polaroids, #profile #profile-inner-fr #polaroids {
	float: left;
	width: 512px;
}
#profile #profile-inner #flickrb, #profile #profile-inner-fr #flickrb {
	float: left;
	width: 468px;
}
#profile #profile-inner #flickrb #flickrb-inner, #profile #profile-inner-fr #flickrb #flickrb-inner {
	padding: 60px 0 0 29px;
	width: 330px
}

#profile #profile-inner #flickrb #flickrb-inner ul, #profile #profile-inner-fr #flickrb #flickrb-inner ul {
}

#profile #profile-inner #flickrb #flickrb-inner li img, #profile #profile-inner-fr #flickrb #flickrb-inner li img {
	
}

#profile #profile-inner #flickrb #flickrb-inner li, #profile #profile-inner-fr #flickrb #flickrb-inner li {
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #FFFFFF;
	overflow: hidden;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:link, span.link {
	outline: none;
	color: #ca0001;
}

a:focus {
	outline: none;
	color: #ca0001;
}

a:hover {
	outline: none;
	color: #7d0001;
}


/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	line-height: 18px;
	margin-bottom: 1em;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #d01d4d;
	margin-bottom: 18px;
}

h2 {
	color: #0273a8;
	font-weight: normal;
	margin-bottom: 14px;
	font-size: 18px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #c90001;
	margin: 0 0 14px 0;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #0273a8;
	margin: 0 0 14px 0;
}

#content a {
	color: #0273a8;
}

#content ul {
	padding: 0 0 14px 6px;
}

#content li {
	margin: 0 0 1em 0;
	background: url(../images/wrapper/bullet.gif) 4px 5px no-repeat;
	padding-left: 20px;
}

#content ul.oneline li {
	margin: 0 0 5px 0;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

fieldset {
	padding: 0 10px 10px 10px;
	border: 1px solid #dedede;
	margin: 0;
}

input {
	border: 1px solid #dedede;
	height: 24px;
}

.buttons
{
	height: 40px;
	color: #d01d4d;
	font-weight: bold;
	background: #ffffff;
	border: #dedede 1px solid;
	padding: 4px;
}

.validation
{
	color: #EE3224;
}
