/** LAYOUT **/

*
{
	padding: 0px;
	margin: 0px;
}

img
{
  border: 0px;
}


body
{

	background-repeat: no-repeat;
	background-position: 0px 0px; 
	background-color: #f2e4d7
	
}
#homepagecontainer
{
	width: 837px;
	background-image: url('/vendorimages/ccdh2008/bg1.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;
background-color: #ffffff
}
#container
{
	background-image: url('/vendorimages/ccdh2008/ACTlines.gif');
	background-repeat: repeat-y;
}

#container2
{
	background-image: url('/vendorimages/ccdh2008/inpageslines.gif');
	background-repeat: repeat-y;
height: 100%;
}



#top_banner
{
	background-image: url("https://nova.imarcsgroup.com/vendorimages/ccdh2008/topbanner1.jpg");
	height: 198px;
	margin: 0px;
	background-repeat: no-repeat;
}

.logo
{
	margin: 60px 0px 0px 90px;
}

.welcome
{
	margin: 10px 0px 0px 80px;
}

#left
{
	margin: 0px 0px 0px 5px;
	padding-right: 5px;
	float: left;
	width: 185px;
	height: 350px;
	font-family: arial;
	font-size: 105%;
}


#menu
{
	float: left;
	width: 170px;
	margin: 0px 10px 0px 10px;
	padding-right: 10px;
	}

#menu A
{
	color: #FDE8D4;
	font-weight: bold;
	text-decoration: none;
}

#menu li
{
	list-style: none;
background-color: #9B3C85;
border: 0.1em solid #dcdce9;
color: #9B3C85;
text-decoration: none;
text-align: center;
font-family: arial;
font-size: 95%;
  padding: 4pt 0px;
}

/* Hide from IE5-Mac \*/
#menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:30em
}

#menu .contact
{
	list-style: none;
background-color: #004D87;
height: 2em;
line-height: 2em;
border: 0.1em solid #dcdce9;
color: #004D87;
text-decoration: none;
text-align: center;
font-family: arial;
font-size: 95%;

}


#menu .menuLinks:link
{
   color: #FFFFFF;
}
#menu .menuLinks:visited,
#menu .menuLinks:active
{
   color: #FFFFFF;
}

#menu .menuLinks:hover
{
   color: #FFCC99;
}

#MenuSmalltext
{
	font-size: 60%;
	font-family: arial;
}

#bottomLinks a
{
	A:link {color: #FDE8D4};
	A:visited {color: none};
	A:active {color: #FFFFFF};
	A:hover {color: #FFCC99};
	text-decoration: none;
}

#right
{
	width: 338px;
	float: left;
	margin: 0px 0px 0px 0px;
	Padding: 0px 0px 0px 25px;
	font-family: arial;
	font-size: 100%;
}

#rightIN
{
	width: 594px;
	float: left;
	margin: -5px 0px 0px 0px;
	Padding: 0px 0px 0px 25px;
	font-family: arial;
	font-size: 80%;
}

.text
{
	font-size: 80%;
	font-family: arial;
}

.text a,
.text a:visited
{
	color: #000066;
}
.text a:hover,
.text a:active
{
   color: #0000CC;
}


.menuLinks
{
	A:link {color: #FDE8D4};
	A:visited {color: none};
	A:active {color: #FFFFFF};
	A:hover {color: #FFCC99};
}

#menu a:hover
{
        color: #000066;
}

.text2
{
	font-size: 95%;
	font-family: arial;
}


.text2 a,
.text2 a:visited
{
	color: #000066;
}
.text2 a:hover,
.text2 a:active
{
   color: #0000CC;
}

.childrenstrust
{
  font-family: arial;
  margin-top: 1em;
  text-align: center;
  font-size: 7pt;
}
.childrenstrust p
{
  margin: 0px auto;
  width: 90px;
}






/* menu for ACT page only */

#menuAct {
width: 168px; /* set width of menu */
background: #eee;
} 

#menuAct ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menuAct a, #menuAct h2 {
font: bold 14px arial;
display: block;
border-width: 2px;
border-style: solid;
border-color: #DCDCE9;
margin: 0;
padding: 6px 6px;
}

#menuAct h2 {
color: #fff;
background: #983e84;
text-transform: uppercase;
}

#menuAct a {
color: #ffffff;
background: #983e84;
text-decoration: none;
}

#menuAct a:hover {
color: #feb980;
background: #983e84;
}


#menuAct li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menuAct ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menuAct ul ul ul,
div#menuAct ul ul li:hover ul ul
{display: none;}

div#menuAct ul ul li:hover ul,
div#menuAct ul ul ul li:hover ul
{display: block;}

#menuAct li
{
list-style: none;
background-color: #9B3C85;
border: 0px;
color: #9B3C85;
text-decoration: none;
text-align: center;
font-family: arial;
font-size: 95%;
  padding: 0pt 0px;
}


