body {
	margin: 35px 0 0 0;
	color:#000;
	font:14px arial,sans-serif;
	background:#acaca6;
}
img {
	border-style:none;
}
a {
	text-decoration:none;
	color: black;
}
a:hover {
	text-decoration:underline;
	color: black;
}
#leftbar a:hover {
	text-decoration:none;
}
a:visted, a:link
{
	text-decoration:none;
	color: black;
}
input ,
textarea ,
select {
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form ,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper */
.wrapper {
	margin:0 auto;
	width:980px;
	position:relative;
	padding-top:195px;
}
/* header */
#header {
	position:absolute;
	top:0;
	left:0;
	background:#fff url(../images/header-bg.gif) no-repeat;  /*Please check the path for the image*/
	width:980px;
	height:195px;
}
#header .search {
	position:absolute;
	top:8px;
	right:0;
	width:263px;
	padding-top:1px;
}
#header .search .formholder {
	padding:0;
}
#header .search .subscribe {
	width:100%;
	overflow:hidden;
}
#header .search label {
	float:left;
	color:#fff;
	font-size:14px;
	margin-right:9px;
	line-height:16px;
}
#header .search input.field {
	float:left;
	background:#fff;
	width:160px;
	padding:0 5px 1px;
	border:0;
	font:14px/16px Arial, Helvetica, sans-serif;
	margin:0 10px 0 0;
}
#header .search input.btn {
	float:left;
	padding:0;
	margin:-2px 0 0 0;
	position:relative;
}
/* logo */
#header strong a {
	position:absolute;
	top:68px;
	left:60px;
	background:url(../images/logo.gif) no-repeat; /*Please check the path for the image*/
	width:360px;
	height:66px;
	text-indent:-9999px;
	overflow:hidden;
}
/* slogan */
#header .slogan {
	position:absolute;
	left:527px;
	top:93px;
}
/* mainnavigation */
ul#nav {
	position:absolute;
	top:169px;
	left:60px;
	margin:0;
	padding:0;
	list-style:none;
}
ul#nav li {
	float:left;
	background:url(../images/mainnav-separator.gif) no-repeat; /*Please check the path for the image*/
	padding-left:2px;
}
ul#nav a {
	color:#025a7f;
	line-height:26px;
	font-size:14px;
	font-weight:bold;
	padding:0 6px 0 7px;
	float:left;
}
ul#nav a:hover ,
ul#nav li:hover a ,
ul#nav li.hover a {
	background:#008ed5;
	color:#fff;
	text-decoration:none;
}
ul#nav li:hover ,
ul#nav li.hover {
	position:relative;
}
ul#nav li:hover ul ,
ul#nav li.hover ul {
	display:block;
}
ul#nav ul {
	display:none;
	position:absolute;
	top:26px;
	left:1px;
	margin:0;
	padding:0;
	list-style:none;
	width:210px;
	background:#025a7f;
	
}
ul#nav ul li {
	float:none;
	background:none;
	padding:0;
	height:1%;
	vertical-align:top;

}
ul#nav ul a ,
ul#nav li:hover ul a ,
ul#nav li.hover ul a {
	float:none;
	display:block;
	color:#fff;
	padding-left:10px;
	background:none;
}
ul#nav ul li {
	line-height: 26px;
	z-index: 1000;

}
ul#nav ul li a {
	line-height: 19px;
	padding: 5px 0;
}
ul#nav ul a:hover ,
ul#nav li:hover ul a:hover ,
ul#nav li.hover ul a:hover {
	background:#9ab936;
}

.main {
	background:#dedec7;
	padding:19px 0 0;
}
/* columnsholder */
.columnsholder {
	background:url(../images/columnsholder-bg.gif) repeat-y;  /*Please check the path for the image*/
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
/* leftbar */
#leftbar {
	width:332px;
	float:left;
	padding:33px 26px 0 45px;
}
#leftbar .text {
	padding:0 0 0 17px;
}
#leftbar h1 {
	color:#004a6b;
	font-size:16px;
	line-height:30px;
	margin:0;
	background:url(../images/leftbar-separator.gif) no-repeat 10px 100%; /*Please check the path for the image*/
	padding-bottom:26px;
	margin-bottom:7px;
}
#leftbar p {
	margin:0 0 34px;
	line-height:28px;
	font-size: 14px;
}
/* orangenav */
#leftbar ul.orange {
	margin:0;
	padding:13px 0;
	list-style:none;
	text-align:center;
	background:#dd5e1e;
}
#leftbar ul.orange li {
	display:inline;
	margin-right:-4px;
	padding:0 6px;
	background:url(../images/separator-1.gif) no-repeat 0 50%; /*Please check the path for the image*/
}
#leftbar ul.orange li:first-child {
	background:none;
}
#leftbar ul.orange a {
	color:#fff;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}
/* twocols */
.twocols {
	width:557px;
	background:url(../images/twocols-bg.gif) repeat-y; /*Please check the path for the image*/
	float:right;
}
.twocols img {
	display:block;
}
/* content */
#content {
	float:left;
	width:324px;
	margin:9px;
}
.twocols p {
	font-size:13px;
	color:#025a7f;
	line-height:18px;
	margin:0 0 13px;
	font-weight:bold;
}
#content .text {
	padding:9px 8px 0 8px;
}
#content .link {
	height:1%;
	/*padding:10px 4px 0 0;*/
	overflow:visible;
}
#content .link a:hover {
	text-decoration:none;
}
/* rightbar */
#rightbar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#rightbar ul a:hover {
	text-decoration:none;
}
/* footer */
#footer {
	border-top:22px solid #fff;
	text-align:center;
	padding-bottom:20px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li {
	display:inline;
	margin-right:-4px;
	padding:0 8px;
	background:url(../images/footer-separator.gif) no-repeat 0 50%;
}
#footer ul li:first-child {
	background:none;
}
#footer ul a {
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
#footer p {
	margin:14px 0 0;
	font-size:13px;
}



.pdf_link_volunteer p a
{
	color: blue;
}


#submit
{
	background:transparent url('/assets/templates/ifb/images/submit_icon.gif') no-repeat left top;
	border: 0;
	height: 40px;
	width: 120px;
	
}

#submit1
{
	background:transparent url('/assets/templates/ifb/images/submit_button1.gif') no-repeat left top;
	border: 0;
	height: 40px;
	width: 120px;
	
}

.more
{
	color:#025A7F;
}



/* Ruhi 04-27-2010 */

#content .content-t .content-b  .clear-sub h1 
{
   color:#004A6C;
   font-size:27px;
   font-weight:bold;
   line-height:1.2em;
   margin:0 0 22px;
}


/* Ruhi 04-27-2010 ---------------------------- */




/* Ruhi 06-09-2010 */




.heading
{
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 14px;
   font-weight: bold;
   color: #888888;
   margin: 0 0 0px 0;
}


.boardTable
{
   margin: 0px 0 30px 0;
   width: 100%;
}


.boardTable td {
   text-align: left;
   width: 50%;
   margin: 0px 0 5px 0;
   padding: 15px 0 0 0;
}


.boardTable td.alt {
   text-align: left;
   width: 50%;
   margin: 0px 0 5px 0;
   padding: 0px 0 0 0;
}


.directorsTable
{
   margin: 0px 0 30px 0;
   width: 100%;
}


.directorsTable td {
   text-align: left;
   width: 50%;
   margin: 0px 0 5px 0;
   padding: 15px 0 0 0;
}



.directorsTable td.alt {
   text-align: left;
   width: 50%;
   margin: 0px 0 5px 0;
   padding: 0px 0 0 0;
}


.staffTable
{
   margin: 10px 0 30px 0;
   width: 100%;
}


.staffTable .top {
   text-align: left;
   width: 50%;
   margin: 0px 0 5px 0;
   padding: 15px 0 0 0;
}



.staffTable td.alt {
   text-align: left;
   width: 50%;
   margin: 0px 0 5px 0;
   padding: 0px 0 0 0;
}

td.right {
	vertical-align: top;
}



.textTable
{
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 14px;
}


/*

.infoPara
{
   margin: 20px 0 30px 0;
}

*/


.rowBelowItalic
{
   font-style:italic;
   margin: 0px 0 20px 0;
}









/* Ruhi 06-09-2010 -------------------------------- */






