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

/* Global */

html {
	margin: 0 auto;
}

body {
	background-color: #FFF;
	background-image: url(/content/images/foundation/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #333333;
}

/* Header */

#wrapper {
	width: 1006px;
	margin: 0 auto;
	position: relative;
}

#header {
	position: absolute;
	float: left;
	height: 204px;
}

#nav {
	position: absolute;
	float: left;
	width: 680px;
	margin-left: 156px;
	height: 32px;
	clear: both;
	top: 204px;
}

/* Container */

#container {
	position: absolute;
	width: 1006px;
	background-color: #FFFFFF;
	background: url(/content/images/foundation/container_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	top: 236px;
}

#container_footer {
	width: 1006px;
	position: absolute;
	bottom: -20px;
	background: url(/content/images/foundation/container_low_repeat.jpg);
	background-repeat:repeat-x;
	margin-top: 15px;
	float: left;
}
#container_footer_left {
	float: left;
}
#container_footer_right {
	float: right;
}

/* Main Content */

#maincontent {
	width: 702px;
	float: left;
	margin-left: 8px;
	margin-top: 22px;
}

#maincontent_inner {
	width: 690px;
	float: left;
	margin-left: 14px;
	margin-right: 6px;
	margin-top: 22px;
}

#bumper_home {
	margin-bottom: 13px;
	display: block;
}

#welcome_video_wrapper {
	border-right: 1px dotted #333;
	background-color: #FFFFFF;
	width: 365px;
	height: 208px;
	float: left;
}
#welcome_video_box {
	float: left;
	width: 348px;
	height: 208px;
	background-color: #D8E1DC;
}
.welcome_video_content {
	margin: 12px;
}
#donate_online_box {
	float: left;
	margin-left: 18px;
	margin-bottom: 15px;
	width: 315px;
	height: 208px;
	background-color: #D8E1DC;
}
.donate_online_content {
	margin: 12px;
}
.maple_leaf {
	margin-left: 10px;
	margin-top: 15px;
	margin-right: -5px;
	margin-bottom: -8px;
	float: right;
	clear: both;
}

/* Sidebar */

#sidebar {
	width: 260px;
	height: 452px;
	float: left;
	margin-left: 21px;
	margin-top: 22px;
	background:url(/content/images/foundation/leftnav_bg.jpg);
	background-repeat: no-repeat;
}
.sidebar_content {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 20px;
	text-align: left;
}
.sidebar_links {
	font-weight: bold;
}

/* Footer */

#footer {
	width: 1006px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	margin-top: 0px;
	margin-right: 6px;
	float: right;
}
/* Formatting */

a:link {
	color: #8D0C10;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8D0C10;
}
a:hover {
	text-decoration: underline;
	color: #8D0C10;
}
a:active {
	text-decoration: none;
	color: #8D0C10;
}
ul {
	list-style-image:url(/content/images/foundation/bullet-arrow.gif);
	line-height: 1.6;
}
.float_right {
	float: right;
	clear: both;
}
h1 {
	font-size: 16px;
	color: #005328;
}
