 @charset "UTF-8";

/* GLOBAL STYLE TAGS-----------------------------------------*/
html, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, input, img {
	margin:0;
	padding:0;
}

html{ height: 100%; }

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
	font-size: 13px;
	text-align: center;
	line-height: 1.3em;	
	height: 100%;
	background: #9e592f url(../images/bkgrd.jpg) repeat;
	background-position: top center; 	
}

img {
	border: none;
}

* {
    outline: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
    clear: both;
    overflow: hidden;
	height: 0;	
	line-height: 1px;
}

ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;	
	-webkit-padding-start: 0px;
	margin: 0;
}

h1{
	font-size: 24px;
	font-weight: normal;
	line-height: 1em;
	color: #3fa9c8;  	
	border-bottom: 1px solid #3fa9c8; 
	margin: 10px 0;	
	padding: 10px 0;
}

h1.noline{
	border: none;
	padding-bottom: 0;
}

h2{
	font-size: 16px;
	font-weight: normal;
	line-height: 1em;
	color: #3fa9c8;  	
	border-bottom: 1px solid #3fa9c8; 
	margin: 10px 0 0 0;	
	padding: 10px 0 10px 0;
}

h2.noline{
	border: none;
	padding-bottom: 5px;
}

p{
	padding: 0 0 1em 0;
}
				
a, a:visited {
	color: #3fa9c8;  	
	text-decoration: none;
}

a:hover {
	color: #18677e;
}

.last{
	padding-right: 0 !important;
	margin-right: 0 !important;
	border: 0 !important;
	background: none !important;
}

.toppad{
	padding-top: 54px !important;
}

/* GLOBAL STRUCTURE------------------------------------------*/
div#bg{
	position: relative;
	background: #9e592f url(../images/bkgrd.jpg) repeat;
	background-position: top center; 		
	width: 100%;
	min-width: 886px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
div#container {	
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 886px;
	height: 100%; 	
}	
	div#header{
		position: relative;
		height: 85px;	
		color: #FFF;
	}	
		div#header img#logo{
			position: absolute;
			left: 0;
			top: 0;
		}
		div#header ul{
			position: absolute;
			top: 14px;
			right: 0;			
		}
			div#header li{
				display: inline; 
				border-right: 1px solid #FFF;
				padding-right: 7px;
				margin-right: 5px;
			}
			
			div#header a, div#header a:visited{
				font-size: 11px;
				font-weight: bold;	
				color: #FFF;  	
				text-decoration: none;
			}
			div#header a:hover, div#header a.selected{
				color: #121212;
			}
	div#nav{
		position: relative;
		width: 885px;
		height: 30px;
		background: url(../images/nav_right.png) no-repeat top right;
		z-index: 600;
	}
	
	/* Primary Navigation */
	div#nav ul{		
		position: relative;
		width: 725px;		
		background-color: #b6ca6f;		
	}
		div#nav li{
			float: left;			
			position: relative;
			min-height: 30px;
			height: auto !important;
			height: 30px;				
		}
			div#nav li:hover ul, div#nav li.iehover ul {
				visibility: visible !important;
			}
			
			div#nav a, div#nav a:visited{
				font-size: 13px;
				font-weight: bold;
				text-decoration: none;				
				color: #175364;					
				display: block;
				height: 0;			
				overflow: hidden;			
				padding-top: 30px;	
			}
			div#nav a:hover{				
				color: #FFF;	
			}
			div#nav ul ul{	
				display: inline;
				float: left;
				margin: 0;
				padding: 5px 0;
				padding: 0;
				list-style: none;
				visibility: hidden;	
				position: absolute; 				
				top: 30px;
				left: 0;
				z-index: 1000;	
				background: #77ae9a url(../images/menu_bkgrd.png) no-repeat top left;
			}
			div#nav li li{
				width: 100%;
				display: block;
				background: url(../images/menu_div.png) no-repeat bottom left;
			}
				div#nav li li a, div#nav li li a:visited{
					display: block;
					color: #053221;
					font-size: 11px;
					font-weight: normal !important;
					line-height: 1.3em;
					text-decoration: none;	
					padding: 7px 17px 8px 17px !important;
					overflow: visible !important;
					background: none !important;
					height: auto;
					width: auto;
				}
					div#nav li li a:hover{
						color: #FFF;	
					}
	/* Parents */
	li#nav_parents a{	
		width: 118px;
		background: url(../images/nav_parents-up.png) no-repeat top left;					
	}
	li#nav_parents a:hover, li#nav_parents a.selected{
		background-image: url(../images/nav_parents-over.png);
	}
		/* Parents - Subnav */			
		li#nav_parents ul{			
			width: 145px;
		}	
	
	/* Residential Programs */
	li#nav_resprograms a{
		width: 168px;
		background: url(../images/nav_resprograms-up.png) no-repeat top left;					
	}
	li#nav_resprograms a:hover, li#nav_resprograms a.selected{
		background-image: url(../images/nav_resprograms-over.png);
	}	
	
		/* Residential Programs - Subnav */
		li#nav_resprograms ul{
			width: 203px;
		}
	
	/* Community Service */
	li#nav_commservices a{
		width: 162px;
		background: url(../images/nav_commservices-up.png) no-repeat top left;					
	}
	li#nav_commservices a:hover, li#nav_commservices a.selected{
		background-image: url(../images/nav_commservices-over.png);
	}	
	
		/* Community Service - Subnav */
		li#nav_commservices ul{			
			width: 210px;
		}

	/* Giving */
	li#nav_giving a{
		width: 93px;
		background: url(../images/nav_giving-up.png) no-repeat top left;					
	}
	li#nav_giving a:hover, li#nav_giving a.selected{
		background-image: url(../images/nav_giving-over.png);
	}		
	
	/* News */
	li#nav_news a{
		width: 91px;
		background: url(../images/nav_news-up.png) no-repeat top left;					
	}
	li#nav_news a:hover, li#nav_news a.selected{
		background-image: url(../images/nav_news-over.png);
	}	

	/* Events */
	li#nav_events a{
		width: 93px;
		background: url(../images/nav_events-up.png) no-repeat top left;					
	}
	li#nav_events a:hover, li#nav_events a.selected{
		background-image: url(../images/nav_events-over.png);
	}
	
	div#banner{
		
	}	
		div#banner p{
			padding: 10px 34px;	
		}
	
	/* Main Content Area */
	div#content_container{
		position: relative;
		margin: 0 0 0 50px;
		padding: 0 0 30px 0;
		width: 836px;
		min-height: 225px;
		height: auto !important;
		height: 225px;
		background-color: #FFF;
		z-index: 500;
	}
		div#content_container ul{
			list-style: outside disc;
			margin: 0 0 1em 27px;
		}
			div#content_container li{
				padding-top: 5px;
			}
	
		div#content_container ul.nobul, div.bod ul{
			list-style: none !important;
			margin-left: 0 !important;
		}
			ul.nobul li, div.bod li{
				line-height: 1em !important;
			}
		div#sub_nav{			
			margin-bottom: 20px;
		}
			div#sub_nav ul{
				list-style-image: none;
				list-style-position: outside;
				list-style-type: none;
				margin: 0;
			}
				div#sub_nav li{		
					text-align: right;
				}
				
				div#sub_nav a, div#sub_nav a:visited{
					font-size: 11px;
					font-weight: bold;
					color: #3fa9c8;  	
					text-decoration: none;
				}
				div#sub_nav a:hover, div#sub_nav a.selected{
					color: #18677e;
				}				
				
		div#content_container div.content_left{
			float: left;
			display: inline;
			width: 230px;		
			margin: 14px 33px 0 24px;	
		}
			/* Side Green Banners */
			div.gbanner{
				position: relative;
				width: 242px;
				min-height: 107px;
				height: auto !important;
				height: 107px;
				margin: 0 0 6px 0;
				background: #FFF url(../images/gbanner_repeat.png) repeat-y top left;
				color: #FFF;				
			}
				div.gbanner div.top{
					position: absolute;
					top: 0;
					left: 0;
					width: 242px;
					height: 63px;
					background: url(../images/gbanner_top.png) no-repeat top left;
					z-index: 10;
				}
				div.gbanner div.bottom{
					position: absolute;
					bottom: 0;
					left: 0;
					width: 242px;
					height: 44px;
					background: url(../images/gbanner_bottom.png) no-repeat top left;
					z-index: 10;
				}
				
				div.gbanner div.content{
					position: relative;
					top: 0;
					left: 0;
					min-height: 75px;
					height: auto !important;
					height: 75px;
					padding: 24px 12px 15px 32px;
					z-index: 15;
					font-size: 10px;
					line-height: 1.3em;
				}
					div.gbanner a, div.gbanner a:visited{
						color: #FFF;	
					}
					div.gbanner a:hover{
						color: #56280d;
					}
					div.gbanner h1{
						margin: 0;
						padding: 0 0 2px 0;
						border: none;
						font-size: 14px;
						line-height: 1.3em;
						color: #FFF;						
					}
					div.gbanner p{
						padding: 0 15px 13px 0;	
					}
					div.gbanner img{
						position: absolute;
						left: 23px;
						top: 16px;
					}
				
		div#content_container div.content_right{
			float: right;
			display: inline;
			width: 505px;	
			margin: 0 24px 0 0;
		}
			div.content_right div.col{
				float: left;
				width: 45%;
				margin-right: 5%;
			}
		
		div#content_container div.fullarea{
			margin: 0 24px;	
		}
		
		div#annouce_left{
			float: left;
			display: inline;
			width: 470px;	
			margin-left: 50px;
			background: #f1f9d5 url(../images/annouce_left_bkgrd.jpg) no-repeat top left;
			padding-top: 12px;
		}
		
		div#annouce_right{
			float: right;
			display: inline;
			width:352px;
			background: #f1f9d5 url(../images/annouce_right_bkgrd.jpg) no-repeat top left;
			padding-top: 12px;
		}
			div#annouce_left div.content, div#annouce_right div.content{
				float: none;
				background-color: #f1f9d5;
				border-bottom: 1px solid #FFF;
				border-left: 1px solid #FFF;
				border-right: 1px solid #FFF;
				padding: 0 24px 10px 24px;
				min-height: 170px;
				height: auto !important;
				height: 170px;
			}
			
			div#annouce_left h1, div#annouce_right h1{
				margin-top: 0;	
			}
			div#annouce_left p, div#annouce_right p{
				padding: 0 0 2px 0;
			}
div.botspace{
	height: 60px;
}

div#footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 886px;
	height: 39px;
	background: #f1f9d5 url(../images/footer_repeat.png) repeat-x;	
	z-index: 10;
}
	div#footer div.bg_left{
		position: absolute;
		top: 0;
		left: 0;
		background: #f1f9d5 url(../images/footer_left.png) no-repeat;
		width: 280px;
		height: 39px;
	}	
	div#footer div.bg_right{
		position: absolute;
		top: 0;
		right: 0;
		background: #f1f9d5 url(../images/footer_right.png) no-repeat;
		width: 280px;
		height: 39px;
	}	
	
div#footer_copy{
	position: absolute;	
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;	
	height: 20px;
	font-size: 10px;
	z-index: 15;
}
	div#footer_copy  li{
		display: inline; 
		border-right: 1px solid #303030;
		padding-right: 7px;
		margin-right: 5px;			
	}
	div#footer_copy a, div#footer_copy a:visited{
		text-decoration: none;
		color: #303030;
	}
	div#footer_copy a:hover{
		color: #1b6175;
	}
	
/* Map/Directions */
#map_canvas{	
	width: 495px;
	height: 350px; 
	background-color: #fbfbfb;
	border: 1px solid #ebebeb;
	margin: 10px 0 0 0;
}
#route{
	display: none;
	width: 485px;
	margin: 10px 0;
	font-size: 11px;	
	background-color: #fbfbfb;
	border: 1px solid #ebebeb;
}

/* Events and News */
div.events_news_item{
	padding: 15px 0;
}
	div.events_news_item img{
		float: left;
		width: 230px;	
		margin: 2px 0 0 0;
	}
	
	div.events_news_item h2{
		padding: 0 80px 5px 0;
		margin: 0 0 10px 0;
		line-height: 1.2em;
	}
	
	div.events_news_item div.content{		
		float: right;		
		width: 505px;
	}
		
		div.events_news_item a.more, div.events_news_item a.more:visited{
			float: right;
			margin-top: -30px;
			font-size: 11px;
		}
		
img.news_events{
	margin-top: 57px;
	width: 230px;
}

div.news_events_full a.back, div.news_events_full a.back:visited{
	font-size: 11px;
	padding-top: 3px;
}


div.news_events_full p.detail, div.events_news_item p.detail, body.home p.detail{
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
}
div.news_events_full h2{
	margin-top: 5px;
	padding-top: 0;
}

div.pagination{
	text-align: right;
}
	div.pagination .ditto_page, div.pagination .ditto_currentpage{
		margin-left: 3px;
	}

/* Newsletter Signup */
div#newsletter_signup{
	width: 483px !important; 
	height: 113px !important; 
	display: none;
	background: transparent url(../images/popup_enews.png) no-repeat top left; 
	padding: 100px 20px 0 115px;
	color: #FFF;
	border: none;
}
	
	div#newsletter_signup label{ float: left; color: #FFF; font-size: 11px; width: 66px; }
	div#newsletter_signup label span{ color: #3fa9c8; }
	div#newsletter_signup input.error{ background-color: #3fa9c8; color:#FFF; }
	div#newsletter_signup .textfield{ float: left; width: 149px; border: none; border-left: 1px solid #b3b3b3; border-top: 1px solid #b3b3b3; color: #303030;	padding: 2px 4px; margin: 0 10px 20px 0; }
	div#newsletter_signup .button_submit{ position: absolute; right: 85px; bottom: 25px; }
	div#newsletter_signup .button_close{ position: absolute; right: 30px; bottom: 25px; }
	div#enews_msg{ position: absolute; left: 181px; top: 80px; color: #FFF; font-size: 11px; }

	div#enews_msg p.complete{ padding-top: 20px; }
	div#enews_msg span{ color: #3fa9c8; }
	
	
