
/* 1) Main ********************************************************************** */

body {
	margin: 0; padding: 0;
	color: #333;
	line-height: 140%;
	font-size: 0.9em;
	background: #fff; 
}

body, td, th, h3, input { /* redundant rules for bad browsers  */
	font-family: verdana, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#container {
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
}
#content2 {
	margin: 0 230px 0 0;
	background: url(http://charityfocus.org/new/images/page-background.gif) repeat-x top left;
}


/* 2) Links********************************************************************** */

a:link { color: #0033aa; }
a:visited { color: #66A; }

a:hover { color: #333; }
a:active { color: #000; }



/* 4) Header ******************************************************************** */

#header {
	clear: both;
	position: relative;
	margin: 10px 0 0 0;
	height: 70px;
}
#header h1 {
	top: 0; 
	left: 0;
	margin: 0;
}
#header h1 a,#header h1 a:hover {
	display: block;
	width: 481px; height: 48px;
	background: url("http://charityfocus.org/new/images/new/logo_cf2.gif") no-repeat;
	font-size: 1px;
	text-indent: -7000em;
	text-decoration: none;
}
#header form {
	position: absolute;
	top: 18px; 
	right: 0;
	font-family: tahoma, arial, sans-serif;
	font-size: 85%;
}

/* Footer ****************************************************** */
#blankspace {
        clear:both;
        padding: 0 20px 0 20px;
}
#footer {
        background: url(http://charityfocus.org/new/images/page-background.gif) repeat-x;
        font-weight: bold;
        clear:both;
        width: 740px;
        padding-top: 5px;
}
#footer A {
        color: #003300; text-decoration: none;
}

	

/* 5) Navigation **************************************************************** */

#navigation {
	margin: 0;
	padding: 0;
	/* background: #1e4176 url(../images/navigation-background.gif) repeat-x bottom right; */
	height: 2.7em;
	padding-bottom: 30px;
}
#navigation div#bar {
	padding: 0; 
	margin: 0;
	background: #99CC99 url(http://charityfocus.org/new/images/nav/navigation-top-right.gif) no-repeat top right; 
	height: 2.7em; 
	white-space: nowrap; 
}
#navigation div#bar div {
	position: relative;
	padding: 0; 
	margin: 0;
	background: url(http://charityfocus.org/new/images/nav/navigation-top-left.gif) no-repeat top left; 
	height: 2.7em; 
}

#navigation #contenttypes {
	position: absolute;
	bottom: 0; 
	left: 0;
	margin: 0; 
	padding: 0 0.7em 0 0.7em;
	list-style-type: none;
	background: url(http://charityfocus.org/new/images/nav/navigation-bottom-left.gif) no-repeat bottom left; 
}
#navigation #contenttypes li {
	margin: 0 2px 0 0; padding: 0; 
	float: left;
	background-image: url(http://charityfocus.org/new/images/nav/tab-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 1.7em;
}
#navigation #contenttypes li.selected {
	background-image: url(http://charityfocus.org/new/images/old/tab-right-selected.gif);
}
#navigation #contenttypes li a {
	display: block;
	float: left;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	height: 2em;
	line-height: 2em;
	background-image: url(http://charityfocus.org/new/images/nav/tab-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 6px;
	/*_width: 1%;*/
}

#navigation #contenttypes li.selected a {
	color: #003366;
	background-image: url(http://charityfocus.org/new/images/nav/tab-left-selected.gif);
	text-decoration: none;
}

#navigation #personal {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0; 
	padding: 0 0.4em 0 0;
	height: 1.8em;
	list-style-type: none;
	background: url(http://charityfocus.org/new/images/nav/navigation-bottom-right.gif) no-repeat bottom right; 
}
#navigation #personal li {
	margin: 0 4px;
	padding: 0;
	float: left;
	line-height: 2em;
}
#navigation #personal a {
	font-family: tahoma, arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #333;
	/* display: block; */
	text-decoration: none;
	margin: 0;
}
#navigation #personal a:hover {
	text-decoration: underline;
}

/* 6) Box For About Us **************************************************************** */
#sidebar {
        background:#fff;
        float:right;
        width:200px;
        padding: 8px 0 10px 25px;
}
#sidebar ul {
        list-style-type: none;
        padding: 0;
        padding-left: 3px;
        padding-right: 5px;
        margin-left: 1em;
        margin-bottom:0;
        list-style-image: url("http://www.charityfocus.org/new/images/about/arrow_r.gif");
}
#sidebox {
        background: url("http://charityfocus.org/new/images/about/box-body.gif") repeat-y;
        background: url("http://charityfocus.org/new/images/about/box2s.jpg") no-repeat;
        padding: 1px 0 10px 10px;
        width: 170px;
        font-size: 75%;
}

/* 7) Other Misc **************************************************************** */

#signupnow {
        background:url(http://charityfocus.org/new/images/about/box-back.gif) no-repeat 0 0;
        height: 26px;
        text-align: center;
        width: 150px;
}
#signupnow a { text-decoration: none;
                color: #cc9966;
                font-weight: bold;
}
#signupnow a:hover { color: blue;}


