@charset "utf-8";

/* CSS Document */



<!-- 

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #562e18; /*brown*/

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

}

.twoColFixLtHdr #container { 

	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #eddd9e;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	/*border: 1px solid #000000;*/

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

.twoColFixLtHdr #header { 

	background: #FFFFFF; 

	/*padding: 0 8px 0 10px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

} 

.twoColFixLtHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.twoColFixLtHdr #header a{ 

	color: #FFFFFF;

	border: 0;

}



/*navigation bar */

#tab {

	background-color: #00759b;

	border-bottom: 22px #ffffff solid;

	border-top: 10px #00759b solid;

	height: 27px;

}

#tabmenu {

	width: 100%;

	background-color: #00759b;

	margin: 0;

	padding: 0 0 0 10px;

	/*z-index: 1;*/

}

#tabmenu li {

	border: 0;

	display: inline;

	/*height: 30px;*/

	overflow: hidden;

	list-style-type: none; 

	padding: 5px 0 25px 0;

	margin: 0;

	float: left;

}

#tabmenu a, a.active {

	color: #FFFFFF;

	/*background: #00759b; /*blue*/

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 14px; 

	font-weight: bold;

	height: 30px;

	/*border: 1px solid #00759b;*/

	padding: 5px 10px 25px 10px;

	margin: 0;

	text-decoration: none;

}

#tabmenu a.active {

	color: #00516b; /*dark blue*/

	background: #FFFFFF;

	background-position:bottom;

	background-repeat:no-repeat;

	border-bottom: 1px solid #FFFFFF;

}

#tabmenu a:hover {

	color: #eddd9e; /*cream*/

	/*background: #00516b; /*dark blue*/

	background-position:bottom;

	background-repeat:no-repeat;

}

#tabmenu a.active:hover {

	/*background: #cccccc; /*gray*/

	color: #0095c5; /*light blue*/

	background-position:bottom;

	background-repeat:no-repeat;

}

#tabimage {

	/*border: 1px solid #ffffff; 999999 light gray*/

	z-index: 0;

	margin: -2px 0 0 0;

}



.twoColFixLtHdr #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	/*background: #eddd9e; white-the background color will be displayed for the length of the content in the column, but no further */

	background-image:url(http://breadproject.org/images/sidebar_top.gif);

	background-position:top;

	background-repeat: repeat-x;

	padding: 15px 20px 15px 20px; /*15px 0px 15px 20px*/

	font-size: 12px;

}

.twoColFixLtHdr #sidebar1 h4 {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #562e18;

	font-style: normal;

	display: block;

	border-bottom: 1px dotted #562e18;

	margin: -1px;

}

.twoColFixLtHdr #sidebar1 p {

 	color: #562e18;

	font-size: 12px;

	text-decoration: none;

	/*padding-right: 20px;*/

}

.twoColFixLtHdr #sidebar1 h3 {

	font-size: 13px;

	color: #562e18;

	font-weight: bold;

	/*display: block;*/

}

.twoColFixLtHdr #sidebar1 a.menu, a.menuActive, a.submenu, a.submenuActive {

 	color: #562e18;

	text-decoration: none;

	font-weight: bold;

	border: 0;

	padding: 5px 0;

}

.twoColFixLtHdr #sidebar1 a.submenu { /*new*/

	font-size: 12px;

}

.twoColFixLtHdr #sidebar1 a.menu {

	font-size: 13px;

}

.twoColFixLtHdr #sidebar1 a.menuActive { /*new*/

	font-size: 13px;

	color: #562e18;

	font-style: normal;

	display: block;

	background-image:url(http://www.breadproject.org/images/sidebar_Active_Bar.gif);

	background-position:left;

	background-repeat:no-repeat;

	/*border-bottom: 2px double #bce08a;*/

	padding: 5px 0 5px 10px;

	margin: 0 -20px 0 -10px;

	

}

.twoColFixLtHdr #sidebar1 a.submenuActive { /*new*/

	color: #562e18;

	font-size: 12px;

	display: inline;

	border-bottom: 1px solid #bce08a;

	padding-bottom: 2px;

}

.twoColFixLtHdr #sidebar1 a.menu:hover {

	/*font-style: italic;*/

	color: #00759b; 

	/*font-weight: normal;

	border-left: 2px dotted #bce08a;

	padding: 3px 5px;

	margin-left: -6px;*/

}

.twoColFixLtHdr #sidebar1 a.menuActive:hover {

	color: #9f6240;

	/*border-left: 2px dotted #bce08a;

	padding: 3px 5px;

	margin-left: -6px;*/

}

.twoColFixLtHdr #sidebar1 a.submenuActive:hover {

	color: #9f6240;

}

.twoColFixLtHdr #sidebar1 a.submenu:hover { /*new*/

 	color: #00759b;

	/*border: none;

	padding: 2px 3px 2px 3px;

	margin-left: -3px;*/

}

.twoColFixLtHdr #sidebar1 p img{

	border-style: none;

}

.twoColFixLtHdr #learnMoreBox {

	border: 1px solid; 

	margin: 40px 20px; 

	padding: 5px 10px; 

	font-size: 12px;

}

.twoColFixLtHdr #learnMoreBox h1 {

	font-size: 13px;

	font-weight: bold; 

	margin: 0px;

	padding: 0px;

}

.twoColFixLtHdr #learnMoreBox li {

	margin: 0px;

	padding: 5px;

}

.twoColFixLtHdr #mainContent { 

	background-color: #ffffff;

	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	font-size: 13px;

} 

.twoColFixLtHdr #mainContent h3 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 15px 0 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	color: #00759b;

	font-style: italic;

	font-size: 16px;

}

.twoColFixLtHdr #mainContent h4 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	color: #00759b;

	font-style: bold;

	font-size: 14px;

}

.twoColFixLtHdr #mainContent p {

	font-size: 13px;

	color: #000000;

}

.twoColFixLtHdr #mainContent li {

	margin: 0px;

	padding: 3px;

}

/*.twoColFixLtHdr #mainContent a {

	color: #774E2F;

}*/

.twoColFixLtHdr #mainContentStaff { 

	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	font-size: 12px;

	/*color: #007589b;*/

} 

.twoColFixLtHdr #mainContentStaff h3 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	font-style: italic;

	font-size:16px;

}

.twoColFixLtHdr #mainContentStaff p {

	font-size: 12px;

}

.twoColFixLtHdr #mainContentStaff a {

	color: #000000;

}

.twoColFixLtHdr #mainContentNews { 

	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

.twoColFixLtHdr #mainContentNews h3 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	color: #00759b;

	font-family: "Times New Roman", Times, serif;

}

.twoColFixLtHdr #mainContentNews h4 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	font-family: "Times New Roman", Times, serif;

	color: #00759b;

	font-size: 15px;

}

.twoColFixLtHdr #mainContentNews h5 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	font-family: "Times New Roman", Times, serif;

	color: #000000;

	font-size: 15px;

}

.twoColFixLtHdr #mainContentNews p {

	font-family: "Times New Roman", Times, serif;

	font-size: 14px;

	color: #000000;

}

.twoColFixLtHdr #mainContentNews a {

	color: #000000;

}

.twoColFixLtHdr #footer { 

	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background: #00759b; 

} 

.twoColFixLtHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-align: center;

	color: #FFFFFF;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

--> 

</style><!--[if IE 5]>

<style type="text/css"> 

/* place css box model fixes for IE 5* in this conditional comment */

.twoColFixLtHdr #sidebar1 { width: 230px; }

</style>

<![endif]--><!--[if IE]>

<style type="text/css"> 

/* place css fixes for all versions of IE in this conditional comment */

.twoColFixLtHdr #sidebar1 { padding-top: 30px; }

.twoColFixLtHdr #mainContent { zoom: 1; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

</style>

<![endif]-->
