/* CSS Reset, from meyerweb */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
	font-family: Arial,sans-serif;
	font-size: 70%;
	background-color: #321b0f;
	/*color: #040200;*/
	color: #2b1407;
}

div#wrapper
{
	min-height: 1120px;
	background: url(/themes/rmhc/img/bg.jpg) no-repeat top center;
}

div#main
{
	width: 932px;
	margin: 0 auto;
}

div#main h1.logo
{
	width: 237px;
	height: 125px;
	position: relative;
}

div#main h1.logo a
{
	display: block;
	width: 181px;
	height: 85px;
	position: absolute;
	top: 44px;
	left: 39px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
}

div#content
{
	overflow: hidden;
	position: relative;
	padding-top: 27px;
	border-bottom: 1px dotted #c4ac91;
}

div#content div.col
{
	float: left;
}

/* Left Intro bar */

div#content div.intro
{
	width: 171px;
	height: 929px;
	background: url(../img/intro-bg.gif) no-repeat top left;
	padding: 15px 0 0 14px;
	color: #fff;
	position: relative;
}

div#content div.intro h2.welcome
{
	/*font-size: 200%;
	line-height: 0;*/
	width: 121px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/help.gif);
	margin: 0 0 0 10px;
}

div#content div.intro h2.welcome strong
{
	font-size: 140%;
}

div#content div.intro p
{
	margin: 0.8em 0.2em;
	line-height: 1.1em;
	font-size: 110%;
}

div#content div.intro div.divider
{
	margin: 0.8em 0 0.6em 0;
	height: 3px;
	background: url(../img/divider.png) no-repeat;
}

div#content div.intro ul.donateBar
{
	padding: 0 20px 0 0;
	margin: 10px 0 0 0;
}

div#content div.intro ul.donateBar li
{
	padding: 15px 0;
	/*background: url(../img/donate-divider.png) no-repeat top left;*/
}

div#content div.intro ul.donateBar li p
{
	text-align: center;
	margin-bottom: 0;
}

div#content div.intro ul.donateBar li a.btn
{
	display: block;
	width: 126px;
	height: 62px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	background: url(../img/btn-bg.gif) no-repeat ;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 180%;
}

div#content div.intro ul.donateBar li a.btn strong
{
	display: block;
	font-weight: bold;
	font-size: 180%;
	position: relative;
	margin-top: -10px;
}

div#content div.intro ul.donateBar li a.btn.donate20
{
	background-position: 0 0;
}

div#content div.intro ul.donateBar li a.btn.donate20:hover
{
	/*background-position: 0 -56px;*/
}

div#content div.intro ul.donateBar li a.btn.donate25
{
	background-position: 0 -56px;
}

div#content div.intro ul.donateBar li a.btn.donate25:hover
{
	/*background-position: 0 -56px;*/
}

div#content div.intro ul.donateBar li a.btn.donate85
{
	background-position: 0 -56px;
}

div#content div.intro ul.donateBar li a.btn.donate85:hover
{
	/*background-position: 0 -56px;*/
}

div#content div.intro ul.donateBar li a.btn.donate125
{
	background-position: 0 -112px;
}

div#content div.intro ul.donateBar li a.btn.donate125:hover
{
	/*background-position: 0 -56px;*/
}

div#content div.intro ul.donateBar li a.btn.donate175
{
	background: url(../img/donate-175-btn.gif) no-repeat;
}

div#content div.intro ul.donateBar li a.btn.donate175:hover
{
	background-position: 0 -56px;
}

div#content div.intro ul.donateBar li.donate-other p
{
	margin: 0;
	text-align: left;
}

div#content div.intro ul.donateBar li.donate-other p a
{
	display: block;
	height: 20px;
	padding-right: 15px;
	background: url(../img/arrow.gif) no-repeat 130px 3px;
	color: #fff;
	text-decoration: none;
}

div#content div.progress
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 185px;
	height: 273px;
	background: url(../img/speedometer.gif) no-repeat;
	text-indent: -9999px;
}

/* End left intro bar */

/* Main area */
div#content div.main
{
	width: 511px;
	height: 944px;
	background: #fff;
}

div#content div.main h2
{
	color: #8a0000;
	font-size: 250%;
	border-bottom: 1px dotted #dac1a5;
	padding-bottom: 2px;
	margin-top: 0.3em;
}

div#content div.main h3
{
	color: #8a0000;
	font-size: 160%;
	margin:0.5em 0 0.1em 0;
}

div#content div.main div.video
{
	height: 286px;
}

div#content div.main div.mainContent
{
	padding: 0em 1.8em;
	font-size: 110%;
}

div#content div.main div.mainContent a.donate
{
	display: block;
	font-size: 110%;
	font-weight: bold;
	width: 85px;
	height: 20px;
	padding: 2px 19px 0 0.4em;
	margin: 1em 0 0.8em 0;
	color: #2b1407;
	text-decoration: none;
	background: url(../img/arrow.gif) no-repeat 95px 5px transparent;
}

div#content div.main div.mainContent p
{
	margin: 0.5em 0;
	line-height: 1.4em;
}

div#content div.main div.mainContent p.byline
{
	color: #8a0000;
	font-size: 130%;
	margin-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #dac1a5;
}

div#content div.main div.mainContent ul li
{
	margin: 0.5em 0;
	padding-left: 25px;
	font-weight: bold;
	line-height: 1.4em;
	background: url(../img/dot.gif) no-repeat 5px 3px;
}

div#content div.main ul.learnMore
{
	overflow: hidden;
	margin: 1em 0 0 0;
	padding: 0 1.7em;
	background: #fff url(../img/learnmore-bg.png) repeat-x;
}

div#content div.main ul.learnMore li
{
	float: left;
	display: table;
	width: 78px;
	height: 70px;
	text-align: center;
	background: url(../img/learnmore-border.png) no-repeat top right;
	line-height: 1em;
	font-size: 120%;
}

div#content div.main ul.learnMore li a
{
	color: #040200;
	text-decoration: none;
	color:#2B1407;
}

div#content div.main ul.learnMore li a:hover
{
	color: #8b0000;
}

div#content div.main ul.learnMore li.header
{
	width: 86px;
	color: #8c0000;
	text-transform: uppercase;
	font-size: 120%;
}

div#content div.main ul.learnMore li.header strong
{
	font-size: 250%;
	position: relative;
	bottom: -5px;
}

div#content div.main ul.learnMore li.more
{
	width: 119px;
}

div#content div.main  ul.learnMore li.story
{
	width: 90px;
}

div#content div.main  ul.learnMore li.volunteer
{
	width: 82px;
}

div#content div.main  ul.learnMore li.followUs
{
	width: 92px;
	background: none;
}

div#content div.main  ul.learnMore li.followUs a.icon
{
	display: inline;
}

div#content div.main  ul.learnMore li.followUs a.icon img
{
	padding-top: 5px;
}

div#content div.main  ul.learnMore li a,
div#content div.main  ul.learnMore li span
{
	display: table-cell;
	vertical-align: middle;
}

/* end main area */

/* Right bar */

div#content div.rhs
{
	width: 233px;
	height: 944px;
	background: url(../img/rhs-bg.gif) no-repeat right top;
	position: relative;
}

div#content div.rhs div.kasey
{
	position: absolute;
	text-indent: -9999px;
	background: url(../img/kasey.png) no-repeat 4px 12px;
	width: 261px;
	height: 894px;
	/*top: -37px;*/
	bottom: 0px;
	left: -29px;
}

div#content div.rhs a.foundation
{
	position: absolute;
	display: block;
	width: 99px;
	height: 73px;
	top: 710px;
	left: 68px;
	text-indent: -9999px;
}

/* end right bar */

div#content div.flag
{
	position: absolute;
	width: 265px;
	height: 172px;
	bottom: 0;
	left: 0;
	background: url(../img/flag.png) no-repeat;
}

div#footer
{
	padding: 42px 0 0 195px;
	width: 550px;
	color: #d0c1b1;
	text-align: center;
	line-height: 1.2em;
	font-size: 0.9em;
}
