/* HTML TAG OVERRIDES */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ecebeb;
	color: #646464;
	font-size: 14px;
}
h1, h2, h3 {
	margin-top: 0px;
}
h1 {
	color:#c3c3c3;
	font-size:20px;
}
h2 {
	color:#858585;
	font-size:28px;
}
hr {
	background-color: #858585;
	color: #858585;
	height: 3px;
	margin:0;
	padding:0;
}
#home #content-container div.hr {
	width: 100%;
	height:11px;
	background-image:url(/assets/images/hr.png);
	background-repeat:repeat-x;
}
div.hr_page_title {
	width: 100%;
	height: 3px;
	border: 0;
	background-color: #858585;
	margin-top:-5px;
	margin-bottom:10px;
	clear:both;
}
div.hr_page_foot {
	width: 629px;
	height: 3px;
	border: 0;
	background-color: #858585;
	margin-bottom:10px;
	clear:both;
}
div.hr_dotted {
	width: 100%;
	height: 6px;
	background-image:url(/assets/images/hr-dotted.png);
	background-repeat:repeat-x;
}
/*--------------------*/

/* LINKS */
#top-menu-container .top-nav, #top-menu-container .donate {
	color: #858585;
	font-size: 14px;
}
#top-menu-container .top-nav a, #top-menu-container .donate a {
	color: #858585;
	text-decoration: none;
}
#top-menu-container .top-nav a:hover, #top-menu-container .donate a:hover {
	color:#000;
	text-decoration: underline;
}
#main-menu-container dt p {
	color: #ffffff;
	font-size: 16px;
	cursor:pointer;
	text-align: center;	
}
#main-menu-container dt p a {
	color: #ffffff;
	text-decoration: none;
}
#content-container a{
	font-weight:bold;
	color:#858585;
	font-size:14px;
	text-decoration:underline;
}
#content-container a:hover{
	text-decoration:none;
}
#content-container a.bottom-blue {
	color:#0061aa;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#content-container a.bottom-blue:hover {
	text-decoration:underline;
}
#content-container a.breadcrumb {
	color:#a5a5a5;
	font-size:11px;
}

#content-container #sidebar .title a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
#content-container #sidebar a{
	font-weight:bold;
	color:#dedfe2;
	font-size:12px;
	text-decoration:underline;
}
#content-container #sidebar a:hover{
	text-decoration:none;
}
#content-container #sidebar ul li a{
	font-weight:normal;
	color:#e6bef2;
	font-size:12px;
	text-decoration:none;
}
#content-container #sidebar ul li a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#footer-container a {
	color: #abacae;
}
/*-------*/

/* CONTAINER DEFINITIONS */
#top-container {
	background-color: #fff;
	height:100%;
	width:100%;
}
#layout-container {
	background-color: #fff;
}
#content-container {
	background-image: url(/assets/images/content-background.jpg);
	background-repeat:repeat-y;
	height:100%;
	margin-top:3px;
}
#did-you-know-video #content-container {
	background-image: none;
}
#footer-container {
	color: #abacae;
	font-size: 11px;
	margin-bottom: 10px;
}
#footer-container a:hover{
	color:#000;
}
/*-----------------------*/

/* MISC DEFINITIONS */
.sociable ul {
	list-style:none;
}
.sociable ul li{
	float:left;
	padding-left:5px;
}

#home #content-container p {
	line-height:14px;
}
#content-container .orange {
	color: #f7941e;
	font-size: 16px;
	font-weight:bold;
}
#content-container .purple {
	color: #771d7e;
	font-size: 14px;
	font-weight:bold;
}
#content-container .sidebar ul {
	margin-top:-15px;
	margin-left: 10px;
	list-style:none;
}
#content-container .sidebar ul li{
	line-height:16px;
}
.sidebar span.title {
	color:#fff;
	font-weight:bold;
}
.menu {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #646464;
	display: none;
	font-size: 12px;
	font-weight:bold;
	line-height:13px;
	min-width:235px;
	padding-top:15px;
	padding-bottom:15px;
}
.menu ul {
	margin:0;
	list-style:none;
}
.menu ul li {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:5px;
	color:#ffffff;
	background-image:url(/assets/images/bullet-out.png);
	background-repeat:no-repeat;
	background-position:5px 7px;
	cursor:pointer;
	margin-left:15px;
}
.menu ul li:hover {
	background-color:#e3e3e3;
	color:#4d4d4d;
	background-image:url(/assets/images/bullet-over.png);
	background-repeat:no-repeat;
	background-position:10px 7px;
}
.menu ul li.sub {
	margin-left:30px;
	font-weight:normal;
}
.numbered-list {
	list-style-type:decimal;
}
/*-----------------------*/

/* PER-PAGE DEFINITIONS */

/*-----------------------*/

/* MENU DEFINITIONS */
#top-menu-container {
	float:right;
	height:30px;
}
#top-menu-container > div {
	float: left;
	margin-right: 20px;
	border:1px solid #fff;
}
#top-menu-container #donate {
	padding-left:6px;
	padding-right:6px;
	border:1px solid #f7941e;
}
#why-join {
	float:right;
	color:#858585;
	font-size:9px;
	cursor:default;
	margin-right:20px;
	margin-top:-10px;
}
#main-menu-container {
	height:100%;
	margin-bottom: 3px;
}
.menu-item {
	width:157px;
	height:45px;
	float:left;
	background-color: #858585;
	color: #d8d8d8;
	font-weight: bold;
	line-height: 1em;
}
#main-menu-container > div:hover {
	background-color: #646464;
}
#main-menu-container dt {
	color: #fff;
	height:45px;
	padding: 4px 0 0 0;
	font-size: 16px;
	cursor:pointer;
	line-height:16px;
}
.single {
	padding:8px 0 0 0;
	height: 37px;
}
#main-menu-container dt a{
	text-decoration:underline;
	cursor:pointer;
}

#main-menu-container dd {
	padding-left: 3px;
	padding-right: 3px;
}
#main-menu-container dd a{
	color:#d8d8d8;
	text-decoration:underline;
}
#main-menu-container dd a:hover{
	color:#fff;
	text-decoration:underline;
}

#sb-title {
	height:100px;
	background-color:#691f7e;
}
#sb-title-inner {
	margin-left:15px;
	font-weight:bold;
}

/*--------------------*/

/* SIFR STYLES */
.sIFR-active h1 {
	visibility: hidden;
}
.sIFR-active h2 {
	visibility: hidden;
	margin-top:-18px;
}
.sIFR-active .explore {
	visibility: hidden;
}
.sIFR-active #top-menu-container > div {
	visibility: hidden;
}
.sIFR-active #main-menu-container dt p {
	visibility: hidden;
}
.sIFR-active #home .orange {
	visibility: hidden;
}
.sIFR-active #home .green, .sIFR-active #publications-index .green {
	visibility: hidden;
}
.sIFR-active #home .purple, .sIFR-active #publications-index .purple {
	visibility: hidden;
}
.sIFR-active #home .blue, .sIFR-active #publications-index .blue {
	visibility: hidden;
}
.sIFR-active .red_links {
	visibility: hidden;
}
.sIFR-active #layout-container .bottom-message {
	visibility: hidden;
}
/*-------------------*/

/* RECAPTCHA STYLES */
#recaptcha_container {
	border: 1px solid #dfdfdf;
	padding: 4px;
}
#recaptcha_container #recaptcha_image {
	border: 1px solid #dfdfdf;
}
/*------------------------*/

/* PRINT MEDIA DEFINITIONS */
@media print {
}
/*-------------------------*/

/* Tool Tip */
.tooltip_body {
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:5px;
	width:300px;
}
.tooltip_header {
	background:#ccc;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	border:1px solid #999;
	padding:5px;
	width:300px;
}
/*-------------*/