/* Header
----------------------------------------------------------*/
#header li.home {
display: none;
}



/* BODY 
----------------------------------------------------------*/
/* For Editor */
#body_column.editor {
padding: 5px 575px 5px 15px; /* left_padding + width + right_padding = 760px */
background: #fff url(/images/admin/background.editor.gif) repeat-y -560px 0px; /* left_pos = 0 - (right_padding - 15) */
}
#body_column.editor .image_left, #body_column.editor .image_right, #body_column.editor .image_block {
margin: 10px 0px !important;
}

#body_column object, #body_column embed {
margin-bottom: 20px;
}



/* Nav Column - Should look like normal page content
----------------------------------------------------------*/
#nav_column p, #nav_column ul, #nav_column ol {
margin-bottom: 20px;
}

#nav_column ul, #nav_column ol {
padding: 0px;
background: none;
}
#nav_column ul ul, #nav_column ol ol {
padding-left: 20px;
}
#nav_column li {
display: list-item;
list-style-position: inside !important;
padding: 5px 0;
background: #fff;
}
#nav_column ul li {
margin-left: 0px !important;
padding-left: 6px;
list-style: disc inside !important;
}
#nav_column ol li {
margin-left: 4px !important;
padding-left: 2px;
list-style-type: decimal  !important;
}

#nav_column .image_left, #nav_column .image_right, #nav_column .image_block {
margin: 0px !important;
}





/* Footer - Partners
----------------------------------------------------------*/
#footer #partners {
display: block;
height: 135px;
margin: 30px 0 0 65px;
}
#footer #partners h3 {
margin-bottom: 8px;
font-size: 14px;
color: #999;
}
#footer #partners ul {
position: relative;
}
#footer #partners li {
position: absolute;
}
#footer #partners li#united_way_of_central_maryland {
top: 10px;
left: 0px;
}
#footer #partners li#national_childrens_alliance {
top: 0px;
left: 90px;
}
#footer #partners a {
display: block;
background: #fff no-repeat top left
text-decoration: none !important;
}
#footer #partners a span {
display: none;
font-size: 10px;
line-height: 0px;
}
#footer #partners #united_way_of_central_maryland a {
width: 87px;
height: 60px;
background-image: url(/images/pages/logo.united_way_of_central_maryland.png);
text-decoration: none;
}
#footer #partners #national_childrens_alliance a {
width: 76px;
height: 107px;
background-image: url(/images/pages/logo.national_childrens_alliance.png);
}#footer #partners {
display: block;
}
/* Footer - Address
----------------------------------------------------------*/
#footer #address {
margin-top: 20px;
}






/* Image Ads
----------------------------------------------------------*/
#image_ads {
width: 620px;
height: 200px;
position: relative;
margin-bottom: 20px;
}
#image_ads #image_mask {
position: absolute;
top: 0px;
left: 0px;
width: 300px;
height: 200px;
background: transparent url(/images/home_page/foreground.image_ad_image.png) no-repeat top left;
}
#image_ads #text_background {
position: absolute;
top: 0px;
left: 320px;
width: 300px;
height: 200px;
background: #fff url(/images/home_page/background.image_ad_text.png) no-repeat top left;
}
.image_ad {
position: absolute;
top: 0px;
left: 0px;
width: 620px;
height: 200px;
}
.image_ad img {
position: absolute;
top: 0px;
left: 0px;
width: 300px;
height: 200px;
}
.image_ad #text {
overflow: hidden;
position: absolute;
top: 0px;
left: 320px;
width: 280px;
height: 180px;
padding: 10px;
}
.image_ad #text h2, .image_ad #text p, .image_ad #text a {
position: relative;
color: #fff;
background: #fc7c00 url(/images/home_page/background.image_ad_text_fields.png);
}
.image_ad #text p {
margin-bottom: 5px;
}
#image_ads a#next {
position: absolute;
top: 178px;
left: 595px;
display: block;
width: 18px;
height: 18px;
background: #fc7c00 url(/images/home_page/button.next.png) no-repeat center center;
text-decoration: none;
}
#image_ads #timer, #image_ads #timer_background {
position: absolute;
top: 186px;
left: 535px;
width: 50px;
height: 2px;
background: #FEB835;
background: #fff;
font-size: 0px;
line-height: 0px;
}
#image_ads #timer_background {
background: #ccc;
background: #b05b08;
background: #FEB835;
}