#mainTop {
	background: url(/assets/images/vertical/banner-bg-bottom.png) 0 2px no-repeat;
}

#content {
	margin-top: -30px;
	height: 414px;
	z-index: 5;
}

#introBackground {
	background: url(/assets/images/home-bg.jpg) left top no-repeat;
	background-size: 961px 440px;
	width: 961px;
	height: 440px;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

#intro {
	position: relative;
	padding: 42px 0 0 250px;
}

#intro div {
	background: url(/assets/images/comfort-clarity-direction.png) left top no-repeat;
	background-size: 508px 224px;
	width: 508px;
	height: 224px;
}

#intro div p {
	display: none;
}

#saying div {
	background: url(/assets/images/courage-to-reach-out.png) left top no-repeat;
	height: 65px;
	margin: 40px 0 0 25px;
	width: 702px;
}

#saying div p {
	display: none;
}

#contentContainer {
	padding-bottom: 0;
}

#navContainer {
	padding: 0;
	width: auto;
}

#navContainer ul {
	border-left: none;
	height: auto;
}

#navContainer ul li {
	float: none;
}

#navContainer ul li a {
	border-right: none;
	height: auto;
	line-height: 30px;
	text-align: left;
	width: auto;
}

#nav {
	position: absolute;
	right: 0;
	top: 159px;
	width: 164px;
	z-index: 10;
}

#navMiddle {
	background: url(/assets/images/nav-bg.png) right top repeat-y;
	padding-top: 20px;
}

#navBottom {
	background: url(/assets/images/nav-bg-bottom.png) right top no-repeat;
	height: 21px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 0;
	padding: 0;
}

#nav ul li a {
	font-size: 12pt;
	color: #333;/*#585c45;*/
	display: block;
	padding: 3px 35px;
}

#nav ul li.active a {
	color: #3875D7;
	background: url(/assets/images/nav-bg-on.png) top right repeat-y;
}

#nav ul li.self a {
	background: url(/assets/images/nav-bg-on.png) top right repeat-y;
	color: #3875D7;
}

#nav ul li.active a:hover {
	color: #3875D7;
	background: url(/assets/images/nav-bg-on.png) top right repeat-y;
}

#nav ul li a:hover {
	color: #3875D7;
	background: url(/assets/images/nav-bg-over.png) top right repeat-y;
	text-decoration: none;
}

#nav ul li.self a:hover {
	background: url(/assets/images/nav-bg-on.png) top right repeat-y;
}

