@charset "utf-8";

html,body, {height:100%}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
	line-height: 150%;
    background: #FFFFFF url(../images/bg.gif) top;
	
}
	
 a {
	color: #00829E;
	text-decoration:none;

}
 a:hover{
	color: #333333;
	text-decoration: underline;
	}
	
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0px;  /* 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. */
}
.oneColFixCtrHdr #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 */
}


.oneColFixCtrHdr #search {
	height:35px;
	margin:0 auto;
	float: right;
	display: table-row;
	text-transform: capitalize;
	position: relative;
	bottom:100px;
	right: 25px;	
}

.oneColFixCtrHdr #mainContent {
	margin: 0 0 0 250px;
	width: auto;
	padding: 5px 20px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: white;
	
	
}




.oneColFixCtrHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* 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: #f7f7f7; /* the background color will be displayed for the length of the content in the column, but no further */
	
	padding: 10px 10px 15px 10px;
	margin: 0px 20x 0em 0px;

	
}
/*
.oneColFixCtrHdr #sidebar1 ul li{

	list-style: square url(../images/arrows.gif);

} */

.oneColFixCtrHdr #breadcrumbs { 
margin: 15px 0px 5px 250px; /* the right margin on this div element creates the column down the right 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
} 

.breadcrumb, .breadcrumb a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #8aa7b5;
}

.leftMenu a, .leftMenu a:link, .leftMenu a:visited {
	color:  #797979;
	display: block;
	background-image: url(../images/menu_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 15px 12px;
	padding: 10px 20px 10px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;

}
.leftMenu a:hover {
	background-color: #ffffff;
}

.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;
}

.oneColFixCtrHdr #adBanner {
	margin: 0;
	padding: 20px 0px 0px 20px;
	background-color:#990000;
	font: 14px Verdana, Arial, Helvetica, Trajan sans-serif bold;
	color: #FFFFFF;
	line-height:16px;
	text-align: left;
	height: 40px;
	text-transform:uppercase;

	
	}

.oneColFixCtrHdr #footer  {
	background-color: #B5B5A9;
	height: 100px;
	color: #FFFFFF;
	
	
}
  .oneColFixCtrHdr #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: 12px Verdana, Arial, Helvetica, sans-serif bold;
	color: #FFFFFF;
	line-height:16px;
	text-align: left;
	

}

.oneColFixCtrHdr  #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr  #footer a:hover {
	text-decoration: underline;
}


 #footer img {
	float: right;
	margin-right:10px;
}

.sectionHeader {
	background-color:black;
	color: white;
	padding: 5px 5px;
	width: 410px;
	line-height: 16px;
	height: 50px;
	font-weight: bold;
	text-transform: uppercase;



.blye-text-underline {
color: #47beed;
text-decoration: underline;
}

.blye-text-regular {
color: #47beed;
text-decoration: none;
}

.yellow-text-regular {
color: #ffb400;
text-decoration: none;
}

.yellow-text-underline {
color: #ffb400;
text-decoration: underline;
}

.orange-text-regular {
color: #e88520;
text-decoration: none;
}

.orange-text-underline {
color: #e88520;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #8a3c53;
text-decoration: none;
}

.red-text-underline {
color: #8a3c53;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #745b47;
text-decoration: underline;
}
.gray-text-regular{
color: #745b47;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}


.main_content {
	padding: 10px 30px 30px 30px;
	font-size: 12px;
	line-height: 150%;
}
.main_left {
	width: 425px;
	padding-right: 15px;
	padding-left:0px;

	
}
.main_right {
	font-size: 11px;
	width: 230px;
	margin: 10px 0px 0px 15px;
	padding-left: 15px;
	border-left: 1px solid #aaaaaa;
	
}

.main_right a, .main_right a:link, .main_right a:visited {
	color: #b72222;
	text-decoration: none;
}
.main_right a:hover {
	color: #333333;
}
.main_snippet1, .main_snippet2 {
	padding: 10px 16px 10px 0px;
	color: #797979;
}
.main_snippet2 {
	padding: 10px 17px 10px 0px;
	color: #797979;
}
.main_snippet3 {
	padding: 10px 0px;
	color: #797979;
}
img {
	border-width: 0;
}

.donate_now {
	margin: 300px 0px 0px 0px;
	text-align: center;
	
}

.imgBorder {
border: #D6D6D8 thin 1px solid;
padding: 5px;
}
.newsbox {
	padding: 25px 20px 20px 20px;
	background: #ffffff url(../images/main_news_bg.jpg) repeat-x bottom left;
	color: #797979;
	font-size: 11px;
}
.news_date {
	font-size: 10px;
}
.news_title a, .news_title a:link, .news_title a:visited {
	font-size: 11px;
	color: #678a9b;	
	text-decoration: none;
	font-weight: bold;
}
.news_title a:hover {
	color: #b72222;
}



