/*force vertical scroll-bar*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*global styles*/
body {
	background: #c4c4c4;
	font-family: Arial;
}

.hidden {
	position: absolute;
	left: -999em;
	top: 0;	
}

/*outermost container*/
#container-outer {
	text-align: center;
	width: 100%;
}

#container {
	background: url(../images/roar/bg_top.jpg) top left;
	background-repeat: no-repeat;	
	padding-top: 35px;
	margin-right: auto;
	margin-left: auto;	
	text-align: left;
	width: 942px;
}

#container-in {
	background: url(../images/roar/bg_btm.jpg) bottom left;
	background-repeat: no-repeat;
	padding-bottom: 39px;
}

#contentarea {
	background: url(../images/roar/bg_mid.jpg);
	background-repeat: repeat-y;
	padding: 0 21px 0 29px;
}

/*header*/
#header {
	position: relative;
	top: -5px;
	background: url(../images/roar/header_divider.jpg) bottom left;
	background-repeat: no-repeat;
	padding-bottom: 27px;
}

#header-in {
	border: 2px solid #947aa2;
	border-bottom: 0;
	height: 146px;
	position: relative;
}

#header-in a img {
	border: 0;	
}

#header-left {
	float: left;
	height: 0px;
}

#header-right {
	float: left;
}

#logo {
	position: relative;	
	top: -44px;	
}

#animals-img {
	position: relative;	
	top: -17px;
}

#nrc-program {
	position: relative;
	left: 667px;	
}

#donatenow-img {
	position: relative;
	top: 48px;
	left: 628px;
}

/*top nav*/
#topnav {
	background: url(../images/roar/topnav_bg.jpg) top left;
	background-repeat: repeat-x;
	height: 30px;
	margin-top: -1px;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	float: left;
}

#topnav ul li {
	float: left;
	margin-left: 10px;
}

#topnav ul li.topnav-first {
	margin-left: 5px;	
}

#topnav-donate {
	display: block;
	width: 55px;
	height: 30px;
	background: url(../images/roar/topnav_donate.jpg) top left;
	background-repeat: no-repeat;	
}

a#topnav-donate:hover {
	background: url(../images/roar/topnav_donate_on.jpg) top left;
	background-repeat: no-repeat;	
}

#topnav-contactus {
	display: block;
	width: 83px;
	height: 30px;
	background: url(../images/roar/topnav_contactus.jpg) top left;
	background-repeat: no-repeat;	
}

a#topnav-contactus:hover {
	background: url(../images/roar/topnav_contactus_on.jpg) top left;
	background-repeat: no-repeat;	
}

#topnav-sagepage {
	display: block;
	width: 83px;
	height: 30px;
	background: url(../images/roar/topnav_sagepage.jpg) top left;
	background-repeat: no-repeat;	
}

a#topnav-sagepage:hover {
	background: url(../images/roar/topnav_sagepage_on.jpg) top left;
	background-repeat: no-repeat;	
}

#topnav-join {
	display: block;
	width: 65px;
	height: 30px;
	background: url(../images/roar/topnav_join.jpg) top left;
	background-repeat: no-repeat;	
}

a#topnav-join:hover {
	background: url(../images/roar/topnav_join_on.jpg) top left;
	background-repeat: no-repeat;	
}

#topnav-taf {
	display: block;
	width: 85px;
	height: 30px;
	background: url(../images/roar/topnav_taf.jpg) top left;
	background-repeat: no-repeat;	
}

a#topnav-taf:hover {
	background: url(../images/roar/topnav_taf_on.jpg) top left;
	background-repeat: no-repeat;	
}

.topnav-links {
	position: absolute;
	left: -999em;
	top: 0;	
}

#topnav-signup {
	float: left;
	position: relative;
	left: 212px;	
}

#topnav-signup-label {
	float: left;
	display: block;
	width: 161px;
	height: 30px;
	background: url(../images/roar/topnav_signup.jpg) top left;
	background-repeat: no-repeat;	
}

.topnav-signup-field {
	float: left;
	position: relative;
	top: 5px;
	left: 5px;
	border: 1px solid #000000;
	height: 19px;
	padding-left: 3px;
}

.topnav-signup-button {
	float: left;
	position: relative;
	top: 5px;
	left: 10px;
	width: 35px;
	border: 0;
	background: url(../images/roar/topnav_signupBtn.jpg) top left;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family: Verdana;
}

/*main content area*/
#maincontentarea {
	position: relative;
	margin-top: 4px;
	margin-bottom: 4px;
	background: #7a588a;
}

#maincontent-leftcol {
	position: relative;
	float: left;
	width: 150px;
	background: #7a588a;
	color: #ffffff;
	border-bottom: #7a588a thick solid;
}

#leftcol-top {
	background: url(../images/roar/leftcol_topBg.jpg) bottom left;
	background-repeat: no-repeat;	
	padding: 10px 0 20px;
}

#leftcol-top-print {
	display: block;
	width: 150px;
	height: 19px;
	background: url(../images/roar/leftcol_print.jpg) bottom left;
	background-repeat: no-repeat;	
}

#leftcol-top-email {
	display: block;
	width: 150px;
	height: 19px;
	background: url(../images/roar/leftcol_email.jpg) bottom left;
	background-repeat: no-repeat;	
}

#maincontent-leftcol h3 {
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 8px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
}

#maincontent-leftcol p {
	margin-top: 10px;
	margin-bottom: 0;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 11px;
	font-style: italic;
}

#maincontent-leftcol form {
	background: #ffffff;
	color: #000000;
	margin: 0 8px;
	padding: 0 4px 4px;
	font-size: 10pt;
}

#maincontent-leftcol form h3 {
	padding-top: 4px;
	margin-bottom: 4px;
	padding-left: 0;
	color: #513263;
	text-align: center;
}

#maincontent-leftcol form label {
	color: #513263;
	font-size: 11px;
	font-weight: bold;
}

#maincontent-leftcol input#username, #maincontent-leftcol input#password {
	background-color: #ffffcc;
	width: 85px;
	font-size: 12px;
	height: 17px;
	padding: 0;
	margin: 3px 0 2px 16px;
}

#leftcol-loginBtn {
	border: 0;
	padding: 0 0 1px 1px;
	width: 33px;
	height: 24px;
	text-transform: uppercase;
	background: url(../images/roar/leftcol_loginBtnBg.jpg) top left;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

#maincontent-rightcol {
	position: relative;
	float: left;
	width: 742px;
	min-height: 420px;
	font-size: 12px;
	background: #ffffff;
}

#maincontent-rightcol-in {
	padding-left: 15px;	
}

/*footer*/
#footer {
	position: relative;
	top: 4px;
	margin-top: -4px;
	margin-bottom: -8px;
	padding-top: 16px;
	padding-bottom: 18px;
	padding-left: 9px;
	background: #7a588a;
	color: #ffffff;
}

#footer-links {
	float: right;
	position: relative;
}

#footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
}

#footer-links ul li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 10px;
	border-right: 1px solid #ffffff;
}

#footer-links ul li.footer-links-first {
	padding-left: 0;	
}

#footer-links ul li.footer-links-last {
	border: 0;
}

#footer-links ul li a:link, #footer-links ul li a:active, #footer-links ul li a:visited {
	position: relative;
	color: #ffffff;
	font-size: 12px;
}

#footer-links ul li a:hover, #footer-links ul li a:focus {
	color: #ffffff;
	font-size: 12px;
}

#footer-text {
	float: right;
	padding-right: 10px;
}

#footer-text p {
	margin-top: 0;
	font-size: 12px;
	float: left;
}

#footer-text p.footer-text-last {
	padding-left: 15px;
}

#footer-poweredbyconvio img {
	border: 0;
}

#bottom-fix {
	clear: both;
	margin-bottom: -19px;
}

/*fund styles*/

td.TableHeadings { background-color: #7A588A; }

.FormBox99 { background-color: #FFFFFF; }

.ObjTitle { color: #7A588A; }

.ProgressBox { background-color: #d0bfd7; }

.ProgressBoxCurrent { background-color: #ffffff; }
