@charset "UTF-8";
/* CSS Document */

html,body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; 
	padding: 0px; 
	border: 0px;
}

html{height:100%;}

body{
	background: #2a0000 url(../images/backgrounds/VFCRaysBrownBG.jpg) no-repeat center top;
	width: 100%;
	height:100%;
        font-family: Helvetica, Arial, sans-serif;
}


p {
        padding-bottom: 15px;
}


#container{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	min-height:100%;
	position:relative;
}

#header{
	height:109px;
	background: url(../images/backgrounds/voices_for_children_background.jpg) no-repeat center top;
	padding:0px;
	margin: 0px;
        font-size: 0px;
}

#logo{
	float:left;
        position: relative;
}

#search{
	float:left;
        position: relative;
	margin-top: 70px;
        margin-left: 332px;
        background: url(../images/menu/search_button.jpg);
        height: 21px;
        width: 177px;
}
#search #ajaxSearch_input {
    float: left;
    padding: 0;
    margin: 3px 0 0 6px;
    border: 0;
    width: 140px;
    background: none;
}
#search #ajaxSearch_submit {
    float: right;
    margin: 0;
}


/*Top menu */

#topNavigation{
	height: 37px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
        z-index: 50000 !important;
}

#topNavigation img{
	vertical-align:bottom;
}

#nav ul, .nav{
	list-style: none;
	padding: 0;
	margin: 0px;
	font-size: 12px;
	width: auto;
	z-index: 50000 !important;
}

#nav li li a, .nav li li a {
	display: block;
	color: #444;
	background-color: #e1dbcd;	
	text-align: left;
	line-height: 15px;
	width: 160px;
	padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
	-moz-box-sizing: content-box;
	text-decoration: none;
	border-bottom: solid 1px #f4f3ef;
	z-index: 50000 !important;
}

#nav li li a:hover, .nav li li a:hover {
	background-color: #c7bead;
	text-decoration: none;
	z-index: 50000 !important;
}

.nav li {
	float: left;
	position: relative;
}

.nav li ul {
	display: none;
	position: absolute;
}

.nav li li {	
	display: block;
	float: none;
	background-color: transparent;
}

.nav li:hover ul, li.over ul {
	display: block;
	width: 150px;
}
/*end top menu */

#content{
	position:relative;
	background-image:url(../images/backgrounds/MainBodyBG.jpg);
	background-color: #f4f3ef;
	background-repeat:no-repeat;
	height:100%;
	margin: 0 auto;
	color: #000000;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	font-size: 1.3em;
	padding:0;
	}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#news{
	width: 231px;
	height: 220px;
	background-image:url(../images/backgrounds/NewsBG.jpg);
	background-repeat:no-repeat;
	background-color: #4b294e;
	float:left;
	overflow:hidden;
        margin-bottom: 100px;
}

.newsStory{
	width: 200px;
	margin-left: 20px;
	margin-top:15px;
}

.newsHeadline{
	color:#fff;
	font-variant:small-caps;
	font-size:18px;
	font-weight:bold;
	text-transform:lowercase;
}

.newsDesc{
	font-size:12px;
        line-height: 15px;
	color:#FFFFFF;
        display: block;
        padding-top: 10px;
}


#news a:link{
	font-variant:small-caps;
	font-size:16px;
	font-weight:bold;
	text-transform:lowercase;
	color:#c5acd3;
        text-decoration: none;
}

#news a:visited{
	font-variant:small-caps;
	font-size:16px;
	font-weight:bold;
	text-transform:lowercase;
	color:#c5acd3;
        text-decoration: none;
}

#news a:active{
	font-variant:small-caps;
	font-size:16px;
	font-weight:bold;
	text-transform:lowercase;
	color:#c5acd3;
        text-decoration: none;
}
/*Home page slideshow content */

#slider{
	width: 729px;
	height: 328px;
	background-image:url(../images/backgrounds/SlideshowBG.jpg);
	background-color: #f4f3ef;
	float:left;
	position:relative;
	z-index:0;
}

.panel {
	width: 700px;
	height: 250px;
	margin-left:40px;
	margin-top:30px;
	float: left;
	display: block;
	position:relative;
}

.videoImage{
	float:left;
	width:325px;
}

.slideDescription{
	float: left;
	width: 30%;
	margin-left: 30px;
        margin-top: 30px;
}

.slideTitle{
	color:#663366;
	font-size:20px;
	font-weight:bold;
        padding-bottom: 10px;
        line-height: 25px;
}

.slideContent{
	color:#444444;
	font-size:15px;
	line-height: 22px;
}


#top_image_regular{
	float:left;
        position:relative;
}

.person_quoted{
	color:#663366;
	font-size:12px;
}


/*End homepage slideshow content */

/*Interior page top content */

#slider_interior{
	width: 729px;
	height: 220px;
	background-image:url(../images/backgrounds/SlideshowBG.jpg);
	background-color: #f4f3ef;
	float:left;
	position:relative;
	z-index:0;
}

.panel_interior{
	width: 700px;
	height: 220px;
	margin-left:40px;
	margin-top:30px;
	float: left;
	display: block;
	position:relative;
}

.slideDescription_interior{
	float: left;
	width: 45%;
	margin-left: 20px;
        margin-top: 20px;
}

#top_image_regular_interior{
	float:left;
        position:relative;
}

.person_quoted{
	color:#663366;
	font-size:12px;
}

#quickLinksNavigation{
        float:left;
	height: 40px;
        width: 729px;
        /*z-index: 20000 !important;*/
        position: relative;
        display: inline;
}


#quickLinksNavigation img{
	vertical-align:bottom;
}

#lower_nav ul, .nav{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
	width: auto;
	z-index: 20000 !important;
}

#lower_nav li li a, .nav li li a {
	display: block;
	color: #444;
	background-color: #e1dbcd;	
	text-align: left;
	line-height: 15px;
	width: 160px;
	padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
	-moz-box-sizing: content-box;
	text-decoration: none;
	border-bottom: solid 1px #f4f3ef;
	z-index: 20000 !important;
}

#lower_nav li li a:hover, .nav li li a:hover {
	background-color: #c7bead;
	text-decoration: none;
	z-index: 20000 !important;
}

#spotlights{
	width: 720px;
	height: 490px;
	margin-left: 231px;
	position:relative;
	overflow:hidden;
	padding-bottom:80px;
	}




.spotlightItem{
	width:354px;
	height:244px;
	background-image:url(../images/backgrounds/spotlightBackground.jpg);
	background-repeat:no-repeat;
	float:left;
        clear:left;
}

.spotlightItemRight{
	width:354px;
	height:244px;
	background-image:url(../images/backgrounds/spotlightBackground.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
}

.spotlightTitle{
	position:relative;
	top: 25px;
	left: 20px;
        margin-bottom:10px;
}

.kids{
	color:#afbd21;
	font-variant:small-caps;
	font-size:20px;
	font-weight:bold;
	text-transform:lowercase;
}


.volunteers{
	color:#9e1b32;
	font-variant:small-caps;
	font-size:20px;
	font-weight:bold;
	text-transform:lowercase;
}


.facts{
	color:#663366;
	font-variant:small-caps;
	font-size:20px;
	font-weight:bold;
	text-transform:lowercase;
}


.supporters{
	color:#003366;
	font-variant:small-caps;
	font-size:20px;
	font-weight:bold;
	text-transform:lowercase;
}


.spotlightDesc{
	width: 160px;
	margin-top:25px;
	font-size:12px;
	line-height:20px;
	float:left;
}

.spotlightDesc_noimg{
	width: 300px;
	margin-top:25px;
	font-size:12px;
	line-height:20px;
	float:left;
        margin-left: 20px;
}

.spotlightImage{
	float:left;
	width: 120px;
	height: 144px;
	margin-left:20px;
	margin-top:30px;
	margin-right:20px;
        border: 1px solid #C8C8C8;
}

#report_abuse{
        text-align: right;
}

#footer{
	width: 960px;
	margin: 0 auto;
	background: #bdcb30 url(../images/backgrounds/footerBG.jpg) repeat-x top;
	padding-top: 20px;
        padding-bottom: 20px;
	min-height:80px;
	position:relative;
}

#footer_content{
        width: 780px;
        padding-right: 20px;
	float:left;
	position:relative;
        font-size: 12px;
        color: #fff;
        top: 10px;
}

#casa_icon{
       position: relative;
       width:150px;
       float: left;
       left: 20px;
       top: 20px;
}

.brown{
       color: #2a0001;
       font-size: 11px;
}

/*Interior Pages */

#secondaryNavigation{
	width: 231px;
	float:left;
	padding-top:30px;
	padding-left:30px;
}

#main_content_column{
      position: relative;
      float: left;
      width: 440px;
      left: 20px;
      top: 10px;
      font-size: 13px;
      line-height: 20px;
      padding-bottom: 50px;
      margin-bottom: 80px;
      margin-right: 12px;
      z-index: 3000 !important;
      display: inline;
}

#sidebar_area{
      position: relative;
      float: left;
      width: 195px;
      top:0px;
      padding-left: 50px;
      padding-right: 30px;
      padding-top: 100px;
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 80px;
      background: url(../images/backgrounds/main_content_column_bg.jpg) repeat-y;
}

#main_content_column ul {
    margin-left: 20px;
}

.news_container{
    margin-top: 20px;
    margin-bottom: 20px;
}

.body_copy{
    font-size: 13px;
    line-height: 20px;
}

.news_divider{
    margin-top: 20px;
    margin-bottom: 40px;
    border-bottom: 1px outset #d6d6d6;
}

.calendar_event{
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px outset #d6d6d6;
    padding-bottom: 20px;
}

#breadcrumbs{
    margin-bottom:10px;
    z-index: 3000 !important;
}

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

#breadcrumbs a:hover {
    font-weight:bold;
    text-decoration: none;
    color: #2a0001;
}

.tiny_text{
    font-size: 11px;
    color: #7f7f7f;
}

h1{
    font-size: 24px;
    line-height: 40px;
}

h2{  font-size: 18px;}

.main_headline{
    color:#afbd21;
    margin-bottom: 15px;
}

.secondary_headline{
    color:#543018;
    margin-bottom: 10px;
    margin-top: 10px;
}

.tertiary_headline{
    color:#663366;
    margin-bottom: 10px;
}

.tertiary_headline_two{color:#333333;}

strong{color: #543018;}

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

.white{ color: #fff;}

.darkblue{color: #003366;}

#page_submenu{
	width: 231px;
	min-height: 500px;
        height:auto !important;
        height: 500px;
	float:left;
        position: relative;
        font-size: 12px;
        clear: both;
}


#page_submenu_container{
	width: 200px;
	margin-left: 20px;
	margin-top:25px;
        line-height:25px;
}

#page_submenu ul{list-style:none;}

#page_submenu ul li a:link{
        font-weight: bold;
        color: #003366;
        text-transform: uppercase;
}

#page_submenu ul li a:visited{
        font-weight: bold;
        color: #003366;
        text-transform: uppercase;
}

#page_submenu ul li a:active{
        font-weight: bold;
        color: #003366;
        text-transform: uppercase;
}


#page_submenu ul li a:hover{
        font-weight: bold;
        color: #8eb9c9;
}

#page_submenu ul li ul li{margin-left: 15px;}


#page_submenu ul li ul li a:link{
        text-transform: none;
        font-weight: bold;
        color: #543018;
        font-size: 13px;
}

#page_submenu ul li ul li a:active{
        text-transform: none;
        font-weight: bold;
        color: #543018;
        font-size: 13px;
}

#page_submenu ul li ul li a:visited{
        text-transform: none;
        font-weight: bold;
        color: #543018;
        font-size: 13px;
}

#page_submenu ul li ul li a:hover{
        font-weight: bold;
        color: #8eb9c9;
}


.menu_divider{
        width: 190px;
        border-bottom: solid 1px #999999;
        height:10px;
        margin-bottom: 10px;
}


/*Form formatting */

textarea {
        width: 300px;
        height: 200px;
}
input#more_info_form_subject{ width: 300px;}

input#contact_form_subject{width: 300px;}

blockquote.info_form_indent{
        width: 300px;
        padding-top: 0px;
        margin-top: 0px;
        margin-left: 30px;
}


/*Ditto Stuff */

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #bccb32;
    padding: 1px 5px 2px;
    margin-right: 3px;
    background-color: #a8b738;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 3px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #bccb32;
    padding: 1px 5px 2px;
    margin-right: 3px;
    text-decoration: none !important;
    color: #333333;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

#ditto_pages{text-align: center;}



