@charset "utf-8";
/* CSS Document */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	background: #fff;
	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;
	height: 100%;
min-height: 100%;

}



.thrColLiqHdr #container {	
	width: 986px;  /* this will create a container 80% of the browser width */
	margin:0 auto;
	background: #FFFFFF;
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
		}
#footer {border-top: 1px solid #AF2623;    }
.thrColLiqHdr #container a{	
	color: #AF2623;
	 
		} 

	/* 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. */

.thrColLiqHdr #mainContainer { 
	width: 100%;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	padding-bottom:10px;		 
} 

.thrColLiqHdr #header h1, h2{
	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 */
	text-align: center; /* this overrides the text-align: center on the body element. */
	
	
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




.thrColLiqHdr #header { 
	background: #ffffff; 
	text-align: center;
	vertical-align:bottom;
	width: 100%;
	padding-bottom:0px;
	clear:both;	

	}
		
		
/* start of Nav Controls  DO NOT TOUCH */
#navcontainer{
padding-top:10px;
padding-bottom:0;
}

#navcontainer ul
{
margin:0px 0px 0px 0px;
padding-top:5px;
padding-bottom: 3px;
padding-left:0px;
padding-right:0px;
white-space: nowrap;
background-color: #AF2626;
color: White;
width: 100%;
font-family: arial, helvetica, sans-serif;
float:left; 
text-align:center;
clear:both;
list-style: none;

}

#navcontainer ul li { display: inline; 
padding-top:3px;
padding-bottom:3px;
list-style: none;
line-height:11px;
font-size:100%;
}

#homePage #navcontainer #navlist #home a
{
background-color: #f63232;
color: #fff;
margin:0px;
}


#aboutUs #navcontainer #navlist #aboutUs a
{
background-color: #f63232;
color: #fff;
}

#clients #navcontainer #navlist #clients a
{
background-color: #f63232;
color: #fff;
}

#volunteer #navcontainer #navlist #volunteer a
{
background-color: #f63232;
color: #fff;
}

#toDonates #navcontainer #navlist #toDonate a
{
background-color: #f63232;
color: #fff;
}

#events #navcontainer #navlist #events a
{
background-color: #f63232;
color: #fff;
}

#navcontainer ul li a
{
padding: 3px 10px;
background-color: #AF2626;
color: #fff;
text-decoration: none;
font-size:100%;
}

#navcontainer ul li a:hover
{
background-color: #f63232;
color: #fff;
margin:0px;
}


/* End of Nav Controls  DO NOT TOUCH */


.thrColLiqHdr #rightContent {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 32%; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
	border-left: 1px solid #AF2623;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:10px;
	overflow:hidden;
	height: 475px;	
	min-height: 100%;
}
.thrColLiqHdr #centerContent {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 31%; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
	border-left: 1px solid #AF2623;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:10px;
	overflow:hidden;
	height: 475px;
min-height: 100%;
	}
	
.thrColLiqHdr #rightContent p {
clear:both;
text-align: left; /* this overrides the text-align: center on the body element. */
vertical-align: top;
padding-bottom:10px;
padding-top:20px;
}

.thrColLiqHdr #centerContent p {
clear:both;
text-align: left; /* this overrides the text-align: center on the body element. */
vertical-align: top;
padding-bottom:10px;
padding-top:20px;
}

.thrColLiqHdr #rightContent h3, .thrColLiqHdr #centerContent h3{
text-align: center; /* this overrides the text-align: center on the body element. */
vertical-align:top;
}

.thrColLiqHdr #leftContent{ 	
	vertical-align:top;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:10px;
	margin:0px;
	overflow:hidden;
	height: 475px;
min-height: 100%;

	}
.thrColLiqHdr #leftContent p{ 
clear:both;
text-align: left; /* this overrides the text-align: center on the body element. */
vertical-align: top;
padding-bottom:10px;
padding-top:20px;
}

.thrColLiqHdr #leftContent h3{ 
text-align: center; /* this overrides the text-align: center on the body element. */

}
/*  End of Homepage Layout and Nave*/


/* To be used for all pages except homepage */
.thrColLiqHdr #mainContent {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 986px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:10px; /* top and bottom padding create visual space within this div  */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
	border-bottom: 1px solid #AF2623;	
}



.thrColLiqHdr #sideBar {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 20%; /* since this element is floated, a width must be given */
	height:500px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:10px; /* top and bottom padding create visual space within this div  */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
	border-bottom: 1px solid #AF2623;
	
}
.link {
	color:#AF2623;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
} 



/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
   
}
.clear {
clear:left; /*clearing div to extend mainnavigation to end of ul*/

}
