@charset "utf-8";
/*
  Collaborative Foster Care Program Home Page
	 
   Handheld Style Sheet
   Author: Tara Czyzewski          
   Date:  August 8, 2009           
*/
body  {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background: rgb(219,222,237);
	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: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: rgb(198,215,145);
	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. */
} 
.twoColFixLtHdr img { 
	border: none;
}
.twoColFixLtHdr #header { 
	background: rgb(198,215,145);
	padding: 0 10px 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 #menubar {
	display: none; /*this will not display on mobile devices - too difficult to navigate*/
}
.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: rgb(198,215,145); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	clear: both;
}
.twoColFixLtHdr #sidebar1 table tr {
	background-color: #6585C7;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.twoColFixLtHdr #sidebar1 table td, th{
	padding:3px;
	height:30px;
	text-align:left;
}
.twoColFixLtHdr #sidebar1 table tr td a {
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
}
.twoColFixLtHdr #sidebar1 table tr th a {
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
	font-weight:100;
}
.twoColFixLtHdr #sidebar1 table {
	width:175px;
	border:1px;
	color:#FFF;
	text-align:left;
	border-spacing:1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.twoColFixLtHdr #search {
	border:1px;
	padding:3px;
	width:175px;
	text-align:center;
	color:#FFF;
}
.twoColFixLtHdr #mainContent {
	width: 550px;
	margin: 30px 10px 0px 30px; /* 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:rgb(219,222,237);
	clear:both;
} 
.twoColFixLtHdr #mainContent h2 {
	font-size: 110%;
}
.twoColFixLtHdr #mainContent h3 {
	font-size: 95%;
	}
	.twoColFixLtHdr #mainContent h4 {
	font-size: 90%;
}
.twoColFixLtHdr #mainContent h3.italic {
	font-size: 95%;
	font-style:italic;
}
.twoColFixLtHdr #stats{
	width: 250px;
	float: right; 
	font-size: 80%;
	border: solid thin;
	background-color: #C6D794;
}
.twoColFixLtHdr #stats h4 {
	font-size: 90%;
}
.twoColFixLtHdr #mainContent p.boxedtxt {
	display: none;
	}
.twoColFixLtHdr #mainContent p.center {
	text-align:center;
	font-weight:bold;
}
.twoColFixLtHdr #mainContent p.center {
	text-align:center;
	font-weight:bold;
}
.twoColFixLtHdr #mainContent h3.center {
	text-align:center;
}
#kidsimage	{
	width: 250px;
	float: right;
	text-align:center;
	font-style:italic;
	font-size: 80%;
	border:  #FFF solid thin;
}

.twoColFixLtHdr #quotes	{
	text-align: right;
	font-style: italic;
	font-size:75%;
}
.twoColFixLtHdr #footer.logos table  {
	width:750px;
	border:none;
	padding: 0 15px 0 15px;
}
*#col1, #col2, #col3{
	padding:3px;
	width:250px;
	border:none;
	text-align:center;
}
.twoColFixLtHdr #footer { 
	background:rgb(198,215,145); 
	clear: both;
} 

.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 */
}
address	{
	text-align:center; 
	font: italic 0.8em Arial; 
	border-top: 0.25em double black; 
	padding-top: 1em; 
	background:rgb(198,215,145);
}
.twoColFixLtHdr #copyright	{
	text-align: right;
	font-size: 75%;
}
.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 */
	height:0;
	line-height: 0px;
}


