* { outline: none; }

body {
	margin: 0;
	padding: 0;
        text-align: center;
        background:#BC0E0E !important;
}

hr {
	visibility: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	display: none;
}
	body > hr, .squeezer > hr { display: block; }
	*:first-child + html body > hr, *:first-child + html .squeezer > hr { display: none; }

.squeezer { width: 800px; margin: 0 auto; text-align: left; }


/****** HEADER ********/

#top-header {
	height: 104px;
        width: 800px;
        position: relative;
        overflow:hidden;

}

#logo {
	position: absolute;
	left: 40px;
	top: 20px;

}

#top-building {
	position: absolute;
        left: 268px;
        top: -74px;
        z-index: 10;
}

#bottom-building {
        
}

#header {
	background-color: #bc0e0e;	
	height: 136px;
	border-bottom: 5px solid #f0b510;
        width: 100%;
}

	#header .squeezer { 
	
	position: relative; 
        text-align: left;
	
	}

	#header .squeezer h1 {
		position: absolute;
		bottom: 0.5em;
		left: 0.5em;
		margin: 0;
		color: #fff;
		font-size: 3.6em;
		padding: 0.3em 0 0.4em 0;
	}

	#header .squeezer > h1 { padding: 0; }
	*:first-child + html #header .squeezer h1 { padding: 0.3em 0 0.4em 0; }

/******* TOP NAV *********/

#nav {
	width: 800px;
        height: 32px;
        position: relative;
        clear:both;
        display: block;
}

ul.level-1 {
	margin: 0 auto;
	padding-left: 50px;
	list-style-type: none;
	width: 760px;

	height: 32px;
}
	ul.level-1 li {
		float: left;
		margin: 0px 0.8em 0 0;
		background: url(../images/menu_right_off.png) top right no-repeat;
	}
		
		ul.level-1 li a {
			display: block;
			padding: 0.4em 2em;
			text-decoration: none;
			color: #fff;
			background: url(../images/menu_left_off.png) top left no-repeat;
	
		}
ul.level-1 li a:hover{
	color:#fff;
}
					
		ul.level-1 li:hover {
			background: url(../images/menu_right_on.png) top right no-repeat;
                         		
		}
			ul.level-1 li:hover a {
				background: url(../images/menu_left_on.png) top left no-repeat;
                         
			}

	
		ul.level-1 li.active {
			background: url(../images/menu_right_on.png) top right no-repeat;		
		}
			ul.level-1 li.active a {
				background: url(../images/menu_left_on.png) top left no-repeat;
			}

/******* CONTENT *********/

#middle {
	width: 100%;
	background: #fff;
	background: url(../images/middle_bg_3.png) scroll no-repeat top center;
	min-height:500px;
    height:auto !important;
    height:500px;
}

#middle-bg {
    width:100%;
    background: url(../images/middle_bg_1.png) repeat-x;
    background-color: #fff;
    padding-bottom: 40px;
}

#banner {
 	width:730px;
 	background: #efefef;
 	margin: 0 auto;
 	border: solid 1px #bab9b1;
 	padding: 15px;

}

#banner-text {
	 width: 330px;
float:left;
text-align: justify;
height: 150px;
line-height: 1.5em;

}

#banner-pic {
	float: left;
	margin-right: 25px;


}
#donate{
	text-align:right;
        background:url(/themes/nyc/images/difference-bg.gif) top left no-repeat;
}
#content,#content-sidebar {
	padding: 0 0 0 22em;
	float: left;
	margin:0 0 0 -20em;
	min-height:250px;
	_height:250px;
}

#content-sidebar {
	width: 570px;
}
#content {
	width: 720px;
}

#contentSqueezer {
	background: #fff;
	padding-top:15px;
        text-align: left;
}

#two-column #contentSqueezer {

}



/******* SIDEBAR *********/


.donate-button {
        margin-top: 15px;
        
}


#submenu-bg {
	background: url(../images/sub_menu_middle.gif) repeat-y center;
	padding: 0px 15px;

}


#sidebar {
	float: right;
	width: 170px;
	padding: 10px 0 0 0;
	margin-right: 20px;
	
}
	#sidebar ul {
		list-style-type: none;
		padding: 0px;
		margin: 0 0 25px 0;
	}
	
	#sidebar li.active {
	
	}
		#sidebar li.active a { border: none; }

	#sidebar .level-2 li {
		font-size: 1.4em;
		margin-bottom: 0.2em;
	}
		#sidebar .level-2 li a {
			color: #C60808;
			border-bottom: 1px solid #e8e8e8;		
			display: block;
			padding: 0.5em 0;
			margin: 0 auto;
		}
		
			#sidebar .level-2 li .level-3 li {
				font-size: 0.7em;
				padding: 0.15em 0 0.15em 0;
			}
				#sidebar .level-2 li .level-3 a {
					background: url(../images/page_bullet.gif) 0px 5px no-repeat;
					xdisplay: block;
					padding: 0 0 0 1.6em;
					color: #d39f0c;
					text-decoration: underline;
					border: none;
					width: 170px;
				}
					.level-3 a:hover {
						text-decoration: none !important;
						color: #59598e !important;
					}
				
				.level-3 li li { font-size: 0.9em !important; }
				#sidebar .level-2 li .level-3 li li a {
					background: url(../images/arrow_bullet.gif) 2em center no-repeat;
					color: #59598e;
					width: 160px;
					padding-left: 3.5em;
				}
				
				#sidebar .level-4 li.active a{
					font-weight:bold !important;

				}
				
				#sidebar li.sub { margin-top: -15px; }
				#sidebar li.sub[class] { margin-top: 0; }
				*:first-child + html #sidebar li.sub { margin-top: -15px; } 	

/******* FOOTER *********/

#right-footer {
	width: 300px;
float:right;
margin-top: -65px;
}

#left-footer {
	width: 480px;
float:left;
margin-top: 20px;
}

#footer {
	background: #BC0E0E;
	border-top: 5px solid #f0b510;
	height: 140px;
	color:#fff;
        overflow: hidden;
        width: 100%;
}
	#footer .squeezer { width: 800px; height: 140px;
}

	#footerlinks {
	
	}
	
		#footerlinks #admin_link {
			text-indent: -999em;
			overflow: hidden;
			background: url(../images/admin.gif) top left no-repeat;
			width: 90px;
			height: 32px;
			display: block;
			float: left;
			margin-right: 1em;
		}

		#footerlinks #edit_link {
			text-indent: -999em;
			overflow: hidden;
			background: url(../images/edit.gif) top left no-repeat;
			width: 80px;
			height: 32px;
			display: block;
			float: left;
		}

/******** SITEMAP MODULE ********/

#sitemap li.sub{
	list-style-type: none;
}


#rotator {
    margin:0;  
    font-size:16px;
}
/* Content Panels */
#rotator .ui-tabs-panel {
  clear:left;
}

#rotator .ui-tabs-hide {
  display:none;
} 

.ui-tabs-panel{
  height:190px; 
}

.ui-tabs-panel p{
  margin-top:0.2em;
}
.ui-tabs-panel h4, .ui-tabs-panel p{
 margin-left:380px !important; 
}
ul.ui-tabs-nav{
  margin-left:125px !important; 
}

.ui-tabs-panel p{
 font-size:0.85em;
}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0 0px 0 0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	float:left;
}

ul.ui-tabs-nav {
	
	z-index:1;
	width:100%;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {	
	font-size:.8em;
	font-weight:normal;
	color:#999;
	background:#FFF url(/images/uitabsbg.gif) repeat-x bottom left; 
	border-left:1px solid #FFF;
	border-right:1px solid #c5ced9;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background:#FFF url(/images/uiactivetabbg.gif) repeat-x bottom left;
	color:#333;
}

#rotator .ui-tabs-nav-item a span {
	float:left; 
	padding:0.5em 0.7em; 
	cursor:pointer;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	background:#fff url(/images/uiactivetabbg.gif) repeat-x bottom left;
	color:#333;
}
 
/* Background Images */
#rotator #fragment-1 {
	background:transparent url(/images/photo-1.jpg) no-repeat top left; 
}

#rotator #fragment-2 {
	background:transparent url(/images/photo-2.jpg) no-repeat top left; 
}

#rotator #fragment-3 {
	background:transparent url(/images/photo-3.jpg) no-repeat top left; 
}

#rotator #fragment-4 {
	background:transparent url(/images/photo-4.jpg) no-repeat top left; 
}
/******** GALLERY MODULE ********/ 
#photo h1{
	text-align: center;
        margin-bottom: 0.5em !important;
	}
#photo .navigation{
	height: 75px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	}	
	#photo .previous, #photo .next{
		padding: 0px;
		text-decoration: none;
		text-indent: -999em;
		display: block;
		width: 40px;
		height: 25px;
	}
	#photo .previous{
		float: left;
		background: url(/images/previous.gif) no-repeat;
	}
	#photo .next{
		float: right;
		background: url(/images/next.gif) no-repeat;
	}
        #photo .back{
	        font-size: 0.9em;
                color: #aaa;
                text-decoration: none;
        }
        #photo .back:hover{
	        text-decoration: underline;
        }
	#photo p{
		margin: 0 0 10px 0;
	}
	#photo .image{
		clear: both;
		text-align: center;
	}
	#photo .image img{
		border: 1px solid #111;
	}
        #photo .description{
	        width:400px; 
                margin: 1em auto; 
                font-size:0.9em; 
                text-align: center;
        }

#gallery ul{
  margin: 0;
  padding: 0;
}
  #gallery ul li{
    margin: 0 5px 5px 0;
    list-style-type: none;
    float: left;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #efefef;
  }
  #gallery ul li:hover{
      border: 1px solid #aaa;

  }


  #gallery li img{
    vertical-align: middle;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
  }


