@import url("css/menu.css");
/* New York Regional Association of Grantmakers base CSS control structure */
@import "../styles/ie6_win.css";
/* Generic Element Styles */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Body {
	background-color:#FFF;
	background: url("bg-stripe.jpg")repeat-x;
    text-align:center;
	padding:2px;
}
/* -- headlines/titles in center column on home page and on sec pages-- */
h1 {
	color:#0D477B;
}
/* -- headlines/titles in the left navigation for subject and for take action-- */
h2 {
	color:#0D477B;
}
/* -- headlines/titles in the body where needed-- */
h3 {
	font-weight: bold;
	font-size: 12px;
	color: #0D477B;
}
/* -- headlines/titles in the body where needed-- */
h4 {
	font-weight: bold;
	font-size: 12px;
	color: #0D477B;
}
a, a:link, a:visited, a:active
{
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
color: #0D477B;
}
/* -- core layout styles -- */
#container {
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	width: 900px;
	margin: 0 auto;
	padding:15px;
	background: #FFF;
}
#header {
	border-bottom: 0;
	margin:0 0 8px 0;
	padding:0;
	position: relative;
	height:138px;
	text-align:center;
}
/* -- top nav and search styles -- */
#nav_functional, #search {
	white-space:nowrap;
	text-align:left;
	margin:0;
	padding:0;
	background-color:#bebdb1;
	white-space:nowrap;
	border-top:none;
	bottom: 0;
	display:block;
}
#nav_functional {
	vertical-align:middle;
	text-align:left;
	line-height:26px;
	left:0;
	width:100%;
	height:25px;
	font-weight: bold;
}

.bread_bg
{
    padding: 0px;
    height: 10px;
    font-size: 11px;
}

#login_style
{
    float: right;
    padding: 5px 10px 0px 10px;
}
#bread_style
{
    float: left;
    padding: 8px 0px 0px 17px;
    color: #000000;
    font-size: 12px;
}

#nav_functional ul {
	padding-top: 5px;
	margin: 0;
	float: left;
	width: 100%;
	font: bold 12px/14px Arial, Helvetica, Verdana, sans-serif;
	padding-left: 0;
}

#nav_functional ul li {
	padding: 0;
	margin: 0;
	display: inline;
	padding-left:15px;
	padding-right:15px;
	border-right: 1px solid #FFFFFF;
}

#nav_functional ul li.first {
	display: inline;
}

#nav_functional ul li a {
	text-decoration:none;
	vertical-align:middle;
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	display:inline;
	height:26px;
}

#nav_functional ul li a:hover {
	color: #660066;}

#pagebody {
	clear:both;
	position: relative;
	padding: 0px;
    margin: 0px;
}
/* -- footer styles -- */

#footer {
	text-align:center;
	font-size:12px;
	border:none;
	height:auto;
	width:auto;
	padding:3px auto 5px auto;
	vertical-align:bottom;
	clear:both;
}
#footer hr {
	color:#eaeaea;
	width:100%;
}
#footer div {
	padding:0 10px 8px 0;
}
#footer a {
	color:#26393d;
	font-size:12px;
}

/* -- breadcrumbs styles -- */

#breadcrumbs {
	margin: 0 0 6px 0;
	padding: 0;
	width: 90%;
	position: absolute;
	top: 0;
	left: 0;
}
/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane
{
    padding: 0px;
    margin: 0px;
}
.LeftPane
{
    padding: 0px 0px 0px 0px;
    width: 10em;
    margin: 0px;
}
.RightPane
{
    padding: 0px 0px 0px 0px;
    width: 10em;
    margin: 0px;
}
.content_pad
{
    padding: 10px 10px 10px 10px;
    margin: 0 5px 0 5px;
    background: #FFF url(images/center_bg.png) repeat-x bottom left;
}

.clear_float
{
    clear: both;
}


