/*
Early Childhood Coalition of the Quad Cities
colors:
dark blue 38618c
light blue 99B7D6
*/


body
{
font-size:11px;
color:#000;
font-family:Arial;
width:100%;
height:100%;
margin:0px;
padding:0px;
}
.LTR
{
}

/* #Shade# */
.shade
{
width:860px;
height:auto;
margin:0px auto 0px auto;
padding:0px;
background:#cfcfcf url('../App_Themes/ECC/Images/background_fade.jpg') top left repeat-y;
}

/* #Container# */
.container
{
width:800px;
height:auto;
margin:0px auto 0px auto;
padding:0px;
border:1px solid #38618c;
}

/* #Header# */
.header
{
width:790px;
height:150px;
margin:4px 4px 0px 4px;
padding:0px;
background:#cfcfcf url('../App_Themes/ECC/Images/header.jpg') top left no-repeat;
border:1px solid #38618c;
}

/* #Bar# */
.bar
{
clear:both;
width:790px;
height:22px;
margin:0px 4px 0px 4px;
padding:0px;
background-color:#38618c;
border:1px solid #38618c;
border-top:0px;
}

/* #Content# */
.content
{
clear:both;
width:790px;
height:auto;
margin:12px 4px 0px 4px;
padding:0px;
border:1px solid #38618c;
border-bottom:0px;
}
/* #Content/Left# */
.left
{
vertical-align:top;
width:205px;
height:auto;
margin:0px;
padding:0px;
border-right:1px solid #38618c;
}
/* #Content/Right# */
.right
{
vertical-align:top;
width:auto;
height:auto;
margin:0px;
padding:10px;
}

/* #Home Content# */
/* #Home Content/Middle# */
.twocol_middle
{
vertical-align:top;
width:383px;
height:auto;
margin:0px;
padding:10px;
}
/* #Home Content/Right# */
.twocol_right
{
vertical-align:top;
width:179px;
height:auto;
margin:0px;
padding:0px;
background-color:#99B7D6;
border-left:1px solid #38618c;
}
.twocol_right .sidebar_content
{
width:159px;
padding: 0px 10px 10px 10px;
margin:0px;
}

/* #Footer# */
.footer
{
clear:both;
width:780px;
/*height:10px;*/
background-color:#38618c;
margin:0px;
padding:10px;
color:#fff;
}

/* #Menu# */
.mainCMSListMenuHighlightedLI, .mainCMSListMenuLinkHighlighted, .mainCMSListMenuLinkHighlighted:hover, .mainCMSListMenuLink:hover
{
color:#000;
text-decoration:none;
}
.mainCMSListMenuLI, .mainCMSListMenuLink
{
color:#38618c;
text-decoration:none;
}
.subCMSListMenuUL
{
background-color:#fff;
}
.subCMSListMenuHighlightedLI, .subCMSListMenuLinkHighlighted, .subCMSListMenuLinkHighlighted:hover
{
color:#000;
text-decoration:none;
}
.subCMSListMenuLI, .subCMSListMenuLink
{
color:#38618c;
text-decoration:none;
}
.vertical { border:0px; font-size:12px; float:left; width:205px; }
.vertical ul { padding:0px; margin:0px; list-style-type:none; }
.vertical li { display:inline; position:relative; float:left; width:195px; text-align:right; height:17px; margin:0px; border-bottom:3px solid #fff; padding:5px; background:Transparent url('../App_Themes/ECC/Images/menu_item_bg.jpg') top left no-repeat; }
.vertical a { padding: 0px; background-position:0px 50%; display:block; margin:0px; width:195px; text-decoration:none; font-weight:bold; }
.vertical a:hover { color:#000; }
.vertical ul ul { border:0px; z-index:100; left:100%; width:100%; position:absolute; top:-1px; }
.vertical UL UL LI { clear:left; DISPLAY:block; POSITION: relative; width:195px; }
.vertical UL UL UL { border:0px; LEFT:100%; TOP:-1px; }
.vertical UL UL { DISPLAY:none; }
.vertical UL LI:hover UL UL { DISPLAY:none; }
.vertical UL UL LI:hover UL UL { DISPLAY:none; }
.vertical UL LI:hover UL { DISPLAY:block; }
.vertical UL UL LI:hover UL { DISPLAY:block; }
.vertical UL UL UL LI:hover UL { DISPLAY:block; }

/* #H Tags# */
h1
{
font-size:22px;
color:#38618c;
}
h2
{
font-size:18px;
color:#38618c;
}
h3
{
font-size:14px;
color:#38618c;
}
h1.sidebar_header
{
font-size:18px;
color:#99B7D6;
background-color:#38618c;
padding:3px;
margin-top:0px;
text-align:center;
}

/* #Other# */
.ErrorLabel, .EditingFormErrorLabel
{
color:red;
}

/* #Breadcrumbs# */
.breadcrumbs
{
font-size:10px;
}

/* #Links# */
a
{
color:#38618c;
}
a:hover
{
color:#000;
}
.footer a
{
color:#fff;
}
.footer a:hover
{
text-decoration:underline;
}