@charset "utf-8";
/* CSS Document */

html
{
    background: #E0EFEF;
}
body
{
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
   font-family: Arial, Helvetica, Verdana;
   font-size: 2.7em;
   font-weight: bold;
   color: #FAA634;
}

h1.small
{
   font-size: 2em;
}

h3
{
   color: #8cc63f; /* #DC0963; */
   font-size: 1.1em;
}

h4
{
   font-size: 1.3em;
   color: #8cc63f; /*#fc9f27; */
   font-weight: bold;
}
h4.orange
{
   color: #fc9f27;
}

em
{
   font-style: italic;
   font-size: .9em;
   color: #333;
   font-weight: bold;
}

blockquote
{
   margin-left: 30px;
}

a
{
    text-decoration: none;
    color: #4F5D9F;
}
a:hover
{
    color: #FC9F27;
}

#main_container
{
	width: 1000px;
	margin: 0 auto;
    background: #FFF;
	margin-top: 3em;
}


/******** SIDEBAR ***********/
#sidebar
{
	float: left;
	display: inline;
	width: 292px;
     text-align: center;
}
#logo
{
    text-align: center;
    padding: 30px 0;
}
#phone_area
{
	height: 39px;
	background: #8cc63f;
	color: #FFF;
	font-size: 2em;
	text-align: center;
	padding-top: 15px;
	overflow: hidden;
}
#side_menu
{
   text-align: left;
   width: 250px;
   margin-left: 42px;
   margin-bottom: 40px;
}
#side_menu a
{
   font-size: 1.2em;
   color: #333;
   display: block;
   margin: 1.3em 0;
   
}
#side_menu a:hover
{
   color: #FC9F27;
}

#side_menu li.current a
{
   color: #FC9F27;
}

#donate_btn
{
   margin: 3em 0;
}

.application a
{
   font-size: 1.1em;
   font-weight: bold;
   padding: 10px 10px 10px 50px;
   border: double 4px #CCC;
   display: block;
   color: #59684C;
   background: url(/images/app_icon.gif) #F8F8F6 no-repeat 5px 10px;
}
.application a:hover
{
   background: url(/images/app_icon.gif) #EFEBE0 no-repeat 5px 10px;
   color: #59684C;
}

.application a img
{
   float: left;
   margin-right: 1em;
}

/******* MAIN CONTENT ********/
#right_content
{
	float: right;
	display: inline;
	width: 708px;
	background: url(/images/inner_back_fade.jpg) repeat-y left;
}

#right_subcontent
{
    width: 225px;
    float: right;
    /* margin-top: 100px; */
}

#main_content
{
	background: no-repeat right bottom;
	min-height: 700px;
   padding: 20px;
}

#fade_content
{
	background: no-repeat right bottom;
	min-height: 700px;
}

#arrow_holder
{
   height: 1px;
   position: relative;
   left: 30px;
   top: -20px;
}
#menu_arrow
{
   position: absolute;
}

#main_menu
{
	height: 54px;
	overflow: hidden;
	background: #fc9f27;
	color: #FFF;
}
#main_menu ul
{
    margin-left: 30px;
}
#main_menu li
{
   float: left;
}
#main_menu a
{
   color: #FFF;
   display: block;
   padding: 16px 10px;
   font-weight: bold;
   font-size: 1.3em;
}
#main_menu a:hover
{
   color: #3f280a;
}
#main_menu li.current a
{
   color: #3f280a;
}

#sub_menu
{
  
}
#sub_menu li
{
   float: right;
   margin-right: 8px;
    margin-bottom: 2em;
   color: #756f7f;
}
#sub_menu li a
{
   color: #756f7f;
   font-weight: bold;
   text-transform: uppercase;
}

#sub_menu ul.skinny
{
   width: 430px !important;
   float: left;
}

.content_half
{
   margin: 0;
   padding: 0;
   width: 410px !important;
}

#content
{
	width: 630px;
        float: left;
   
}

#content p
{
    margin-top: 1em;
    color: #5f5a5a;
    font-size: 1.2em;
    line-height: 1.7em;
    width: 410px;
}
#content p.full
{
   width: 630px;
}


#home_news_area
{
   

   background: url(/images/news_back.png) repeat top;
   min-height: 100px;
   width: 660px;
   margin: 0 auto;
   border: solid 4px #FFF;
   margin-top: 2em;
   border-radius: 14px;
   -moz-border-radius: 14px;
   -webkit-border-radius: 14px;
   color: #52564b;
   padding: 15px 0;

}

#news_left
{
   float: left;
   width: 140px;
   display: inline;
   margin: 10px;
   padding: 20px;
   text-align: center;
    border-right: solid 1px #FFF;
}

#news_right
{
   float: right;
   width: 435px;
   padding: 10px;
   color: #52564b;
   display: inline;
   font-weight: bold;
  
}
#news_right a
{
   color: #FFF!important;
}


#mod_news_single
{
   margin-top: 20px;
}
#mod_news_single p, #mod_news_listing p
{
   margin: 0 0 1em 0;
 
}

.mod_news_published_date
{
   font-size: .9em !important;
   color: #AAA !important;
}
#mod_news_listing 
{
     width: 430px;
}
#mod_news_listing li
{ 
   border-bottom: dotted 2px #CCC;
   margin: 1em 0;
}

.dotted_line
{
   border-top: dotted 2px #FFF;
   margin: 1em 0;
}

.news_divider
{
   border-top: dotted 2px #FFF;
   margin: 1em 0;
}

.orange_info
{
    color: #FC9F27 !important;
    font-weight: bold;
    font-style: italic;
}


#mod_publication_listing
{
   margin: 20px;
}
#mod_publication_listing li
{
  margin-bottom: 2em;
}
#mod_publication_listing h3
{
   font-weight: bold;
   font-size: 1.2em;
}
#mod_publication_listing p
{
   margin: 0;
}
#mod_publication_listing .mod_news_publication_description
{
   margin: 0;
   color: #999;
   font-size: 1em;

}
#mod_publication_listing .mod_news_publication_date
{
   font-size: .8em;
   color: #999;
   font-style: italic;
}

#mod_publication_listing a
{
}
/******** Job Listings ********/
#mod_jobs_listing
{
   margin: 1em;
}
#mod_jobs_listing a
{
   color: #FAA634;
   font-weight: bold;
   font-size: 1.1em;
}
#mod_jobs_listing a:hover
{
   color: #4F5D9F;
}
#mod_jobs_listing li
{
   margin-bottom: 1em;
}

#mod_jobs_single .mod_jobs_posted_date, #mod_jobs_listing .mod_jobs_posted_date
{
   font-size: .8em;
   color: #AAA;
}


#mod_jobs_single p, #mod_jobs_listing p
{
   font-size: .95em;
   margin: 0 0 10px 0px;
}


#mod_news_photos
{
   margin-top: 20px;
}
#mod_news_photos li
{
   float: left;
   margin: 10px 10px 0 0;
}
#mod_news_photos li a
{
   display: block;
   border: solid 1px #CCC;
   width: 100px;
   height: 100px;
   padding: 5px;
   text-align: center;
   background: #EFEFEF;
}






/* FACEBOX */
#facebox .b {
  background:url(/ld_cms/js/facebox/b.png);
}

#facebox .tl {
  background:url(/ld_cms/js/facebox/tl.png);
}

#facebox .tr {
  background:url(/ld_cms/js/facebox/tr.png);
}

#facebox .bl {
  background:url(/ld_cms/js/facebox/bl.png);
}

#facebox .br {
  background:url(/ld_cms/js/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 550px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}




.left_img
{
    float: left;
	margin: 10px 10px 5px 0;
    background: #FFF;
   /*
    padding: 8px;
    border: solid 1px #CCC;
   */
}


.right_img
{
    float: right;
	margin: 10px 0 10px 10px;
    background: #FFF;
    /*
    padding: 8px;
    border: solid 1px #CCC;
    */
}

.clr
{
	clear: both;
	height: 1px;
}


#mod_publication_listing h2, #mod_news_photos h2
{
   font-size: 1.4em;
   font-weight: bold;
   color: #666;
   text-decoration: underline;
}

#mod_news_photos h2
{
   margin: 1em 0;
}


#footer
{
   text-align: center;
   color: #666;
   margin: 2em 0;
}

#footer li
{
   float: left;
   padding: 0 20px;
}

.byline {
	color: #a7836f !important;
   font-size: .9em;
}

.full p
{
   width: 667px !important;
   overflow: hidden;

}

.program_area
{
   width: 300px;
   float: left;
   margin-bottom: 10px;
   margin-right: 10px;
   min-height: 120px;
 

}

.program_photo
{

   float: left;
   width: 75px;
   display: inline;
   height: 75px;
}
.program_description
{
   float: right;
   width: 215px;
display: inline;
   font-size: .8em;
}
.program_description p
{
   width: 200px !important;
}


/*** LIGHTBOX ***/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


#helpful_links p
{
   font-weight: bold;
   color: #8CC63F !important;
}
#helpful_links p a
{
   font-weight: normal;
}

#contact_map
{
   position: relative;
   top: 21px;
   margin: 0 !important;
   padding: 0 !important;
}

.mod_news_posted_date
{
   font-size: .8em !important;
   color: #666 !important;
}

#sideCal
{
    font-size: 1em;
    font-weight: 600;
    height: 86px;
    float: right;
    width: 141px;
    margin-right: 20px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: url(/images/sideBox1.png);
    background-repeat: no-repeat;
}

#calDate
{
    position: relative;
    margin: 20px 40px 0 0;
    font-weight: 700;
    font-size: 1.75em;
    color: #2F2F2F;
}
.dateCal{color: #333;padding-left: 19px; font-size: 120%;}
.monthCal{color: #fff; font-size: 60%;padding-top: 3px;}

#calMonth
{
    position: relative;
    margin: 0 45px 0 0;
    padding-top: 2px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
}

.readmore{color: #65BD06; margin: 5px 0 0 0;}

#home_announcement
{
    background: url(/images/announcement_man.gif);
    background-repeat: no-repeat;
    float: left;
    width: 86px;
    height: 91px;
   margin: 0 0 0 34px;
   font-size: 1.2em;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
}
#home_announcement a
{
   color: #DC0963;
}
#announce_icon
{
   float: left;
   margin: 0 10px 0px 00px;
}

.green
{
  color: #8CC63F !important;	
}

.col_1
{
   width: 440px !important;
}

#fade_back
{
   background: url(/images/inner_fade.png) top repeat-x;
   padding: 20px;
   min-height: 920px;
}
