/* TEMPLATE MARKUP ------------------------------------------------- */
*{
  margin:0;
  padding:0;
}

body {
  font-size:medium;
  margin:0px;
  font-family:Tahoma, sans-serif;
  line-height:1.2em;
  background:#fff url('../layout_imgs/body_bg.png') no-repeat top center;
  background-attachment:fixed;
}

#container {
  position:relative;
  width:780px;
  background:#fff url('../layout_imgs/container_bg.png') repeat-y;
  margin:0 auto;
  padding:0 4px;
}

#header {
  position:relative;
  width:100%;
  height:168px;
  background:#fff url('../layout_imgs/hdr_bg.png') top right;
}
  #hdr_projects{
    position:absolute;
    top:0; right:0;
  }

/*----- QUICK JUMPS ----*/
#quick_jumps{
  position:absolute;
  top:8px; right:0;
  cursor:pointer;
}
  #quick_jumps .jump{
    height:147px;
    float:left;
    position:relative;
    margin-right:2px;
	padding-right:10px;
  }
img.qj_left{
  float:left;
}
img.qj_right{
  position:absolute;
  top:0; right:0;
}
.qj_body_holder{
  width:0;
  overflow:hidden;
  position:relative;
  float:left;
}
.qj_body{
  height:147px;
  padding:10px;
  color:#fff;
  font-size:90%;
  position:relative;
}


#leftcol {
  position:relative;
  padding:0 2px;
}

/* MENU MARKUP ------------------------------------------------- */
#menu{
  position:relative;
  width:155px;
  padding:10px 0px 30px 0px;
  background:#b4c77a url('../layout_imgs/nav_bottom_bg.jpg') no-repeat bottom left;
  margin-bottom:5px;
  font-weight:bold;
}
  #menu ul{
    list-style:none;
    position:relative;
    font-size:80%;
  }
  #menu li{
    position:relative;
    margin-bottom:8px;
    line-height:1.2em;
  }
  #menu ul li a{/*top menu links*/
    color:#737f4e;
    text-decoration:none;
    width:135px;
    display:block;
	padding-left:10px;
  }
  #menu ul li a:hover,
  #menu ul li.current a,
  #menu ul li.open a,
  #menu ul li.start_open a{
    color:#fcf8cb;
  }
  #menu li.parent.close a{
    background:url('../layout_imgs/parent_close.png') no-repeat center right;
  }
  #menu li.parent.open a,
  #menu li.parent.start_open a{
    background:url('../layout_imgs/parent_open.png') no-repeat center right;
  }
  #menu ul li.parent a:hover {
    background:url('../layout_imgs/parent_open.png') no-repeat center right;
  }

  /*sub menus*/
  #menu ul li ul{
    font-size:90%;
    background:#c5d39c;
    border-top:1px solid #a7b971;
    border-bottom:1px solid #cddaa0;
    width:100%;
    position:relative;
	padding-top:5px;
	margin-top:2px;
  }
  #menu ul li.parent.open ul li a,
  #menu ul li.parent.start_open ul li a,
  #menu ul li.parent.close ul li a{
    background:none;
    color:#495132;
    padding-left:15px;
  }
  #menu ul li.parent ul li a:hover,
  #menu ul li.parent ul li.current a{
    color:#7f8d57;
	background:none;
  }

/*--- LEFT NEWS ---*/
#left_news{
  position:relative;
  width:155px;
  background:#77b1d5 url('../layout_imgs/news_top_bg.jpg') no-repeat top left;
  font-size:80%;
  padding-bottom:20px;
}
#left_news p.heading{
  color:#577280;
  font-weight:bold;
  margin:10px;
}
#left_news .news_item{
  margin:5px 10px 10px 10px;
}
#left_news .news_item p{
  color:#fff;
  line-height:1.2em;
  margin-bottom:5px;
}
#left_news .news_item p.read_more{
  text-align:right;
}
  #left_news .news_item p.read_more a{
    color:#c7eaff;
  }

#left_news .full_news_link{
  margin-top:15px;
  padding-top:10px;
  font-size:1em;
  font-weight:bold;
}
  #left_news .full_news_link a{
    color:#fff !important;
  }




#main {
  position:relative;
  padding:0 5px;
}
  #main.skinny{
    
  }

#content{
  margin-right:40px;
  padding-right:90px;
  color:#6b6b6b;
  position:relative;
  width:475px;
}
#content.wide{
  padding-right:0;
  margin-right:0;
  width:565px;
}

  #content.nv{
   /* background:url('../layout_imgs/content_nv_logo.png') no-repeat top right; */
	min-height:280px;
  }
  #content.uptown{
    background:url('../layout_imgs/content_uptown_logo.png') no-repeat top right;
  }
  #content.southtown{
    background:url('../layout_imgs/content_southtown_logo.png') no-repeat top right;
  }
  #content.burton{
    background:url('../layout_imgs/content_burton_logo.png') no-repeat top right;
  }


/*--- HOMEPAGE SLIDESHOW --*/
#homepage_photo{
  width:605px;
  height:250px;
  position:relative;
}
#homepage_photo .photo{
  position:absolute;
  top:0; left:0;
  height:250px;
  overflow:hidden;
}

  /*uptown*/
  .photo.uptown a,.photo.uptown a:hover,.photo.uptown a:visited{
    color:#59a237;
  }
  .photo.uptown .caption{
    background-image:url('../layout_imgs/small_uptown_logo.png');
  }
  /*southtown*/
  .photo.southtown a,.photo.southtown a:hover,.photo.southtown a:visited{
    color:#a44138;
  }
  .photo.southtown .caption{
    background-image:url('../layout_imgs/small_southtown_logo.png');
  }
  /*burton heights*/
  .photo.burton a,.photo.burton a:hover,.photo.burton a:visited{
    color:#1827d9;
  }
  .photo.burton .caption{
    background-image:url('../layout_imgs/small_burton_logo.png');
  }
  /*nv*/
  .photo.nv a,.photo.nv a:hover,.photo.nv a:visited{
    color:#f79219;
  }
  .photo.nv .caption{
    background-image:url('../layout_imgs/small_nv_logo.png');
  }
  
#homepage_photo .photo .caption{
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  color:#000;
  background-color:#fff;
  background-repeat:no-repeat;
  background-position:10px center;
  opacity:.80;
  filter:alpha(opacity=80);
  font-size:80%;
  padding:10px 10px 10px 60px;
}
  #homepage_photo .photo .caption p{
    width:92%;
  }

#rightcol {

}

/*---- FTR ---*/
#ftr{
  position:relative;
  width:100%;
  height:80px;
  padding-top:30px;
  background:url('../layout_imgs/ftr_bg.png') repeat-x;
  font-size:80%;
  color:#505050;
}
  #ftr .left{
    position:absolute;
	top:40px;
	left:5px;
  }
    #ftr_logos a{
      margin-right:2px;
    }
  #ftr .right{
    text-align:right;
	line-height:1.2em;
	margin-right:5px;
  }

#credit{
  position:absolute;
  width:75px;
  left:-75px;
  bottom:5px;
  color:#d2d2d2;
  text-decoration:none;
  text-align:right;
  font-size:.75em;
  line-height:1em;
}
#credit:hover{
  color:#666;
}

/* GENERAL MARKUP ------------------------------------------------- */
h1{
  color:#f29325;
  font-size:150%;
  margin:10px 0 5px 0;
}
h2{
  color:#fdb411;
  font-size:130%;
  margin:5px 0;
  font-weight:normal;
}
h3{
  color:#b4c77a;
  font-size:120%;
  margin:15px 0 2px 0;
  font-weight:normal;
}
h4{
  color:#768db9;
  font-size:100%;
  margin:15px 0 2px 0;  
}

/*they're using h5 for quotes and h6 for attribution
on the project pages*/
h5{
  margin:20px 5px 2px 10px;
  padding:10px;
  border-top:1px solid #eee;
}
h6{
  text-align:right;
  font-weight:normal;
  margin:0 0 20px 5px;
  padding:0 10px 10px 0;
  border-bottom:1px solid #eee;
}


#content p{
  font-size:85%;
  margin-bottom:.5em;
}
#content a{
  color:#2b8cb6;
}
#content a:visited{
	color:#2b8cb6;
}
#content a:hover{
	color:#0b6c99;
}

a img{border:none;}

#content ul {	
  margin:5px 30px;
}
#content li {	
  margin:5px 0;
  font-size:85%;
  list-style:round;
}
td {vertical-align:top;}

form.paypal{
  width:233px;
  margin:15px auto;
}

.underline{
  border-bottom:2px solid #eee;
}

#donate_now{
  width:270px;
  float:right;
  margin:5px 0;
}

#neighborhoods{
  margin-top:15px;
}

/* CLASS MARKUP ------------------------------------------------- */
/*round corners*/
.r_tl, .r_tr, .r_bl, .r_br{
  position:absolute;
  border:none;
}
.r_tl{ top:0; left:0; }
.r_tr{ top:0; right:0; }
.r_br{ bottom:0; right:0; }
.r_bl{ bottom:0; left:0; }

.up_close{
  margin-top:0;
}

.odd{
  background:#fdf2e3;
}

.right_float_box{
  width:260px;
  text-align:center;
  background:#fddc93;
  padding:10px 5px;
  float:right;
  clear:right;
  margin:0 0 5px 10px;
  position:relative;
}

#homepage_rfb{
  position:relative;
  width:210px;
  float:right;
  margin-right:-130px;
  margin-left:5px;
  font-size:90%;
}
  #homepage_rfb .right_float_box{
    float:none;
    clear:none;
    width:200px;
    margin:0 0 5px 0;
  }

  .right_float_box img{
    border:1px solid #666;
  }
    .right_float_box .r_tl,
    .right_float_box .r_tr,
    .right_float_box .r_bl,
    .right_float_box .r_br{
      border:none;
	}

  .right_float_box p.heading{
    font-weight:bold;
    color:#f29325;
    margin:5px 0 0 0;
  }
  #content .right_float_box p.caption{
    margin-bottom:5px;
    text-align:left;
    margin-left:8px;
    font-size:80%;
    font-style:italic;
	background:none;
  }

.border {
	border:solid 1px black;
}

.clear {display:block;width:100%;height:1px;margin:-1px 0 0 0; clear:both;}
.right {text-align:right;}
.center {text-align:center;}
.left {text-align:left;}
.col1,.col2 { 
	font-size:.9em;
	width:250px;
	float:left;
	margin-left:10px;
}
.col2 {margin-left:20px;}

.member,
.staff{ 
  width:475px;
  margin:5px 0 10px 0;
  padding-bottom:10px;
  border-bottom:1px solid #cfcfcf;
}
.member p,
.staff p{
  margin:1px 0;
}
.member img{
  float:left;
  border:1px solid #6b6b6b;
  margin:0 10px 0 0;
}

.staff img{
  float:right;
  border:1px solid #6b6b6b;
  margin:0 0 0 10px;
}

.photoImg {
	width:120px;
	float:right;
	margin:10px;
	height:120px;
	border:1px solid #333;
}
.imgFloat{ 
float:right;
margin:10px;
}

.box {
	position:relative;
	width:90%;
	border-top:1px solid #ccc;
}
.box p {text-align:center;}
.box ul {margin:0 0 0 100px;}

.hr{
  height:4px;
  width:90%;
  margin:10px auto;
  background:url('../layout_imgs/hr_bg.png') repeat-x;
  overflow:hidden;
}

.project{
  font-weight:normal;
  font-size:80%;
  margin-left:5px;
}

p.date{
  font-weight:bold;
  margin-bottom:5px;
}

p.view_all{
  float:right;
  margin:10px 0 0 0;
}

div.strong{
 /* font-weight:bold;*/
}

.logos img{
  vertical-align:top;
  margin-right:20px;
}

/*--- DEVELOPMENT ---*/
#content.no_pad{
  margin:0;
  padding:0;
}
.development{
  border-bottom:1px solid #eee;
  clear:left;
  padding-bottom:10px;
  margin:5px 10px 2px 10px;
  font-size:90%;
}
.development.featured{
  font-size:100%;
}
  .development img{
    float:left;
    border:1px solid #3e3e3e;
    margin:2px 5px;
  }

#development_details{
  /*width:475px;*/
  width:100%;
  position:relative;
}
#development_details .left_info{
  padding-right:10px;
}
  #development_details .left_info p{
    margin:0 0 2px 0;
  }

#development_details .right_side{
  width:170px;
  text-align:center;
  color:#fff;
  position:relative;
  float:right;
  margin:0 5px 0 10px;
  height:100%;
}

#development_details .right_side img{
  margin:5px auto;
  border:1px solid #3e3e3e;
}
    #development_details .right_side .r_tl,
    #development_details .right_side .r_tr,
    #development_details .right_side .r_bl,
    #development_details .right_side .r_br{
      margin:0;
      border:none;
	}


#development_details .right_side a{
  color:#fff;
}

#development_details p.contact_info{
  width:170px;
  margin-top:30px;
}

/*--- Link Icons ---*/
a.external{
  padding-right:16px;
  background:url('../layout_imgs/link_icons/external_link.png') no-repeat top right;
}
a.pdf{
  padding-left:16px;
  background:url('../layout_imgs/link_icons/pdf.png') no-repeat top left;
}
a.word{
  padding-left:16px;
  background:url('../layout_imgs/link_icons/word.png') no-repeat top left;
}
a.excel{
  padding-left:16px;
  background:url('../layout_imgs/link_icons/excel.png') no-repeat top left;
}
a.powerpoint{
  padding-left:16px;
  background:url('../layout_imgs/link_icons/powerpoint.png') no-repeat top left;
}
a.no_icon{
  padding:0;
  background:none !important;
}
a.close{
  cursor:pointer;
}


/*------- NEWS DISPLAY -------*/
#content .news_item{
  margin:5px;
  border-bottom:2px solid #eee;
  padding:10px;
}
#content .news_item.listing{
  font-size:90%;
}
  #content .news_item h2{
    margin-bottom:0;
  }
#content .news_item.project{
  border-bottom:0;
}

p#news_jump{
  margin:30px 0 10px 0;
  padding:6px 8px;
  background:rgba(222,222,222,.25) !important;
}

  #news_jump img.loading{
    display:none;
  }

p#next_offset{
  display:none;
}


/*---------------Calendar Display--------------*/
	
/* EVENTS  */
h2#events_title a{
  text-decoration:none;
}
h2#events_title a:hover{
  text-decoration:underline;
}
#events h3 span.project{
  font-weight:normal;
}
#events .event_listing{
  border-bottom:2px solid #eee;
  /*width:590px;*/
}
#events .event_listing p{
  font-size:85%;
  margin-left:5px;
}
#events p.date{
  margin-bottom:0px;
}
#events span.address{
  font-size:90%;
}

#calendar_area{
  float:right;
  margin-left:20px;
  margin-bottom:10px;
  font-size:80%;
  width:184px;
  background:#fff;
}
#calendar_area p.note{
  text-align:center;
  margin:5px 10px;
  color:#333;
}
#calendar_area p.note a{
  color:#d0635f;
  text-decoration:none;
}
.calendar td{
  vertical-align:bottom;
  padding:2px;
  width:20px;
}

.calendar td.eventdate a{
  font-weight:bold;
}
.calendar td.eventdate a span{
  display:block;
  width:5px;
  height:5px;
  float:right;
  clear:right;
  margin:1px;
  margin-left:4px;
}
.calendar td.past{
  color:#c0c0c0;
}
.calendar td.current{
  color:#e9610b;
  font-weight:bold;
}

.calendar_legend p.odd,
.calendar tr.odd td{
  background:#f6f6f6;
}
.calendar_legend{
  font-size:90%;
  margin:10px 0;
}
.calendar_legend p{
  clear:left;
  padding:1px 5px;
}
.calendar_legend p span{
  border:1px solid #3e3e3e;
  width:5px;
  height:8px;
  display:block;
  float:left;
  margin:4px;
  vertical-align:bottom;
}

/*----- PROGRAMS ----------*/
.program_listing{
  margin:0;
  padding:10px;
  clear:right;
}
  .program_listing h2.title{
    font-size:100%;
    color:#fdb411;
    font-weight:bold;
    border-bottom:2px solid #eee;
  }

  .program_listing .full_description{
    display:none;
    width:90%;
    padding:5px 0 5px 20px;
    margin:10px auto;
    font-size:90%;
    background:#fafafa;
    border:1px solid #eee;
    border-top:none;border-bottom:none;
  }

.program_listing.projects{
  font-size:90%;
}
.program_listing.projects h4.title{
  font-size:95%;
  border-bottom:1px solid #eee;
  margin:5px 0 0 0;
  
}

.avail_in,
.related_docs{
  font-size:70% !important;
}
  .avail_in{
    float:right;
    width:60px;
    text-align:center;
  }
  .avail_in a{
    margin-left:5px;
  }
  .avail_in a img{
    vertical-align:top;
	opacity:.15;
	filter:alpha(opacity=15);
  }
  .avail_in a:hover img{
    filter:alpha(opacity=100);
	opacity:1;
  }

/*--- FAQ ---*/
#expand_all
  cursor:pointer;
}
dl.faq{
  margin-bottom:20px;
  margin-left:10px;
}
.faq dt{
  color:#2b8cb6;
  cursor:pointer;
  margin-top:6px;
}
.faq dt:hover{
  color:#0b6c99;
}
.faq dd{
  margin:0 10px 10px 10px;
  display:none;
}

/*--- CONTACT ---*/
#email_to,
#email_fields,
#email_captcha{
  margin-left:10px;
}
  #email_to input{
    float:left;
    margin:20px 5px 10px 5px;
  }
  #email_to p.address_info{
    padding:2px 5px 2px 30px;
    margin-top:4px;
  }

#email_fields label{
  display:block;
}
  #email_fields input,
  #email_fields textarea{
    margin:2px 0 4px 5px;
    width:350px;
  }
  textarea#message{
    margin-top:-15px;
  }

#submit_btn,
#reset_btn{
  margin-top:10px;
  padding:2px 4px;
  font-size:110%;
}

/*--- ADS ---*/
#content.skinny{
  padding-right:220px;
  margin-right:0;
  width:345px;
}
#ads{
  width:200px;
  position:absolute;
  top:80px;
  right:5px;
}
#ads p.heading{
  font-size:75%;
  text-align:right;
  font-weight:bold;
  border-bottom:1px solid #eee;
}
.ad{
  border-bottom:1px solid #eee;
  padding:2px 0 2px 0;
  margin-bottom:5px;
  font-size:90%;
}
.ad .title a{
  font-weight:bold;
  text-decoration:none;
}


/*--- LINKS --- */
dl.links{
  font-size:90%;
  margin:5px 10px;
  width:435px;
}
.links dt{

}
.links dd{
  padding-bottom:5px;
}


/*--- Newsletters -------*/
#newsletters{
  margin:0 0 0 10px;
}

  #newsletters h2{
    font-size:110%;
    font-weight:bold;
    margin-top:20px;
    border-bottom-width:1px;
	border-bottom-style:inset;
  }
/*--- FormClass -------*/
