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

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

#introBackground {
	background: url(/assets/templates/aurora/images/home-bg.png) left top no-repeat;
	width: 961px;
	height: 440px;
}

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

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

#intro div p {
	display: none;
}

#saying div {
	background: url(/assets/templates/aurora/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 {
	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/templates/aurora/images/nav-bg.png) right top repeat-y;
	padding-top: 20px;
}

#navBottom {
	background: url(/assets/templates/aurora/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/templates/aurora/images/nav-bg-on.png) top right repeat-y;
}

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

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

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

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

