html {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
}

a {
	text-decoration: none;
}

img {
	border: none;
}
/* ------------------------------------ Begin Utility Divs ------------------------------------*/
.alignRight {
	width: 100%;
	text-align:right;
}

.alignLeft {
	width: 100%;
	text-align:left;
}

/* Use the clearFloat class to clear floats in the layout */
.clearFloat {
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}

.clear_link {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 0px;
}

.clear_link img {
	margin: 0;
	padding: 0;
}
/* ------------------------------------ END tility Divs ------------------------------------*/



/*------------Body Structure------------*/

#outerContainer {
	margin-top: 0px;
	text-align: center;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
}

#main_center_div {
	background: white url(../images/layout/bg.gif) repeat-y center;
	overflow: hidden;
}

.main_center {
	width: 767px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	position: relative;
}

#main_content {
	margin-top: 0;
	padding-top: 0;
}

.content_center {
	width: 733px;
	padding: 0px;
	margin: 0px auto;
}

#header_logo {
	height: 208px;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	position: relative;
	left: -1px;
}

/*----------Top Nav----------------*/
#top_nav {
	position: absolute;
	top: 187px;
	right:18px;
/*	margin-left: 163px;
*/	height: 22px;
}

#top_nav a {
	font-family:Helvetica, Arial, sans-serif;
	display: block;
	height: 18px;
	float: left;
	padding: 0 9px;
	padding-top: 2px;
	margin: 0;
	font-size: 14px;
	border-right: 1px solid #cf7855;
	font-weight:normal !important;
	line-height:19px;
}
#top_nav a.bcrf_link {
	color:#e31837;
	background:#fdfdfd;
}
#top_nav a:hover {
	background-color: #cf7855;
}
#top_nav a.bcrf_link:hover {
	background-color:#eeeeee;
}
#top_nav .last {
	border-right: none;
}

#top_nav a {
	color: white;
}


/*------------Search Bar---------------*/

#search_div {
	position: absolute;
	top: 125px;
	margin-left: 570px;
	width: 153px;
	text-align: left;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 13px;
	vertical-align: middle;
}

#search_input {
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	width: 140px;
	padding-right: 10px;
}
#search_div input.styled {
	border: solid #c94b17 1px;
}
#search_div input.search_type {
	margin: 0;
}


#homescroller {
	width: 732px; 
	margin: 0;
	padding: 0;
	position: relative;
}

#homescroller img {
	top: 0;
	left: 0;
}

/*----------Footer-----------*/
#three-colmn {
	padding: 0;
	margin: 0;
	line-height: 0;
}

#three-colmn a {
	float: left;
	display: inline;
}

#border_bottom {
	background: url(../images/layout/border_bottom.gif) no-repeat top center;
	height: 17px;
}

#footer {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	color: #7d7d7d;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0 0 0;
	line-height: 18px;
}


/*----------Bottom Nav----------------*/
#footer a:link, #footer a:visited {
	color: #7d7d7d;
	text-decoration: none;
}

#footer a:hover {
	color: #7d7d7d;
}

#footer span {
	color: #023e7d;
	padding: 0 10px 0 10px;
}

/*-----------Forms----------------*/

form {
	margin: 0;
	padding: 0;
}

form hr {
	border: 0;
	color: #e4e8a7;
	background-color: #e4e8a7;
	height: 1px;
}


/*-----------Page Content Area------------*/
.inner_content {
	width: 733px;
	padding: 0;
	margin: 0;
	line-height: 0;
	text-align: left;
	position: relative;
}

#content_area {
	width: 733px;
}

.sidebar {
	width: 181px;
	margin: 20px 0 0 20px;
}

.page_content {
	width: 497px;
	margin: 20px 20px 0 15px;
}

.full_width {
	width: 700px;
}



/*------------bcrf reskin------------------*/

a#ncwhd_logo {
	width:165px;
	height:110px;
	background:url(../images/layout/aha_logo.jpg) center top no-repeat;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:17px;
	left:580px;
}
h1#donate_now {
	padding-top:3px;
	color:#fff;
	font-size:20px;
	line-height:25px;
	width:155px;
	height:80px;
	position:absolute;
	right:1px;
	top:8px;
	background:url('../images/layout/trans_red.png') repeat;
	z-index:1000;
}
h1#donate_now cufon {
	padding-bottom:7px;
}
.hide {
	display:none;
}
.show {
	display:block;
}
p#bcrf_footer {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color:#e31837;
	font-size:14px;
	padding:0 90px;
}

p#bcrf_footer a {
	color:#e31837;
	text-decoration:underline;
}
#bcrf_violator_wrap {
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-486px;
	width:972px;
	height:100px;
}
#bcrf_violator_wrap img {
	display:block;
	float:right;
	left:100%;
}
.press-release-wrapper {
	text-align:left !important;
	padding:20px;
	font-size:13px;
}
a.bcrf_link {
	display:block;
	border-right:1px solid #e31837 !important;
	border-bottom:1px solid #e31837 !important;
}

a.release_border {
	border-left:1px solid #e31837 !important;
}

#top-links {
	margin: 0 auto;
}

