body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body{
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#fff url(../images/body-bg.jpg) repeat-x 0 0;
	font-family:"Lucida Sans Unicode";
	font-size:12px;
	color:#555;
}

a{
	color:#7C144A;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.morelink{
	display:block;
	text-align:right;
	font-size:11px;
}
h2{
	display:block;
	font-size:18px;
	color:#7c144a;
	margin:0px 0px 5px 0px;
}
h3{
	font-size:12px;
	font-weight:bold;
	color:#7c144a;
	margin:0px 0px 5px 0px;
}
p{
	display:block;
	margin:0px 0px 10px 0px;
}

.clr{
	voice-family: "\"}\"";  /* hide "clear:both" from IE5.x */
	voice-family:inherit;
	clear: both;
}/* other browsers will use this DIV to clear floats */
html>body .clr { clear: both; } /* allow Opera to recover and get correct value */

#intro-container{
	margin:0 auto;
	width:516px;
	height:384px;
	border:5px solid #7C144A;
	background:#9C5077;
	padding:5px;
	text-align:center;
}

#container{
	margin:0 auto;
	width:776px;
	background:#fff;
	border:1px solid #7C144A;
}

#logo, #footer{
	clear:both;
	width:776px;
	height:72px;
	background:transparent url('../images/maroonbar.jpg') repeat-x 0px 26px;
	text-align:left;
}
	a#goshen{
		outline:none;
		display:block;
		width:237px;
		height:66px;
		position:relative;
		z-index:2;
		top:3px;
		left:50px;
		background:#fff url('../images/logo-consulting.jpg') no-repeat;
		text-indent:-9999px;
	}

#header{
	width:776px;
	height:160px;
	background:#000 url('../images/headerbg.jpg') repeat-x 0 0;
	overflow:hidden;
}

#navigation{
	clear:both;
	height:27px;
	margin:0 auto;
	background:transparent url('../images/nav/navbg.jpg') repeat-x 0 0;
	font-size:13px;
	text-align:center;
}
	#navigation:after { /* clearing without presentational markup, IE gets extra treatment */
		display:block;
		clear:both;
		content:" ";
	}
	#navigation ul{
		margin:0 auto;
		padding:0;
		display:table;
		white-space:nowrap;
	}
	#navigation li{
		float:left;
		display:table-cell;
		height:27px;
	}
	#navigation a, #navigation a span{
		float:left;
		height:27px;
		background:transparent url('../images/nav/tab.jpg') no-repeat 0 0;
		color:#fff;
	}
	#navigation a{
		position:relative;
		top:0px;
		z-index:2;
		padding-left:12px;
		text-align:center;
		text-decoration:none;
		white-space:nowrap; /* required in IE 6 */    
	}
	#navigation a:hover, #navigation a:focus, #navigation a:active, #navigation a.selected{
		text-decoration:none;
		outline:0; /* prevent dotted border in Firefox */
		background-position:0px -54px;
	}
	#navigation a span{
		width:15px; /* IE 6 treats width as min-width */
		min-width:15px;
		height:24px; /* IE 6 treats height as min-height */
		min-height:24px;
		padding-top:3px;
		padding-right:12px;
	}
	*>#navigation a span{ /* hide from IE 6 */
		width:auto;
		height:auto;
	}
	#navigation a span{
		background-position:100% -27px;
	}
	#navigation a:hover span, #navigation a:focus span, #navigation a:active span, #navigation a.selected span{
		cursor:pointer;
		background-position:100% -81px;
	}
	.separator{
		float:left;
		width:20px;
		height:20px;
		background:transparent url('../images/nav/separator.jpg') no-repeat 0 0;
	}
/*IE Hack to center Navigation*/
#navigation ul {/display:inline-block;}
#navigation ul{/display:inline; }
#navigation ul li{/display:inline-block}
#navigation ul li{/display:inline;}
#navigation ul a{/display:inline-block;}
#navigation{/text-align:center}

#goshen-content{
	margin:28px 50px 0px 60px;
	text-align:left;
}

/*Left Column and Right Column*/
#box-container{
	margin:0px;
	clear:both;
}
	.box-a{
		float:left;
		width:440px;
	}
	.box-b{
		float:left;
		width:226px;
	}
	.box-c{
		clear:both;
		width:666px;
	}
	.box-a, .box-b, .box-c{
		margin-top:5px;
		background:transparent url('../images/right-shade-m.jpg') repeat-y right;
	}

		.head-title{
			height:30px;
			overflow:hidden;
			background:#7C144A url('../images/right-shade-title-m.jpg') no-repeat top right;
		}
		.head-title-text{
			height:30px;
			margin-top:3px;
			font-size:28px;
			color:#fff;
		}
		.right{
			margin-right:9px;
			text-align:right;
		}
		.preamble{
			position:relative;
			border-left:1px solid #7C144A;
			padding:10px 20px 10px 10px;
			text-align:left;
		}
			.preamble ul{
				margin-left:5px;
			}
			.preamble li{
				padding-left:20px;
				background:transparent url('../images/bullet-m.jpg') no-repeat 0 6px;
			}
			.preamble2{
				border-left:1px solid #7C144A;
				padding:0px 0px 10px 10px;
				text-align:left;
			}
			ul.clear{
				clear:both;
				padding-top:10px;
			}
			.narrow{
				border-left:1px solid #7C144A;
			}

/*Box Bottom Shading*/
.box-end-a, .box-end-b, .box-end-c{
	height:20px;
	margin:0px;
	background:transparent url('../images/bottom-shade-m.jpg') bottom right;
}
.box-end-a{background-position:100% 0px;}
.box-end-b{background-position:100% -20px;}
.box-end-c{background-position:100% -40px;}
/*End Box Bottom Shading*/

/*Bottom Navigation*/
.navbot{
	clear:both;
	padding:10px 0px 0px;
	text-align:center;
}

/*Drop Caps Image*/
.drop-left{
	display:block;
	float:left;
	margin-right:10px;
}
.drop-right{
	display:block;
	float:right;
	margin-left:10px;
}

/*Footer, image is the same as #logo*/
#footer{
	margin-top:5px;
	text-align:center;
}
	.footer-content{
		background:#fff;
		margin:0px 80px;
		padding:15px 10px 0px;
		font-size:11px;
		line-height:20px;
	}

/*Sitemenu Bullet Links*/
ul#sitemenu{
	margin:0px;
	padding:0px 5px;
}
	ul#sitemenu li{
		margin:0px 0px 5px;
		padding:0px;
		background:none;
	}
	ul#sitemenu li a{
		display:block;
		margin:0px;
	}
		ul#sitemenu li ul{
			margin:0px;
			padding-left:0px;
		}
			ul#sitemenu li ul li{
				display:block;
				margin:3px 0px 0px;
				padding-left:15px;
				background:transparent url('../images/bullet-small.jpg') no-repeat 5px 9px;
			}
			ul#sitemenu li ul li a{
				display:block;
				height:16px;
				margin:0px;
				padding:2px 0px 2px 2px;
			}
			ul#sitemenu li ul li a:hover, ul#sitemenu li ul li a.selected{
				background:#eee;
				text-decoration:none;
			}

/*Family Service*/
a.healthcare, a.housing{
	display:inline-block;
	float:left;
	width:200px;
	height:200px;
	background:url(../images/family/health.jpg) repeat-x 0 0;
	overflow:hidden;
	text-indent:-9999px;
}
a.housing{
	margin-left:9px;
	background:url(../images/family/housing.jpg) repeat-x 0 0;
}