@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);
@import url(apps/calendar01.css);

html{
	
	background: #a6a6a8 url(../images/html_bg.gif) repeat-x 0 0;
	height: 100%;
}

body{
	background: transparent;
	color:#555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 100%;
}

body.admin{
	background-position: 0 14px;
}

#admin-header{
	position:absolute;
	z-index:5;
	left:0px;
}

#wrap{
	margin:0px auto;
	text-align:left;
	width:964px;
	min-height: 100%;
	position: relative;
	/* Set this to the same height as the footer */
    margin-bottom: -158px;
	background:url(../images/wrap_bg.gif) no-repeat 0px 240px; 
}

/* HEADER
-------------------------------------------*/
#header{
	height: 262px;
	margin:0 auto;
}

.tab64314 #header{
background:transparent url(../images/mastheads/program.gif) no-repeat 0px 0px;
}

.tab64416 #header{
background:transparent url(../images/mastheads/about.gif) no-repeat 0px 0px;
}

.tab64413 #header{
background:transparent url(../images/mastheads/donate.gif) no-repeat 0px 0px;
}

.tab64501 #header{
background:transparent url(../images/mastheads/partner.gif) no-repeat 0px 0px;
}

.tab64415 #header{
background:transparent url(../images/mastheads/program.gif) no-repeat 0px 0px;
}

.tab64412 #header{
background:transparent url(../images/mastheads/partner.gif) no-repeat 0px 0px;
}

.tab64411 #header{
background:transparent url(../images/mastheads/volunteer.gif) no-repeat 0px 0px;
}

.tab64410 #header{
background:transparent url(../images/mastheads/about.gif) no-repeat 0px 0px;
}

.tab64414 #header{
background:transparent url(../images/mastheads/volunteer.gif) no-repeat 0px 0px;
}


#header h1{
	position: absolute;
	top: 30px;
	font-size: 30px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#logo{
		background: url(../images/spacer.gif) 0 0 no-repeat;
		left:0px;
		position:absolute;
		top: 149px;
	}
		#logo img{
			height:100px;
			width:275px;
		}

/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
	height:72px;
	width:661px;
	background:transparent url(../images/tabs_bg.gif) no-repeat 0px 0px;
	position:absolute;
	top:190px;
	right:0px;
}
	#nav{
		margin:0 auto;
		text-align:center;
	}
		#nav ul{
			list-style:none;
			margin:0 auto;
			text-align:left;
		}
			#nav ul li{
				background-image:none;
				display:inline;
				margin:0;
				padding:0;
			}
				
				#nav a{
					display:block;
					float:left;
					text-decoration:none;
					position:absolute;
				}
				#nav a:hover, #nav a.active{
				
				}
				
				
				/*Top Nav*/
				#t64414 a, #t64413 a, #t64501 a{
				background:url(../images/nav1_bg.gif) 0 0 no-repeat;
				height:0 !important;
				overflow:hidden;
				padding:38px 0 0 0;
				width:50px;
				text-indent:-10000px;
				}
				
				
				/*Volunteer*/
				#t64414 a{
				left:260px;
				width:138px;
				background-position:0px 0px;
				}
				
				#t64414 a.active, #t64414 a:hover{
				background-position:0px -38px;
				}
				
				/*Donate*/
				#t64413 a{
				left:525px;
				width:114px;
				background-position:-266px 0px;
				}
				
				#t64413 a.active, #t64413 a:hover{
				background-position:-266px -38px;
				}
				
				/*Partner*/
				#t64501 a{
				left:406px;
				width:114px;
				background-position:-147px 0px;
				}
				
				#t64501 a.active, #t64501 a:hover{
				background-position:-147px -38px;
				}
				
				
				
				#t64314 a, #t64416 a, #t64415 a, #t64412 a, #t64411 a, #t64410 a{
				background:url(../images/nav2_bg.gif) 0 0 no-repeat;
				height:0 !important;
				overflow:hidden;
				padding:35px 0 0 0;
				width:50px;
				text-indent:-10000px;
				top:38px;
				}
				
				/*Home*/
				#t64314 a, #t64314 a.active{
				background-position:0px 0px;
				left:0px;
				width:76px
				}
				
				#t64314 a:hover{
				background-position:0px -34px;
				}
				
				/*About Us*/
				#t64416 a{
				left:77px;
				width:100px;
				background-position:-77px 0px;
				}
				
				#t64416 a:hover, #t64416 a.active{
				background-position:-77px -34px;
				}
				
				/*Programs*/
				#t64415 a{
				left:182px;
				width:107px;
				background-position:-182px 0px;
				}
				
				#t64415 a:hover, #t64415 a.active{
				background-position:-182px -34px;
				}
				
				/*News & Events*/
				#t64412 a{
				left:293px;
				background-position:-293px 0px;
				width:139px;
				}
				
				#t64412 a.active, #t64412 a:hover{
				background-position:-293px -34px;
				}
				
				
				/*Resources*/
				#t64411 a{
				left:436px;
				width:115px;
				background-position:-435px -0px;
				}
				
				#t64411 a:hover, #t64411 a.active{
				background-position:-435px -34px;
				}
				
				/*Contact*/
				#t64410 a{
				left:556px;
				width:104px;
				background-position:-555px 0px;
				}
				
				#t64410 a:hover, #t64410 a.active{
				background-position:-555px -34px;
				}
			
#main-body{
}
	#main-table-body{
		background:transparent;
		border-collapse:collapse;
		clear:left;
		
		
	}
	#main-table-body-leftcell{
		background: transparent;
		width:185px;
		vertical-align:top;
	}
	#main-table-body-rightcell{
		vertical-align:top;
		width:618px;
	}
	
	#main-table-body-far-right-cell{
		vertical-align:top;
		padding-left:13px;
	}
	
	#main-table-body-far-right-cell a img{
		border:0px;
		padding:0px;
	}

/* SUB MENU
-------------------------------------------*/
#sidebar {
	background:none;
	margin:7px 0 0 0;
}

#menu-header {
	background:transparent;
}

#menu{
	margin: 0px 0 0 8px;
	padding:0;
	width: 170px;
}
	#menu ul{
		font-size: 12px;
		margin:0 0px 0 0;
		padding:0px 0 0 0;
		/*
		position:relative;
		z-index:5;*/
		list-style: square inside;
		border-bottom: 1px dotted #98989b;
	}
		#menu li{
			background-image:none;
			padding:0 0 0 0px;
			margin: 0 0px 0px 0;
			list-style: none;
		}
			#menu a {
				text-decoration:none;
				text-transform:none;
				color:#555555;
				display:block;
				font-size: 12px;
				padding: 10px 0px 10px 15px;
				border-top: 1px dotted #98989b;
				background: url(/site/template/assets/home_template_witschicago_761/images/menua.gif) no-repeat 0 10px;
				width:155px;
			}
			
			#menu a:hover {
				color: #ed7b13;
				background: url(/site/template/assets/home_template_witschicago_761/images/menu_a2.gif) no-repeat 0 10px;
			}
			
			#menu a.current{
				color: #ed7b13;
				background: url(/site/template/assets/home_template_witschicago_761/images/menu_a2.gif) no-repeat 0 10px;
			}
			
			#menu a.subcurrent{
				color: #ed7b13;
				text-decoration: none;
				font-weight:bold;
				background: url(/site/template/assets/home_template_witschicago_761/images/menu_a2.gif) no-repeat 16px 11px;
			}
			
			#menu li ul{
				margin: 0 0px 0 0px;
				padding: 0;
				border-bottom: 0px;
			}
			
			#menu li ul li{
				list-style: none;
				padding: 0px 0 0px 0px;
				margin: 0;
			}
			
			#menu li ul li a {
				font-size: 12px;		
				padding-left: 32px;
				border-top: 1px dotted #98989b;
				text-decoration: none;
				background: url(/site/template/assets/home_template_witschicago_761/images/menua.gif) no-repeat 16px 11px;
				width:137px;
			}
			
			#menu li ul li a:hover {
				background-color: transparent;
				color: #ed7b13;
				background: url(/site/template/assets/home_template_witschicago_761/images/menu_a2.gif) no-repeat 16px 11px;
			}
			
			#menu h3 a, #menu h3 a:hover{
			border:0px;
			text-indent:-1000px;
			padding:0px;
			margin:0px;
			height:155px;
			text-decoration:none;
			width:155px;
			/*
			position:absolute;
			*/
			}
			
			.tab64416 #menu h3 a, .tab64416 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/about_us.gif) no-repeat 0px 0px;
			}
			
			.tab64415 #menu h3 a, .tab64415 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/programs.gif) no-repeat 0px 0px;
			}
			
			.tab64412 #menu h3 a, .tab64412 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/news.gif) no-repeat 0px 0px;
			}
			
			.tab64411 #menu h3 a, .tab64411 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/resources.gif) no-repeat 0px 0px;
			}
			
			.tab64410 #menu h3 a, .tab64410 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/contact.gif) no-repeat 0px 0px;
			}
			
			.tab64414 #menu h3 a, .tab64414 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/volunteer.gif) no-repeat 0px 0px;
			}
			
			.tab64501 #menu h3 a, .tab64501 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/partner.gif) no-repeat 0px 0px;
			}
			
			.tab64413 #menu h3 a, .tab64413 #menu h3 a:hover{
			background:transparent url(../images/menu_headings/donate.gif) no-repeat 0px 0px;
			}
			
	#menu-footer{
		background:transparent;
	}

#banner {
	display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	padding:0 0 0 0px;
	margin:0px 0 0 0;
	position:relative;
	width: 100%;
	height:37px;
	font-family:Arial, Helvetica, sans-serif;
	background:transparent url(../images/breadcrumb_bg.gif) repeat 0px 0px;
}
	#breadcrumblist{
		font-size: 10px;
		line-height:120%;
		padding:9px 0 .5em 30px;
		width:760px;
		color:#919194;
		height:7px;
		overflow:hidden;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
			color:#919194;
			text-decoration:none;
			font-family:Arial, Helvetica, sans-serif;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{
		color:#919194;
		text-decoration:underline;			
		}
		#breadcrumbemail{
			font-size: 10px;
			position:absolute;
			right:9em;
			text-align:right;
			top:5px;
			width:9em;
		}
			#breadcrumbemail a:link, #breadcrumbemail a:visited{
				background:url(../images/email.gif) 0 4px no-repeat;
				float:right;
				padding:2px 5px 5px 18px;
				color:#919194;
				text-decoration:none;
				font-family:Arial, Helvetica, sans-serif;
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
				text-decoration:underline;
				}
		
		#breadcrumbprint{
			font-size: 10px;
			position:absolute;
			right:0;
			text-align:right;
			top:5px;
			width:9em;
		}
			#breadcrumbprint a:link, #breadcrumbprint a:visited{
				background:url(../images/printer.gif) 0 4px no-repeat;
				float:right;
				padding:2px 5px 5px 18px;
				color:#919194;
				text-decoration:none;
				font-family:Arial, Helvetica, sans-serif;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
				text-decoration:underline;
				}


/* CONTENT AREA
-------------------------------------------*/
#content{
	clear:left;
	width:inherit;
}
	#content-header{
		display:none;
	}
	#content-body{
		margin: 5px 0px 0 7px;
		padding:0 0 10px 0;
		overflow:hidden;
	}
	#pagetitle{
		margin:6px 10px 15px 0px;
	}
		#pagetitletext h1{
			font-size:20px;
			font-weight: normal;
			color: #ed7b13;
			border-bottom:1px dotted #919194;
			padding-bottom:7px;
		}
	#content-footer{
		
	}

/* FOOTER
-------------------------------------------*/
#clearfooter{
		/* Set this to the same height as the footer */
		height: 158px;
		clear: both;
}

#footer{
	clear:both;
	height: 153px;
	margin:0 auto;
	position:relative;
	background: #d6d6d7 url(../images/footer_bg.gif) repeat-x 0 0;
	border-top: 5px solid #f49120; 
}
	#footerwrap{
		margin:0 auto;
		width: 964px;
		position:relative;
		background:transparent url(../images/footerwrap_bg.gif) no-repeat 0px 0px;
		height:100px;
	}
	
	#copyright{
		color:#fff;
		font-size:9px;
		position:absolute;
		left:0px;
		bottom:10px;
	}
	
	#poweredby{
		color:#999;
		font-size:9px;
		position:absolute;
		right:0px;
		top:36px;
	}
		#poweredby a{
			color:#919194;
			text-decoration:none;
		}
		#poweredby a:hover {text-decoration: underline;}