/* CSS Document */

body{
/* behavior: url(csshover.htc); WinIE behavior call moved to CC in head of pages */
background-color: #666666; 
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
margin: 0;
padding: 0;
text-align: center;
} 

#wrapper{
width: 770px;
background-color: #ccffcc;
margin: 10px auto;
border: 1px solid #000000;
text-align: left;
background-image: url(../images/wrapper_bg.gif);
background-repeat: repeat-y;
}

#banner{
height: 100px;
background-image: url(../images/another_bloody_banner.gif);
background-repeat: no-repeat; 
}

#breadcrumbs{
border-bottom: 1px solid #000000;
margin-bottom:10px; /* Control separation for swf in floated container */
}

#breadcrumbs ul{
padding: 2px;
margin: 0;
background-color: #336633;
}

#breadcrumbs ul li{
color: #99cc99;
font-size: 75%;
display: inline;
padding: 6px 5px 6px 6px;
margin: 0;
}

#breadcrumbs ul li a{
color: #99cc99;
background-color: #336633;
text-decoration: none;
text-align: center;
width: 9em;
}

#breadcrumbs ul li a:hover, #breadcrumbs ul li a:focus{
color: #333333;
}

div#nav{
margin-top: 10px;
margin-left: 12px;
font-size: 13px !important; /* setting font size and !important ensures menu size remains the same when text resized in browsers by the user */
float: left;
display: inline;
width: 13em;
}

div#nav h3{
font-size: 105%;
color:#CCCCCC;
padding: 0;
margin: 10px 0 0 10px;
}

blockquote{
font-weight: bold;
color: #666666;
margin: 0 0 0 5px;
padding: 0.5em 0 1em 0;
border: 0;
}

div#nav ul{
margin: 0;
padding: 0;
width: 13em;
background: #ccffcc;
border: 1px solid;
}

div#nav li{
position: relative;
list-style: none;
margin: 0;
border-bottom: 1px solid #99cc99;
}

div#nav li:hover {
background: #99cc99;
}

div#nav li.submenu{
}

div#nav li.submenu:hover {
}

div#nav li a{
color: #666666;
display: block;
padding: 0.25em 0 0.25em 0.5em;
text-decoration: none;
width: 100%;
voice-family:"\"}\""; voice-family: inherit;
width: 12.5em;
}

/* this hack uses the child selector, which IE6 cannot see, to set the width back to auto for all non-IE browsers */
/* IE7 can see it and therefore corecting code is added in the ie.css file to get IE7 to reset the width to 100% */
div#nav>ul a{
width: auto;
}

div#nav ul ul{
position: absolute;
top: 0;
left: 13em;
display: none;
}

div#nav ul.level1 li.submenu:hover ul.level2 {
display: block;
}


#content{
margin-left: 200px;
}

#content p{
font-size: 80%;
margin: 20px;
}

#content p a{
color: #333333;

}

#content p a:hover{
color: #669999;
}

#content h1{
font-size: 130%;
color: #333333;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #333333;
padding: 0;
margin: 20px;
}

#content h3{
font-size: 90%;
color: #333333;
padding: 0;
margin-left: 20px;
margin-right: 20px;
}

#content h4{
font-size: 105%;
color: #666666;
padding: 0;
margin-left: 20px;
margin-right: 15px;
}

#kidspara{
padding-top: 5px;
}

div.kidsphoto{
border: 1px solid #666666;
float: right;
width: 225px;
margin: 20px;
padding: 20px 10px 0px 10px;
}

#handtree{
border: 2px solid black;
position: relative; /* image must be positioned inside the containing div */
left: 14px;	/* this setting centres the image within the div and above the text */
}

div.kidsphoto p{
text-align: center;
font-style: italic;
color: #336699;
padding: 0;
margin: 0;
}

.container h2#statement{
text-align: center;
}

.container p#mission{
color: #333333;
font-size: 105%;
text-align: center;
margin: 10px 40px 20px 40px;
}

.container p#slidescreen{
margin: 0px 79px 0px 79px;
border: 3px solid black;
}

.container ul li{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
margin-right: 10px; /* controls width in privacy policy page */
}

.container h2#welcome{
text-align: center;
}

.leftimage{ 
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.leftimagefilm{ /*see note on rowimage1*/
float: left;
margin-right: 10px;
margin-left: 20px;
border: 1px solid #000000;
}

.leftimage1{
float: left;
margin-right: 10px;
border: 0;
}

.rightimage{
float: right;
margin-left: 15px;
margin-bottom: 10px;
border: 2px solid #000000;
width: 150px;
}

.rightimage2{
float: right;
margin-left: 15px;
margin-bottom: 10px;
border: 2px solid #000000;
}

.rowimage1{ /*first image on film pg floated to ensure sub menu does not disappear behind the image*/
position: relative;
margin: 5px 10px 5px 20px;
padding: 0;
border: 1px solid #000000;
}

.rowimage2{
position: relative;
margin: 0px 10px 5px 10px;
padding: 0;
border: 1px solid #000000;
}

.rowimage3{
position: relative;
margin: 0px 10px 5px 10px;
padding: 0;
border: 1px solid #000000;
}

#sideimage{
border: 2px solid black;
margin-left: 5px;
}

hr{
color: #99CC66;
width: 220px;
margin-left: 170px; /*netscape will not support relative positioning, hence margin setting*/
}

ul.testi{
list-style: none;
}

ul.testi li{
padding: 3px;
font-style: italic;
color: #006666;
}

#contactlist li{	/* removes bullets from ul in contact us page */
list-style: none;
padding: 3px 0 3px 0;
}

#contactlist li a{	/* controls ul link color in contact us page */
color: #333333;
}

#contactlist li a:hover{
color: #669999;
}

.clearit{
background-color: #00CC00;
display: block;
clear: both;
}

div#footer{
clear: both;
text-align: center;
border-top: 1.5px solid gray;
padding-top: 0.25em;
padding-bottom: 0.5em;
padding-left: 0.25em;
background-color: #336633;
font-size: 65%;
letter-spacing: 1px;
color: #99cc99;
}

div#footer a{
color: #99CC99
}

div#footer a:hover{
color: #333333;
}

.container{
width: 99%;
float: right;
}

.container ul.presscontact{ /* removes bullets from ul in press page */
list-style: none;
}


