
/**********************
ORANGE: #f6905d
DORANGE: #cc5500
PURPLE: #6b3fa0
***********************/


BODY {
	padding:0px;
	margin:0px;
	font-family:Georgia,Times,serif;
	font-size:14px;
	background-color:white;
	height:100%;
}

/*	background-color:#EACC84;*/

/*	background-color:rgb(173, 216, 230); */

/* 	background-color:#ad98c8; */

TABLE {
	font-family:Georgia;
	font-size:14px;
	margin:0px;
	padding:0px;
	background-color:white;
	border-collapse: collapse;
}

FORM {
	margin:0px;
	padding:0px;
}

ul {
}

li {
	margin-bottom:10px;
}

h2 {
	color:#6B3FA0;
	font-size:24px;
	padding-top:5px;
}

h3 {
	font-weight:bold;
	color:#6b3fa0;
	font-size:14px;
}

h4 {
        color:black;
        font-weight:bold;
	font-size:14px;
	margin-bottom:-3px;
}

a:link {color:blue;}
a:visited {color:blue;}
a:hover {color:red;}


/**********************************************
	Site Header
**********************************************/

.siteHeaderTop {
	background-image:url("../images/navtop.png");
	color:white;
	padding:3px;
	padding-left:4px;
}


.siteMainContainer {
}

.siteLeftColumn {
	border-right:1px solid #8b8b8b;
	height:100%;
}

.siteCenterColumn {
	background-color:white;
}

.siteCenterColumnNoHeader {
	z-index:3;
	margin:10px;
	width:95%;
	background-color:white;
}

.siteRightColumn {
}

.siteTitlePic {
}

.siteContainer {
	margin-left:15px;
	margin-top:10px;
	margin-right:15px;
}

.rightColumnHeader {
	color:white;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:24px;
	background:url("../images/sidebartop.jpg") no-repeat bottom;
}

.rightColumnContent {
	padding:10px;
	background:url("../images/sidebarback.jpg") no-repeat bottom;
}

.rightColumnModule {
	padding-left:5px;
	margin-bottom:20px;
}

.siteFooter {
	padding:10px;
	margin-top:40px;
	line-height:1.5;
	font-size:12px;
	background-image:url("../images/footer.jpg");
	bottom:0px;
}

/*****************************************************************
	stylesheet for the section display function
*****************************************************************/

.sectionHeader {
	color:#6B3FA0;
	font-size:24px;
	padding-top:5px;
  	text-align:left;
	margin-bottom:5px;
}


.sectionHeader A:link {color:white;}
.sectionHeader A:hover {color:red;}
.sectionHeader A:visited {color:white;}

.sectionContent {
	width:100%;
}


/************************************************************
	generic classes
************************************************************/

/* put after floating divs */
.cleaner {
	clear:both;
	height:0px;
	font-size:0px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

/* generic for created left/right column page */
.leftColumn {
	float:left;
	width:48%;
	padding-right:10px;
}

.rightColumn {
	float:left;
	width:48%;
	padding-left:10px;
}

.formHeader {
	color:darkblue;
	font-weight:bold;
}

.errorMessage {

	font-size:14px;
	color:red;
	font-weight:bold;

}

.successMessage {

	font-size:14px;
	color:green;
	font-weight:bold;

}

.statusMessage {
	font-weight:bold;
	font-color:darkslategray;
	padding:5px;
}

.pageHeader {
	font-size:14;
	font-weight:bold;
	border-bottom: 1px solid black;
	text-align:left;
}

.areaHeader {
	font-weight:bold;
	font-size:14px;
}

a.boldLink:link {
	color:blue;
	text-decoration:underline;
	font-weight:bold;
}

a.boldLink:visited {
	color:blue;
	text-decoration:underline;
	font-weight:bold;
}

a.boldLink:hover {
	color:red;
	text-decoration:underline;
	font-weight:bold;
}

/*******************************************
	Forms
*******************************************/

.textbox {
	font-size:14px;
	font-family:Verdana,"Sans Serif";
}

.textarea {
	font-size:14px;
	font-family:Verdana,"Sans Serif";
}

.dropdown {
	font-size:14px;
	font-family:Verdana;
}

.dropdownSmall {
	font-size:10px;
	font-family:Verdana,"Sans Serif";
	height:16px;
}

.submit {
	font-size:11px;
	font-family:Verdana,"Sans Serif";
}

.submitSmall {
	font-size:9px;
	font-family:Verdana,"Sans Serif";
}


/**********************************************
	login form
**********************************************/
/* luke's additions to the login form */
.login_form
{
	border: 0px solid #ff0000;
	margin-top:40px;
	width:100%;
}

div.login_form h1
{
	font-size: 16px;
	text-align: center;
}

div.login_form p.errorMessage
{
	text-align: center;
}

div.login_form p.form_input, div.login_form p.form_submit
{
    font-weight: bold;
	text-align: center;
}


.input_text {
	width:125px;
}

div.login_form p.form_input input
{
}

/**********************************
	top nav toolbar
**********************************/
#siteNav {
}

.siteNavCell {
	background-color:#CC5500;
	padding:7px;
	color:white;
	background-image:url("../images/navbottom.png");
}

.siteNavCell:hover {
	background:url("../images/navbottomsel.png") no-repeat top center;
}

.siteNavCell a {
	text-decoration:none;
}

.siteNavCell a:link {
	color:white;
}

.siteNavCell a:visited {
	color:white;
}

.siteNavCell a:hover {
	color:white;
}

.siteNavCellSelected {
	background-color:#CC5500;
	padding:3px;
	color:white;
	background:url("../images/navbottomsel.png") no-repeat top center;
}

.siteNavCellSelected a {
	text-decoration:none;
}

.siteNavCellSelected a:link {
	color:white;
}

.siteNavCellSelected a:visited {
	color:white;
}

.siteNavCellSelected a:hover {
	color:white;
}

.subNavRow {
}

#subNavList {
	padding-top:2px;
	padding-bottom:2px;
}

.subNavDivider {
	color:white;
	padding-left:0px;
	padding-right:0px;
}

.subNavCell {
	padding-top:8px;
	padding-bottom:4px;
	padding-left:20px;
	padding-right:20px;
	color:#6C41A1;
}

.subNavCell:hover {
	color:#6C41A1;
}

.subNavCell a {
	text-decoration:underline;
}

.subNavCell a:link {
	color:#6C41A1;
}

.subNavCell a:visited {
	color:#6C41A1;
}

.subNavCell a:hover {
	color:#C63B01;
}

.subNavCellSelected {
	color:#C63B01;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:4px;
	padding-left:20px;
	padding-right:20px;
}

.subNavCellSelected a {
	text-decoration:underline;
}

.subNavCellSelected a:link {
	color:#C63B01;
}

.subNavCellSelected a:visited {
	color:#C63B01;
}

.subNavCellSelected a:hover {
	color:#C63B01;
}


.headerLink {
	float:right;
	color:white;
	padding-left:4px;
	padding-right:4px;
}

.headerLink a {
	text-decoration:none;
}

.headerLink a:link {
	color:white;
}

.headerLink a:visited {
	color:white;
}

.headerLink a:hover {
	color:white;
	text-decoration:underline;
}

#siteStatus {
  padding:1px;
  background-color:red;
  color:white;
  top:0px;
  right:2px;
  position:absolute;
  display:none;
  z-index:50;
}

.currentNewsRow {
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:10px;
	font-family:Arial;
}

.currentNewsDescription {
	padding-top:3px;
	padding-bottom:3px;
}

.currentNewsReadMore {
}

.currentNewsReadMore img {
	margin-bottom:-3px;
}

.currentNewsLink img {
	margin-bottom:-3px;
}

.currentNewsRow a {
	text-decoration:underline;
}

.currentNewsRow a:link {
	color:#CC5500;
}

.currentNewsRow a:visited {
	color:#CC5500;
}

.currentNewsRow a:hover {
        color:#CC5500;   
}

em {
        text-decoration:none;
        font-style:normal;
        font-weight:bold;
}

.special {
	border:1px solid black;
	margin:15px;
	background-color:#e7cfe7;
	padding:5px;
}

.shadedbox{
        margin-bottom: 30px;
        border-color: #cdcdcd;
        border-width: 1px;
        border-style: solid;
        width: 525px;
        background: #f9f8f7 url(images/box-bottom.gif) repeat-x bottom;
}

.shadedbox img{
        border-color: #922e92;
        border-width: 1px;
        border-style: solid;
        float: left; 
        margin-bottom: 20px;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 20px;
}

.shadedbox h4{
        padding-top: 20px;
        margin: 0px;
        font-size: 21px;
        font-family: Arial, Helvetica, sans-serif;
        color: #d24f0d;
}

.shadedbox p{
        margin: 0px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-right: 10px;
}




#homepage {
	background: url(../../../files/pages/home/home_02.png) no-repeat bottom;
	width: 914px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}

#tophomepage {

	background: url(../../../files/pages/home/home_01.png) no-repeat top;
	width: 914px;
	height: 18px;


}

#slideshow {
	border-color: #6e43a2;
	border-width: 1px;
	border-style: solid;
	height: 319px;
	width: 434px;
	float: left;
	margin-top: 20px;
	margin-left: 35px;
	display: inline;
}


.box1 {

	float: left;
	width: 437px;
	height: 500px;
	margin-top: 40px;
	margin-left: 35px;
	display: inline;

}


.searchforchildcare {
	width: 437px;
	height: 180px;
	background: url(../../../files/pages/home/searchgo.gif) no-repeat;
	margin-top:-20px;
}

.searchforchildcare a {
	position:absolute;
	color:white;
	width:110px;
	height:42px;
	margin-top:110px;
	margin-left:16px;
}


.box2 {

	float: left;

}

.sponsors h4 {
	text-align:left;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #6e43a2;
	margin-top:0px;
	margin-left:8px;
	margin-bottom:5px;
}

.sponsors {
	margin-top:40px;	
	padding:15px;
	text-align:center;
	border-color: #aaaaaa;
	border-width: 1px;
	border-style: solid;
	float: left;
	width: 405px;
	display: inline;
	background: #f0e4ff;
}

.sponsors table {
}

.sponsors td {
	background: #f0e4ff;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
}

.sponsors p a {
	font-size: 19px;
	background: url(../../../files/pages/home/donate.gif) no-repeat left center;
	padding: 10px 30px 15px 50px;
	color: white;
	margin-left:-30px;
}

.sponsors p a:link{
	color:white;
}
.sponsors p a:visited{
	color:white;
}
.sponsors p a:hover{
	color:white;
}


#welcome {
	border-color: #aaaaaa;
	border-width: 1px;
	border-style: solid;
	float: left;
	width: 380px;
	height: 319px;
	margin-top: 20px;
	margin-left: 30px;
	display: inline;
	background: #f0e4ff;
}

#welcome h3{
 
	font-size: 22px;
 
	font-style: normal;
 
	font-weight: normal;
 
	color: #6e43a2;

	margin: 25px 10px 15px 25px;
	padding: 0;
 
}

#welcome p{
color: #414141;
line-height: 28px;
font-size: 17px;
padding: 0 25px 10px 25px;
margin: 0;
}

#welcome a{
        color: #6f44a3;
}

.readmorehome {
text-align: right;

}


.readmorehome a {
background: url(../../../files/pages/home/rmhome.gif) no-repeat left center;
padding: 10px 0 10px 30px;
margin-bottom: 10px;


}

#inside {
float: left;
}

.newsarticles {
	padding-bottom:10px;
	border-color: #aaaaaa;
	border-width: 1px;
	border-style: solid;
	float: left;
	width: 380px;
	min-height: 319px;
	margin-top: 40px;
	margin-left: 30px;
	display: inline;
	background: #f0e4ff;
}

.newsarticles h3{
 
	font-size: 22px;
 
	font-style: normal;
 
	font-weight: normal;
 
	color: #6e43a2;

	margin: 25px 10px 15px 25px;
	padding: 0;
 
}

.newslist {
	padding-left:20px;
	padding-right:20px;
}

