@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:62.5%;
	background:url(images/background.png) repeat;
}
a { color: #0076CD; text-decoration: underline; }
a:hover { color:#6CADD7; }

img { 
	border:0;
}
p {
	margin:14-x 0 14px 0;
}
ul, ol {
	margin-left:20px;
	padding-left:0px;
} 
fieldset {
	margin:0;
	padding:0;
	border:0;
}

#page {
	font-size:1.2em;
	line-height:1.35em;
	width:952px;
	background:url(images/bg_shadow.png) repeat-y;
	margin:0 auto 0 auto;
	padding:0 14px 0 14px;
}
	
#header {
	position:relative;
	padding:25px 60px 19px 60px;
}
#phone_number {
	position:absolute;
	top:25px;
	left:563px;
}
#donate_now {
	display:block;
	position:absolute;
	top:98px;
	left:784px;
}
#get_help {	
	position:absolute;
	top:64px;
	left:731px;
}
#escape {	
	position:absolute;
	top:64px;
	left:811px;
}

#nav {
	background:#fdbb30;
	height:28px;
	margin:0;
	padding:8px 0 0 60px;
	text-align:left;
}
#nav li{
	color:#fff;
	display:inline;
}
#nav li a {
	border-left:2px solid #fed683;
	color:#fff;
	font-size:0.8em;
	padding:0 6px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
#nav li.item1 a {
	border-left:none;
	padding-left:0;
}
#body {
	padding:25px 60px;
}
#background_wrapper {
	background:url(images/bg_left_nav.png) no-repeat bottom left;
}
.subpage #left_col {
	float:left;
	width:160px;
}
.subpage #middle_col {
	float:left;
	width:411px;
	padding:0 34px 0 34px;
}
.subpage #right_col {
	float:left;
	width:190px;
}

.homepage #left_col {
	float:left;
	width:404px;
}
.homepage #right_col {
	float:right;
	width:372px;
	padding-left: 40px;
}


.subpage #left_col ul {
	list-style-type:none;
	color:#fff;
	margin-left:10px;
	padding-right:10px;
}
.subpage #left_col ul li {
	margin:7px 0 7px 0;
	font-weight:bold;
	padding-left:20px;
}
.subpage #left_col ul li a {
	color:#fff;
	text-decoration:none;
}
.subpage #left_col ul li:hover {
	background:url(images/blt_star_blue.png) no-repeat 0px 0px;
}
.subpage #left_col ul li#current {
	background:url(images/blt_star_blue.png) no-repeat 0px 0px;
}
.subpage #left_col ul li.active {
	background:url(images/blt_star_blue.png) no-repeat 0px 0px;
}
#footer {
	text-align:center;
	background:#fff url(images/bg_footer.png) no-repeat top center;
	padding:24px 0;
	
}

#hope .left {
	float:left;
	width:375px;
	margin-bottom:30px;
}

#hope .right {
	float:right;
	width:395px;
	padding:17px 40px 12px 0;
	/*font-weight:bold;*/
	font-size:1.25em;
	font-family:"Arial Black", Gadget, sans-serif;
}
#hope_text {
	background:url(images/bg_butterfly.png) bottom right no-repeat;
}

.module {
	margin-bottom:10px;
}



#content ul.report {
	float: left; 
	margin:2px 0 0 1px;
	list-style-position: none;
	list-style-type: none;
}
#content ul.report li {height: 194px; margin-bottom: 10px;}
#content ul.report li img {float: left; margin-right:10px;}


/** BEGIN: TYPOGRAPHY **/

h1 {
	color:#b5121b;
	letter-spacing:-0.5px;
	line-height:1.1em;
	font-size:1.5em;
}

h2, h3 {
	font-size:1.2em;
}
h3 {
	color:#b5121b;
	font-weight:normal;
}
.homepage h2 {
	background:url(images/blt_star.png) no-repeat 0px 3px;
	padding-left:24px;
}
#footer a {
	color:black;
}
.helpline {
	color:#F00;
	text-decoration:none;
	font-weight:bold;
}

/** END: TYPOGRAPHY **/