
/********************************
 CSS rules common to entire site
*********************************/

/***************
 Common Classes
****************/
.block
{
    display: block;
}

.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}

/***********
 Common IDS
************/

#outer-wrap
{
    background: #fff url(/images/layout/outerwrap-bgd.jpg) repeat-x;
    padding-bottom: 25px;
}

#home-wrap
{
    background: url(/images/layout/homewrap-bgd.jpg) repeat-x;
    width: 960px;
    min-height: 650px;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: left;
}

#default-wrap
{
    width: 960px;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: left;
}

#kids-wrap
{
    background: url(/images/layout/wrapkids-bgd.jpg) repeat-x;
    width: 960px;
    min-height: 600px;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: left;
}

#navigation
{
    position: relative;
    margin: 0px;
    padding: 0px;
    float: right;
    text-align: right;
    width: 960px;
}

#navigation li
{
    font-family: 'Trebuchet MS', Trebuchet, Tahoma, Arial, sans-serif;
    margin: 0px 5px;
    padding: 0px;
    list-style: none;
    display: inline;
}

#navigation li a:link,
#navigation li a:visited
{
    padding: 7px;
    color: black;
}

#navigation li a:hover,
#navigation li a:link.selected,
#navigation li a:visited.selected
{
    color: white;
    text-decoration: none;
}

#navigation li ul
{
    position: absolute;
    top: 210px;
    left: 25px;
    width: 215px;
}

#navigation li ul li
{
    display: block;
    line-height: 30px;
    width: 200px;
}

#navigation li ul li a:link,
#navigation li ul li a:visited
{

}


#navigation li ul li a:hover,
#navigation li ul li a:link.selected,
#navigation li ul li a:visited.selected
{
    color: #a44d17;
}


#header
{
    height: 165px;
    padding: 10px 0px 0px 0px;
}

#header #contact
{
    clear: right;
    float: right;
    width: 290px;
    margin-top: 70px;
}

#header #contact img
{
    float: left;
    margin: 10px;
}

#header #contact a:link,
#header #contact a:visited
{
	color: white;
}

#header #contact h2
{
    color: white;
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
}

#header #contact h1
{
    color: white;
    font-size: 22px;
}

#logos
{
    padding-top: 30px;
    margin-left: -10px;
}

#logos a:link.selected,
#logos a:visited.selected
{
    background: url(/images/layout/logo-bgd-s.jpg) no-repeat;
}

#logos img
{
    padding: 30px;
    margin-right: -22px;
}

#logos img.selected
{
    background: url(/images/layout/logo-bgd-s.jpg) no-repeat;
}

#page
{
    padding: 50px 10px 50px 0px;
    padding-left: 240px;
    min-height: 200px;	

}

#page-kids
{
    padding: 50px 10px 50px 0px;
    padding-left: 240px;
}

#page-home
{
    padding: 50px 10px 50px 0px;
}

#page-home #video
{
    float: right;
    height: 340px;
    width: 426px;
    padding: 0px 0px;
    margin: 0px 30px 0px 70px;
    display: block;
}

#thumbnails
{
	float: right;
	width: 130px;	
	margin-left: 10px;
}

#thumbnails img
{
	display: block;
	margin-bottom: 10px;
}

#contact-box
{
    float: right;
    width: 350px;
    margin-left: 15px;
}

#contact-box #contact-form fieldset
{
    padding: 15px;
    background: #edeadc;
    border: 1px solid #ccc;
}

#contact-form label,
#contact-form input,
#contact-form textarea
{
    font-size: 11px;
    margin: 0px 10px 10px 0px;
}

#video-message
{
	float: right;
	clear: right;
	width: 440px;
	padding: 5px 15px 0px 0px;
	font-size: 10px;
	color: #666;
}

#footer
{
    background: #edeadc url(/images/layout/footer-bgd-top.jpg) top repeat-x;
    margin: 0px auto 0px auto;
    padding: 0px;
    border-top: 1px solid #cecabc;
    clear: both;
}

#footer-table,
#footer-table-kids
{
    width: 960px;
    margin: 25px auto;
}

#footer-table td,
#footer-table-kids td
{
    width: 200px;
    padding: 0px 20px;
    text-align: left;
    color: black;
    border-right: 1px ridge #fff;
    border-left: 1px ridge #fff;
}

#footer-table td img,
#footer-table-kids td img

{
    border: 5px solid white;
}

#footer-table td h2,
#footer-table td h3,
#footer-table-kids td h2,
#footer-table-kids td h3
{
    color: black;
}

#footer-table td h2,
#footer-table-kids td h2
{
    margin-bottom: 20px;
}

#footer-table td p,
#footer-table-kids td p
{
    margin-top: 5px;
}

#footer-table td ul, 
#footer-table td li,
#footer-table-kids td ul, 
#footer-table-kids td li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#footer-table td a:link,
#footer-table td a:visited,
#footer-table-kids td a:link,
#footer-table-kids td a:visited
{
    color: black;
}

#footer-table td a:hover,
#footer-table-kids td a:hover
{
    color: #a44d17;
    text-decoration: none;
}


/*********************************
#footer-table-kids (Heading Icons)
*********************************/

#footer-table-kids td h2
{
    padding: 20px 0px 0px 60px;
    height: 50px;
    vertical-align: middle;
}

#footer-table-kids td h2#news
{
    background: url(/images/layout/icons/kids-kitty.png) no-repeat;
}

#footer-table-kids td h2#resources
{
    background: url(/images/layout/icons/kids-flower.png) no-repeat;
}

#footer-table-kids td h2#stories
{
    background: url(/images/layout/icons/kids-house.png) no-repeat;
}

#footer-table-kids td h2#banner
{
    background: url(/images/layout/icons/kids-angel.png) no-repeat;
}

#footer-admin
{
    background: #edeadc url(/images/layout/footer-bgd-btm.jpg) repeat-x;
    margin: 75px 0px 25px 0px;
    color: #999;
    font-size: 0.8em;
}

#footer-admin a:link,
#footer-admin a:visited
{
    font-weight: normal;
    color: #999;
}

#footer-admin a:hover
{
    color: #a44d17;
}


/****************
Element Defaults
(Keep minimal, prefer
classes and IDs instead)
*******************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #a44d17;
}

a:hover
{
    text-decoration: underline;
}

ul, li
{
    margin: 0px;
    padding: 0px;
}

body
{
    background: #edeadc;
    color: black;
    font: normal 12px 'Verdana', 'Arial', 'sans-serif';
    text-align: center;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Trebuchet MS', Trebuchet, Tahoma, Arial, sans-serif;
    color: #f18023;
    margin: 0px;
}

h1
{
    font-size: 36px;
    letter-spacing: 1px;
}

h2
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6em;
}

li, p
{
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif ;
    line-height: 1.6em;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

hr
{
	height: 1px;
	border: none;
	background: #ccc;
}

